/* ============================================================
   ИНСТИТУТ (single)
   Се вчитува со page-instituti.php (Left Sidebar +Events – Институт).
   Ги следи брaнд боите на темата: #2c3179 / #2b92d0, Fira Sans.
   ============================================================ */

/* =========================
   ГРИД: раководител + опис
========================= */
.institut {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.institut--no-head {
  grid-template-columns: 1fr;
}

@media (max-width: 992px) {
  .institut {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 620px) {
  .institut {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* =========================
   РАКОВОДИТЕЛ
========================= */
.institut-head {
  background: #f6f8fb;
  padding: 16px 16px 18px;
  text-align: center;
}

@media (max-width: 620px) {
  .institut-head {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 14px;
  }
}

/* -------- Слика 5:7 (како кај Деканат) -------- */
.institut-head__photo {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 7;
  overflow: hidden;
  background: #eef0f4;
  text-decoration: none;
}

@media (max-width: 620px) {
  .institut-head__photo {
    width: 96px;
    flex: 0 0 96px;
  }
}

/* Fallback за прелистувачи без aspect-ratio */
@supports not (aspect-ratio: 5 / 7) {
  .institut-head__photo {
    position: relative;
    height: 0;
    padding-bottom: 140%;
  }
  .institut-head__photo > .institut-head__img {
    position: absolute;
    inset: 0;
  }
}

.institut-head__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .35s ease;
}

.institut-head__img--placeholder {
  background: linear-gradient(135deg, #e9ecf3 0%, #dfe3ec 100%);
}

a.institut-head__photo:hover .institut-head__img {
  transform: scale(1.04);
}

/* -------- Мета податоци -------- */
.institut-head__meta {
  padding-top: 12px;
  min-width: 0;
}

@media (max-width: 620px) {
  .institut-head__meta {
    padding-top: 0;
  }
}

.institut-head__role {
  margin: 0 0 4px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.35;
  color: #2b92d0;
}

.institut-head__name {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}

.institut-head__name a {
  color: #111;
  text-decoration: none;
  transition: color .25s ease;
}

.institut-head__name a:hover {
  color: #2b92d0;
}

.institut-head__email {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}

.institut-head__email a {
  color: #2b92d0;
  text-decoration: none;
  transition: color .25s ease;
}

.institut-head__email a:hover {
  color: #2c3179;
  text-decoration: underline;
}

/* =========================
   ОПИС
========================= */
.institut__body {
  min-width: 0;
}

.institut__desc {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.institut__desc > *:first-child {
  margin-top: 0;
}

.institut__desc > *:last-child {
  margin-bottom: 0;
}

.institut__desc ul,
.institut__desc ol {
  padding-left: 20px;
}

/* =========================
   ЛИНК
========================= */
.institut__cta {
  margin: 22px 0 0;
}

.institut__link {
  display: inline-block;
  padding: 9px 20px;
  background: #eef4fb;
  border: 1px solid #d6e4f2;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #2c3179;
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.institut__link:hover,
.institut__link:focus {
  background: #dceaf7;
  border-color: #bcd6ee;
  color: #2c3179;
  text-decoration: none;
}
