
/* ===== SCREENSHOTS GALLERY - ROYAL DESIGN ===== */
:root {
    --gold: #d4af37;
    --gold-light: #ffd700;
    --gold-dark: #b8860b;
    --purple: #6b2b6b;
    --purple-light: #9b4d9b;
    --bg-dark: #0a0a0a;
    --bg-card: rgba(15, 15, 15, 0.8);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.elite-gallery {
    min-height: 100vh;
    background: transparent;
    position: relative;
    overflow: hidden;
    padding: 2rem 1rem;
    font-family: 'Cairo', sans-serif;
}

/* ===== BACKGROUND ELEMENTS ===== */
.gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(212, 175, 55, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212, 175, 55, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: grid-move 30s linear infinite;
}

.bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    animation: float-orb 20s ease-in-out infinite;
}

.orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.08), transparent);
    top: -250px;
    right: -250px;
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.06), transparent);
    bottom: -200px;
    left: -200px;
    animation-delay: 10s;
}

.floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.floating-icons i {
    position: absolute;
    color: rgba(212, 175, 55, 0.1);
    font-size: 2.5rem;
    animation: float-icon 25s ease-in-out infinite;
}

.floating-icons i:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.floating-icons i:nth-child(2) { top: 60%; right: 15%; animation-delay: 7s; }
.floating-icons i:nth-child(3) { bottom: 30%; left: 20%; animation-delay: 14s; }
.floating-icons i:nth-child(4) { top: 40%; right: 25%; animation-delay: 21s; }

/* ===== MAIN CONTAINER ===== */
.gallery-container {
    position: relative;
    z-index: 10;
    max-width: 1300px;
    margin: 0 auto;
}

/* ===== GALLERY HEADER ===== */
.gallery-header {
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.7), rgba(20, 20, 20, 0.8));
    backdrop-filter: blur(10px);
    border: 2px solid var(--gold);
    border-radius: 60px 60px 20px 20px;
    padding: 2rem 2.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
    animation: header-appear 1s ease-out;
}

@keyframes header-appear {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    animation: rotate-glow 20s linear infinite;
    pointer-events: none;
}

@keyframes rotate-glow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    z-index: 3;
}

.gallery-logo {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.logo-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
    animation: logo-pulse 3s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.logo-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 6s ease-in-out infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    20% { transform: translateX(100%) translateY(100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.logo-icon i {
    font-size: 2.5rem;
    color: #000;
}

.logo-text {
    text-align: left;
}

.gallery-title {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #fff, var(--gold), var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
    
    /* ط¥طµظ„ط§ط­ ظ…ط´ظƒظ„ط© ط§ظ„ط£ط·ط±ط§ظپ */
    padding: 0 20px !important;
    line-height: 1.4;
    overflow: visible !important;
    white-space: nowrap;
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* ظ„ظ„ط´ط§ط´ط§طھ ط§ظ„طµط؛ظٹط±ط© ظ†ط³ظ…ط­ ط¨ط§ظ„طھظپط§ظپ */
@media (max-width: 768px) {
    .gallery-title {
        font-size: 2.5rem;
        padding: 0 15px !important;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    .gallery-title {
        font-size: 2rem;
        padding: 0 12px !important;
        letter-spacing: 1px;
        white-space: normal; /* ظ„ظ„ط´ط§ط´ط§طھ ط§ظ„طµط؛ظٹط±ط© ط¬ط¯ط§ظ‹ ظ†ط³ظ…ط­ ط¨ط§ظ„طھظپط§ظپ */
    }
}

.gallery-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.gallery-stats {
    display: flex;
    gap: 1.5rem;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gold);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.5rem 1.2rem;
    border-radius: 30px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(5px);
}

.stat-item i {
    font-size: 1rem;
    color: var(--gold-light);
    animation: stat-pulse 2s ease-in-out infinite;
}

@keyframes stat-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* ===== MAIN SLIDER ===== */
.elite-slider {
    margin-bottom: 3rem;
    animation: slider-appear 1s ease-out 0.2s both;
}

@keyframes slider-appear {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.slider-main {
    position: relative;
    background: rgba(15, 15, 15, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 30px;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    z-index: 20;
    pointer-events: none;
}

.slider-control {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border: none;
    border-radius: 50%;
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 30;
}

.slider-control::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 3s infinite;
}

.slider-control:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.5);
}

.slider-control:active {
    transform: scale(0.95);
}

.slider-image-container {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.slider-image:hover {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slider-image-container:hover .image-overlay {
    opacity: 1;
}

.fullscreen-btn {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #000;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
}

.slider-image-container:hover .fullscreen-btn {
    transform: translateY(0);
    opacity: 1;
}

.fullscreen-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.4);
}

.slider-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.image-counter {
    color: var(--gold);
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Cinzel', serif;
}

.slider-actions {
    display: flex;
    gap: 0.5rem;
}

.action-btn {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    color: var(--gold);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn:hover {
    background: var(--gold);
    color: #000;
    transform: rotate(360deg);
}

/* ===== THUMBNAILS SECTION ===== */
.thumbnails-section {
    background: rgba(15, 15, 15, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 30px;
    padding: 2rem;
    animation: thumbnails-appear 1s ease-out 0.4s both;
}

@keyframes thumbnails-appear {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.thumbnails-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: 'Cinzel', serif;
    text-align: center;
}

.thumbnails-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.thumbnail-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 16/9;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.9);
    animation: thumbnail-appear 0.5s ease forwards;
}

@keyframes thumbnail-appear {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.thumbnail-item:nth-child(1) { animation-delay: 0.1s; }
.thumbnail-item:nth-child(2) { animation-delay: 0.2s; }
.thumbnail-item:nth-child(3) { animation-delay: 0.3s; }
.thumbnail-item:nth-child(4) { animation-delay: 0.4s; }
.thumbnail-item:nth-child(5) { animation-delay: 0.5s; }
.thumbnail-item:nth-child(6) { animation-delay: 0.6s; }
.thumbnail-item:nth-child(7) { animation-delay: 0.7s; }
.thumbnail-item:nth-child(8) { animation-delay: 0.8s; }

.thumbnail-item:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.thumbnail-item.active {
    border-color: var(--gold);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.thumbnail-item:hover img {
    transform: scale(1.1);
}

.thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.thumbnail-item:hover .thumbnail-overlay {
    opacity: 1;
}

.overlay-content {
    background: var(--gold);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.thumbnail-item:hover .overlay-content {
    transform: scale(1);
}

/* ===== LIGHTBOX ===== */
.advanced-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.advanced-lightbox.active {
    visibility: visible;
    opacity: 1;
}

.lightbox-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
}

.lightbox-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
}

.lightbox-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

.lightbox-controls {
    display: flex;
    gap: 0.5rem;
}

.lightbox-btn {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-btn:hover {
    background: var(--gold);
    color: #000;
    transform: rotate(360deg);
}

.lightbox-close {
    width: 45px;
    height: 45px;
    background: rgba(255, 0, 0, 0.2);
    border: 1px solid #ff4444;
    border-radius: 50%;
    color: #ff4444;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover {
    background: #ff4444;
    color: #000;
}

.lightbox-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 10000;
}

.nav-arrow {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #fff;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(5px);
}

.nav-arrow:hover {
    background: var(--gold);
    color: #000;
    transform: scale(1.1);
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 80%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: grab;
}

.media-container:active {
    cursor: grabbing;
}

.lightbox-media {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.zoom-indicator {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: var(--gold);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid var(--gold);
}

.lightbox-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    z-index: 10000;
}

.media-info {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.lightbox-thumbnails {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.5rem 0;
}

.lightbox-thumbnails::-webkit-scrollbar {
    height: 4px;
}

.lightbox-thumbnails::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.lightbox-thumbnails::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 2px;
}

.lightbox-thumbnail {
    width: 100px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.lightbox-thumbnail:hover {
    transform: translateY(-2px);
}

.lightbox-thumbnail.active {
    border-color: var(--gold);
}

.lightbox-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== SHARE MODAL ===== */
.share-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    z-index: 10001;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(20px);
    border: 2px solid var(--gold);
    border-radius: 30px;
    padding: 2rem;
    width: 90%;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.share-modal.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.share-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.share-header h3 {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Cinzel', serif;
}

.share-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.share-close:hover {
    color: #ff4444;
    transform: rotate(90deg);
}

.share-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.share-option {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.share-option:hover {
    background: var(--gold);
    color: #000;
    transform: translateY(-5px);
}

.share-option i {
    font-size: 2rem;
}

.share-url {
    display: flex;
    gap: 0.5rem;
}

.share-url input {
    flex: 1;
    padding: 0.8rem 1rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 0.9rem;
}

.copy-btn {
    padding: 0.8rem 1.5rem;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border: none;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.share-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.share-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* ===== NO IMAGES ===== */
.no-images {
    text-align: center;
    padding: 5rem;
    background: rgba(15, 15, 15, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.no-images-icon {
    width: 120px;
    height: 120px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    border: 2px dashed rgba(212, 175, 55, 0.3);
}

.no-images-icon i {
    font-size: 4rem;
    color: rgba(212, 175, 55, 0.5);
}

.no-images h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
    font-family: 'Cinzel', serif;
}

.no-images p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

/* ===== ANIMATIONS ===== */
@keyframes grid-move {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

@keyframes float-orb {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-40px) scale(1.1); }
}

@keyframes float-icon {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(10deg); }
}

@keyframes logo-pulse {
    0%, 100% { box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4); }
    50% { box-shadow: 0 10px 50px rgba(212, 175, 55, 0.7); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .slider-image-container {
        height: 400px;
    }
    
    .gallery-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .gallery-header {
        padding: 1.5rem;
    }
    
    .header-content {
        flex-direction: column;
        text-align: center;
    }
    
    .gallery-logo {
        justify-content: center;
    }
    
    .logo-text {
        text-align: center;
    }
    
    .gallery-title {
        font-size: 2rem;
    }
    
    .gallery-stats {
        flex-direction: column;
        width: 100%;
    }
    
    .stat-item {
        width: 100%;
        justify-content: center;
    }
    
    .slider-image-container {
        height: 300px;
    }
    
    .slider-controls {
        padding: 0;
    }
    
    .slider-control {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .thumbnails-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
    
    .lightbox-navigation {
        padding: 0 1rem;
    }
    
    .nav-arrow span {
        display: none;
    }
}

@media (max-width: 480px) {
    .slider-image-container {
        height: 250px;
    }
    
    .gallery-title {
        font-size: 1.8rem;
        padding: 0 5px;
    }
    
    .thumbnails-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
    
    .lightbox-header {
        padding: 1rem;
    }
    
    .lightbox-controls {
        gap: 0.3rem;
    }
    
    .lightbox-btn,
    .lightbox-close {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .share-options {
        grid-template-columns: repeat(2, 1fr);
    }
}
