/* 工會組織圖分頁：輕量補充，不覆寫你的全站 styles.css */

/* 小型頁首 */
.hero-compact{
  max-width:1100px;
  margin:24px auto 8px;
  padding:0 20px;
}
.hero-compact h1{
  margin:0 0 6px;
  font-size: clamp(24px, 4.2vw, 32px);
  font-weight: 800;
}
.hero-compact .muted{ color:#586b93; margin:0 0 12px; }
.actions{ display:flex; flex-wrap:wrap; gap:10px; }

/* 內容卡片區 */
.sheet{
  max-width:1100px;
  margin:12px auto 24px;
  padding:0 20px;
}
.pdf-embed{
  background:#fff;
  border:1px solid rgba(12,30,91,.12);
  border-radius:16px;
  box-shadow:0 10px 26px rgba(12,30,91,.08);
  padding:12px;
}
.pdf-embed object{
  width:100%;
  height:80vh;          /* 桌機大視窗 */
  border:0;
  border-radius:10px;
}
@media (max-width:900px){
  .pdf-embed object{ height: 72vh; }  /* 手機也保有可閱讀高度 */
}

/* 行動導覽（沿用首頁結構，只需確保層級足夠） */
@media (max-width:720px){
  .nav-links{ z-index: 999; }
}
