#galleryContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 0;background:linear-gradient(135deg,#f8fafc 60%,#fff7ed 100%);border-radius:2rem;margin-bottom:2rem;box-shadow:0 8px 32px rgb(249 115 22 / .07);transition:box-shadow 0.3s}@media (max-width:1024px){#galleryContainer{grid-template-columns:repeat(2,1fr);gap:1.5rem;border-radius:1.5rem}}@media (max-width:640px){#galleryContainer{grid-template-columns:1fr;gap:1rem;border-radius:1rem;padding:1rem 0}}.gallery-item{background:#fff;border-radius:1.5rem;box-shadow:0 4px 24px rgb(0 0 0 / .1);overflow:hidden;transition:transform 0.3s,box-shadow 0.3s,border 0.3s;cursor:pointer;display:flex;align-items:stretch;border:2px solid #fff0;position:relative}.gallery-item::before{content:'';position:absolute;inset:0;border-radius:1.5rem;pointer-events:none;transition:box-shadow 0.3s,border 0.3s}.gallery-item:hover{transform:translateY(-8px) scale(1.04) rotate(-1deg);box-shadow:0 16px 40px rgb(249 115 22 / .18);border:2px solid #f97316;z-index:2}.gallery-item:hover::before{box-shadow:0 0 0 4px rgb(249 115 22 / .1);border:2px solid #fb923c}.gallery-img{width:100%;aspect-ratio:1 / 1;height:auto;object-fit:cover;border-radius:1.2rem;transition:transform 0.4s,opacity 0.6s cubic-bezier(.4,0,.2,1);display:block;opacity:0;animation:fadeInImg 1.2s ease forwards}@keyframes fadeInImg{to{opacity:1}}.gallery-item:hover .gallery-img{transform:scale(1.07) rotate(-2deg);box-shadow:0 8px 24px rgb(249 115 22 / .1)}@media (max-width:640px){.gallery-img{aspect-ratio:1 / 1;height:auto}}.gallery-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.gallery-pagination button{background:linear-gradient(90deg,#f97316 0%,#fb923c 100%);color:#fff;border:none;border-radius:999px;padding:.75rem 2rem;font-size:1.1rem;font-weight:600;box-shadow:0 2px 8px rgb(249 115 22 / .1);cursor:pointer;transition:background 0.2s,transform 0.2s,box-shadow 0.2s;outline:none;letter-spacing:.03em}.gallery-pagination button:disabled{background:#e5e7eb;color:#bdbdbd;cursor:not-allowed;box-shadow:none;transform:none}.gallery-pagination button:not(:disabled):hover{background:linear-gradient(90deg,#fb923c 0%,#f97316 100%);transform:translateY(-2px) scale(1.08);box-shadow:0 4px 16px rgb(249 115 22 / .18)}#pageIndicator{font-size:1.1rem;font-weight:600;color:#f97316;background:#fff7ed;border-radius:999px;padding:.5rem 1.2rem;box-shadow:0 1px 4px rgb(249 115 22 / .07);letter-spacing:.04em}@media (max-width:640px){.gallery-pagination{gap:.5rem}.gallery-pagination button{padding:.5rem 1.2rem;font-size:1rem}#pageIndicator{padding:.4rem .8rem;font-size:1rem}}.modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100vw;height:100vh;background:linear-gradient(120deg,rgb(0 0 0 / .95) 70%,rgb(249 115 22 / .1) 100%);justify-content:center;align-items:center;padding:20px;box-sizing:border-box;animation:fadeInModal 0.5s cubic-bezier(.4,0,.2,1)}@keyframes fadeInModal{from{opacity:0}to{opacity:1}}.modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;background:#fff0;border-radius:1rem;justify-content:center}.modal-img{width:80vw;max-width:80vw;max-height:80vh;aspect-ratio:1 / 1;object-fit:contain;border-radius:1rem;box-shadow:0 25px 50px rgb(0 0 0 / .3);transition:transform 0.5s cubic-bezier(.4,0,.2,1),box-shadow 0.5s;background:#fff}@media (max-width:900px){.modal-img{width:95vw;max-width:95vw;max-height:80vw}}.modal-img:hover{transform:scale(1.04) rotate(-1deg);box-shadow:0 32px 64px rgb(249 115 22 / .18)}.modal-close{position:absolute;top:-2.25rem;right:-.5rem;color:#fff;font-size:1.25rem;font-weight:700;cursor:pointer;background:rgb(0 0 0 / .6);border:2px solid rgb(255 255 255 / .2);padding:.5rem .85rem;border-radius:999px;transition:background 0.2s,transform 0.2s,color 0.2s,box-shadow 0.2s;z-index:10002;box-shadow:0 6px 18px rgb(0 0 0 / .25);line-height:1;display:flex;align-items:center;justify-content:center}.modal-close:hover,.modal-close:focus{background:#f97316;color:#fff;transform:translateY(-2px) scale(1.05);box-shadow:0 10px 28px rgb(249 115 22 / .35)}.modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .6);color:#fff;border:none;font-size:1.25rem;width:3rem;height:3rem;border-radius:999px;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;transition:background 0.2s,transform 0.2s,color 0.2s,box-shadow 0.2s;outline:none;box-shadow:0 6px 18px rgb(0 0 0 / .25)}.modal-nav:active,.modal-nav:focus,.modal-nav:hover{background:#f97316;color:#fff;transform:translateY(-2px) scale(1.05);box-shadow:0 12px 28px rgb(249 115 22 / .35)}.modal-prev{left:-3.25rem}.modal-next{right:-3.25rem}@media (max-width:900px){.modal-prev{left:-1.25rem}.modal-next{right:-1.25rem}.modal-close{top:-1.5rem;right:-.25rem;font-size:1rem;padding:.35rem .7rem}}@media (max-width:600px){.modal-nav{font-size:1rem;width:2rem;height:2rem}.modal-prev{left:.25rem}.modal-next{right:.25rem}.modal-close{top:-1rem;right:0;font-size:.9rem;padding:.3rem .6rem}}@media (max-width:768px){.modal{padding:10px}.modal-img{max-height:60vh}.modal-close{top:-30px;font-size:1.5rem}}.animate-on-scroll{opacity:0;transform:translateY(20px);will-change:transform,opacity;transition:transform 0.8s cubic-bezier(.2,.8,.2,1),opacity 0.8s cubic-bezier(.2,.8,.2,1)}.animate-on-scroll.is-visible{opacity:1;transform:none}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}@media (prefers-reduced-motion:reduce){.animate-on-scroll{opacity:1!important;transform:none!important;transition:none!important}}