.PhotographyPage_photographyPage__I9EuE{padding:50px 20px;background-color:#f9f9f9;color:#333}.PhotographyPage_container__Ym0gs{max-width:1200px;margin:0 auto}.PhotographyPage_title__aSeVx{font-size:2.5rem;margin-bottom:20px}.PhotographyPage_description__LGbuI{font-size:1.2rem;margin-bottom:40px;color:#666}.PhotographyPage_gallery__LBdSz{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.PhotographyPage_card__ZUe97{position:relative;overflow:hidden;border-radius:10px;display:flex;align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;animation:none}.PhotographyPage_card__ZUe97:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.15)}.PhotographyPage_photo__Ddco_{width:100%;height:auto;display:block;transition:transform 3s ease}.PhotographyPage_card__ZUe97:hover .PhotographyPage_photo__Ddco_{animation:PhotographyPage_zoomIn__XyEf0 5s forwards}@keyframes PhotographyPage_zoomIn__XyEf0{0%{transform:scale(1)}to{transform:scale(1.2)}}.PhotographyPage_overlay__8L8yw{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);color:#fff;opacity:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center;transition:opacity .3s ease,visibility .3s ease;visibility:hidden}.PhotographyPage_card__ZUe97:hover .PhotographyPage_overlay__8L8yw{opacity:1;visibility:visible;animation:PhotographyPage_fadeOutOverlay__oj7MB 5s forwards}@keyframes PhotographyPage_fadeOutOverlay__oj7MB{0%{opacity:1}to{opacity:0;visibility:hidden}}.PhotographyPage_photoTitle__fRT9U{font-size:1.5rem;margin-bottom:10px}.PhotographyPage_photoDescription__7hTzF{font-size:1rem;line-height:1.4}