/*
  Protektant split brand lockup for the canonical shared header.
  The mushrooms and wordmark remain visually unified while retaining separate
  interaction targets: mushrooms = fungi quote; wordmark = Protektant home.
*/

.header .logo-container.pk-brand-lockup {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  line-height: 0;
  user-select: none;
}

.header .pk-brand-lockup__mushroom-button {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 1px 0;
  overflow: visible;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  line-height: 0;
  cursor: pointer;
  transition: background-color 140ms ease, box-shadow 140ms ease;
}

.header .pk-brand-lockup__mushroom-button:hover {
  background: rgba(61, 29, 85, 0.06);
}

.header .pk-brand-lockup__mushroom-button:focus-visible,
.header .pk-brand-lockup__wordmark-link:focus-visible {
  outline: 3px solid rgba(61, 29, 85, 0.34);
  outline-offset: 2px;
}

.header .logo-container.pk-brand-lockup .pk-brand-lockup__mushroom {
  display: block;
  width: auto;
  max-width: none !important;
  height: 42px;
  margin: 0 !important;
  padding: 0 !important;
}

.header .pk-brand-lockup__wordmark-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 7px;
  line-height: 0;
  text-decoration: none;
}

.header .logo-container.pk-brand-lockup .pk-brand-lockup__wordmark {
  display: block;
  width: auto;
  max-width: none !important;
  height: 24px;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .header .logo-container.pk-brand-lockup {
    gap: 2px;
  }

  .header .logo-container.pk-brand-lockup .pk-brand-lockup__mushroom {
    height: 36px;
  }

  .header .logo-container.pk-brand-lockup .pk-brand-lockup__wordmark {
    height: 20px;
  }
}

@media (max-width: 360px) {
  .header .logo-container.pk-brand-lockup .pk-brand-lockup__wordmark {
    height: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header .pk-brand-lockup__mushroom-button {
    transition: none;
  }
}

@media (forced-colors: active) {
  .header .pk-brand-lockup__mushroom-button,
  .header .pk-brand-lockup__wordmark-link {
    forced-color-adjust: auto;
  }
}
