
/* V13 — Dual institutional + research-group branding */

.site-header .nav-wrap {
  min-height: 88px;
}

.site-header .brand {
  min-width: 360px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.site-header .brand-logos {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.site-header .brand-logo-netsci {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.site-header .brand-logo-iiit {
  width: 92px;
  height: 54px;
  object-fit: contain;
  background: #fff;
}

.site-header .brand-divider {
  width: 1px;
  height: 42px;
  background: rgba(25, 55, 70, 0.18);
}

.site-header .brand-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.site-header .brand-text b {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.site-header .brand-text small {
  font-size: 9.5px;
  line-height: 1.35;
  color: #6d7e87;
}

.site-footer .footer-brand-wrap {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}

.site-footer .footer-logo {
  object-fit: contain;
  flex: 0 0 auto;
}

.site-footer .footer-logo-netsci {
  width: 54px;
  height: 54px;
}

.site-footer .footer-logo-iiit {
  width: 88px;
  height: 50px;
  background: #fff;
}

.site-footer .footer-brand-divider {
  width: 1px;
  height: 38px;
  background: rgba(255,255,255,.22);
}

.site-footer .footer-brand-wrap .footer-brand {
  margin: 0;
  line-height: 1.35;
}

.site-footer .footer-brand small {
  font-size: 10px;
  opacity: .72;
}

@media (max-width: 1000px) {
  .site-header .brand {
    min-width: 0;
  }

  .site-header .brand-text small {
    display: none;
  }

  .site-header .brand-logo-iiit {
    width: 78px;
  }
}

@media (max-width: 760px) {
  .site-header .nav-wrap {
    min-height: 74px;
  }

  .site-header .brand {
    gap: 8px;
  }

  .site-header .brand-logos {
    gap: 6px;
  }

  .site-header .brand-logo-netsci {
    width: 46px;
    height: 46px;
  }

  .site-header .brand-logo-iiit {
    width: 62px;
    height: 42px;
  }

  .site-header .brand-divider {
    height: 32px;
  }

  .site-header .brand-text b {
    font-size: 11px;
  }

  .site-footer .footer-logo-netsci {
    width: 46px;
    height: 46px;
  }

  .site-footer .footer-logo-iiit {
    width: 70px;
    height: 42px;
  }
}
