.scene-gallery{position:relative;color:var(--foreground);padding:8svh 0 10svh;overflow:hidden;min-height:220svh;align-items:stretch;gap:.5rem}.gallery-header,.scene-gallery{width:100%;display:flex;flex-direction:column}.gallery-header{align-items:center;max-width:1600px;margin:0 auto 6svh;padding:0 6vw;color:var(--foreground-200)}.gallery-title{font-size:clamp(2.5rem,1.5rem + 4vw,6.5rem);font-weight:600;line-height:1;letter-spacing:-.05rem;margin:0 0 2svh;text-align:center;color:var(--foreground)}.gallery-header-meta-row{display:flex;justify-content:space-between;align-items:baseline;width:100%}.gallery-header-meta{margin:0;color:var(--foreground-200)}.gallery-header p{margin:0}.gallery-stack{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.gallery-row{width:125%;display:flex;gap:.5rem;will-change:width}.gallery-tile{position:relative;flex:1 1;aspect-ratio:7/5;display:flex;margin:0;overflow:hidden;background-color:var(--background-200);border-radius:0}.gallery-tile img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media (max-width:1000px){.scene-gallery{padding:6svh 0 8svh;min-height:320svh}.gallery-header{margin-bottom:4svh;padding:0 1.5rem}.gallery-row{width:250%;gap:.35rem}.gallery-stack{gap:.35rem}}@media (prefers-reduced-motion:reduce){.gallery-row{will-change:auto}}