/* Premium Pizza Place brand assets */
.brand.brand--premium {
  gap: 0;
  min-width: 0;
}

.brand.brand--premium .brand-mark,
.brand.brand--premium .brand-name {
  display: none !important;
}

.brand-logo {
  display: block;
  width: clamp(150px, 13vw, 198px);
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.footer-brand .footer-logo {
  display: block;
  width: min(250px, 100%) !important;
  height: auto !important;
  margin: 0 0 18px;
  padding: 0;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
}

/* CMS header: compact emblem plus the existing Pizza Place / Menu Studio label. */
.admin-brand.admin-brand--premium {
  gap: 11px;
  align-items: center;
}

.admin-brand.admin-brand--premium > img.admin-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

.admin-brand.admin-brand--premium strong {
  display: block;
}

.admin-brand.admin-brand--premium small {
  color: rgb(255 255 255 / 68%);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* CMS login: the full lock-up deserves more breathing room. */
.login-mark.login-mark--premium {
  width: auto;
  height: auto;
  margin: 0 0 24px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.login-mark.login-mark--premium img {
  width: min(300px, 78vw);
  height: auto;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

@media (max-width: 760px) {
  .brand-logo {
    width: 136px;
    max-height: 52px;
  }

  .footer-brand .footer-logo {
    width: min(220px, 76vw) !important;
  }

  .admin-brand.admin-brand--premium > img.admin-logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .admin-brand.admin-brand--premium small {
    display: none;
  }

  .login-mark.login-mark--premium img {
    width: min(260px, 82vw);
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 122px;
  }

  .admin-brand.admin-brand--premium > img.admin-logo {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}
