/* ── Kadromuz / Yönetim sayfası ─────────────────── */
.yonetim-page {
  margin: 0;
  background: #f4f7fb;
  color: #152946;
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.yonetim-page .mob-page-title { display: none !important; }
.yonetim-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.yonetim-hero.page-header.eko-publication-hero {
  margin-top: 0 !important;
  min-height: 0 !important;
  height: 110px !important;
  padding: 16px 0 !important;
  box-sizing: border-box;
}
.yonetim-hero .page-header-inner {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.yonetim-hero .breadcrumb {
  display: flex !important;
  gap: 5px !important;
  margin: 0 0 7px !important;
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
.yonetim-hero h1 {
  margin: 0 !important;
  color: #0d2545 !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  font-weight: 400 !important;
}
.yonetim-hero .ph-sub {
  margin: 5px 0 0 !important;
  color: #35516d !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}
.yonetim-col-toggle {
  display: flex;
  align-items: center;
  border: 1px solid rgba(13,37,69,.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.32);
}
.yonetim-col-toggle .ph-col-label {
  padding: 0 10px;
  border-right: 1px solid rgba(13,37,69,.16);
  line-height: 34px;
  white-space: nowrap;
  color: #35516d;
  font-size: 12px;
}
.yonetim-col-toggle .ph-col-btn {
  min-width: 36px;
  height: 34px;
  border: 0;
  border-right: 1px solid rgba(13,37,69,.10);
  background: transparent;
  color: #35516d;
  cursor: pointer;
  font: 700 13px/1 "Source Sans 3", system-ui, sans-serif;
}
.yonetim-col-toggle .ph-col-btn:last-child { border-right: 0; }
.yonetim-col-toggle .ph-col-btn.active,
.yonetim-col-toggle .ph-col-btn:hover {
  background: rgba(13,37,69,.10);
  color: #0d2545;
}
.yonetim-tabs-wrap {
  background: #fff;
  border-bottom: 1px solid #dde3ed;
}
.yonetim-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 18px 0;
}
.yonetim-tab {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid #d9e3ef;
  border-radius: 8px;
  background: #fff;
  color: #41536d;
  cursor: pointer;
  font: 600 14px/1 "Source Sans 3", system-ui, sans-serif;
  transition: background .16s, border-color .16s, color .16s, box-shadow .16s;
}
.yonetim-tab:hover {
  border-color: #b9cce1;
  color: #0d2545;
  background: #f4f8ff;
}
.yonetim-tab.is-active {
  border-color: #0d2545;
  background: #0d2545;
  color: #fff;
  box-shadow: 0 10px 22px rgba(13,37,69,.12);
}
.kadro-hero { padding: 22px 0; color: var(--white); background: var(--navy-950, #0a1f3c); }
.kadro-hero .eyebrow { margin: 0 0 7px; color: var(--gold-500); }
.kadro-hero h1 { margin: 0; font: 1.55rem/1.15 var(--serif); }
.kadro-hero p:not(.eyebrow) { max-width: 640px; margin: 5px 0 0; color: rgba(255,255,255,.72); font-size: .78rem; font-style: italic; line-height: 1.5; }

.kadro-wrap { padding: 34px 0 70px; }
.kadro-group { margin-bottom: 46px; }
.kadro-group:last-child { margin-bottom: 0; }
.kadro-group-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 22px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.kadro-group-head h2 { margin: 0; color: var(--navy-950); font: 1.35rem var(--serif); }
.kadro-group-head span { color: var(--muted); font-size: .68rem; }

.kadro-grid { display: grid; grid-template-columns: repeat(var(--kadro-cols, 5), minmax(0, 1fr)); gap: 22px; }
.kadro-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 26px 18px 22px; background: var(--white); border: 1px solid #e4e7eb; border-radius: 12px;
  cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.kadro-card:hover, .kadro-card:focus-visible { outline: 0; transform: translateY(-4px); box-shadow: 0 14px 32px rgba(8,24,45,.12); border-color: #d4d9df; }

.kadro-foto {
  width: 130px; height: 130px; border-radius: 50%; overflow: hidden; margin-bottom: 16px;
  background: linear-gradient(150deg, var(--navy-800), var(--blue-700)); flex-shrink: 0;
  display: grid; place-items: center; box-shadow: 0 6px 18px rgba(8,24,45,.14);
}
.kadro-foto img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: grayscale(100%) contrast(1.03); }
.kadro-foto .kadro-monogram { color: rgba(255,255,255,.92); font: 700 2.3rem var(--serif); letter-spacing: .02em; }

.kadro-card h3 { margin: 0 0 6px; color: var(--navy-950); font: 1.06rem/1.25 var(--serif); }
.kadro-unvan { display: block; color: var(--red-700); font-size: .64rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.kadro-rol { display: block; margin-top: 5px; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.kadro-detay { margin-top: 13px; color: var(--navy-900); font-size: .64rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.kadro-detay span { color: var(--red-700); }

.kadro-secretariat-row {
  display: grid;
  grid-template-columns: repeat(var(--kadro-cols, 5), minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dde3ed;
}

/* ── CV Modal ───────────────────────────────────── */
.kadro-modal-ov { position: fixed; inset: 0; z-index: 1000; display: none; align-items: flex-start; justify-content: center; padding: 30px 20px; overflow-y: auto; background: rgba(8,24,45,.6); }
.kadro-modal-ov.is-open { display: flex; }
.kadro-modal { width: min(680px, 100%); max-height: calc(100vh - 60px); margin: auto; background: var(--white); border-radius: 14px; overflow: hidden; box-shadow: 0 24px 70px rgba(8,24,45,.32); display: flex; flex-direction: column; }
.kadro-modal-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 24px 26px; background: #f4f6f8; border-bottom: 1px solid #e4e7eb; }
.kadro-modal-foto { width: 96px; height: 96px; border-radius: 50%; overflow: hidden; background: linear-gradient(150deg, var(--navy-800), var(--blue-700)); display: grid; place-items: center; flex-shrink: 0; }
.kadro-modal-foto img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(100%) contrast(1.03); }
.kadro-modal-foto .kadro-monogram { color: rgba(255,255,255,.92); font: 700 1.9rem var(--serif); }
.kadro-modal-head h2 { margin: 0 0 5px; color: var(--navy-950); font: 1.5rem var(--serif); }
.kadro-modal-head .kadro-unvan { display: block; }
.kadro-modal-head .kadro-rol { display: block; margin-top: 5px; }
.kadro-modal-close { align-self: flex-start; width: 34px; height: 34px; display: grid; place-items: center; color: var(--muted); background: 0; border: 0; border-radius: 50%; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.kadro-modal-close:hover { color: var(--navy-950); background: #e6eaee; }
.kadro-modal-body { position: relative; z-index: 1; flex: 1 1 auto; padding: 24px 26px 28px; background: #fff; color: #3d4753; font-size: .86rem; line-height: 1.8; max-height: calc(100vh - 230px); overflow-y: auto; }
.kadro-modal-body p { margin: 0 0 1em; }
.kadro-modal-body p:last-child { margin-bottom: 0; }
.kadro-modal-body .kadro-cv-bos { color: var(--muted); font-style: italic; }
body.kadro-modal-open { overflow: hidden; }

@media (max-width: 900px) {
  .yonetim-shell { width: calc(100% - 32px); }
  .yonetim-hero .page-header-inner { width: calc(100% - 28px); }
  .kadro-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .kadro-secretariat-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}
@media (max-width: 620px) {
  .yonetim-shell { width: calc(100% - 24px); }
  .yonetim-hero .page-header-inner { width: calc(100% - 28px); }
  .yonetim-hero .ph-actions { width: 100%; }
  .yonetim-col-toggle { width: max-content; }
  .yonetim-tabs { gap: 7px; padding: 12px 0; }
  .yonetim-tab { flex: 1 1 calc(50% - 7px); min-height: 40px; padding: 0 10px; font-size: 12.5px; }
  .kadro-hero { padding: 18px 0; }
  .kadro-hero h1 { font-size: 1.7rem; }
  .kadro-hero p:not(.eyebrow) { font-size: .66rem; }
  .kadro-wrap { padding: 30px 0 50px; }
  .kadro-grid { grid-template-columns: 1fr; gap: 12px; }
  .kadro-card { padding: 22px 14px 20px; }
  .kadro-foto { width: 128px; height: 128px; }
  .kadro-secretariat-row { grid-template-columns: 1fr; gap: 12px; }
  .kadro-modal-head { grid-template-columns: auto 1fr; padding: 18px; }
  .kadro-modal-close { position: absolute; top: 12px; right: 14px; }
  .kadro-modal-ov { padding: 10px; }
  .kadro-modal-body { padding: 18px; max-height: 70vh; }
}
