[hidden] { display: none !important; }
.project-loading > :not(script):not(noscript) { visibility: hidden; }
.project-error { min-height: 100vh; margin: 0; padding: 24px; display: grid; place-items: center; background: #f2f2ee; color: #161616; cursor: auto !important; }
.project-error-card { width: min(100%, 640px); padding: clamp(24px, 5vw, 48px); background: #fff; border: 1px solid #dadbd4; border-radius: 12px; }
.project-error-brand { font-size: 13px; letter-spacing: .12em; }
.project-error-card h1 { margin: 24px 0 16px; font-size: clamp(24px, 5vw, 36px); line-height: 1.3; }
.project-error-card p { line-height: 1.7; }
.project-error-card a { display: flex; min-height: 44px; align-items: center; margin-top: 18px; padding: 12px 16px; background: #141414; color: #fff; border-radius: 6px; font-size: 15px; text-decoration: none; cursor: pointer; }
.nav-cta[data-home-link] { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
.single-image-real, .image-lightbox-real { object-fit: contain; }
.gallery-thumb .gallery-thumb-real { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #111; }
.gallery-thumb .gallery-thumb-label { z-index: 2; padding: 2px 4px; border-radius: 3px; background: rgba(0,0,0,.72); }
.single-image-frame, .image-lightbox-stage { background: #111; }
.gallery-media-status { margin: 0; }
.lightbox-media-notice { position: absolute; z-index: 6; left: 16px; right: 16px; bottom: 16px; margin: 0; padding: 12px; background: rgba(0,0,0,.8); color: #fff; font-size: 14px; }
.video-el { width: 100%; height: 100%; object-fit: contain; }
#videoStage.has-video::before, #videoStage.has-video::after { display: none; }
.video-caption { margin-top: 12px; padding: 14px 16px; display: grid; gap: 9px; border: 1px solid rgba(17,17,17,.12); border-radius: 8px; background: rgba(255,255,255,.55); }
.video-caption .video-code { color: #4b4b4b; font-size: 13px; line-height: 1.5; }
.video-caption .video-title { color: #161616; font-size: clamp(18px, 2vw, 24px); line-height: 1.35; text-shadow: none; max-width: none; }
.video-caption .timecode { color: #555; font-size: 14px; white-space: nowrap; }
.video-caption .video-hud-top, .video-caption .video-hud-bottom { align-items: flex-start; }
@media (max-width: 768px) {
    .video-caption { margin-top: 8px; padding: 10px 12px; gap: 5px; }
    .video-caption .video-title { font-size: 16px; }
    .video-caption .video-hud-top { flex-wrap: wrap; gap: 4px 12px; }
    .video-caption .video-code { font-size: 12px; }
    .gallery-thumb-shell .gallery-thumb-track { grid-template-columns: repeat(auto-fit, minmax(44px, 1fr)); }
}
