.brand-text {
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #672E22;
    transition: color 0.3s ease;
}

.navbar.scrolled .brand-text {
    color: #fff;
}

.brand-logo {
    height: 36px;
    width: 36px;
    border-radius: 8px;
    background: #fff8f0;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(103,46,34,0.10);
}