.photo-gallery[data-astro-cid-zbo42owe]{margin-block:var(--space-2xl)}.photo-gallery__title[data-astro-cid-zbo42owe]{font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-lg)}.photo-gallery__track-wrap[data-astro-cid-zbo42owe]{position:relative;display:flex;align-items:center;gap:0}.photo-gallery__track[data-astro-cid-zbo42owe]{display:flex;gap:var(--space-md);overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;outline:none;border-radius:var(--radius-md);padding:2px}.photo-gallery__track[data-astro-cid-zbo42owe]::-webkit-scrollbar{display:none}.photo-gallery__slide[data-astro-cid-zbo42owe]{flex:0 0 clamp(260px,45vw,420px);scroll-snap-align:start;border-radius:var(--radius-md);overflow:hidden}.photo-gallery__thumb-btn[data-astro-cid-zbo42owe]{all:unset;display:block;position:relative;width:100%;cursor:zoom-in;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .22s var(--ease-out, cubic-bezier(.22,1,.36,1)),box-shadow .22s var(--ease-out, cubic-bezier(.22,1,.36,1))}.photo-gallery__thumb-btn[data-astro-cid-zbo42owe]:hover,.photo-gallery__thumb-btn[data-astro-cid-zbo42owe]:focus-visible{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.photo-gallery__thumb-btn[data-astro-cid-zbo42owe]:focus-visible{outline:2px solid var(--color-terracotta);outline-offset:2px}.photo-gallery__img[data-astro-cid-zbo42owe]{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;transition:filter .22s ease}.photo-gallery__thumb-btn[data-astro-cid-zbo42owe]:hover .photo-gallery__img[data-astro-cid-zbo42owe]{filter:brightness(.85)}.photo-gallery__caption[data-astro-cid-zbo42owe]{display:block;position:absolute;bottom:0;left:0;right:0;padding:var(--space-sm) var(--space-md);background:linear-gradient(to top,rgba(0,0,0,.65) 0%,transparent 100%);color:#fff;font-size:var(--text-xs);font-family:var(--font-body);line-height:1.4;pointer-events:none}.photo-gallery__zoom-icon[data-astro-cid-zbo42owe]{position:absolute;top:var(--space-sm);right:var(--space-sm);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff2e;backdrop-filter:blur(6px);border-radius:50%;color:#fff;opacity:0;transition:opacity .18s ease;pointer-events:none}.photo-gallery__thumb-btn[data-astro-cid-zbo42owe]:hover .photo-gallery__zoom-icon[data-astro-cid-zbo42owe],.photo-gallery__thumb-btn[data-astro-cid-zbo42owe]:focus-visible .photo-gallery__zoom-icon[data-astro-cid-zbo42owe]{opacity:1}.photo-gallery__arrow[data-astro-cid-zbo42owe]{flex:0 0 auto;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:1px solid var(--border-card);border-radius:50%;box-shadow:var(--shadow-sm);color:var(--text-primary);cursor:pointer;transition:background .18s ease,transform .15s ease,opacity .2s ease;z-index:2;flex-shrink:0}.photo-gallery__arrow--prev[data-astro-cid-zbo42owe]{margin-right:var(--space-sm)}.photo-gallery__arrow--next[data-astro-cid-zbo42owe]{margin-left:var(--space-sm)}.photo-gallery__arrow[data-astro-cid-zbo42owe]:hover{background:var(--color-terracotta);color:#fff;border-color:var(--color-terracotta);transform:scale(1.08)}.photo-gallery__arrow[data-astro-cid-zbo42owe]:disabled{opacity:.3;cursor:default;transform:none}.photo-gallery__arrow[data-astro-cid-zbo42owe]:focus-visible{outline:2px solid var(--color-terracotta);outline-offset:2px}.photo-gallery__dots[data-astro-cid-zbo42owe]{display:flex;justify-content:center;gap:var(--space-sm);margin-top:var(--space-md);flex-wrap:wrap}.photo-gallery__dot[data-astro-cid-zbo42owe]{width:8px;height:8px;border-radius:50%;border:none;background:var(--color-limestone, #CFC9BE);cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease,width .25s ease}.photo-gallery__dot--active[data-astro-cid-zbo42owe]{background:var(--color-terracotta);width:20px;border-radius:4px}.photo-gallery__dot[data-astro-cid-zbo42owe]:focus-visible{outline:2px solid var(--color-terracotta);outline-offset:3px}.photo-gallery__lightbox[data-astro-cid-zbo42owe]{position:fixed;inset:0;z-index:9000;background:#0a0a0af5;display:flex;align-items:center;justify-content:center;padding:var(--space-md);animation:lb-in .2s ease}.photo-gallery__lightbox[data-astro-cid-zbo42owe][hidden]{display:none}@keyframes lb-in{0%{opacity:0}to{opacity:1}}.photo-gallery__lightbox-inner[data-astro-cid-zbo42owe]{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;gap:var(--space-md)}.photo-gallery__lightbox-stage[data-astro-cid-zbo42owe]{flex:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);min-width:0}.photo-gallery__lightbox-img[data-astro-cid-zbo42owe]{display:block;max-width:100%;max-height:80vh;object-fit:contain;border-radius:var(--radius-md);box-shadow:var(--shadow-xl);animation:lb-img-in .2s ease}@keyframes lb-img-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.photo-gallery__lightbox-caption[data-astro-cid-zbo42owe]{color:#ffffffbf;font-size:var(--text-sm);font-family:var(--font-body);text-align:center;margin:0;min-height:1.4em;max-width:60ch}.photo-gallery__lightbox-counter[data-astro-cid-zbo42owe]{position:absolute;top:-2.4rem;left:50%;transform:translate(-50%);color:#ffffff80;font-size:var(--text-xs);font-family:var(--font-mono, monospace);letter-spacing:.05em;white-space:nowrap}.photo-gallery__lightbox-close[data-astro-cid-zbo42owe]{position:absolute;top:-2.6rem;right:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;cursor:pointer;transition:background .18s ease}.photo-gallery__lightbox-close[data-astro-cid-zbo42owe]:hover{background:var(--color-terracotta);border-color:var(--color-terracotta)}.photo-gallery__lightbox-close[data-astro-cid-zbo42owe]:focus-visible{outline:2px solid var(--color-terracotta);outline-offset:2px}.photo-gallery__lightbox-arrow[data-astro-cid-zbo42owe]{flex:0 0 auto;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;cursor:pointer;transition:background .18s ease}.photo-gallery__lightbox-arrow[data-astro-cid-zbo42owe]:hover{background:var(--color-terracotta);border-color:var(--color-terracotta)}.photo-gallery__lightbox-arrow[data-astro-cid-zbo42owe]:disabled{opacity:.2;cursor:default}.photo-gallery__lightbox-arrow[data-astro-cid-zbo42owe]:focus-visible{outline:2px solid var(--color-terracotta);outline-offset:2px}@media(max-width:600px){.photo-gallery__arrow[data-astro-cid-zbo42owe]{display:none}.photo-gallery__track[data-astro-cid-zbo42owe]{padding:2px}.photo-gallery__lightbox-arrow[data-astro-cid-zbo42owe]{display:none}}
