/* Redrawn stacked identity with a real alpha channel on every background. */
.experience-v2 .header-inner {
  padding-block: .35rem;
}
.experience-v2 .brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  line-height: 0;
}
.experience-v2 .brand img {
  display: block;
  width: 190px;
  height: auto;
  object-fit: contain;
  background: transparent;
}
.footer-inner > .footer-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  min-height: 44px;
}
.footer-brand img {
  display: block;
  width: 210px;
  height: auto;
  background: transparent;
}
.brand:focus-visible,
.footer-brand:focus-visible {
  outline: 2px solid #099ab7;
  outline-offset: 5px;
}
@media (max-width: 1200px) {
  .experience-v2 .brand img { width: 164px; }
}
@media (max-width: 760px) {
  .experience-v2 .brand img { width: 130px; }
  .footer-brand img { width: 184px; }
}
@media (max-width: 380px) {
  .experience-v2 .brand img { width: 102px; }
}
