Focus Within

whether there's focus within or not

.field:focus-within {
  --label-opacity: 1;
  border-color: var(--brand);
}