.brand .eye { display: inline-flex; margin-right: 9px; }
.brand .eye svg { display: block; }
.brand-eye .brand-iris { transition: transform .13s ease-out; }
@media (prefers-reduced-motion: reduce) {
  .brand-eye .brand-iris { transition: none; }
}
