.gal-page{width:100%;max-width:var(--app-w);background:var(--canvas);min-height:100dvh;color:var(--ink);margin-inline:auto}.gal-topbar{z-index:10;background:var(--canvas);border-bottom:1px solid var(--hairline);align-items:center;gap:12px;height:56px;padding:0 12px;display:flex;position:sticky;top:0}.gal-topbar__back{width:44px;height:44px;color:var(--ink);border-radius:var(--r-pill);justify-content:center;align-items:center;margin-left:-4px;display:inline-flex}.gal-topbar__back svg{width:22px;height:22px}.gal-topbar__title{text-align:center;font:600 16px/1.2 var(--font-sans);letter-spacing:-.01em;text-transform:lowercase;color:var(--ink);flex:auto}.gal-topbar__spacer{flex:none;width:44px;height:44px}.gal-empty{justify-content:center;align-items:center;min-height:50dvh;padding:48px 24px;display:flex}.gal-empty__txt{font:400 16px/1.5 var(--font-sans);text-transform:lowercase;color:var(--muted);text-align:center}.gal-summary{scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;flex-direction:row;gap:12px;margin:20px 0 4px;padding:0 24px;scroll-padding-left:24px;display:flex;overflow-x:auto}.gal-summary::-webkit-scrollbar{display:none}.gal-summary__item{scroll-snap-align:start;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:0 0 40%;gap:8px;padding:0;display:flex}.gal-summary__thumb{aspect-ratio:1;border-radius:var(--r-lg);background:var(--surface-warm);width:100%;display:block;position:relative;overflow:hidden}.gal-summary__name{font:400 14px/1.3 var(--font-sans);text-transform:lowercase;color:var(--body)}.gal-section{padding:28px 0 0;scroll-margin-top:64px}.gal-section__head{padding:0 24px}.gal-section__title{font:600 21px/1.2 var(--font-sans);letter-spacing:-.02em;text-transform:lowercase;color:var(--ink)}.gal-section__blurb{font:400 14px/1.5 var(--font-sans);text-transform:lowercase;color:var(--body);margin-top:4px}.gal-blocks{--gal-gap:8px;gap:var(--gal-gap);flex-direction:column;margin-top:16px;display:flex}.gal-b{width:100%}.gal-b--full{aspect-ratio:3/2}.gal-b--pair{gap:var(--gal-gap);aspect-ratio:2;grid-template-columns:1fr 1fr;display:grid}.gal-b--trio{gap:var(--gal-gap);aspect-ratio:4/3;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;display:grid}.gal-b--trio-l .gal-cell--big{grid-area:1/1/3/2}.gal-b--trio-r .gal-cell--big{grid-area:1/2/3/3}.gal-cell{background:var(--surface-warm);cursor:pointer;border:none;border-radius:0;width:100%;height:100%;min-height:0;padding:0;display:block;position:relative;overflow:hidden}.gal-cell :is(img){transition:transform var(--dur) var(--ease)}.gal-cell:hover :is(img){transform:scale(1.03)}.gal-section:last-of-type{padding-bottom:48px}.gal-lb{z-index:130;color:var(--on-dark);animation:gal-lb-in .2s var(--ease);background:#0d0d0df7;flex-direction:column;display:flex;position:fixed;inset:0}@keyframes gal-lb-in{0%{opacity:0}to{opacity:1}}.gal-lb__bar{z-index:2;height:56px;padding:0 12px;padding-top:env(safe-area-inset-top);flex:none;align-items:center;gap:12px;display:flex;position:relative}.gal-lb__close{width:44px;height:44px;color:var(--on-dark);border-radius:var(--r-pill);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.gal-lb__close svg{width:22px;height:22px}.gal-lb__count{text-align:center;font:500 15px/1 var(--font-sans);letter-spacing:.01em;color:var(--on-dark);flex:auto}.gal-lb__spacer{flex:none;width:44px;height:44px}.gal-lb__stage{min-height:0;margin:0 8px calc(16px + env(safe-area-inset-bottom));flex:auto;position:relative}.gal-lb__nav{z-index:3;width:44px;height:44px;color:var(--on-dark);border-radius:var(--r-pill);cursor:pointer;background:#0d0d0d66;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.gal-lb__nav svg{width:24px;height:24px}.gal-lb__nav--prev{left:8px}.gal-lb__nav--next{right:8px}.gal-summary__item:focus-visible,.gal-cell:focus-visible,.gal-topbar__back:focus-visible,.gal-lb__close:focus-visible,.gal-lb__nav:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.gal-summary__item:focus-visible{outline-offset:2px}.gal-lb__close:focus-visible,.gal-lb__nav:focus-visible{outline-color:var(--on-dark);outline-offset:2px}@media (prefers-reduced-motion:reduce){.gal-lb{animation:none}.gal-cell :is(img){transition:none}.gal-cell:hover :is(img){transform:none}}
