/* ============================================
   資訊架構頁 — 對齊 goals / strategy flex 版面
   ============================================ */

.content-page--ia {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.ia-page__header {
  display: flex;
  flex-direction: column;
  z-index: 2;
}

/* 主標題樣式見 content-page.css（.ia-page__title / __title-line） */

/* 次標題字級見 content-page.css（.ia-page__intro） */

.ia-page__diagram {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.ia-page__diagram img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.ia-page__diagram--admin {
  overflow: visible;
}

.ia-page__diagram--admin img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
  transform: scale(0.828);
  transform-origin: center center;
}
