.gallery-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;padding-top:calc(2rem + var(--navbar-height, 80px))}.gallery-layout{padding-top:var(--navbar-height,80px)}.gallery-header{margin-top:var(--navbar-height,80px)}.simple-filters{margin-bottom:2rem;text-align:center}.simple-filters__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.simple-filter-btn{background:#f3f4f6;color:#374151;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.simple-filter-btn:hover{background:#e5e7eb}.simple-filter-btn.active{background:#3b82f6;color:white}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.compact-card__images{display:flex;gap:4px;align-items:center}.compact-card__image-container{flex:1;position:relative;border-radius:8px;overflow:hidden;aspect-ratio:2/3}.compact-card__image-button{all:unset;display:block;width:100%;height:100%;position:relative;cursor:pointer}.compact-card__image-button:hover .compact-card__image{transform:scale(1.02)}.compact-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.compact-card__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:white;text-align:center;padding:.5rem .25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.gallery-results{text-align:center;margin-bottom:1.5rem;color:#6b7280}.gallery-empty{text-align:center;padding:3rem 1rem;color:#6b7280}.gallery-empty h3{color:#374151;margin-bottom:.5rem}.gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11000;display:flex;align-items:flex-start;justify-content:center;padding:1rem;background:rgba(15,23,42,.94)}.gallery-modal__content{position:relative;width:min(900px,100%);max-height:calc(100vh - 160px);margin-top:180px;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem 1rem 1.5rem;border-radius:18px;background:#ffffff;border:1px solid rgba(15,23,42,.08);box-shadow:0 30px 90px rgba(15,23,42,.32)}.gallery-modal__close{all:unset;position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:999px;font-size:1.5rem;font-weight:700;color:#111827;cursor:pointer;background:rgba(243,244,246,.9)}.gallery-modal__title{margin-bottom:.6rem}.gallery-modal__title h3{margin:0;font-size:1.1rem;line-height:1.3;color:#111827}.gallery-modal__images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.gallery-modal__image-card{position:relative;border-radius:16px;overflow:hidden;background:#f9fafb}.gallery-modal__label{position:absolute;top:1rem;left:1rem;z-index:1;padding:.35rem .75rem;background:rgba(17,24,39,.85);color:white;font-size:.9rem;font-weight:700;border-radius:999px}.gallery-modal__image{width:100%;height:100%;display:block;object-fit:cover}@media (max-width:820px){.gallery-modal{top:160px}.gallery-modal__content{max-height:calc(100vh - 140px);padding-bottom:1.75rem}.gallery-modal__images{grid-template-columns:1fr}.gallery-modal__image-card{max-height:60vh}.gallery-modal__image{height:auto}}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.compact-card__images{gap:3px}.compact-card__overlay{font-size:.65rem;padding:.4rem .2rem}.simple-filters__buttons{flex-direction:column;max-width:300px;margin:0 auto}.simple-filter-btn{width:100%}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr}.compact-card__images{gap:6px}.compact-card__overlay{font-size:.75rem;padding:.5rem .25rem}}