/* Hide WPZOOM theme credits / branding */
.site-info .theme-credit,
.site-info .theme-info,
.site-info a[href*="wpzoom"],
.site-footer a[href*="wpzoom"],
.footer-credits,
.theme-credit,
.wpzoom-credit,
a[href*="wpzoom.com"] {
    display: none !important;
}

/* Keep only the copyright row */
.site-footer > *:not(.site-info) {
    display: none !important;
}

/* Remove footer widget structures */
#footer-widgets,
.footer-widgets,
.footer-widget-area,
.footer-columns,
.widgetized-footer,
.widget-column,
.footer-column,
.site-footer .widget-area,
.site-footer .widgets,
.site-footer .widget,
footer .widget-area,
footer .widget,
footer aside,
footer section {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

/* Keep footer spacing clean */
.site-footer,
.site-info {
    margin: 0 !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

/* Hide custom lightboxes by default */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}

/* Show lightbox when activated */
.lightbox.active {
    display: flex;
}

/* Lightbox content container */
.lightbox-content {
    position: relative;
    width: 90vw;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    background: #000;
}

/* Make iframe fill container */
.lightbox-content iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Close button */
.close-lightbox {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    z-index: 10000;
}

/* Custom copyright text */
.site-info {
    font-size: 0;
}

.site-info:before {
    content: "© 2026 Tiah Carter. All rights reserved.";
    font-size: 14px;
    color: #999;
}

/* Hide site title on homepage only */
.home .site-title,
.home .navbar-brand,
.home .logo-text,
.home .site-branding {
    display: none !important;
}
/* Hide header title on homepage only */
.home .navbar-brand-wpz,
.home .navbar-brand-wpz h1,
.home .navbar-brand-wpz a,
.home .navbar-brand,
.home .site-title,
.home .site-branding {
    display: none !important;
}