/* GLightbox dark theme tweaks */
.glightbox-clean .gslide-description {
    background: #18181b;
}
.glightbox-clean .gdesc-inner {
    padding: 1rem 1.25rem;
}
.glightbox-clean .gslide-title {
    color: #e4e4e7;
    font-size: 0.875rem;
    font-family: inherit;
    margin: 0;
}
.goverlay {
    background: rgba(0, 0, 0, 0.92);
}

/* Smooth section reveal */
[data-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
[data-reveal].is-visible {
    opacity: 1;
    transform: none;
}
