:root {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #26332d;
  background: #f7f7f3;
}

* { box-sizing: border-box; }
body { min-height: 100vh; background: #f7f7f3; }

.info-page-shell {
  width: calc(100% - var(--responsive-page-gutter) * 2);
  margin: clamp(42px, 5vw, 84px) auto clamp(64px, 7vw, 120px);
}

.info-page-heading {
  max-width: 56rem;
  margin-bottom: 30px;
}

.info-page-heading > p {
  margin: 0 0 8px;
  color: var(--site-primary-dark, #8b0000);
  font-size: var(--text-caption) !important;
  font-weight: 800;
  letter-spacing: .15em;
}

.info-page-heading h1 {
  margin: 0 0 14px;
  font-size: var(--text-page-title) !important;
}
.info-page-heading > span {
  color: #5f6f67;
  font-size: var(--text-lead);
  line-height: 1.8;
}

.info-page-card {
  max-width: 68rem;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid #dce4df;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(var(--site-primary-deep-rgb, 90, 0, 0), .07);
}

.info-page-card-wide { max-width: none; }

.info-page-card h2:first-child { margin-top: 0; }
.info-page-card p { color: #46564e; }
.info-page-card a { color: var(--site-primary-dark, #8b0000); font-weight: 800; }
.content-pending {
  padding: 18px 20px;
  border-left: 4px solid var(--site-primary, #b01616);
  background: var(--site-primary-soft, #fff3f0);
  color: #65403b;
}

.page-intro {
  margin: 0 0 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--site-primary-line, #eadbd6);
  font-size: var(--text-lead) !important;
  white-space: pre-line;
}

.pre-line { white-space: pre-line; }
.content-sections { display: grid; gap: 26px; }
.content-section { padding-bottom: 22px; border-bottom: 1px solid var(--site-primary-line, #eee4e0); }
.content-section:last-child { border-bottom: 0; }

.contact-list { display: grid; gap: 0; margin: 0 0 28px; }
.contact-list > div { padding: 18px 0; display: grid; grid-template-columns: minmax(8rem, .35fr) 1fr; gap: 18px; border-bottom: 1px solid var(--site-primary-line, #eee4e0); }
.contact-list dt { color: #765b53; font-weight: 800; }
.contact-list dd { margin: 0; }
.content-button { display: inline-flex; min-height: 48px; padding: 10px 17px; align-items: center; border-radius: 10px; background: var(--site-primary-dark, #8b0000); color: #fff !important; text-decoration: none; }
.info-page-actions { margin-top: clamp(30px, 4vw, 52px); display: flex; justify-content: center; }

.timeline { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; }
.timeline li { position: relative; padding: 0 0 32px 42px; display: grid; grid-template-columns: minmax(6rem, .25fr) 1fr; gap: 24px; }
.timeline li::before { content: ""; position: absolute; top: .7rem; left: 9px; width: 13px; height: 13px; border-radius: 50%; background: var(--site-primary-dark, #8b0000); }
.timeline li::after { content: ""; position: absolute; top: 1.4rem; bottom: 0; left: 15px; width: 2px; background: var(--site-primary-line, #ead4ce); }
.timeline li:last-child::after { display: none; }
.timeline time { color: var(--site-primary-dark, #8b0000); font-weight: 900; }
.timeline h3 { margin: 0 0 8px; }
.timeline p { margin: 0; }

.document-meta { margin-bottom: 28px; padding: 15px 18px; display: flex; flex-wrap: wrap; gap: 12px 28px; border-radius: 12px; background: var(--site-primary-soft, #fff3f0); color: #65403b; font-weight: 800; }
.markdown-content h2 { margin-top: 2em; }
.markdown-content h2:first-child { margin-top: 0; }
.markdown-content li { margin-bottom: .45em; }
.markdown-content blockquote { margin-inline: 0; padding: 8px 20px; border-left: 4px solid var(--site-primary, #b01616); background: var(--site-primary-soft, #fff6f4); }

.people-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(260px,100%),1fr)); gap: 18px; }
.person-card { padding: 22px; border: 1px solid var(--site-primary-line, #eadbd6); border-radius: 15px; background: var(--site-surface-soft, #fffaf8); }
.person-card > span { color: var(--site-primary-dark, #8b0000); font-weight: 900; }
.person-card h3 { margin: 6px 0 10px; }
.person-card p { margin: 0; }
.person-meta { color: #765b53 !important; font-weight: 700; }

.board-people-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: clamp(18px, 2vw, 30px);
}

.board-person-card {
  min-height: 230px;
  padding: clamp(24px, 2.4vw, 38px);
}

.board-person-card .person-role {
  display: block;
  margin-bottom: 14px;
  color: var(--site-primary-dark, #8b0000);
  font-size: var(--text-meta) !important;
  font-weight: 900;
}

.board-person-card h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: baseline;
}

.board-person-card .person-graduation {
  color: #765b53;
  font-size: var(--text-meta) !important;
  font-weight: 800;
}

.chairpersons-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
}

.chairperson-card {
  min-height: 0;
  padding: clamp(24px, 2.4vw, 38px);
}

.chairperson-card h2 {
  margin: 0 0 8px;
  color: var(--site-primary-dark, #8b0000);
}

.chairperson-tenure {
  margin: 0 0 28px !important;
  color: #765b53 !important;
  font-weight: 800;
}

.chairperson-person {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--site-primary-line, #eadbd6);
  border-radius: 14px;
  background: var(--site-surface-soft, #fffafa);
}

.chairperson-people {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.chairperson-person .person-role {
  display: block;
  margin-bottom: 12px;
  color: var(--site-primary-dark, #8b0000);
  font-size: var(--text-meta) !important;
  font-weight: 900;
}

.chairperson-person h3 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: baseline;
}

.chairperson-person .person-graduation {
  color: #765b53;
  font-size: var(--text-meta) !important;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .chairperson-people { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .info-page-shell { width: calc(100% - 28px); margin-top: 32px; }
  .contact-list > div,
  .timeline li { grid-template-columns: 1fr; gap: 7px; }
  .chairperson-people { grid-template-columns: 1fr; }
}
