.planwork-logo,
.planwork-mark-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.planwork-logo {
  width: auto;
}

.planwork-logo--hero {
  height: 56px;
}

.planwork-logo--header {
  height: 38px;
}

.planwork-logo--compact {
  height: 30px;
}

.planwork-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
}

.planwork-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.planwork-mark-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
}

.planwork-mark-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.planwork-wordmark {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: inherit;
}

@media (max-width: 640px) {
  .planwork-logo--hero {
    height: 46px;
  }

  .planwork-logo--header {
    height: 32px;
  }

  .planwork-mark-badge {
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 7px;
  }

  .planwork-wordmark {
    font-size: 16px;
  }
}
