.admin-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;list-style:none;margin:0;padding:0}.admin-gallery-card{border:1px solid var(--border,#ddd);border-radius:6px;padding:.5rem;background:var(--bg-secondary,#f9f9f9)}.admin-gallery-card__thumb{display:block;width:120px;height:120px;margin:0 auto .5rem;border-radius:4px;overflow:hidden;background:var(--bg,#fff)}.admin-gallery-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.admin-gallery-card__caption{font-size:.85rem;margin:0 0 .5rem;line-height:1.3;color:var(--text-secondary,#555);max-height:2.6em;overflow:hidden;text-overflow:ellipsis}.admin-gallery-card__delete{display:block;width:100%;padding:.35rem .5rem;font-size:.85rem;min-height:2.75rem;cursor:pointer;background:var(--error-bg,#fdd);color:var(--error,#c00);border:1px solid var(--error,#c00);border-radius:4px}.admin-gallery-card__delete:hover{background:var(--error,#c00);color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:1.25rem;list-style:none;margin:0;padding:0}.gallery-item{margin:0;padding:0;break-inside:avoid;position:relative;border-radius:8px;overflow:hidden;background:var(--bg-secondary,#202020);aspect-ratio:1;cursor:pointer}.gallery-item:hover{opacity:.92}.gallery-item__link{display:block;width:100%;height:100%}.gallery-item__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-item:hover .gallery-item__img{transform:scale(1.03)}.gallery-item__caption{position:absolute;bottom:0;left:0;right:0;margin:0;padding:1.5rem .75rem .6rem;font-size:.85rem;line-height:1.3;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.8));text-align:center;opacity:0;transition:opacity .25s ease}.gallery-item:hover .gallery-item__caption{opacity:1}.gallery-empty{margin:1rem 0;color:var(--text-secondary,#555)}@media (max-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.gallery-item__caption{font-size:.8rem}}.gallery-viewer{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.gallery-viewer--open{opacity:1;visibility:visible}.gallery-viewer__close{position:absolute;top:-1.25rem;right:-1.25rem;width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;border:none;background:rgba(0,0,0,.5);color:#fff;font-size:1.75rem;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1}.gallery-viewer__close:focus-visible,.gallery-viewer__close:hover{background:rgba(255,255,255,.3);outline:2px solid #fff;outline-offset:2px}.gallery-viewer__main{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:0;position:relative}.gallery-viewer__nav{flex-shrink:0;width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:2rem;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.gallery-viewer__nav:focus-visible,.gallery-viewer__nav:hover:not(:disabled){background:rgba(255,255,255,.3);outline:2px solid #fff;outline-offset:2px}.gallery-viewer__nav:disabled{opacity:.4;cursor:not-allowed}.gallery-viewer__img-wrap{flex:1;min-width:0;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.gallery-viewer__img-container{position:relative;display:inline-block;max-width:100%;max-height:100%;line-height:0}.gallery-viewer__img{max-width:100%;max-height:calc(100vh - 12rem);width:auto;height:auto;object-fit:contain;display:block}.gallery-viewer__caption{flex-shrink:0;margin:.75rem 0 0;padding:0 1rem;color:rgba(255,255,255,.9);font-size:1rem;text-align:center;line-height:1.4}.gallery-viewer__strip{flex-shrink:0;width:100%;max-width:100%;margin-top:1rem;padding:0 .5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.gallery-viewer__strip-inner{display:flex;gap:.5rem;justify-content:center;padding:.25rem 0;min-width:min-content}.gallery-viewer__thumb{flex-shrink:0;width:4rem;height:4rem;padding:0;border:3px solid transparent;border-radius:4px;background:0 0;cursor:pointer;overflow:hidden;display:block}.gallery-viewer__thumb img{width:100%;height:100%;object-fit:cover;display:block}.gallery-viewer__thumb:focus-visible,.gallery-viewer__thumb:hover{border-color:rgba(255,255,255,.5);outline:0}.gallery-viewer__thumb--current{border-color:#fff;box-shadow:0 0 0 1px #fff}@media (max-width:768px){.gallery-viewer__nav{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;font-size:1.5rem}.gallery-viewer__strip-inner{justify-content:flex-start}}.home-gallery{max-width:min(1000px,92vw);margin:0 auto;padding:clamp(2rem,5vw,4rem) 1.5rem;text-align:center}.home-gallery__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem}.home-gallery__grid>*{flex:0 0 auto;width:calc((100% - 3 * 1rem)/ 4);min-width:180px;max-width:250px}.home-gallery__grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;display:block}.home-gallery__empty{color:var(--text-muted);font-size:.9rem;margin-top:1.5rem}.commodites{margin:0 auto;padding:clamp(2rem,5vw,4rem) 1.5rem;text-align:center}.commodites__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:1.5rem}.commodites__card{background:rgba(255,255,255,.04);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;text-align:center;transition:border-color .2s}.commodites__card:hover{border-color:rgba(255,255,255,.16)}.commodites__img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:.6rem;margin-bottom:.75rem}.commodites__card-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:600;color:var(--text)}.commodites__card-text{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.5}.site-info{max-width:min(900px,92vw);margin:0 auto;padding:clamp(2rem,5vw,4rem) 1.5rem;text-align:center}.site-info__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:1.5rem}.site-info__heading{margin:0 0 .35rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent)}.site-info__text{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.5}.site-info__link{color:inherit;text-decoration:none;transition:color .2s}.site-info__link:hover{color:var(--accent)}