.GalleryContent-module__HbyiAa__page{font-family:var(--font-inter), sans-serif;color:var(--brand-charcoal,#111827);background-color:#fff;padding-bottom:5rem}.GalleryContent-module__HbyiAa__heroSection{border-bottom:1px solid var(--border-color,#e2e8f0);text-align:center;background:linear-gradient(#f8fafc 0%,#fff 100%);padding:clamp(3.5rem,6vw,5rem) 0 clamp(2.5rem,4vw,3.5rem);position:relative;overflow:hidden}.GalleryContent-module__HbyiAa__heroGlow{pointer-events:none;background:radial-gradient(circle,#e31e2414 0%,#0000 70%);width:600px;height:300px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.GalleryContent-module__HbyiAa__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--accent-red,#e31e24);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.72rem;font-weight:800;display:inline-flex}.GalleryContent-module__HbyiAa__eyebrowDot{background-color:var(--accent-red,#e31e24);border-radius:50%;width:6px;height:6px}.GalleryContent-module__HbyiAa__heroTitle{letter-spacing:-.03em;color:var(--brand-charcoal,#111827);margin-bottom:1.15rem;font-size:clamp(2.2rem,5vw,3.75rem);font-weight:800;line-height:1.1}.GalleryContent-module__HbyiAa__heroTitleAccent{color:var(--accent-red,#e31e24)}.GalleryContent-module__HbyiAa__heroSubtitle{color:#4b5563;max-width:60ch;margin:0 auto 2.25rem;font-size:clamp(.98rem,1.8vw,1.12rem);line-height:1.65}.GalleryContent-module__HbyiAa__filterContainer{justify-content:center;display:flex}.GalleryContent-module__HbyiAa__filterBar{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;padding:.4rem;display:flex;box-shadow:0 4px 20px -5px #0000000d}.GalleryContent-module__HbyiAa__filterBtn{color:#64748b;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.65rem 1.4rem;font-family:inherit;font-size:.78rem;font-weight:800;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.GalleryContent-module__HbyiAa__filterBtn:hover{color:var(--brand-charcoal,#111827)}.GalleryContent-module__HbyiAa__activeFilterBtn{background-color:var(--accent-red,#e31e24);box-shadow:0 4px 14px #e31e244d;color:#fff!important}.GalleryContent-module__HbyiAa__gridSection{padding:3rem 0}.GalleryContent-module__HbyiAa__galleryGrid{grid-template-columns:repeat(1,1fr);gap:1.35rem;display:grid}@media (min-width:550px){.GalleryContent-module__HbyiAa__galleryGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.GalleryContent-module__HbyiAa__galleryGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.GalleryContent-module__HbyiAa__galleryGrid{grid-template-columns:repeat(4,1fr)}}.GalleryContent-module__HbyiAa__galleryCard{cursor:pointer;background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 4px 12px -3px #0000000d}.GalleryContent-module__HbyiAa__galleryCard:hover{border-color:var(--accent-red,#e31e24);transform:translateY(-5px);box-shadow:0 16px 32px -8px #11182733}.GalleryContent-module__HbyiAa__imageContainer{aspect-ratio:4/3;background-color:#e2e8f0;width:100%;position:relative;overflow:hidden}.GalleryContent-module__HbyiAa__galleryImage{object-fit:cover;transition:transform .45s cubic-bezier(.16,1,.3,1)}.GalleryContent-module__HbyiAa__galleryCard:hover .GalleryContent-module__HbyiAa__galleryImage{transform:scale(1.07)}.GalleryContent-module__HbyiAa__imageLabel{z-index:2;color:#fff;letter-spacing:.02em;background-color:#111827b8;border-radius:6px;padding:.3rem .7rem;font-size:.72rem;font-weight:700;position:absolute;bottom:.6rem;left:.6rem}.GalleryContent-module__HbyiAa__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;background-color:#11182766;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.GalleryContent-module__HbyiAa__galleryCard:hover .GalleryContent-module__HbyiAa__overlay{opacity:1}.GalleryContent-module__HbyiAa__zoomIcon{width:44px;height:44px;color:var(--brand-charcoal,#111827);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;transform:scale(.85);box-shadow:0 8px 20px #00000040}.GalleryContent-module__HbyiAa__galleryCard:hover .GalleryContent-module__HbyiAa__zoomIcon{transform:scale(1)}.GalleryContent-module__HbyiAa__zoomIcon svg{width:18px;height:18px}.GalleryContent-module__HbyiAa__emptyState{text-align:center;background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;max-width:480px;margin:0 auto;padding:4.5rem 1.5rem}.GalleryContent-module__HbyiAa__emptyIcon{color:#94a3b8;width:54px;height:54px;margin:0 auto 1rem}.GalleryContent-module__HbyiAa__emptyIcon svg{width:100%;height:100%}.GalleryContent-module__HbyiAa__emptyTitle{color:var(--brand-charcoal,#111827);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.GalleryContent-module__HbyiAa__emptyText{color:#64748b;margin:0;font-size:.92rem}.GalleryContent-module__HbyiAa__lightboxOverlay{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0b0f19eb;justify-content:center;align-items:center;padding:1.5rem;animation:.25s forwards GalleryContent-module__HbyiAa__fadeIn;display:flex;position:fixed;inset:0}@keyframes GalleryContent-module__HbyiAa__fadeIn{0%{opacity:0}to{opacity:1}}.GalleryContent-module__HbyiAa__lightboxContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1100px;height:82vh;display:flex;position:relative}.GalleryContent-module__HbyiAa__lightboxImageWrap{border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.GalleryContent-module__HbyiAa__lightboxImage{object-fit:contain}.GalleryContent-module__HbyiAa__lightboxClose,.GalleryContent-module__HbyiAa__lightboxPrev,.GalleryContent-module__HbyiAa__lightboxNext{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute}.GalleryContent-module__HbyiAa__lightboxClose{width:40px;height:40px;top:-45px;right:0}.GalleryContent-module__HbyiAa__lightboxPrev{width:46px;height:46px;top:50%;left:15px;transform:translateY(-50%)}.GalleryContent-module__HbyiAa__lightboxNext{width:46px;height:46px;top:50%;right:15px;transform:translateY(-50%)}.GalleryContent-module__HbyiAa__lightboxClose:hover,.GalleryContent-module__HbyiAa__lightboxPrev:hover,.GalleryContent-module__HbyiAa__lightboxNext:hover{background-color:var(--accent-red,#e31e24);border-color:#0000;transform:translateY(-50%)scale(1.1)}.GalleryContent-module__HbyiAa__lightboxClose:hover{transform:scale(1.1)}.GalleryContent-module__HbyiAa__lightboxClose svg,.GalleryContent-module__HbyiAa__lightboxPrev svg,.GalleryContent-module__HbyiAa__lightboxNext svg{width:20px;height:20px}.GalleryContent-module__HbyiAa__lightboxCaption{color:#fff;justify-content:center;align-items:center;gap:.6rem;margin-top:1rem;display:flex}.GalleryContent-module__HbyiAa__lightboxLabel{font-size:.85rem;font-weight:700}.GalleryContent-module__HbyiAa__lightboxCategory{letter-spacing:.15em;text-transform:uppercase;background-color:var(--accent-red,#e31e24);color:#fff;border-radius:999px;padding:.25rem .75rem;font-size:.72rem;font-weight:800}
