/* The selected Knowledge Tree identity, shared by every page and saved-result state. */
.site-header{min-height:92px}
.brand.institute-logo{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;max-width:100%;text-decoration:none;white-space:nowrap;color:var(--ink);letter-spacing:0}
.brand.institute-logo .brand-mark{display:block;flex:none;width:64px;height:64px;object-fit:contain}
.brand.institute-logo .brand-wordmark{display:flex;flex-direction:column;align-items:flex-start;gap:7px;margin:0}
.brand.institute-logo .brand-name{display:block;margin:0;font:700 29px/1 Georgia,'Times New Roman',serif;letter-spacing:-.055em}
.brand.institute-logo .brand-institute{display:block;margin:0 0 0 2px;font:600 10px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.32em;text-transform:uppercase}
.brand.institute-logo:focus-visible{outline:2px solid var(--blue);outline-offset:6px}
footer .brand.institute-logo{gap:10px}
footer .brand.institute-logo .brand-mark{width:50px;height:50px}
footer .brand.institute-logo .brand-name{font-size:25px}
footer .brand.institute-logo .brand-institute{font-size:9px}
@media(max-width:760px){
  .site-header{min-height:82px;gap:14px}
  .brand.institute-logo{gap:8px}
  .brand.institute-logo .brand-mark{width:50px;height:50px}
  .brand.institute-logo .brand-name{font-size:24px}
  .brand.institute-logo .brand-wordmark{gap:6px}
  .brand.institute-logo .brand-institute{font-size:9px;letter-spacing:.27em}
}
@media(max-width:360px){
  .brand.institute-logo .brand-mark{width:44px;height:44px}
  .brand.institute-logo .brand-name{font-size:21px}
  .brand.institute-logo .brand-institute{font-size:8px}
}
