Improve 3D gallery UX, placeholders, and image accuracy.

Add multi-row dynamic halls, eye-level camera, canvas covers for missing works, preserved view when returning from detail, and corrected image overrides for Kauffman and Raphael. Update documentation and add fetched painting assets.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Danila Khodjaef
2026-06-19 11:40:08 +03:00
co-authored by Cursor
parent 08f99d7a29
commit 792a0b1a77
42 changed files with 618 additions and 219 deletions
+14
View File
@@ -3,6 +3,20 @@
background: linear-gradient(180deg, #0f0f1a 0%, #1a1a2e 40%, #16213e 100%);
}
.gallery-session-suspended {
position: fixed;
inset: 0;
z-index: 0;
visibility: hidden;
pointer-events: none;
}
.home-overlay {
position: relative;
z-index: 10;
min-height: 100vh;
}
.site-header {
text-align: center;
padding: 24px 16px 8px;