.header-inner {
  min-height: 112px;
}

.identity {
  gap: 17px;
}

.identity-mark {
  width: 96px;
  height: 72px;
  border-radius: 15px;
  box-shadow: 0 10px 26px rgba(84, 32, 125, 0.2);
}

.identity strong {
  font-size: 1.3rem;
  line-height: 1.15;
  letter-spacing: 0.045em;
}

.identity small {
  max-width: 540px;
  margin-top: 5px;
  font-size: 0.84rem;
}

@media (max-width: 620px) {
  .header-inner {
    min-height: 88px;
    gap: 10px;
  }

  .identity {
    gap: 10px;
  }

  .identity-mark {
    width: 68px;
    height: 51px;
    border-radius: 11px;
  }

  .identity strong {
    font-size: 0.94rem;
  }

  .identity small {
    max-width: 205px;
    margin-top: 3px;
    font-size: 0.62rem;
  }
}
