.brand--lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand__mark {
  flex: 0 0 auto;
  width: clamp(6.5rem, 10vw, 8.5rem);
  height: auto;
}

.brand__words {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.brand__name {
  color: var(--pps-text-strong);
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.brand__tagline {
  color: var(--pps-accent);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-brand__lockup {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: var(--pps-space-2);
}

.footer-brand__mark {
  width: 6.75rem;
  height: auto;
}

.footer-brand__lockup strong {
  color: var(--pps-text-strong);
  line-height: 1.15;
}

@media (max-width: 35.99rem) {
  .brand--lockup {
    gap: 0.6rem;
  }

  .brand__mark {
    width: 5.75rem;
  }

  .brand__name {
    font-size: 0.86rem;
  }

  .brand__tagline {
    font-size: 0.59rem;
    letter-spacing: 0.04em;
  }

  .footer-brand__lockup {
    align-items: flex-start;
    flex-direction: column;
  }
}
