/* PIPs Key — product mark */
.logo--pipskey {
  width: auto;
  min-width: 3rem;
  max-width: 4.25rem;
  height: auto;
  min-height: 3rem;
  padding: 0.35rem 0.45rem;
  font-size: 0.58rem;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 800;
}

.brand-product {
  margin: 0 0 0.1rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent, #6366f1);
  line-height: 1.2;
}

.brand--center .logo--pipskey {
  font-size: 0.65rem;
  min-width: 3.5rem;
}

.brand--center .brand-product {
  display: none;
}

.brand--center h1 {
  -webkit-text-fill-color: unset;
  color: var(--text);
  background: none;
}
