.fova-factions {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 32px auto 0;
    overflow: hidden;
    color: #fff;
    background: #10110e url('../factions/bg.jpg') center top / 100% auto no-repeat;
    border-top: 1px solid #756443;
    border-bottom: 1px solid #756443;
    font-family: Georgia, 'Times New Roman', serif;
}

.fova-factions-stage {
    position: relative;
    aspect-ratio: 2000 / 1020;
    touch-action: pan-y;
}

.fova-factions-panel,
.fova-factions-art,
.fova-factions-art img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.fova-factions-panel[hidden] {
    display: none;
}

.fova-factions-art img {
    object-fit: contain;
    user-select: none;
}

.fova-factions-info {
    position: absolute;
    top: 51.275%;
    left: 20%;
    width: 26.25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, .8vw, 16px);
}

.fova-factions-element {
    margin: 0;
    color: #fff;
    font-size: clamp(14px, 1.35vw, 27px);
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    text-shadow: 0 2px 4px #000;
}

.fova-element-kim { color: #fff000; }
.fova-element-hoa { color: #ff6654; }
.fova-element-tho { color: #d8a257; }
.fova-element-thuy { color: #64caff; }
.fova-element-moc { color: #72d454; }

.fova-factions-preview {
    position: relative;
    width: 73.905%;
    aspect-ratio: 388 / 236;
    background: url('../factions/border-img.png') center / 100% 100% no-repeat;
}

.fova-factions-preview img {
    position: absolute;
    top: 8.475%;
    left: 5.412%;
    display: block;
    width: 89.176%;
    height: 82.627%;
    object-fit: cover;
}

.fova-factions-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.941%;
    min-height: 48px;
    padding: 0 38px;
    background: rgba(8, 9, 10, .93);
    border-top: 1px solid #564934;
}

.fova-factions-tabs {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    height: 100%;
    overflow-x: auto;
    scrollbar-width: none;
}

.fova-factions-tabs::-webkit-scrollbar {
    display: none;
}

.fova-factions-tab {
    flex: 1 0 auto;
    padding: 0 6px;
    color: #a79781;
    background: transparent;
    border: 0;
    border-right: 1px solid #5d4f38;
    font: inherit;
    font-size: clamp(14px, 1.1vw, 22px);
    line-height: 1.8;
    white-space: nowrap;
    cursor: pointer;
}

.fova-factions-tab:last-child {
    border-right: 0;
}

.fova-factions-tab span {
    display: block;
    padding: 2px 8px;
}

.fova-factions-tab[aria-selected="true"] span {
    color: #fff;
    background: url('../factions/paging-hov.png') center / 100% 100% no-repeat;
    text-shadow: 0 1px 3px #473019;
}

.fova-factions-tab:hover {
    color: #ffe9ad;
}

.fova-factions-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 34px;
    padding: 0;
    color: #fff1c4;
    background: transparent;
    border: 0;
    font: 42px/1 Georgia, serif;
    text-shadow: 0 0 7px #e6c579;
    cursor: pointer;
}

.fova-factions-prev { left: 2px; }
.fova-factions-next { right: 2px; }

.fova-factions button:focus-visible {
    outline: 2px solid #f2d189;
    outline-offset: -2px;
}

@media screen and (max-width: 767px) {
    .fova-factions {
        margin-top: 24px;
        background-image: url('../factions/bg-mb.jpg');
    }

    .fova-factions-stage {
        aspect-ratio: 768 / 1090;
    }

    .fova-factions-info {
        top: 31.2%;
        left: 0;
        width: 54%;
        gap: 12px;
    }

    .fova-factions-element {
        font-size: clamp(14px, 3vw, 23px);
    }

    .fova-factions-preview {
        width: 86%;
    }

    .fova-factions-nav {
        position: relative;
        height: 60px;
    }

    .fova-factions-tab {
        flex: 0 0 auto;
        min-width: 106px;
        font-size: 16px;
    }
}
