.qa-brand__copy {
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1;
}

.qa-brand__name { white-space: nowrap; }

.qa-brand__tagline {
    margin-top: 5px;
    color: var(--gold-light);
    font-family: var(--body);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

@media (max-width: 560px) {
    .qa-brand__tagline { font-size: 7px; }
    .qa-brand { font-size: 23px; }
}
