.gallery-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:var(--spacing-sm)}.gallery-item{background-color:var(--color-card);border:1px solid var(--color-border);border-top:5px solid #0f2463;overflow:hidden;transition:all .2s ease;display:flex;flex-direction:column}.gallery-item:hover{border-color:#0f2463;box-shadow:0 4px 12px rgba(15,36,99,.1)}.gallery-image-container{width:100%;height:200px;position:relative;overflow:hidden;background:#fff}.gallery-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(15,36,99,.15),rgba(15,36,99,.05));z-index:1;pointer-events:none;mix-blend-mode:multiply}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,filter .3s ease;filter:brightness(.9) contrast(1.15) saturate(.85) sepia(.1);position:relative}.gallery-item:hover .gallery-image{transform:scale(1.05);filter:brightness(.95) contrast(1.2) saturate(.9) sepia(.15)}.gallery-image-placeholder{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#f1eeeb);z-index:1}.event-badge{position:absolute;top:12px;right:12px;padding:4px 12px;background:#0f2463;color:#fff;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:4px;z-index:2}.image-placeholder-content{text-align:center;color:#0f2463;z-index:1}.image-placeholder-content svg{opacity:.3;margin-bottom:8px}.location-text{font-size:12px;font-weight:600;color:#0f2463;margin-top:8px;text-align:center}.gallery-item-info{padding:var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-xs);flex:1 1}.gallery-item-info h3{color:#0f2463;font-weight:600;font-size:16px;margin-bottom:4px;line-height:1.3}.gallery-date{font-size:12px;color:var(--color-text-muted);font-weight:600;margin:0}.gallery-description{font-size:13px;color:var(--color-text-body);line-height:1.6;margin:4px 0 0}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.gallery-image-container{height:180px}.gallery-item-info{padding:var(--spacing-sm)}.gallery-item-info h3{font-size:15px}.gallery-description{font-size:12px}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr;gap:12px}.gallery-image-container{height:200px}.event-badge{font-size:9px;padding:3px 10px}}