.photo-wheel[data-astro-cid-z3bphnuh]{display:flex;flex-direction:column;gap:var(--space-xl)}.photo-wheel-main[data-astro-cid-z3bphnuh]{position:relative;display:flex;align-items:center;gap:var(--space-md)}.photo-wheel-viewer[data-astro-cid-z3bphnuh]{flex:1;position:relative;overflow:hidden;border-radius:8px;background:var(--color-surface);aspect-ratio:3 / 2;min-height:400px}.photo-wheel-track[data-astro-cid-z3bphnuh]{display:flex;width:100%;height:100%;transition:transform var(--transition-base)}@media(prefers-reduced-motion:reduce){.photo-wheel-track[data-astro-cid-z3bphnuh]{transition:none}}.photo-wheel-slide[data-astro-cid-z3bphnuh]{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition-base)}.photo-wheel-slide[data-astro-cid-z3bphnuh].active{opacity:1}@media(prefers-reduced-motion:reduce){.photo-wheel-slide[data-astro-cid-z3bphnuh]{transition:none}}.photo-wheel-image[data-astro-cid-z3bphnuh]{width:100%;height:100%;object-fit:contain;display:block;cursor:pointer}.photo-wheel-nav[data-astro-cid-z3bphnuh]{background:var(--color-bg);border:1px solid var(--color-border);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:2rem;line-height:1;color:var(--color-text);transition:background var(--transition-base),border-color var(--transition-base);flex-shrink:0;min-height:44px}@media(hover:hover)and (pointer:fine){.photo-wheel-nav[data-astro-cid-z3bphnuh]:hover{background:var(--color-surface);border-color:var(--accent)}}.photo-wheel-nav[data-astro-cid-z3bphnuh]:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}.photo-wheel-counter[data-astro-cid-z3bphnuh]{text-align:center;font-size:clamp(.9375rem,.875rem + .2vw,1rem);color:var(--color-text-tertiary);font-weight:500}.photo-wheel-thumbnails[data-astro-cid-z3bphnuh]{display:flex;gap:var(--space-sm);overflow-x:auto;padding:var(--space-xs) 0;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.photo-wheel-thumb[data-astro-cid-z3bphnuh]{flex-shrink:0;width:80px;height:60px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;background:var(--color-surface);padding:0;transition:border-color var(--transition-base)}.photo-wheel-thumb[data-astro-cid-z3bphnuh].active{border-color:var(--accent)}@media(hover:hover)and (pointer:fine){.photo-wheel-thumb[data-astro-cid-z3bphnuh]:hover{border-color:var(--accent-border)}}.photo-wheel-thumb[data-astro-cid-z3bphnuh]:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}.photo-wheel-thumb-img[data-astro-cid-z3bphnuh]{width:100%;height:100%;object-fit:cover;display:block}.photo-wheel-lightbox[data-astro-cid-z3bphnuh]{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base)}.photo-wheel-lightbox[data-astro-cid-z3bphnuh][aria-hidden=false]{opacity:1;visibility:visible}.photo-wheel-lightbox-close[data-astro-cid-z3bphnuh]{position:absolute;top:var(--space-lg);right:var(--space-lg);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:2.5rem;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background var(--transition-base);min-height:44px}@media(hover:hover)and (pointer:fine){.photo-wheel-lightbox-close[data-astro-cid-z3bphnuh]:hover{background:#fff3}}.photo-wheel-lightbox-close[data-astro-cid-z3bphnuh]:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.photo-wheel-lightbox-nav[data-astro-cid-z3bphnuh]{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:3rem;width:56px;height:56px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background var(--transition-base);min-height:44px}.photo-wheel-lightbox-prev[data-astro-cid-z3bphnuh]{left:var(--space-lg)}.photo-wheel-lightbox-next[data-astro-cid-z3bphnuh]{right:var(--space-lg)}@media(hover:hover)and (pointer:fine){.photo-wheel-lightbox-nav[data-astro-cid-z3bphnuh]:hover{background:#fff3}}.photo-wheel-lightbox-nav[data-astro-cid-z3bphnuh]:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.photo-wheel-lightbox-content[data-astro-cid-z3bphnuh]{max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}.photo-wheel-lightbox-image[data-astro-cid-z3bphnuh]{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px}.photo-wheel-lightbox-counter[data-astro-cid-z3bphnuh]{color:#fff;font-size:clamp(1rem,.9375rem + .2vw,1.0625rem);font-weight:500}@media(max-width:768px){.photo-wheel-nav[data-astro-cid-z3bphnuh]{width:40px;height:40px;font-size:1.5rem}.photo-wheel-viewer[data-astro-cid-z3bphnuh]{min-height:300px}.photo-wheel-lightbox-nav[data-astro-cid-z3bphnuh]{display:none}.photo-wheel-lightbox-close[data-astro-cid-z3bphnuh]{top:var(--space-md);right:var(--space-md)}}.album-page[data-astro-cid-okv3udaf]{max-width:var(--container-wide);margin:0 auto}.album-back[data-astro-cid-okv3udaf]{margin-bottom:var(--space-xl)}.album-back[data-astro-cid-okv3udaf] a[data-astro-cid-okv3udaf]{color:var(--color-text-secondary);text-decoration:none;font-size:clamp(.9375rem,.875rem + .2vw,1rem);transition:color var(--transition-base);min-height:44px;display:inline-flex;align-items:center}@media(hover:hover)and (pointer:fine){.album-back[data-astro-cid-okv3udaf] a[data-astro-cid-okv3udaf]:hover{color:var(--accent)}}.album-back[data-astro-cid-okv3udaf] a[data-astro-cid-okv3udaf]:focus-visible{color:var(--accent);outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.album-header[data-astro-cid-okv3udaf]{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-border)}.album-header[data-astro-cid-okv3udaf] h1[data-astro-cid-okv3udaf]{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin:0 0 var(--space-md) 0;letter-spacing:-.02em;color:var(--color-text)}.album-header-meta[data-astro-cid-okv3udaf]{font-size:clamp(.9375rem,.875rem + .2vw,1rem);color:var(--color-text-tertiary);margin-bottom:var(--space-md)}.album-location[data-astro-cid-okv3udaf]{font-weight:500}.album-description[data-astro-cid-okv3udaf]{font-size:clamp(1.125rem,1rem + .5vw,1.25rem);line-height:1.7;color:var(--color-text-secondary);margin:0 0 var(--space-md) 0}.album-tags[data-astro-cid-okv3udaf]{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-top:var(--space-md)}.album-tag[data-astro-cid-okv3udaf]{font-size:clamp(.8125rem,.75rem + .2vw,.875rem);color:var(--color-text-secondary);background:var(--accent-tint);padding:4px 10px;border:1px solid var(--accent-border);border-radius:4px}.album-content[data-astro-cid-okv3udaf]{margin-top:var(--space-3xl);padding-top:var(--space-xl);border-top:1px solid var(--color-border);font-size:var(--font-size-base);line-height:var(--line-height-relaxed);color:var(--color-text-secondary)}.no-photos[data-astro-cid-okv3udaf]{padding:var(--space-3xl) 0;text-align:center;color:var(--color-text-secondary);font-size:var(--font-size-base)}@media(max-width:640px){.album-header[data-astro-cid-okv3udaf] h1[data-astro-cid-okv3udaf]{font-size:clamp(1.75rem,4vw,2rem)}.album-description[data-astro-cid-okv3udaf]{font-size:clamp(1rem,.9375rem + .2vw,1.0625rem)}}
