.PhotoGallery_main__7GuVS{background:var(--color-surface);min-height:100vh}.PhotoGallery_section__da7_f{padding:60px var(--section-padding) 80px;max-width:var(--section-max-width);margin:0 auto}.PhotoGallery_header__aVkCY{text-align:center;margin-bottom:64px}.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}.PhotoGallery_title__bAOp3{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15;color:var(--color-text);margin-bottom:24px}.PhotoGallery_title__bAOp3 span{color:var(--color-red)}.PhotoGallery_description__yJQoT{max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.7;color:var(--color-text-muted)}.PhotoGallery_grid__ULaQe{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.PhotoGallery_imageWrapper__6TelM{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:16px;background-color:var(--color-gray-100);box-shadow:0 10px 20px color-mix(in srgb,var(--color-shadow) 30%,transparent);transition:transform .4s ease,box-shadow .4s ease;cursor:pointer}.PhotoGallery_image__gLnws{object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.PhotoGallery_imageWrapper__6TelM:hover{transform:translateY(-5px);box-shadow:0 16px 32px color-mix(in srgb,var(--color-shadow) 50%,transparent)}.PhotoGallery_imageWrapper__6TelM:hover .PhotoGallery_image__gLnws{transform:scale(1.08)}.PhotoGallery_overlay__zjbu_{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.4) 0,transparent 40%);opacity:0;transition:opacity .4s ease}.PhotoGallery_imageWrapper__6TelM:hover .PhotoGallery_overlay__zjbu_{opacity:1}.PhotoGallery_modal__bLme5{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:40px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:PhotoGallery_fadeIn__Kb_zU .3s ease}.PhotoGallery_modalContent__52npG{position:relative;width:100%;height:100%;max-width:1200px;display:flex;align-items:center;justify-content:center}.PhotoGallery_modalImage__hX4lU{object-fit:contain}.PhotoGallery_closeButton__1Vxap{position:absolute;top:-30px;right:-20px;background:none;border:none;color:white;font-size:2.5rem;cursor:pointer;z-index:1001;padding:10px;line-height:1;transition:transform .2s ease}.PhotoGallery_closeButton__1Vxap:hover{transform:scale(1.1)}@keyframes PhotoGallery_fadeIn__Kb_zU{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.PhotoGallery_section__da7_f{padding-top:100px}.PhotoGallery_grid__ULaQe{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}}