.gallery-page main{padding-top:0}.gallery-hero{padding:4rem 1.5rem 2rem;text-align:center;max-width:680px;margin:0 auto}.gallery-eyebrow{display:block;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.gallery-title{font-family:var(--font-serif);font-size:clamp(2rem,6vw,3.2rem);font-weight:400;background:var(--copper-foil);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .75rem;line-height:1.1}.gallery-sub{color:var(--text-muted);font-size:1.05rem;margin:0 0 1.25rem;line-height:1.6}.gallery-stats{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.gallery-stat{font-size:.82rem;color:var(--text-muted)}.gallery-stat-sep{color:var(--border)}.album-tabs-wrap{overflow-x:auto;scrollbar-width:none;padding:0 1.5rem .5rem;max-width:1100px;margin:0 auto}.album-tabs-wrap::-webkit-scrollbar{display:none}.album-tabs{display:flex;gap:.5rem;min-width:max-content}.album-tab{display:inline-flex;align-items:center;gap:.4em;padding:.45rem 1rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.album-tab:hover{background:var(--surface-2);color:var(--text-primary)}.album-tab.active{background:var(--copper-foil);color:#000401;border-color:var(--accent);font-weight:600}.album-tab-emoji{font-size:1em}.gallery-section{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 4rem}.gallery-grid{margin-top:1.25rem;columns:2;column-gap:.75rem}@media(min-width:640px){.gallery-grid{columns:3}}@media(min-width:1024px){.gallery-grid{columns:4}}.gallery-grid [role=listitem]{break-inside:avoid;margin-bottom:.75rem}.gallery-thumb{display:block;width:100%;padding:0;border:none;background:var(--surface-2);border:1px solid var(--invite-line-soft);border-radius:8px;overflow:hidden;cursor:pointer;position:relative;transition:transform .18s,box-shadow .18s}.gallery-thumb:hover{transform:scale(1.025);box-shadow:0 8px 24px #00000059}.gallery-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.gallery-thumb-img{display:block;width:100%;height:auto;object-fit:cover;transition:opacity .3s}.gallery-thumb-caption{position:absolute;bottom:0;left:0;right:0;padding:.5rem .75rem;background:linear-gradient(to top,rgb(0 0 0 / .7),transparent);color:#fff;font-size:.78rem;line-height:1.4;opacity:0;transition:opacity .2s}.gallery-thumb:hover .gallery-thumb-caption,.gallery-thumb:focus-visible .gallery-thumb-caption{opacity:1}.gallery-empty{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.gallery-empty-emoji{display:block;font-size:3rem;margin-bottom:1rem}.pswp{--pswp-bg: rgb(10 10 10 / .95);--pswp-placeholder-color: var(--surface-2)}.pswp__top-bar{background:transparent}.gallery-teaser{min-height:100%;padding:1.25rem;margin:0;border:1px solid oklch(90% .06 70 / .18);border-radius:8px;background:linear-gradient(180deg,#f9f5ec12,#f9f5ec0b);display:flex;flex-direction:column}.gallery-teaser-title{font-family:var(--font-serif);font-size:clamp(1.35rem,3vw,1.75rem);font-weight:400;margin:0 0 1rem;color:var(--text-primary);line-height:1.08}.gallery-teaser-sub{color:var(--accent-light);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin:0 0 .5rem}.gallery-teaser-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;margin:auto 0 1rem}.gallery-teaser-img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:8px;display:block}.gallery-teaser-cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:fit-content;padding:.68rem 1rem;border-radius:8px;background:var(--accent);color:#fff;font-weight:600;text-decoration:none;font-size:.9rem;transition:opacity .15s,transform .15s}.gallery-teaser-cta:hover{opacity:.9;transform:translateY(-1px)}@media(prefers-reduced-motion:reduce){.gallery-thumb{transition:none}.gallery-thumb:hover{transform:none}.gallery-thumb-img{transition:none}}.film-strip-wrap{overflow:hidden;padding:.5rem 0 1.5rem;display:grid;gap:.6rem;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.film-strip{overflow:hidden}.film-strip-track{display:flex;gap:.6rem;width:max-content;animation:film-scroll 55s linear infinite}.film-strip--right .film-strip-track{animation-direction:reverse;animation-duration:70s}.film-strip:hover .film-strip-track{animation-play-state:paused}.film-frame{width:120px;height:180px;object-fit:cover;border-radius:10px;border:1px solid var(--border);flex-shrink:0}@keyframes film-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.film-strip-track{animation:none}}@media(max-width:600px){.film-frame{width:88px;height:132px}}.gallery-toolbar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.6rem;margin:.25rem auto 1.4rem;padding:0 1rem}.gallery-tool-btn{background:var(--surface, rgba(255,255,255,.04));border:1px solid var(--border);color:var(--text, inherit);border-radius:999px;padding:.5rem 1.1rem;font-size:.9rem;font-family:inherit;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.gallery-tool-btn:hover{transform:translateY(-2px) rotate(-1deg);border-color:var(--accent)}.gallery-tool-btn:active{transform:scale(.96)}.gallery-tool-btn--ghost{opacity:.7}.gallery-toolbar-count{font-size:.8rem;color:var(--text-muted);margin-left:.35rem}.gallery-thumb--reveal{animation:thumb-reveal .55s cubic-bezier(.22,1,.36,1) both}@keyframes thumb-reveal{0%{opacity:0;transform:translateY(22px) scale(.97)}to{opacity:1;transform:none}}.gallery-grid [role=listitem]:nth-child(3n) .gallery-thumb:hover{transform:scale(1.02) rotate(.8deg)}.gallery-grid [role=listitem]:nth-child(3n+1) .gallery-thumb:hover{transform:scale(1.02) rotate(-.8deg)}.gallery-grid [role=listitem]:nth-child(3n+2) .gallery-thumb:hover{transform:scale(1.03)}@media(prefers-reduced-motion:reduce){.gallery-thumb--reveal{animation:none}}.gallery-sentinel{display:flex;justify-content:center;gap:.45rem;padding:2rem 0 2.5rem}.gallery-sentinel-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);opacity:.4;animation:sentinel-pulse 1.2s ease-in-out infinite}.gallery-sentinel-dot:nth-child(2){animation-delay:.2s}.gallery-sentinel-dot:nth-child(3){animation-delay:.4s}@keyframes sentinel-pulse{0%,to{opacity:.25;transform:scale(1)}50%{opacity:1;transform:scale(1.35)}}
