/* Site markası — style.css’ten bağımsız; başka kurallar bunu ezmemeli */

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
}

.site-brand__img {
  display: block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none !important;
  box-shadow: none !important;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
}

.site-brand__text {
  font-weight: 500;
  color: #fff;
}

.site-brand__accent {
  font-weight: 600;
  color: #78d9f9;
}

@media screen and (max-width: 768px) {
  .site-brand {
    font-size: 20px;
    gap: 8px;
  }

  .site-brand__img {
    width: 36px;
    height: 36px;
  }
}
