.illustration .content p{margin:3rem 1rem 1.5rem}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;max-width:900px;margin:0 auto}.gallery-item{position:relative;width:100%;padding-bottom:100%;background-size:cover;background-position:50%;border-radius:6px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:scale(1.03);box-shadow:0 8px 20px rgba(0,0,0,.35)}.gallery-expanded{position:fixed;inset:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:999}.gallery-expanded img{max-width:90vw;max-height:90vh;border-radius:8px;box-shadow:0 12px 30px rgba(0,0,0,.5);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}