.site-header {
    background: var(--background);
}

.top-bar {
    background: var(--primary-dark);
    color: var(--white);
    font-size: 14px;
}

.top-bar-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 11px 28px;
}

.top-contact {
    display: flex;
    gap: 16px;
    align-items: center;
}

.top-contact a {
    color: var(--white);
    text-decoration: none;
}

.top-contact a:hover {
    color: var(--gold);
}

.divider {
    color: var(--gold);
}

.brand-band-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 42px 28px 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.brand-name {
    display: inline-block;
    color: var(--primary-dark);
    text-decoration: none;
    font-size: 52px;
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.brand-name span {
    display: block;
    color: var(--accent);
    font-size: 25px;
    letter-spacing: 9px;
    margin-top: 14px;
}

.brand-subtitle {
    margin-top: 16px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.brand-statement {
    border-left: 2px solid var(--gold);
    padding-left: 36px;
    max-width: 440px;
    color: var(--primary-dark);
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
}