*{touch-action:pan-x pan-y;}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;grid-auto-rows:200px}@media (max-width:768px){.gallery{grid-template-columns:repeat(3,1fr)}.content-section{padding:1rem}}.gallery-item{overflow:hidden;position:relative;padding:0;}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease;max-width:100%;max-height:100%}.gallery-item img:hover{transform:scale(1.5);transform-origin:center center}.modal{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;flex-direction:column;}.modal-content{max-width:fit-content;max-height:90%;transition:transform .25s ease}.close{position:absolute;top:20px;right:35px;color:white;font-size:40px;font-weight:bold;cursor:pointer;z-index:1;background-color:rgba(0,0,0,.5);height:60px;width:60px;text-align:center;border-radius:50%;backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.5);}.no-scroll{overflow:hidden;height:100%;position:fixed;width:100%}.no-zoom{touch-action:none;overflow:hidden;position:fixed;width:100%;height:100%}
