/* Brand logo mark — initials badge shown in the site header */
.brand-logo {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	border-radius: 8px;
	background-color: var(--p-accent);
	color: var(--p-accent-ink);
	font-family: var(--p-font-heading);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
}
