.sedu-dept {
  background: #fff;
  font-family: 'Onest', system-ui, sans-serif;
}

.sedu-dept__shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  width: 100%;
  max-width: var(--container, 1600px);
  margin: 0 auto;
  background: #fff;
}

.sedu-dept__side {
  padding: 40px 28px 64px;
  border-right: 1px solid #ececec;
  background: #fafafa;
}

.sedu-dept__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  margin: 0 0 32px;
  padding: 18px 12px;
  background: #0E5A4A;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .14em;
}

.sedu-dept__card {
  margin: 0 0 28px;
  padding: 0 0 24px;
  border-bottom: 1px solid #ececec;
}

.sedu-dept__card h2 {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6b7280;
}

.sedu-dept__card > a,
.sedu-dept__card > span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
  color: #111;
  font-size: 14.5px;
  line-height: 1.5;
  text-decoration: none;
}

.sedu-dept__card a:hover { color: #0E5A4A; }
.sedu-dept__card i { color: #0E5A4A; margin-top: 3px; flex-shrink: 0; }

.sedu-dept__head {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.sedu-dept__head img,
.sedu-dept__head-ph {
  width: 72px;
  height: 72px;
  object-fit: cover;
  background: #e8e8e8;
}
.sedu-dept__head-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}
.sedu-dept__head > span {
  display: block !important;
  min-width: 0;
}
.sedu-dept__head small {
  display: block;
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #6b7280;
  line-height: 1.35;
}
.sedu-dept__head strong {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.sedu-dept__child em {
  color: #0E5A4A;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  min-width: 40px;
}

.sedu-dept__back {
  display: inline-block;
  color: #0E5A4A;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.sedu-dept__main { padding: 48px 56px 80px; }

.sedu-dept__id {
  margin: 0 0 40px;
  padding: 0 0 32px;
  border-bottom: 1px solid #ececec;
}
.sedu-dept__prefix {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6b7280;
}
.sedu-dept__id h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
  color: #111;
}
.sedu-dept__lead {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.5;
  color: #4b5563;
}
.sedu-dept__lead a { color: #111; font-weight: 700; text-decoration: none; }
.sedu-dept__lead a:hover { color: #0E5A4A; }
.sedu-dept__meta { margin: 10px 0 0; font-size: 15px; color: #6b7280; }

.sedu-dept__about {
  margin: 0 0 48px;
  max-width: none;
  color: #1f2937;
  font-size: 17.5px;
  line-height: 1.75;
}
.sedu-dept__about p { margin: 0 0 1.15em; }
.sedu-dept__about img {
  display: block;
  max-width: 220px;
  width: auto;
  height: auto;
  margin: 4px 0 32px;
}

.sedu-dept__body .section-toolbar {
  background: transparent !important;
  margin: 16px 0 8px;
  padding: 16px 0 !important;
}

.sedu-dept .docs-list {
  margin: 8px 0 40px !important;
  border: 0 !important;
  background: transparent !important;
}
.sedu-dept .docs-item { padding: 16px 0 !important; }

.sedu-dept-staff {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin: 16px 0 56px;
}
.sedu-dept-staff__row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 108px;
  padding: 16px 18px;
  border: 1px solid #ececec;
  color: #111;
  text-decoration: none;
}
.sedu-dept-staff__row:hover { border-color: #0E5A4A; }
.sedu-dept-staff__row img,
.sedu-dept-staff__ph {
  width: 84px;
  height: 84px;
  object-fit: cover;
  background: #f3f4f6;
}
.sedu-dept-staff__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 26px;
}
.sedu-dept-staff__txt small,
.sedu-dept-staff__txt strong,
.sedu-dept-staff__txt em {
  display: block;
  font-style: normal;
}
.sedu-dept-staff__txt small {
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #6b7280;
  line-height: 1.35;
}
.sedu-dept-staff__txt strong {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}
.sedu-dept-staff__txt em {
  margin-top: 4px;
  font-size: 14px;
  color: #4b5563;
}

.sedu-dept-progs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 16px 0 24px;
}
.sedu-dept-progs .card-grid__section-header {
  grid-column: 1 / -1;
  height: auto;
  min-height: 48px;
  padding: 12px 0;
  background: transparent;
}
.sedu-dept .program-card-filler { display: none !important; }

@media (max-width: 1100px) {
  .sedu-dept__shell { grid-template-columns: 1fr; }
  .sedu-dept__side { border-right: 0; border-bottom: 1px solid #ececec; }
  .sedu-dept__main { padding: 32px 24px 56px; }
  .sedu-dept-staff,
  .sedu-dept-progs { grid-template-columns: 1fr; }
}
