.logo-container {
    display: flex;
    align-items: center;
}

.logo-symbol {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    background: url('../images/vc_logo.png') no-repeat center center;
    background-size: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.logo-tagline {
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.9;
    text-transform: uppercase;
}