/* Official Khayam letterhead logo — shared across variants */

.brand-logo {
  display: block;
  width: 2.75rem;
  height: auto;
  aspect-ratio: 200 / 220;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-logo--sm {
  width: 2.25rem;
  height: auto;
}

.brand-logo--lg {
  width: 3.5rem;
  height: auto;
}

.brand-logo--hero {
  width: 6rem;
  height: auto;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}

.brand-logo-stack {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.brand-logo-stack .brand-tagline {
  font-size: 0.68rem;
  line-height: 1.45;
  opacity: 0.82;
  font-weight: 500;
}

@media (max-width: 640px) {
  .brand-logo {
    width: 2.35rem;
    height: auto;
  }

  .brand-logo-stack .brand-tagline {
    display: none;
  }
}
