.gallery-section[data-astro-cid-sahthylw]{padding:5rem 0;background-color:#f8f9fa;min-height:100vh}.container[data-astro-cid-sahthylw]{max-width:1400px;margin:0 auto;padding:0 2rem}.gallery-header[data-astro-cid-sahthylw]{text-align:center;margin-bottom:3rem;position:relative}.gallery-title[data-astro-cid-sahthylw]{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.gallery-title[data-astro-cid-sahthylw] img[data-astro-cid-sahthylw]{width:48px;height:48px;image-rendering:pixelated}.gallery-title[data-astro-cid-sahthylw] h1[data-astro-cid-sahthylw]{margin:0;font-size:3rem;font-weight:700;color:var(--color-primary);letter-spacing:2px}.gallery-subtitle[data-astro-cid-sahthylw]{font-size:1.2rem;color:var(--color-text-light);margin-bottom:2rem}.back-link[data-astro-cid-sahthylw]{display:inline-block;padding:.8rem 1.5rem;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:30px;font-size:1rem;font-weight:500;letter-spacing:1px;transition:all .3s ease;box-shadow:0 4px 10px #0000001a}.back-link[data-astro-cid-sahthylw]:hover{background:var(--color-accent);transform:translateY(-3px);box-shadow:0 6px 15px #00000026}.gallery-grid[data-astro-cid-sahthylw]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.gallery-item[data-astro-cid-sahthylw]{aspect-ratio:4/3}.gallery-item-inner[data-astro-cid-sahthylw]{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #00000014;cursor:pointer;transition:all .4s ease;height:100%}.gallery-item-inner[data-astro-cid-sahthylw]:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.image-container[data-astro-cid-sahthylw]{width:100%;height:100%;overflow:hidden}.gallery-image[data-astro-cid-sahthylw]{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.gallery-item-inner[data-astro-cid-sahthylw]:hover .gallery-image[data-astro-cid-sahthylw]{transform:scale(1.05)}.gallery-overlay[data-astro-cid-sahthylw]{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:2rem 1.5rem 1.5rem;opacity:0;transform:translateY(20px);transition:all .4s ease}.gallery-item-inner[data-astro-cid-sahthylw]:hover .gallery-overlay[data-astro-cid-sahthylw]{opacity:1;transform:translateY(0)}.gallery-info[data-astro-cid-sahthylw]{color:#fff;text-align:left}.gallery-info[data-astro-cid-sahthylw] h3[data-astro-cid-sahthylw]{margin:0 0 .5rem;font-size:1.3rem;font-weight:600}.gallery-info[data-astro-cid-sahthylw] p[data-astro-cid-sahthylw]{margin:0;font-size:.9rem;opacity:.8}.view-btn[data-astro-cid-sahthylw]{display:inline-block;margin-top:1rem;padding:.4rem 1rem;background:#fff3;border-radius:20px;font-size:.9rem;transition:all .3s ease}.gallery-item-inner[data-astro-cid-sahthylw]:hover .view-btn[data-astro-cid-sahthylw]{background:#fff;color:#333}.modal[data-astro-cid-sahthylw]{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000000e6;opacity:0;transition:opacity .3s ease}.modal[data-astro-cid-sahthylw].show{display:flex;opacity:1;justify-content:center;align-items:center}.modal-container[data-astro-cid-sahthylw]{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center}.modal-content[data-astro-cid-sahthylw]{display:block;max-width:100%;max-height:80vh;border-radius:8px;box-shadow:0 5px 30px #0000004d;transform:scale(.8);transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.modal[data-astro-cid-sahthylw].show .modal-content[data-astro-cid-sahthylw]{transform:scale(1)}.modal-caption[data-astro-cid-sahthylw]{color:#fff;text-align:center;margin-top:1.5rem;max-width:80%}.modal-caption[data-astro-cid-sahthylw] h3[data-astro-cid-sahthylw]{margin:0 0 .5rem;font-size:1.5rem}.modal-caption[data-astro-cid-sahthylw] p[data-astro-cid-sahthylw]{margin:0;opacity:.7}.close-modal[data-astro-cid-sahthylw]{position:absolute;top:-40px;right:-40px;color:#fff;font-size:40px;font-weight:700;transition:.3s;cursor:pointer;z-index:1002;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff1a}.close-modal[data-astro-cid-sahthylw]:hover{background:#fff3;transform:rotate(90deg)}.modal-nav[data-astro-cid-sahthylw]{position:absolute;width:100%;display:flex;justify-content:space-between;top:50%;transform:translateY(-50%);pointer-events:none}.nav-btn[data-astro-cid-sahthylw]{background:#ffffff1a;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;pointer-events:auto}.nav-btn[data-astro-cid-sahthylw]:hover{background:#ffffff4d}@media (max-width: 992px){.gallery-grid[data-astro-cid-sahthylw]{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.gallery-section[data-astro-cid-sahthylw]{padding:3rem 0}.gallery-title[data-astro-cid-sahthylw] h1[data-astro-cid-sahthylw]{font-size:2.2rem}.gallery-grid[data-astro-cid-sahthylw]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.close-modal[data-astro-cid-sahthylw]{top:-30px;right:0}.nav-btn[data-astro-cid-sahthylw]{width:40px;height:40px}}@media (max-width: 576px){.container[data-astro-cid-sahthylw]{padding:0 1rem}.gallery-grid[data-astro-cid-sahthylw]{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}
