/* 1.8 - nagłówek: samo przycięte logo SkyRift, bez dodatkowego napisu. */
.site-header .brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  flex: 0 0 auto;
  line-height: 0;
}

.site-header .brand-logo {
  display: block;
  width: auto !important;
  height: 56px !important;
  max-width: none !important;
  object-fit: contain;
}

@media (max-width: 760px) {
  .site-header .brand-logo {
    height: 48px !important;
  }
}
