:root{--gallery-primary: #0096c7;--gallery-primary-dark: #006d94;--gallery-primary-light: #48b8d8;--gallery-green: #2e8b57;--gallery-text: #0d2b38;--gallery-text-light: #2e5a6b;--gallery-bg: #f4fcff;--gallery-surface: #ffffff;--gallery-border: #c7e9f4;--gallery-shadow: 0 6px 24px rgba(0, 150, 199, .1);--gallery-radius: 14px;--gallery-ease: cubic-bezier(.16, 1, .3, 1)}.gallery-container[data-astro-cid-ask5lk73]{max-width:1200px;margin:0 auto;padding:0 24px}.gallery-bc[data-astro-cid-ask5lk73]{background:var(--gallery-surface);border-bottom:1px solid var(--gallery-border);padding:12px 0}.gallery-bc[data-astro-cid-ask5lk73] ol[data-astro-cid-ask5lk73]{display:flex;flex-wrap:wrap;gap:6px;align-items:center;list-style:none;margin:0;padding:0}.gallery-bc[data-astro-cid-ask5lk73] li[data-astro-cid-ask5lk73]{display:inline-flex;align-items:center;gap:6px;font-size:.82rem}.gallery-bc[data-astro-cid-ask5lk73] a[data-astro-cid-ask5lk73]{color:var(--gallery-primary);text-decoration:none}.gallery-bc[data-astro-cid-ask5lk73] a[data-astro-cid-ask5lk73]:hover{text-decoration:underline}.gallery-bc[data-astro-cid-ask5lk73] span[data-astro-cid-ask5lk73]{color:var(--gallery-text-light)}.gallery-bc[data-astro-cid-ask5lk73] i[data-astro-cid-ask5lk73]{font-size:.65rem;color:var(--gallery-text-light)}.gallery-hero[data-astro-cid-ask5lk73]{background:linear-gradient(135deg,var(--gallery-primary-dark) 0%,var(--gallery-primary) 100%);padding:80px 0 96px;position:relative;color:#fff}.gallery-hero-content[data-astro-cid-ask5lk73]{max-width:720px;text-align:center;margin:0 auto}.gallery-eyebrow[data-astro-cid-ask5lk73]{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gallery-primary-light);margin-bottom:12px}.gallery-eyebrow[data-astro-cid-ask5lk73]:before,.gallery-eyebrow[data-astro-cid-ask5lk73]:after{content:"";display:block;width:24px;height:1.5px;background:currentColor;opacity:.6}.gallery-hero[data-astro-cid-ask5lk73] h1[data-astro-cid-ask5lk73]{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:16px}.gallery-hero[data-astro-cid-ask5lk73] p[data-astro-cid-ask5lk73]{font-size:1.05rem;opacity:.9;line-height:1.6}.gallery-hero-wave[data-astro-cid-ask5lk73]{position:absolute;bottom:-1px;left:0;width:100%;line-height:0}.gallery-hero-wave[data-astro-cid-ask5lk73] svg[data-astro-cid-ask5lk73]{width:100%;height:40px;display:block}.gallery-categories[data-astro-cid-ask5lk73]{padding:64px 0 80px;background:var(--gallery-bg)}.gallery-category[data-astro-cid-ask5lk73]{margin-bottom:64px;padding-bottom:64px;border-bottom:1px solid var(--gallery-border)}.gallery-category[data-astro-cid-ask5lk73]:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.gallery-category-header[data-astro-cid-ask5lk73]{display:flex;align-items:flex-start;gap:20px;margin-bottom:28px}.gallery-category-icon[data-astro-cid-ask5lk73]{flex-shrink:0;width:56px;height:56px;background:#0096c71a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--gallery-primary)}.gallery-category-info[data-astro-cid-ask5lk73] h2[data-astro-cid-ask5lk73]{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--gallery-text);margin-bottom:6px}.gallery-category-info[data-astro-cid-ask5lk73] p[data-astro-cid-ask5lk73]{font-size:.95rem;color:var(--gallery-text-light);line-height:1.6}.gallery-grid[data-astro-cid-ask5lk73]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gallery-item[data-astro-cid-ask5lk73]{border-radius:var(--gallery-radius);overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .3s var(--gallery-ease);aspect-ratio:4/3;position:relative;opacity:0;transform:translateY(20px);animation:galleryFadeIn .6s var(--gallery-ease) forwards;animation-delay:var(--delay, 0ms)}@keyframes galleryFadeIn{to{opacity:1;transform:translateY(0)}}.gallery-item[data-astro-cid-ask5lk73]:hover{transform:scale(1.03);box-shadow:0 8px 32px #0096c733;z-index:2}.gallery-item[data-astro-cid-ask5lk73] picture[data-astro-cid-ask5lk73]{display:block;width:100%;height:100%}.gallery-item[data-astro-cid-ask5lk73] img[data-astro-cid-ask5lk73]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s var(--gallery-ease)}.gallery-item[data-astro-cid-ask5lk73]:hover img[data-astro-cid-ask5lk73]{transform:scale(1.05)}.gallery-item-caption[data-astro-cid-ask5lk73]{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 100%);opacity:0;transition:opacity .3s var(--gallery-ease)}.gallery-item[data-astro-cid-ask5lk73]:hover .gallery-item-caption[data-astro-cid-ask5lk73]{opacity:1}.gallery-item-caption[data-astro-cid-ask5lk73] p[data-astro-cid-ask5lk73]{font-size:.8rem;color:#fff;margin:0;line-height:1.4}.gallery-cta[data-astro-cid-ask5lk73]{padding:60px 0 80px;background:var(--gallery-surface)}.gallery-cta-card[data-astro-cid-ask5lk73]{background:linear-gradient(135deg,var(--gallery-primary-dark) 0%,var(--gallery-primary) 100%);border-radius:var(--gallery-radius);padding:48px 40px;text-align:center;color:#fff}.gallery-cta-card[data-astro-cid-ask5lk73] h2[data-astro-cid-ask5lk73]{font-family:Playfair Display,serif;font-size:2rem;margin-bottom:16px}.gallery-cta-card[data-astro-cid-ask5lk73] p[data-astro-cid-ask5lk73]{font-size:1rem;opacity:.9;max-width:560px;margin:0 auto 32px}.gallery-cta-buttons[data-astro-cid-ask5lk73]{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.gallery-btn[data-astro-cid-ask5lk73]{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .2s,background .2s;border:2px solid transparent}.gallery-btn[data-astro-cid-ask5lk73]:hover{transform:translateY(-2px)}.gallery-btn-primary[data-astro-cid-ask5lk73]{background:#fff;color:var(--gallery-primary)}.gallery-btn-primary[data-astro-cid-ask5lk73]:hover{background:#e0f5fc}.gallery-btn-outline[data-astro-cid-ask5lk73]{background:transparent;border-color:#fff9;color:#fff}.gallery-btn-outline[data-astro-cid-ask5lk73]:hover{background:#ffffff26;border-color:#fff}@media(max-width:1024px){.gallery-grid[data-astro-cid-ask5lk73]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.gallery-category-header[data-astro-cid-ask5lk73]{flex-direction:column;text-align:center;align-items:center}.gallery-category-info[data-astro-cid-ask5lk73] h2[data-astro-cid-ask5lk73]{font-size:1.3rem}.gallery-category-info[data-astro-cid-ask5lk73] p[data-astro-cid-ask5lk73]{font-size:.9rem}.gallery-grid[data-astro-cid-ask5lk73]{grid-template-columns:repeat(2,1fr);gap:14px}.gallery-cta-card[data-astro-cid-ask5lk73]{padding:32px 24px}.gallery-cta-buttons[data-astro-cid-ask5lk73]{flex-direction:column;align-items:center}.gallery-btn[data-astro-cid-ask5lk73]{width:100%;justify-content:center}.gallery-item-caption[data-astro-cid-ask5lk73]{opacity:1;padding:8px 12px}.gallery-item-caption[data-astro-cid-ask5lk73] p[data-astro-cid-ask5lk73]{font-size:.7rem}}@media(max-width:480px){.gallery-grid[data-astro-cid-ask5lk73]{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-item[data-astro-cid-ask5lk73]{aspect-ratio:4/3}.gallery-category[data-astro-cid-ask5lk73]{margin-bottom:40px;padding-bottom:40px}.gallery-category-info[data-astro-cid-ask5lk73] h2[data-astro-cid-ask5lk73]{font-size:1.1rem}.gallery-category-info[data-astro-cid-ask5lk73] p[data-astro-cid-ask5lk73]{font-size:.85rem}.gallery-category-icon[data-astro-cid-ask5lk73]{width:44px;height:44px;font-size:1.1rem}}
