.gallery-section {
    margin-top : 1rem;
}

.gallery-grid {
    padding : 0;
}

.gallery-item {
    border        : 1px solid rgba(180, 151, 90, 0.2);
    border-radius : 16px;
    overflow      : hidden;
    margin-bottom : 1.2rem;
    transition    : all 0.3s ease;
}

.gallery-item:hover {
    border-color : rgba(180, 151, 90, 0.4);
    transform    : translateY(-2px);
    box-shadow   : 0 6px 16px rgba(180, 151, 90, 0.15);
}

.gallery-item img {
    width         : 100%;
    display       : block;
    margin-bottom : 0 !important;
    transition    : transform 0.3s ease;
}

.gallery-item:hover img {
    transform : scale(1.03);
}

.gallery-video {
    border        : 1px solid rgba(180, 151, 90, 0.2);
    border-radius : 16px;
    overflow      : hidden;
    margin-top    : 0.4rem;
}

.lightbox {
    text-decoration : none;
}

.baguetteBox-button {
    background-color : transparent !important;
}
