.corner-badge {
    position: fixed;
    top: 28px;
    right: 18px;
    z-index: 10000;
    display: inline-flex;
    gap: 7px;
    min-width: 62px;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(17, 16, 15, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #11100f;
    box-shadow: 0 8px 24px rgba(17, 16, 15, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-family: "Cinzel", Georgia, serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.back-btn {
    position: fixed !important;
    top: 28px !important;
    left: 18px !important;
    z-index: 10000 !important;
}

.corner-badge__icon {
    font-size: 0.9em;
    line-height: 1;
    transform: translateY(-1px);
}

.corner-badge--brand {
    background: #f8f5ef;
    color: #11100f;
}

.corner-badge--logo {
    min-width: 42px;
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 3px;
    overflow: hidden;
}

.corner-badge--logo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
}

.corner-badge--home {
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.corner-badge--home:hover,
.corner-badge--home:focus-visible {
    background: #11100f;
    color: #f8f5ef;
    transform: translateY(-1px);
}

@media (max-width: 600px) {
    .corner-badge {
        top: 22px;
        right: 10px;
        min-width: 54px;
        min-height: 28px;
        padding: 0 11px;
        font-size: 0.68rem;
    }

    .corner-badge--logo {
        min-width: 34px;
        width: 34px;
        height: 34px;
        min-height: 34px;
        padding: 2px;
    }

    .back-btn {
        top: 22px !important;
        left: 10px !important;
    }
}
