.GalleryClient-module__TVY66G__root{gap:var(--space-10);flex-direction:column;display:flex}.GalleryClient-module__TVY66G__tabs{gap:var(--space-2);padding-bottom:var(--space-6);animation:GalleryClient-module__TVY66G__fadeInUp var(--dur-slow) var(--ease-river) both;border-bottom:1px solid #ffffff12;flex-wrap:wrap;display:flex}.GalleryClient-module__TVY66G__tab{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);font-family:var(--font-body);font-size:var(--text-sm);color:#ffffff80;cursor:pointer;transition:all var(--dur-fast) var(--ease-river);white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff14;font-weight:500;display:flex}.GalleryClient-module__TVY66G__tab:hover{color:var(--color-white);background:#5ba3c414;border-color:#5ba3c466}.GalleryClient-module__TVY66G__tabActive{color:var(--color-night);background:var(--color-sunset-gold);border-color:var(--color-sunset-gold);box-shadow:0 4px 16px #f5a6234d}.GalleryClient-module__TVY66G__tabActive:hover{color:var(--color-night);background:var(--color-warmth);border-color:var(--color-warmth)}.GalleryClient-module__TVY66G__tabLabel{font-weight:600}.GalleryClient-module__TVY66G__tabCount{font-size:var(--text-xs);opacity:.75;border-radius:var(--radius-full);background:#00000026;padding:1px 6px;font-weight:400}.GalleryClient-module__TVY66G__content{animation:GalleryClient-module__TVY66G__fadeIn var(--dur-normal) var(--ease-river) both}.GalleryClient-module__TVY66G__allYears{gap:var(--space-20);flex-direction:column;display:flex}.GalleryClient-module__TVY66G__albumSection{gap:var(--space-8);flex-direction:column;display:flex}.GalleryClient-module__TVY66G__albumHeader{justify-content:space-between;align-items:center;gap:var(--space-6);flex-wrap:wrap;display:flex}.GalleryClient-module__TVY66G__albumMeta{align-items:center;gap:var(--space-4);display:flex}.GalleryClient-module__TVY66G__albumEmoji{filter:drop-shadow(0 0 12px #ffffff1a);font-size:2.5rem;line-height:1}.GalleryClient-module__TVY66G__albumYear{font-family:var(--font-heading);color:var(--color-white);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;line-height:1}.GalleryClient-module__TVY66G__albumTitle{font-size:var(--text-sm);color:var(--color-river-light);margin-top:var(--space-1)}.GalleryClient-module__TVY66G__albumPhotoCount{font-size:var(--text-xs);color:var(--color-stone);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff14;font-weight:500}.GalleryClient-module__TVY66G__masonry{column-count:3;column-gap:var(--space-3)}.GalleryClient-module__TVY66G__masonryItem{break-inside:avoid;width:100%;margin-bottom:var(--space-3);border-radius:var(--radius-md);cursor:pointer;transition:transform var(--dur-fast) var(--ease-river);background:0 0;border:none;padding:0;display:block;position:relative;overflow:hidden}.GalleryClient-module__TVY66G__masonryItem:hover{z-index:1;transform:scale(1.02)}.GalleryClient-module__TVY66G__masonryItem:hover .GalleryClient-module__TVY66G__masonryOverlay{opacity:1}.GalleryClient-module__TVY66G__masonryVideoItem{outline-offset:-2px;outline:2px solid #f5a62359}.GalleryClient-module__TVY66G__masonryVideoPoster{background:linear-gradient(135deg, var(--color-river-deep) 0%, var(--color-night) 50%, var(--color-forest-deep) 100%);width:100%;height:100%}.GalleryClient-module__TVY66G__masonryVideoOverlay{opacity:1;transition:background var(--dur-fast) var(--ease-out);background:#0d1f2a73;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.GalleryClient-module__TVY66G__masonryVideoItem:hover .GalleryClient-module__TVY66G__masonryVideoOverlay{background:#0d1f2a33}.GalleryClient-module__TVY66G__masonryPlayBtn{width:52px;height:52px;color:var(--color-night);transition:transform var(--dur-fast) var(--ease-river), background var(--dur-fast);background:#f5a623e6;border-radius:50%;justify-content:center;align-items:center;padding-left:3px;font-size:1.2rem;display:flex;box-shadow:0 4px 20px #f5a62366}.GalleryClient-module__TVY66G__masonryVideoItem:hover .GalleryClient-module__TVY66G__masonryPlayBtn{background:var(--color-sunset-gold);transform:scale(1.1)}.GalleryClient-module__TVY66G__masonryImg{object-fit:cover;width:100%;height:auto;transition:filter var(--dur-fast) var(--ease-out);display:block}.GalleryClient-module__TVY66G__masonryItem:hover .GalleryClient-module__TVY66G__masonryImg{filter:brightness(.75)}.GalleryClient-module__TVY66G__masonryOverlay{opacity:0;transition:opacity var(--dur-fast) var(--ease-out);background:#0d1f2a4d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.GalleryClient-module__TVY66G__masonryZoom{color:var(--color-white);filter:drop-shadow(0 2px 8px #00000080);font-size:2rem}.GalleryClient-module__TVY66G__empty{border-radius:var(--radius-xl);justify-content:center;align-items:center;min-height:320px;display:flex;position:relative;overflow:hidden}.GalleryClient-module__TVY66G__emptyGrid{gap:var(--space-2);padding:var(--space-2);grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);display:grid;position:absolute;inset:0}.GalleryClient-module__TVY66G__emptyTile{border-radius:var(--radius-md);background:linear-gradient(135deg,#1a3a4acc 0%,#2d6a8a66 50%,#1e3d2a99 100%);animation:3s ease-in-out infinite GalleryClient-module__TVY66G__emptyPulse;position:relative;overflow:hidden}.GalleryClient-module__TVY66G__emptyTile:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff0a 50%,#0000 100%) 0 0/200% 100%;animation:2.5s ease-in-out infinite GalleryClient-module__TVY66G__shimmer;position:absolute;inset:0}@keyframes GalleryClient-module__TVY66G__emptyPulse{0%,to{opacity:.6}50%{opacity:1}}.GalleryClient-module__TVY66G__emptyTile:first-child{grid-area:span 2/span 2}.GalleryClient-module__TVY66G__empty:after{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0d1f2ab3;position:absolute;inset:0}.GalleryClient-module__TVY66G__emptyText{z-index:1;align-items:center;gap:var(--space-3);text-align:center;padding:var(--space-10);flex-direction:column;display:flex;position:relative}.GalleryClient-module__TVY66G__emptyEmoji{font-size:3rem;animation:4s ease-in-out infinite GalleryClient-module__TVY66G__float}.GalleryClient-module__TVY66G__emptyYear{font-family:var(--font-heading);font-size:var(--text-h2);color:var(--color-white)}.GalleryClient-module__TVY66G__emptyLocation{font-size:var(--text-sm);color:var(--color-river-light);font-style:italic}.GalleryClient-module__TVY66G__emptyHint{font-size:var(--text-sm);color:#ffffff59;margin-top:var(--space-2);font-family:var(--font-accent);font-style:italic}.GalleryClient-module__TVY66G__lightboxOverlay{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:GalleryClient-module__TVY66G__fadeIn var(--dur-fast) var(--ease-out) both;cursor:zoom-out;background:#070f14f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.GalleryClient-module__TVY66G__lightboxInner{align-items:center;gap:var(--space-4);cursor:default;max-width:min(90vw,1200px);max-height:90vh;animation:GalleryClient-module__TVY66G__fadeInUp var(--dur-normal) var(--ease-river) both;flex-direction:column;display:flex;position:relative}.GalleryClient-module__TVY66G__lightboxPhoto{justify-content:center;align-items:center;max-height:80vh;display:flex}.GalleryClient-module__TVY66G__lightboxImg{object-fit:contain;border-radius:var(--radius-md);max-width:100%;max-height:80vh;box-shadow:0 32px 80px #0009}.GalleryClient-module__TVY66G__lightboxCaption{font-size:var(--text-sm);color:#fff9;text-align:center;font-style:italic;font-family:var(--font-accent)}.GalleryClient-module__TVY66G__lightboxVideo{border-radius:var(--radius-md);background:var(--color-night);width:100%;max-width:min(90vw,1100px);max-height:80vh;box-shadow:0 32px 80px #0009}.GalleryClient-module__TVY66G__lightboxVideoTag{background:var(--color-sunset-gold);color:var(--color-night);border-radius:var(--radius-full);margin-right:var(--space-2);letter-spacing:.05em;vertical-align:middle;padding:2px 6px;font-size:10px;font-weight:700;display:inline-block}.GalleryClient-module__TVY66G__lightboxHeader{width:100%;padding:0 var(--space-1);margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.GalleryClient-module__TVY66G__lightboxCounter{font-size:var(--text-xs);color:#ffffff73;font-weight:500}.GalleryClient-module__TVY66G__lightboxClose{width:36px;height:36px;color:var(--color-white);cursor:pointer;transition:all var(--dur-fast) var(--ease-out);background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:flex}.GalleryClient-module__TVY66G__lightboxClose:hover{background:#fff3;border-color:#ffffff4d}.GalleryClient-module__TVY66G__lightboxNav{width:48px;height:48px;color:var(--color-white);cursor:pointer;transition:all var(--dur-fast) var(--ease-out);background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;font-size:1.75rem;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.GalleryClient-module__TVY66G__lightboxNav:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-50%)scale(1.1)}.GalleryClient-module__TVY66G__lightboxNavPrev{left:-64px}.GalleryClient-module__TVY66G__lightboxNavNext{right:-64px}@media (max-width:1024px){.GalleryClient-module__TVY66G__masonry{column-count:2}}@media (max-width:640px){.GalleryClient-module__TVY66G__masonry{column-count:2;column-gap:var(--space-2)}.GalleryClient-module__TVY66G__masonryItem{margin-bottom:var(--space-2)}.GalleryClient-module__TVY66G__tabs{gap:var(--space-1)}.GalleryClient-module__TVY66G__tab{padding:var(--space-2) var(--space-3);font-size:var(--text-xs)}.GalleryClient-module__TVY66G__lightboxNavPrev{left:-8px}.GalleryClient-module__TVY66G__lightboxNavNext{right:-8px}.GalleryClient-module__TVY66G__emptyGrid{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr)}.GalleryClient-module__TVY66G__emptyTile:first-child{grid-area:span 1/span 2}}@media (max-width:360px){.GalleryClient-module__TVY66G__masonry{column-count:1}}
.page-module__8IDnjq__page{padding-top:var(--nav-height);background:var(--color-night);min-height:100vh}.page-module__8IDnjq__hero{padding:var(--space-20) 0 var(--space-16);border-bottom:1px solid #ffffff0d;position:relative;overflow:hidden}.page-module__8IDnjq__heroBg{z-index:0;position:absolute;inset:0}.page-module__8IDnjq__heroBgOverlay{background:linear-gradient(#080f1973 0%,#080f19b8 100%);position:absolute;inset:0}.page-module__8IDnjq__heroContent{z-index:1;gap:var(--space-4);flex-direction:column;display:flex;position:relative}.page-module__8IDnjq__heroTitle{align-items:baseline;gap:var(--space-4);flex-wrap:wrap;display:flex}.page-module__8IDnjq__heroTitleMain{font-size:var(--text-display);font-family:var(--font-heading);color:var(--color-white);animation:page-module__8IDnjq__fadeInUp var(--dur-slow) var(--ease-river) both;font-weight:900}.page-module__8IDnjq__heroSub{font-family:var(--font-accent);color:#fff9;animation:page-module__8IDnjq__fadeInUp var(--dur-slow) var(--ease-river) .15s both;font-size:clamp(1rem,2vw,1.25rem);font-style:italic}.page-module__8IDnjq__heroCount{font-size:var(--text-sm);color:var(--color-river-light);animation:page-module__8IDnjq__fadeInUp var(--dur-slow) var(--ease-river) .25s both;font-weight:500}.page-module__8IDnjq__gallerySection{padding:var(--space-12) 0 var(--space-20)}
