body {
    background: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-logo {
    display: inline-flex;
    align-items: center;
}

.site-logo-img {
    display: block;
    height: 60px;
    width: auto;
}

.page-intro h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 600;
}

p,
div,
span,
li {
    color: inherit;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

.media-card {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.media-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.22);
}

.usage-box {
    padding: 16px 18px;
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.gallery {
    column-gap: 16px;
    column-count: 4;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 16px;
    break-inside: avoid;
    text-decoration: none;
}

.gallery-thumb {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    background: #111;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.gallery-item:hover .gallery-thumb {
    opacity: 0.92;
    transform: scale(1.01);
}

.pswp__button--download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.pswp__button--download-button svg {
    display: block;
    width: 22px;
    height: 22px;
}

.pswp__dynamic-caption {
    font-family: 'Poppins', sans-serif;
}

.pswp__dynamic-caption .caption-usage {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    line-height: 1.5;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.35);
}

.alert-dark {
    background: #0d0d0d;
}

@media (max-width: 991.98px) {
    .gallery {
        column-count: 3;
    }
}

@media (max-width: 767.98px) {
    .gallery {
        column-count: 2;
    }

    .site-logo-img {
        height: 40px;
    }
}


.pswp__dynamic-caption {
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.pswp__dynamic-caption--below {
    max-width: 900px;
    padding: 16px 0 0;
}

.pswp__dynamic-caption--aside {
    max-width: 340px;
    padding: 20px 0 20px 20px;
}

.pswp__dynamic-caption--mobile {
    background: rgba(0, 0, 0, 0.78);
    padding: 12px 14px;
}

.pswp__dynamic-caption a {
    color: #fff;
    text-decoration: underline;
}

.caption-usage {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    line-height: 1.5;
}

.pswp__button--download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}