/* Branding — single lockup in sidebar; name not repeated in header/footer */

.brand-wordmark {
  word-break: break-word;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

body.brand-ethiopic--noto-sans .brand-wordmark {
  font-family: "Noto Sans Ethiopic", ui-sans-serif, system-ui, sans-serif;
}

body.brand-ethiopic--noto-serif .brand-wordmark {
  font-family: "Noto Serif Ethiopic", ui-serif, Georgia, serif;
}

.brand-sidebar-lockup {
  text-decoration: none;
  color: inherit;
}

.brand-sidebar-lockup:hover .brand-sidebar-banner {
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow: 0 8px 28px rgba(34, 211, 238, 0.15);
}

.brand-sidebar-banner {
  display: block;
  max-height: 4.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.brand-sidebar-name {
  line-height: 1.35;
}

/* Warm staff shell — sidebar lockup on light panel */
html.staff-warm-html body.staff-warm-hybrid .brand-sidebar-name {
  color: #312e81 !important;
}

html.staff-warm-html body.staff-warm-hybrid .brand-sidebar-lockup .text-slate-500 {
  color: #64748b !important;
}

html.staff-warm-html body.staff-warm-hybrid .brand-sidebar-lockup:hover .brand-sidebar-name {
  color: #4338ca !important;
}

html.staff-warm-html body.staff-warm-hybrid .brand-sidebar-banner {
  border-color: rgba(139, 92, 246, 0.35);
}

.site-footer a[href^="tel:"] {
  text-decoration: none;
}
