.page-hero.astro-3h5g6o2r{text-align:center;margin-bottom:3rem}.page-hero.astro-3h5g6o2r h1.astro-3h5g6o2r{font-size:var(--font-size-5xl);margin-bottom:1rem}@media (max-width: 767px){.page-hero.astro-3h5g6o2r h1.astro-3h5g6o2r{font-size:var(--font-size-4xl)}}.page-hero.astro-3h5g6o2r .lead.astro-3h5g6o2r{font-size:var(--font-size-xl);color:var(--color-text-secondary);max-width:600px;margin:0 auto}.albums-grid.astro-3h5g6o2r{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:6rem}@media (max-width: 1023px){.albums-grid.astro-3h5g6o2r{grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}}.album-card.astro-3h5g6o2r{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.album-card.astro-3h5g6o2r:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.album-card.astro-3h5g6o2r:hover .album-overlay.astro-3h5g6o2r{opacity:1}.album-card.astro-3h5g6o2r:hover img.astro-3h5g6o2r{transform:scale(1.05)}.album-cover.astro-3h5g6o2r{height:280px;position:relative;overflow:hidden}.album-cover.astro-3h5g6o2r img.astro-3h5g6o2r{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.album-overlay.astro-3h5g6o2r{position:absolute;inset:0;background:linear-gradient(135deg,#000000b3,#00000080);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;opacity:0;transition:opacity .3s ease;padding:2rem}.album-overlay.astro-3h5g6o2r h3.astro-3h5g6o2r{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);margin-bottom:.5rem}.album-overlay.astro-3h5g6o2r p.astro-3h5g6o2r{font-size:var(--font-size-sm);margin-bottom:1rem;line-height:1.4}.album-overlay.astro-3h5g6o2r .image-count.astro-3h5g6o2r{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);padding:.25rem .75rem;background:#fff3;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.album-info.astro-3h5g6o2r{padding:1.5rem}.album-info.astro-3h5g6o2r h3.astro-3h5g6o2r{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin-bottom:.5rem;color:var(--color-text-primary)}.album-info.astro-3h5g6o2r p.astro-3h5g6o2r{font-size:var(--font-size-sm);color:var(--color-text-secondary);line-height:1.5}.gallery-modal.astro-3h5g6o2r{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:1000;display:none;overflow:hidden}.gallery-modal.astro-3h5g6o2r.active{display:flex;align-items:center;justify-content:center}.gallery-container.astro-3h5g6o2r{width:100%;height:100vh;max-height:100vh;display:flex;flex-direction:column;max-width:1400px;margin:0 auto;padding:1rem;overflow:hidden}@media (max-width: 767px){.gallery-container.astro-3h5g6o2r{padding:.5rem}}.gallery-header.astro-3h5g6o2r{position:absolute;top:0;right:0;padding:1rem;z-index:100;background:none;border:none}.gallery-header.astro-3h5g6o2r .close-btn.astro-3h5g6o2r{background:#000000b3;border:none;color:#fff;font-size:var(--font-size-2xl);cursor:pointer;padding:.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery-header.astro-3h5g6o2r .close-btn.astro-3h5g6o2r:hover{background:#000000e6;transform:scale(1.1)}.gallery-main.astro-3h5g6o2r{flex:1;display:flex;align-items:center;justify-content:center;gap:1rem;min-height:0;padding:2rem 1rem 1rem;height:calc(100vh - 120px);max-height:calc(100vh - 120px);overflow:hidden}.nav-btn.astro-3h5g6o2r{background:#ffffff1a;border:none;color:#fff;font-size:var(--font-size-2xl);padding:1rem;border-radius:50%;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:60px;height:60px;display:flex;align-items:center;justify-content:center}.nav-btn.astro-3h5g6o2r:hover{background:#fff3;transform:scale(1.1)}.nav-btn.astro-3h5g6o2r:disabled{opacity:.3;cursor:not-allowed}.nav-btn.astro-3h5g6o2r:disabled:hover{transform:none;background:#ffffff1a}@media (max-width: 1023px){.nav-btn.astro-3h5g6o2r{display:none}}.main-image-container.astro-3h5g6o2r{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;max-height:100%;min-height:0;position:relative;width:100%;overflow:hidden}@media (max-width: 1023px){.main-image-container.astro-3h5g6o2r{-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.main-image-container.astro-3h5g6o2r:after{content:"Swipe to navigate";position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);color:#fff9;font-size:var(--font-size-xs);pointer-events:none;opacity:0;animation:fadeInOut 3s ease-in-out;animation-delay:1s}}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}.main-image.astro-3h5g6o2r{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 10px 30px #00000080;display:block}@media (max-width: 767px){.main-image.astro-3h5g6o2r{max-height:100%}}.gallery-thumbnails.astro-3h5g6o2r{padding:2rem 0 1rem;margin-top:1rem}.thumbnails-container.astro-3h5g6o2r{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.thumbnails-container.astro-3h5g6o2r::-webkit-scrollbar{height:6px}.thumbnails-container.astro-3h5g6o2r::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.thumbnails-container.astro-3h5g6o2r::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.thumbnails-container.astro-3h5g6o2r::-webkit-scrollbar-thumb:hover{background:#ffffff80}.thumbnail.astro-3h5g6o2r{flex-shrink:0;width:80px;height:80px;border-radius:4px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease,transform .2s ease}.thumbnail.astro-3h5g6o2r img.astro-3h5g6o2r{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.thumbnail.astro-3h5g6o2r.active{border-color:var(--color-primary, #fff)}.thumbnail.astro-3h5g6o2r:hover{transform:scale(1.1);border-color:#ffffff80}@media (max-width: 767px){.thumbnail.astro-3h5g6o2r{width:60px;height:60px}}
