:root {
    /* Individual Gold Colors from Figma Stops */
    --gold-dark-1: #BA8843;  /* 0% stop */
    --gold-mid-1: #DEC368;   /* 30% stop */
    --gold-light: #F6E37A;   /* 68% stop */
    --gold-dark-2: #A76A31;  /* 100% stop */

    /* The Full Linear Gradient for backgrounds */
    --gold-gradient: linear-gradient(
        90deg, 
        #BA8843 0%, 
        #DEC368 30%, 
        #F6E37A 68%, 
        #A76A31 100%
    ); 
}
 
/* Base resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

/* Container section layout styling */
.ga-mall-discovery {
    background-color: #fff;
    padding: 40px;
    min-height: 100vh;
    display: flex;
    max-width: 1500px;
    justify-content: center;
    padding-left: 0px;

}

/* Main Layout: Split Sidebar and Main Content side-by-side */
.main-layout {
    display: flex;
    gap: 50px;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    padding-left:40px;
}

/* --- SIDEBAR FILTER BOX STYLES --- */
.filter-top {
    display: none; /* Mobile mode toggle heading only */
}

.filter-sidebar {

    width: 30%;
    background: #ffffff;
    border-radius: 25px; /* Rounded corners for the container */
    padding: 35px ;
  box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.13);
   height: fit-content;
    position: sticky;
    top: 20px;
}

/* Search bar styling inside sidebar */
.search-container {
    background: #ffffff;
    border-radius: 4px; /* Adjusting for a cleaner look */
    padding: 0 10px;
    gab: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid rgb(255, 255, 255);
    
    /* Exact dimensions from image_5579b3.png */
    width: 100%;
    height: 54px;
    box-sizing: border-box;

    /* Drop shadow from image_5579b3.png: X:0, Y:0, Blur:9, Opacity:25% */
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
}

.search-icon {
    color: #000000;
    padding: 0 10px;
    font-size: 16px; 
    font-weight: 600;
}

.search-container input {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 400; /* Regular */
    line-height: 24px;
    color: #475569; /* Matching the muted grey color in Screenshot 122323 */
}

.search-container input::placeholder {
    color: #475569;
}

/* Category listings */
.filter-category h4 {
    font-family: serif; /* Matches GA Mall heading style */
    font-size: 1.2rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.filter-category ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.filter-category label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #5d6d7e;
    font-size: 0.95rem;
    cursor: pointer;
}

.filter-category label:hover {
    color: #111111;
}

/* Custom Checkbox accent token */
.active-check {
    accent-color: #634a2e; 
}

/* --- RIGHT SIDE MAIN CONTENT STYLES --- */
.brand-content { 
    flex: 1; 
}

.pagination-link {
     text-align: center; 
     margin-top: 40px; 
    margin-bottom: 40px; }
.pagination-link a { color: #2980b9; text-decoration: none; font-weight: bold; }

.section-title {
    font-family: 'Libertinus Serif', serif; 
    font-weight: 600  ;
    font-size: 38px; 
    line-height: 42px; 
    letter-spacing: 0px; 
    color: #191C1D; 
    text-transform: uppercase;
    /* width: 100%; */
    max-width: 569px; 
    margin-left: 0; 
    /* margin-bottom: 30px;  */
    text-align: left;
}

/* --- FIGMA IMAGE SYMMETRY ROW GRID --- */

/* Horizontal Icons Ribbon Top Layout */
.entertainment-icons-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 80px;
}

.icon-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: transform 0.2s ease;
}

.icon-item:hover img {
    transform: scale(1.1);
}

.icon-item span {
    font-family: 'Manrope', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    color: #1e293b;
}

.arena-intro-text {
    width: 100%;
    max-width: 1723px;
    margin-bottom: 40px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500; 
    font-size: 20px; 
    line-height: 30px;
    letter-spacing: 0px;
    color: #8E8E8E;
    text-align: center;
}

.arena-media-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.arena-media-card {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.arena-media-card img {
    width: 100%;
    height: 450px; /* Synchronized square panel block line height */
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.arena-media-card:hover img {
    transform: scale(1.03);
}

/* Floating filters mobile action button asset default hidden state */
.mobile-filter-btn {
    display: none;
}

/* ==========================================================================
   LAPTOPS & RESPONSIVE TABLETS RESOLUTIONS QUERY (1024px and below)
   ========================================================================== */
@media (max-width: 1024px) {
    .main-layout {
        gap: 24px;
    }

    .filter-sidebar {
        width: 32%;
        padding: 24px;
    }

    .section-title {
    font-size: 34px;
    line-height: 36px;
}

    .entertainment-icons-row {
        overflow-x: auto; /* Allow side swipe scrolling ribbon on medium tablet viewports */
        padding-bottom: 14px;
        justify-content: flex-start;
        gap: 20px;
    }

    .icon-item {
        flex-shrink: 0;
    }

    .arena-media-card img {
        height: 340px;
    }
    .arena-intro-text {
    font-size: 14px; 
    line-height: 25px;
}
}

/* ==========================================================================
   MOBILE DEVICES VIEWPORTS BREAKDOWN CONTROLS (768px and Below)
   ========================================================================== */
@media (max-width: 768px) {
    .ga-mall-discovery {
        padding: 30px 15px;
    }

    .main-layout {
        flex-direction: column;
        gap: 0;
        padding-left:0px;
    }

    .section-title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        
    }

    .entertainment-icons-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px 8px;
        margin-bottom: 30px;
        padding-bottom: 16px;
        overflow-x: visible;
    }

    .icon-item {
        min-width: unset;
    }

  

    .icon-item span {
        font-size: 9px;
        line-height: 11px;
    }

    .arena-intro-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .arena-media-gallery {
        grid-template-columns: 1fr; /* Stacks image boxes vertically */
        gap: 16px;
    }

    .arena-media-card img {
        height: 250px;
    }

    /* --- MOBILE FILTER NAVIGATION SIDEBAR OVERLAYS CODE --- */
    .mobile-filter-btn {
        position: fixed;
        bottom: 25px;
        right: 20px;
        状况: relative;
        z-index: 999;
        width: 58px;
        height: 58px;
        border: none;
        border-radius: 50%;
        background: #e11d48; /* Red branding background token */
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
        cursor: pointer;
    }

    .mobile-filter-btn i {
        font-size: 18px;
    }

    .mobile-filter-btn span {
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .filter-sidebar {
        position: fixed;
        top: 0;
        left: -100%; /* Hidden on slide layout off-screen */
        width: 85%;
        max-width: 310px;
        height: 100vh;
        z-index: 1000;
        overflow-y: auto;
        transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        padding: 24px 20px 80px 20px;
        border-radius: 0 25px 25px 0;
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
    }

    .filter-sidebar.active {
        left: 0; /* Sliding in transition animation toggle */
    }

    .filter-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .filter-top h3 {
        font-family: 'Noto Serif', serif;
        font-size: 22px;
        font-weight: 700;
    }

    .close-filter {
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 50%;
        background: #f1f5f9;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #475569;
    }

    .filter-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 998;
    }

    .filter-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}
















.brand-slider-section {
    width: 100%;
    background: #ffffff;
    padding: 10px 20px;
    overflow: hidden;
    /* Shadow effect from image_3c7d0f.png */
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.18);
    /* margin-bottom: 60px; */
}

.slider-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo-track {
    display: flex;
    width: calc(250px * 16); /* Adjust based on number of items */
    animation: scrollLoop 30s linear infinite;
}

/* Pause animation on hover */
.logo-track:hover {
    animation-play-state: paused;
}

.logo-item {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.logo-item img {
    max-width: 150px;
    height: auto;
    /* Standard grayscale to match image_3c7c50.png, remove if you want color */
    /* filter: grayscale(100%);  */
    transition: all 0.4s ease;
}

/* Hover effect: Logo becomes big and colored */
.logo-item:hover {
    transform: scale(1.3);
    z-index: 10;
}

.logo-item:hover img {
    /* filter: grayscale(0%); */
}

/* Infinite loop animation */
@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 8)); /* Scroll exactly half the total width */
    }
}