.PhotoGallery_main__7GuVS{background:var(--color-surface);min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center}.PhotoGallery_section__da7_f{padding:60px 24px 80px;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box}.PhotoGallery_header__aVkCY{text-align:center;margin:0 auto 48px;max-width:800px;width:100%}.PhotoGallery_eyebrow__118wh{display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--color-red);margin-bottom:16px;text-align:center}.PhotoGallery_title__bAOp3{font-size:clamp(1.8rem,4vw,3.2rem);font-weight:800;line-height:1.2;color:var(--color-text);margin-bottom:20px;text-align:center}.PhotoGallery_title__bAOp3 span{color:var(--color-red)}.PhotoGallery_description__yJQoT{max-width:680px;margin:0 auto;font-size:1rem;line-height:1.7;color:var(--color-text-muted);text-align:center}.PhotoGallery_grid__ULaQe{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;justify-items:center;align-items:center}.PhotoGallery_imageWrapper__6TelM{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:16px;background-color:var(--color-gray-100,#f3f4f6);box-shadow:0 10px 20px color-mix(in srgb,var(--color-shadow,rgba(0,0,0,.1)) 30%,transparent);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.PhotoGallery_image__gLnws{object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.PhotoGallery_imageWrapper__6TelM:hover{transform:translateY(-4px);box-shadow:0 16px 32px color-mix(in srgb,var(--color-shadow,rgba(0,0,0,.15)) 50%,transparent)}.PhotoGallery_imageWrapper__6TelM:hover .PhotoGallery_image__gLnws{transform:scale(1.06)}.PhotoGallery_overlay__zjbu_{position:absolute;inset:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.PhotoGallery_zoomHint__LT0wo{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.9);color:#111;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 4px 12px rgba(0,0,0,.2);transform:scale(.8);transition:transform .3s ease}.PhotoGallery_imageWrapper__6TelM:hover .PhotoGallery_overlay__zjbu_{opacity:1}.PhotoGallery_imageWrapper__6TelM:hover .PhotoGallery_zoomHint__LT0wo{transform:scale(1)}.PhotoGallery_pagination__u7udv{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:60px;margin-bottom:60px}.PhotoGallery_pageButton__qPVP8{display:flex;align-items:center;gap:8px;background:none;border:none;color:var(--color-red);font-weight:600;font-size:1rem;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .2s ease}.PhotoGallery_pageButton__qPVP8:hover:not(:disabled){background-color:color-mix(in srgb,var(--color-red) 10%,transparent)}.PhotoGallery_pageButton__qPVP8:disabled{color:#ccc;cursor:not-allowed}.PhotoGallery_pageNumbers__ZxUkJ{display:flex;gap:8px}.PhotoGallery_pageNumberBtn__2gAG4{width:40px;height:40px;border-radius:50%;border:1px solid #ddd;background:#fff;color:#555;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.PhotoGallery_pageNumberBtn__2gAG4:hover{border-color:var(--color-red);color:var(--color-red)}.PhotoGallery_activePage__U3OxX{background-color:var(--color-red);color:#fff;border-color:var(--color-red)}.PhotoGallery_activePage__U3OxX:hover{color:#fff}.PhotoGallery_modal__bLme5{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:PhotoGallery_fadeIn__Kb_zU .25s ease}.PhotoGallery_modalContent__52npG{position:relative;max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;z-index:10000}.PhotoGallery_modalImageContainer__Nuofl{position:relative;width:100%;height:70vh;max-height:650px;border-radius:12px;overflow:hidden}.PhotoGallery_modalImage__hX4lU{object-fit:contain}.PhotoGallery_modalFooter__Rgsfh{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:16px;color:#ffffff;gap:16px}.PhotoGallery_caption__zTbB6{font-size:.95rem;font-weight:500;line-height:1.4;color:rgba(255,255,255,.9);margin:0}.PhotoGallery_counter__Gwgob{font-size:.85rem;font-weight:600;letter-spacing:.05em;color:rgba(255,255,255,.7);white-space:nowrap;background:rgba(255,255,255,.15);padding:4px 12px;border-radius:20px}.PhotoGallery_closeButton__1Vxap{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);color:#ffffff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:background .2s ease,transform .2s ease}.PhotoGallery_closeButton__1Vxap:active,.PhotoGallery_closeButton__1Vxap:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.PhotoGallery_navButton__QzOem{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);color:#ffffff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:background .2s ease,transform .2s ease}.PhotoGallery_navButton__QzOem:active,.PhotoGallery_navButton__QzOem:hover{background:rgba(255,255,255,.3);transform:translateY(-50%) scale(1.08)}.PhotoGallery_prevButton__t5iiE{left:20px}.PhotoGallery_nextButton__4biag{right:20px}@keyframes PhotoGallery_fadeIn__Kb_zU{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.PhotoGallery_grid__ULaQe{grid-template-columns:repeat(2,1fr);gap:20px}.PhotoGallery_modalImageContainer__Nuofl{height:65vh}}@media (max-width:768px){.PhotoGallery_section__da7_f{padding:36px 16px 60px;width:100%;margin:0 auto}.PhotoGallery_header__aVkCY{margin-bottom:32px;padding:0 8px;text-align:center}.PhotoGallery_grid__ULaQe{grid-template-columns:repeat(2,1fr);gap:16px;justify-items:center}.PhotoGallery_modal__bLme5{padding:16px}.PhotoGallery_modalImageContainer__Nuofl{height:55vh}.PhotoGallery_closeButton__1Vxap{top:12px;right:12px;width:40px;height:40px;font-size:1.1rem}.PhotoGallery_prevButton__t5iiE{left:10px}.PhotoGallery_nextButton__4biag{right:10px}.PhotoGallery_navButton__QzOem{width:40px;height:40px;font-size:1rem}}@media (max-width:640px){.PhotoGallery_section__da7_f{padding:24px 16px 48px}.PhotoGallery_grid__ULaQe{grid-template-columns:1fr;gap:16px;width:100%;justify-items:center}.PhotoGallery_imageWrapper__6TelM{width:100%;max-width:450px;margin:0 auto;aspect-ratio:16/10;border-radius:14px}.PhotoGallery_overlay__zjbu_{opacity:1;background:linear-gradient(0deg,rgba(0,0,0,.3) 0,transparent 60%)}.PhotoGallery_zoomHint__LT0wo{opacity:.9;width:38px;height:38px;font-size:.95rem}.PhotoGallery_modalContent__52npG{width:100%;margin-top:30px}.PhotoGallery_modalImageContainer__Nuofl{height:50vh}.PhotoGallery_modalFooter__Rgsfh{flex-direction:column;align-items:center;text-align:center;gap:8px}.PhotoGallery_caption__zTbB6{font-size:.9rem}.PhotoGallery_counter__Gwgob{font-size:.8rem}}