/* =============================================================================
   GUANXI — PAGE-SPECIFIC STYLES
   Load after common.css
   ============================================================================= */

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; color: var(--ink); }
h4 { font-size: 1rem; font-weight: 700; margin-bottom: var(--space-xs); }
.breadcrumb__list a, .breadcrumb__list span { font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid); text-decoration: none; }
@media (min-width: 960px) {
.article-layout__inner {
grid-template-columns: 1fr 240px;
gap: var(--space-xl);
}
}
.article-header { padding-bottom: var(--space-l); margin-bottom: var(--space-l); border-bottom: 1px solid var(--rule); position: relative; }
.article-header__glyph { font-family: var(--font-display); font-size: clamp(5rem, 14vw, 10rem); line-height: 0.9; color: var(--paper-tint);  display: block; text-align: center; margin-bottom: var(--space-s);  border-bottom: 2px solid var(--rule); padding-bottom: var(--space-m); }
@media (min-width: 960px) {
.article-header__glyph {
font-size: 8rem;
text-align: right;
color: rgba(212, 207, 197, 0.5);
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;

}
}
.pull-quote p { font-family: var(--font-display); font-size: clamp(1.05rem, 2vw, 1.3rem); font-style: italic; font-weight: 400; line-height: 1.5; color: var(--ink); margin-bottom: 0; }
.scenario-list { margin-block: var(--space-l); }
.scenario-list__item { margin-bottom: var(--space-l); padding-bottom: var(--space-l); border-bottom: 1px solid var(--rule); }
.scenario-list__item:last-child { border-bottom: none; padding-bottom: 0; }
.scenario-list__trigger { font-family: var(--font-display); font-size: 1.05rem; font-style: italic; font-weight: 400; color: var(--ink); display: block; margin-bottom: var(--space-s); padding-left: var(--space-m); border-left: 2px solid var(--gold); line-height: 1.45; }
.scenario-list__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-s); }
@media (min-width: 580px) {
.scenario-list__grid { grid-template-columns: repeat(3, 1fr); }
}
.scenario-list__col-head { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); display: block; margin-bottom: 0.4rem; padding-bottom: 0.3rem; border-bottom: 1px solid var(--rule); }
.scenario-list__col p { font-size: 0.88rem; line-height: 1.6; color: var(--ink); margin-bottom: 0; }
.spectrum { margin-block: var(--space-l); }
.spectrum__item { display: grid; grid-template-columns: 140px 1fr; gap: var(--space-m); padding-block: var(--space-m); border-top: 1px solid var(--rule); align-items: start; }
.spectrum__item:last-child { border-bottom: 1px solid var(--rule); }
.spectrum__label { font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.08em; color: var(--ink); padding-top: 0.15rem; }
.spectrum__label .chinese { display: block; font-family: var(--font-display); font-size: 1rem; color: var(--mid); margin-bottom: 0.1rem; font-style: normal; }
.spectrum__desc { font-size: 0.9rem; color: var(--mid); line-height: 1.6; margin-bottom: 0; }
.spectrum__desc strong { color: var(--ink); }
.toc-list__num { color: var(--light); margin-right: 0.4em; font-variant-numeric: tabular-nums; }
.sidebar-next { border: 1px solid var(--rule); padding: var(--space-m); text-decoration: none; display: block; }
.sidebar-next:hover { border-color: var(--ink); }
.sidebar-next__label { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); display: block; margin-bottom: 0.3rem; }
.sidebar-next__title { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; color: var(--ink); line-height: 1.3; }
.sidebar-next__pinyin { font-family: var(--font-mono); font-size: 0.62rem; color: var(--light); display: block; margin-top: 0.2rem; }

@media print {
  .site-footer, .breadcrumb { display: none; }
  h1,h2,h3 { page-break-after: avoid; }
  .wrap, .wrap--wide { max-width: 100%; padding: 0; }
}
