/* Junior team-detail hero label polish.
   Keep the photography bright while giving the small metadata a consistent
   KJIHC navy/gold hierarchy and dependable contrast. */

main section[class*="min-h-[52dvh]"] nav[aria-label="Breadcrumb"] {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  background: rgba(10, 28, 55, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

main section[class*="min-h-[52dvh]"] nav[aria-label="Breadcrumb"] a {
  color: #ffffff !important;
}

main section[class*="min-h-[52dvh]"] nav[aria-label="Breadcrumb"] svg {
  color: hsl(var(--secondary)) !important;
}

main section[class*="min-h-[52dvh]"] p.inline-flex[class*="tracking-[0.22em]"] {
  color: #ffffff !important;
  background: rgba(10, 28, 55, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-left: 4px solid hsl(var(--secondary)) !important;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

main section[class*="min-h-[52dvh]"] div.mt-3.flex.flex-wrap.gap-2 > span:first-child {
  color: hsl(var(--primary)) !important;
  background: hsl(var(--secondary)) !important;
  border: 1px solid hsl(var(--secondary)) !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
}

main section[class*="min-h-[52dvh]"] div.mt-3.flex.flex-wrap.gap-2 > span:nth-child(2) {
  color: #ffffff !important;
  background: rgba(10, 28, 55, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-left: 4px solid hsl(var(--secondary)) !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(2px);
}

/* Shared photographic hero eyebrow pills.
   The old translucent-white treatment could disappear into lighter portions
   of the hero image. Use the brighter KJIHC yellow as a solid badge instead. */
main [class*="border-b-8"] span.inline-block[class*="bg-white/10"][class*="text-secondary"] {
  color: #071426 !important;
  background: #facc15 !important;
  border-color: #facc15 !important;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.24);
}

/* Home hero: restore the brighter yellow emphasis used for the Puck word.
   Keep the rest of the site's gold token untouched so smaller controls retain
   their existing balance. */
section[class*="bg-primary"] h1 span.text-secondary {
  color: #facc15 !important;
}
