.GalleryCard_card__BS3U6{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);opacity:0;transform:scale(.8) rotateY(10deg);animation:GalleryCard_cardLoad__wbF_N .6s ease forwards;box-shadow:0 4px 20px rgba(0,0,0,.08);background:white}@keyframes GalleryCard_cardLoad__wbF_N{to{opacity:1;transform:scale(1) rotateY(0)}}.GalleryCard_card__BS3U6:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.15),0 0 0 1px rgba(255,255,255,.1)}.GalleryCard_imageContainer__8M9aO{position:relative;width:100%;height:280px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.GalleryCard_image__VkPVb{width:100%;height:100%;object-fit:contain;transition:all .4s ease;background:white}.GalleryCard_card__BS3U6:hover .GalleryCard_image__VkPVb{transform:scale(1.05)}.GalleryCard_overlay__WUV3v{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 30%,rgba(0,0,0,.7));opacity:0;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;padding:20px}.GalleryCard_card__BS3U6:hover .GalleryCard_overlay__WUV3v{opacity:1}.GalleryCard_overlayContent__tc9Z_{transform:translateY(-20px);transition:transform .3s ease}.GalleryCard_card__BS3U6:hover .GalleryCard_overlayContent__tc9Z_{transform:translateY(0)}.GalleryCard_category__ucKjB{background:rgba(59,130,246,.9);color:white;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.GalleryCard_caption__AOVcm{color:white;font-size:14px;margin-top:10px;line-height:1.4;font-weight:500}.GalleryCard_zoomIcon__xNO3O{align-self:flex-end;background:rgba(255,255,255,.9);padding:8px;border-radius:50%;font-size:16px;transform:scale(0);transition:all .3s ease}.GalleryCard_card__BS3U6:hover .GalleryCard_zoomIcon__xNO3O{transform:scale(1)}@media (max-width:768px){.GalleryCard_imageContainer__8M9aO{height:220px}.GalleryCard_overlay__WUV3v{padding:15px}.GalleryCard_card__BS3U6:hover{transform:translateY(-4px) scale(1.01)}}.GalleryCard_imageContainer__8M9aO.GalleryCard_contain__IWQnq{background:#f8fafc}.GalleryCard_image__VkPVb.GalleryCard_contain__IWQnq{object-fit:contain;max-width:100%;max-height:100%}.GalleryCard_image__VkPVb.GalleryCard_auto__ZSZ07{object-fit:contain;width:auto;height:auto;max-width:100%;max-height:100%}.ImageModal_backdrop__9YjYt{position:fixed;inset:0;z-index:1200;background:rgba(6,10,20,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px;animation:ImageModal_fadeIn__KiCIU .2s ease-out}@keyframes ImageModal_fadeIn__KiCIU{0%{opacity:0}to{opacity:1}}.ImageModal_modal__6OafH{max-width:1200px;width:100%;max-height:90vh;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 25px 50px -12px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.1);display:grid;grid-template-columns:1fr 340px;grid-gap:0;gap:0;position:relative}.ImageModal_closeButton__n8AEN{position:absolute;top:16px;right:16px;z-index:10;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(226,232,240,.8);color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.ImageModal_closeButton__n8AEN:hover{background:rgba(255,255,255,1);transform:scale(1.05);box-shadow:0 6px 12px -2px rgba(0,0,0,.15)}.ImageModal_closeButton__n8AEN:active{transform:scale(.95)}.ImageModal_imageContainer__M4JIL{position:relative;width:100%;height:100%;min-height:400px;max-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b);padding:20px;box-sizing:border-box}.ImageModal_preview__t8nRL{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block;border-radius:8px}.ImageModal_info__ArSCY{padding:28px;display:flex;flex-direction:column;gap:16px;background:#ffffff;border-left:1px solid rgba(226,232,240,.8);overflow-y:auto}.ImageModal_title__TbK0I{font-weight:700;font-size:20px;color:#0f172a;line-height:1.4;letter-spacing:-.02em}.ImageModal_caption__u1B2P{font-size:14px;color:#64748b;line-height:1.6}.ImageModal_close__xl68T{margin-top:auto;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border:0;padding:12px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.ImageModal_close__xl68T:hover{background:linear-gradient(135deg,#1e293b,#334155);transform:translateY(-1px);box-shadow:0 6px 12px -2px rgba(0,0,0,.15)}.ImageModal_close__xl68T:active{transform:translateY(0)}@media (max-width:968px){.ImageModal_modal__6OafH{grid-template-columns:1fr;max-height:95vh;max-width:95vw}.ImageModal_info__ArSCY{order:2;border-left:none;border-top:1px solid rgba(226,232,240,.8);max-height:40vh}.ImageModal_imageContainer__M4JIL{height:55vh;min-height:300px;padding:16px}}@media (max-width:640px){.ImageModal_backdrop__9YjYt{padding:12px}.ImageModal_modal__6OafH{border-radius:16px;max-width:100%}.ImageModal_imageContainer__M4JIL{height:50vh;min-height:250px;padding:12px}.ImageModal_info__ArSCY{padding:20px;max-height:35vh}.ImageModal_title__TbK0I{font-size:18px}.ImageModal_caption__u1B2P{font-size:13px}}.gallery_container__fXHd0{max-width:1400px;margin:0 auto;padding:40px 20px}.gallery_header__oifpj{text-align:center;margin-bottom:50px;opacity:0;transform:translateY(30px);transition:all .8s ease}.gallery_animateHeader__USQAj{opacity:1;transform:translateY(0)}.gallery_title__p7CbR{font-size:48px;font-weight:800;margin-bottom:16px;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gallery_subtitle__9SwZN{color:#64748b;font-size:18px;max-width:600px;margin:0 auto;line-height:1.6}.gallery_videoSection__8pdN9{margin:60px 0 40px;padding:32px;border-radius:32px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);box-shadow:0 20px 40px rgba(79,70,229,.1)}.gallery_videoContent__YN1i8{display:grid;grid-gap:32px;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center}.gallery_videoText__HJvod h2{margin:12px 0;font-size:32px;color:#312e81}.gallery_videoText__HJvod p{color:#4338ca;line-height:1.6}.gallery_videoEyebrow__XlMKs{display:inline-flex;align-items:center;gap:8px;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#4338ca}.gallery_videoEyebrow__XlMKs:before{content:"▹";font-size:14px}.gallery_videoWrapper__MOb_h{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 45px rgba(79,70,229,.2);border:1px solid rgba(67,56,202,.2);background:#000}.gallery_videoPlayer__X9JVV{display:block;width:100%;border:none;background:#000}.gallery_filterContainer__KS07B{margin-bottom:50px;position:-webkit-sticky;position:sticky;top:80px;z-index:10;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 0;border-bottom:1px solid #f1f5f9}.gallery_filterTabs__7glY3{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;max-width:1000px;margin:0 auto}.gallery_filterTab__KWxbi{display:flex;align-items:center;gap:8px;padding:12px 24px;border:2px solid #e2e8f0;background:white;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:600;color:#64748b;font-size:14px;position:relative;overflow:hidden}.gallery_filterTab__KWxbi:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);transition:left .6s}.gallery_filterTab__KWxbi:hover:before{left:100%}.gallery_filterTab__KWxbi:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.gallery_filterTab__KWxbi.gallery_active__WgakY{background:#3b82f6;border-color:#3b82f6;color:white;transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.3)}.gallery_count__4x_59{background:rgba(255,255,255,.2);padding:2px 8px;border-radius:12px;font-size:12px;font-weight:700}.gallery_section__kYGX1{margin:80px 0;opacity:0;transform:translateY(40px);transition:all .8s ease}.gallery_animateIn__khFzm{opacity:1;transform:translateY(0)}.gallery_sectionHeader__DEmmM{display:flex;align-items:center;gap:16px;margin-bottom:30px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.gallery_sectionTitle__UpllM{font-size:32px;font-weight:700;color:#1e293b;margin:0}.gallery_sectionCount__jlz07{color:#64748b;font-size:14px;font-weight:600;background:#f8fafc;padding:4px 12px;border-radius:20px}.gallery_grid__yo_Zx{display:grid;grid-gap:25px;gap:25px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media (min-width:640px){.gallery_grid__yo_Zx{grid-template-columns:repeat(2,1fr)}}@media (min-width:980px){.gallery_grid__yo_Zx{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.gallery_grid__yo_Zx{grid-template-columns:repeat(4,1fr)}}.gallery_emptyState__M7mjm{text-align:center;padding:80px 20px;color:#64748b}.gallery_emptyIcon__1kxf5{font-size:64px;margin-bottom:20px;opacity:.5}.gallery_emptyState__M7mjm h3{font-size:24px;margin-bottom:12px;color:#475569}.gallery_emptyState__M7mjm p{font-size:16px}.gallery_grid__yo_Zx:hover .gallery_galleryCard__pLqs2:not(:hover){opacity:.7;transform:scale(.98)}@keyframes gallery_cardLoad__se45l{0%{opacity:0;transform:scale(.8) rotateY(10deg)}to{opacity:1;transform:scale(1) rotateY(0)}}@media (max-width:768px){.gallery_container__fXHd0{padding:30px 15px}.gallery_title__p7CbR{font-size:36px}.gallery_subtitle__9SwZN{font-size:16px;padding:0 10px}.gallery_videoSection__8pdN9{padding:24px}.gallery_videoText__HJvod h2{font-size:26px}.gallery_videoText__HJvod p{font-size:15px}.gallery_filterContainer__KS07B{position:static;margin-bottom:30px}.gallery_filterTabs__7glY3{gap:6px}.gallery_filterTab__KWxbi{padding:10px 16px;font-size:12px}.gallery_section__kYGX1{margin:50px 0}.gallery_sectionTitle__UpllM{font-size:24px}.gallery_grid__yo_Zx{gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery_grid__yo_Zx:hover .gallery_galleryCard__pLqs2:not(:hover){opacity:1;transform:scale(1)}}@media (max-width:480px){.gallery_title__p7CbR{font-size:28px}.gallery_filterTabs__7glY3{flex-direction:column;align-items:center}.gallery_videoSection__8pdN9{margin:40px 0 20px;padding:20px}.gallery_filterTab__KWxbi{width:200px;justify-content:center}.gallery_grid__yo_Zx{grid-template-columns:1fr}.gallery_sectionHeader__DEmmM{flex-direction:column;align-items:flex-start;gap:8px}}@media (prefers-reduced-motion:reduce){.gallery_filterTab__KWxbi,.gallery_header__oifpj,.gallery_section__kYGX1{transition:none!important;animation:none!important;opacity:1!important;transform:none!important}}