.elementor-13291 .elementor-element.elementor-element-5e11079{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13291 .elementor-element.elementor-element-2648858{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13291 .elementor-element.elementor-element-845db57{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13291 .elementor-element.elementor-element-01b8e6f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39b7dc8 */@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Italiana&display=swap');

/* =========================================
   1. GLOBAL ENVIRONMENT & HEADER
   ========================================= */
.jury-glass-environment {
    margin: 0;
    padding: 80px 20px;
    font-family: 'Didact Gothic', -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.05), transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(200, 220, 240, 0.1), transparent 50%);
    color: #111;
}

.jury-container {
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.page-header {
    text-align: center;
    margin-bottom: 70px;
}

.main-title {
    font-family: 'Italiana', serif;
    text-transform: uppercase;
    font-size: 3.2rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
}

.sub-title {
    font-size: 1.15rem;
    color: #666;
    font-weight: 600;
    margin: 0 auto;
    max-width: 700px;
    line-height: 1.5;
}

/* =========================================
   2. JURY CARDS & LIQUID GLASS GRID
   ========================================= */
.jury-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.jury-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(245, 245, 247, 0.6) 100%);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 28px;
    padding: 20px; /* Reduced to push the image closer to the edges */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.jury-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(212, 175, 55, 0.1);
}

/* =========================================
   3. PHOTO COLUMN & GOLD FRAMES
   ========================================= */
.jury-left-col {
    flex: none;
    width: 100%;
    margin: 0 auto;
}

/* The Animated Shiny Golden Frame */
.jury-photo-frame {
    position: relative;
    padding: 4px; /* Thinner gold border to match your screenshot */
    border-radius: 24px;
    background: linear-gradient(60deg, #D4AF37, #fff6d9, #B89B5E, #8a6300, #D4AF37);
    background-size: 300% 300%;
    animation: goldShimmer 6s ease infinite;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.15);
    display: flex;
    flex-direction: column;
}

@keyframes goldShimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* White background container inside the gold frame */
.jury-photo-inner {
    width: 100%;
    background: #fff;
    border-radius: 22px; 
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Forces the image to remain a perfect 1:1 square */
.jury-photo-img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.jury-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; /* Removes any phantom space below the image */
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.jury-card:hover .jury-photo {
    transform: scale(1.05);
}

/* Functional Titles utilizing the empty space inside the frame */
.jury-functional-titles {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #D4AF37;
    padding: 16px 10px;
    background: #ffffff;
    margin: 0;
    line-height: 1.4;
}

/* =========================================
   4. TYPOGRAPHY & BIO CONTENT
   ========================================= */
.jury-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.jury-name-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    margin-bottom: 8px;
}

.jury-name {
    font-family: 'Italiana', serif;
    text-transform: uppercase;
    font-size: 1.7rem; /* Scaled down for compact feel */
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.1;
    transition: letter-spacing 0.4s ease, color 0.4s ease;
}

.jury-card:hover .jury-name {
    letter-spacing: 1px;
    color: #D4AF37;
}

/* Head of Jury Tag */
.head-jury-tag {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 0.8rem;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
    padding: 4px 14px;
    border-radius: 30px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.jury-meta {
    font-size: 0.85rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.jury-meta svg {
    width: 16px;
    height: 16px;
    color: #D4AF37;
}

/* Extended Bios */
.bio-wrapper {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #444;
    margin-bottom: 20px;
    text-align: center;
}

.bio-wrapper p {
    margin: 0 0 12px 0;
}

.bio-details {
    margin-top: 10px;
}

.bio-summary {
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.bio-summary::-webkit-details-marker { display: none; }
.bio-summary:hover { color: #111; }

.bio-extended {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    animation: fadeDown 0.4s ease forwards;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    text-align: left;
}

/* Custom Scrollbar */
.bio-extended::-webkit-scrollbar { width: 4px; }
.bio-extended::-webkit-scrollbar-track { background: transparent; }
.bio-extended::-webkit-scrollbar-thumb { background: rgba(212, 175, 55, 0.4); border-radius: 10px; }
.bio-extended::-webkit-scrollbar-thumb:hover { background: rgba(212, 175, 55, 0.8); }

.bio-extended ul {
    padding-left: 15px;
    margin-bottom: 15px;
}
.bio-extended li { margin-bottom: 6px; font-size: 0.9rem; }

@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* =========================================
   5. SOCIAL MEDIA GLASS BUTTONS
   ========================================= */
.jury-socials {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
}

.social-glass-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #111;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.social-glass-btn svg { width: 18px; height: 18px; }

.social-glass-btn:hover {
    background: #D4AF37;
    border-color: #D4AF37;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(212, 175, 55, 0.3);
}

/* =========================================
   6. MOBILE RESPONSIVE
   ========================================= */
@media (max-width: 1100px) {
    .jury-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .jury-grid {
        grid-template-columns: 1fr;
    }
    .jury-glass-environment { padding: 50px 15px; }
    .main-title { font-size: 2.6rem; }
    .sub-title { font-size: 1.05rem; }
    .jury-name { font-size: 1.8rem; }
}/* End custom CSS */