.app-brand__logo-visual {
    position: relative;
    display: block;
    width: clamp(132px, 12vw, 172px);
    flex: 0 0 auto;
    overflow: hidden;
    aspect-ratio: 40 / 21;
    border: 1px solid rgba(23, 23, 27, 0.09);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(23, 23, 27, 0.09);
}

.app-brand__logo-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-brand__logo-copy {
    position: absolute;
    z-index: 1;
    top: 22%;
    left: 3%;
    display: flex;
    width: 61%;
    height: 56%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
}

.app-brand__logo-name {
    max-width: 100%;
    color: #17171b;
    font-size: clamp(9px, 0.9vw, 13px);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 1;
    white-space: nowrap;
}

.app-brand__logo-name bdi,
.app-brand__logo-domain {
    unicode-bidi: isolate;
}

.app-brand__logo-domain {
    color: #ff3d4f;
}

.app-brand__logo-tagline {
    margin-top: 4px;
    color: #666873;
    font-size: clamp(4px, 0.42vw, 6px);
    font-weight: 850;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 820px) {
    .app-brand__logo-visual {
        width: 126px;
        border-radius: 11px;
    }

    .app-brand__logo-name {
        font-size: 9px;
    }

    .app-brand__logo-tagline {
        margin-top: 3px;
        font-size: 4px;
    }
}

@media (max-width: 390px) {
    .app-brand__logo-visual {
        width: 112px;
    }

    .app-brand__logo-name {
        font-size: 8px;
    }
}
