/* =========================================================
    
     CSS
   ========================================================= */

.faces-catalog {
    width: 100%;
    box-sizing: border-box;

    padding: 25px;

    color: #29251f;

    font-family: Georgia, "Times New Roman", serif;
}


/* =========================================================
   
   ========================================================= */

.faces-title {
    margin: 0 0 22px 0;

    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    color: #27231f;
}


/* =========================================================
   
   ========================================================= */

.faces-alphabet {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 5px;

    margin: 0 0 30px 0;
    padding: 0 0 15px 0;

    border-bottom: 1px solid #b19049;
}


.faces-alphabet a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;

    box-sizing: border-box;

    color: #393026;

    font-size: 13px;
    line-height: 1;

    text-decoration: none;

    border: 1px solid transparent;

    transition: 0.2s ease;
}


.faces-alphabet a:hover {
    color: #9c7426;

    border-color: #b19049;

    background: rgba(177, 144, 73, 0.08);
}


/* =========================================================
    
   ========================================================= */

.faces-letter {
    margin: 0 0 38px 0;

    scroll-margin-top: 20px;
}


/* =========================================================
    
   ========================================================= */

.faces-letter-title {
    display: flex;
    align-items: center;

    margin: 0 0 12px 0;
}


.faces-letter-title span {
    flex: 0 0 auto;

    font-size: 28px;
    font-weight: normal;
    line-height: 1;

    color: #33291f;
}


/* θνθί ροπΰβΰ ξς ασκβϋ */

.faces-letter-title::after {
    content: "";

    flex: 1;

    height: 1px;

    margin-left: 12px;

    background: linear-gradient(
        to right,
        #b19049,
        rgba(177, 144, 73, 0)
    );
}


/* =========================================================
     /  
   ========================================================= */

.face-profile {
    display: flex;
    align-items: flex-start;

    gap: 18px;

    width: 100%;
    box-sizing: border-box;

    padding: 10px 0;

    border-bottom: 1px solid rgba(120, 100, 65, 0.18);
}


/* =========================================================
     +  
   ========================================================= */

.face-profile-head {
    flex: 0 0 190px;

    width: 190px;
    min-width: 190px;

    box-sizing: border-box;

    padding-top: 3px;
}


/* μί βνεψνξρςθ */

.face-name {
    margin: 0 0 5px 0;

    color: #8c6928;

    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;

    text-transform: uppercase;

    word-break: break-word;
}


/* μί οεπρξνΰζΰ */

.character-name {
    color: #393029;

    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;

    word-break: break-word;
}


/* εκξπΰςθβνξε ςθπε οεπεδ θμενεμ οεπρξνΰζΰ */

.character-name::before {
    content: "Ρ";

    margin-right: 5px;

    color: #b19049;
}


/* =========================================================
    
   ========================================================= */

.face-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

    flex: 1;

    gap: 6px;

    min-width: 0;
}


/* =========================================================
    
   ========================================================= */

.face-image {
    display: block;

    position: relative;

    width: 80px;
    height: 80px;

    flex: 0 0 80px;

    overflow: hidden;

    box-sizing: border-box;

    background: transparent;

    border: 1px solid #ad842f;
}


/* =========================================================
    
   ========================================================= */

.face-image img {
    display: block;

    width: 80px !important;
    height: 80px !important;

    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover;
    object-position: center;

    /* νθκΰκθυ φβεςξβϋυ τθλόςπξβ */

    filter: none !important;
    -webkit-filter: none !important;

    opacity: 1 !important;

    border: 0 !important;

    box-shadow: none !important;

    border-radius: 0 !important;
}


/* =========================================================
       
   ========================================================= */

.face-image a {
    display: block;

    width: 80px;
    height: 80px;

    margin: 0;
    padding: 0;

    text-decoration: none;
}


/* =========================================================
   
   ========================================================= */

/*
   δερό νες ηΰςεμνενθί,
   νες ρεοθθ,
   νες θημενενθί φβεςΰ.

   ξςξ ξρςΰεςρί ςΰκθμ ζε,
   κΰκ θρυξδνξε.
*/

.face-image:hover {
    border-color: #8c6928;
}


/* =========================================================
     
   ========================================================= */

/*
   γπΰνθχενθί νΰ κξλθχερςβξ τξςξγπΰτθι .

   ξζνξ δξαΰβθςό:
   1
   2
   3
   5
   8
   10
   15
   θ αξλόψε.

   ρλθ τξςξγπΰτθθ οεπερςΰώς οξμεωΰςόρί,
   ξνθ ΰβςξμΰςθχερκθ οεπευξδίς νΰ νξβσώ ρςπξκσ.
*/


/* =========================================================
   :
   ========================================================= */

/*

[80] [80] [80] [80] [80] [80] [80] [80]

θλθ, ερλθ μερςΰ μενόψε:

[80] [80] [80] [80] [80]
[80] [80] [80]

*/


/* =========================================================
     
   ========================================================= */

@media screen and (max-width: 850px) {

    .face-profile-head {
        flex: 0 0 160px;

        width: 160px;
        min-width: 160px;
    }

}


/* =========================================================
     
   ========================================================= */

@media screen and (max-width: 700px) {

    .faces-catalog {
        padding: 15px;
    }


    .faces-title {
        font-size: 26px;
    }


    .faces-alphabet {
        gap: 3px;
    }


    .faces-alphabet a {
        width: 25px;
        height: 25px;

        font-size: 12px;
    }


    .face-profile {
        display: block;

        padding: 12px 0;
    }


    .face-profile-head {
        width: 100%;
        min-width: 0;

        margin: 0 0 9px 0;
        padding: 0;
    }


    .face-gallery {
        width: 100%;

        gap: 5px;
    }

}


/* =========================================================
     
   ========================================================= */

@media screen and (max-width: 400px) {

    .faces-catalog {
        padding-left: 10px;
        padding-right: 10px;
    }


    .face-gallery {
        gap: 4px;
    }

}