.studio-brand-mark.bga-logo-mark {
    position: relative;
    display: block;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    contain: layout paint size;
    isolation: isolate;
}

.bga-logo-fallback,
.bga-logo-canvas {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.bga-logo-fallback {
    opacity: 1;
    object-fit: contain;
}

.bga-logo-canvas {
    opacity: 0;
}

.bga-logo-mark.is-3d-ready .bga-logo-fallback {
    opacity: 0;
}

.bga-logo-mark.is-3d-ready .bga-logo-canvas {
    opacity: 1;
}

.studio-brand:hover .bga-logo-mark,
.studio-brand:focus-visible .bga-logo-mark {
    filter: drop-shadow(0 0 8px rgba(186, 255, 25, 0.22));
}

.studio-brand:focus-visible {
    border-radius: 4px;
    outline: 2px solid rgba(186, 255, 25, 0.78);
    outline-offset: 3px;
}

.bga-brand-lockup {
    display: grid;
    grid-template-columns: 11px 1px auto;
    gap: 8px;
    align-items: center;
    min-width: 128px;
    height: 52px;
    color: #f1f2ff;
}

.bga-brand-digital {
    justify-self: center;
    color: #a9adc4;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    transform: rotate(-90deg);
}

.bga-brand-divider {
    width: 1px;
    height: 42px;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(255, 255, 255, 0.72) 14%,
        #ffffff 32% 68%,
        rgba(255, 255, 255, 0.72) 86%,
        transparent
    );
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 11px rgba(186, 255, 25, 0.2);
}

.bga-brand-expansion {
    display: grid;
    grid-template-columns: auto;
    gap: 0;
    align-items: center;
}

.bga-brand-letter {
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.bga-brand-word {
    color: #f1f2ff;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.25;
}

@media (max-width: 720px) {
    .studio-brand-mark.bga-logo-mark {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }

    .bga-brand-lockup {
        grid-template-columns: 10px 1px auto;
        gap: 6px;
        min-width: 116px;
        height: 48px;
    }

    .bga-brand-divider {
        height: 38px;
    }

    .bga-brand-word {
        font-size: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bga-logo-fallback,
    .bga-logo-canvas {
        transition: none;
    }
}
