.editorial-shadow {
    box-shadow: 0 40px 100px -20px #00000080
}

.glass-card {
    -webkit-backdrop-filter: blur(20px);
    background: #201f1f99
}

.text-gradient {
    background: linear-gradient(to bottom right, #f2ca50, #d4af37);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.gallery-card:hover .gallery-overlay {
    opacity: 1
}

.gallery-card:hover img {
    transform: scale(1.05)
}