.site-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--paper); text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--gold); }
