.gallery-wall{padding-bottom:4rem}.gallery-wall__highlights{padding:0 1.5rem 2rem}.gallery-wall__highlights-title{color:var(--primary-color,#f57c00);margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.gallery-wall__highlights-title i{margin-right:.25rem}.gallery-wall__highlights-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:992px){.gallery-wall__highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.gallery-wall__highlights-grid{grid-template-columns:1fr}}.gallery-wall__video-embed{aspect-ratio:16/9;background:var(--bg-muted,#f0f0f0);border-radius:.75rem;width:100%;position:relative;overflow:hidden}.gallery-wall__video-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.gallery-wall__year-nav{z-index:10;background:var(--bg-color,#fff);border-bottom:1px solid var(--border-color,#eee);flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.gallery-wall__year-link{color:var(--text-color,#333);background:var(--bg-muted,#f5f5f5);border-radius:2rem;padding:.35rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:inline-block}.gallery-wall__year-link:hover{background:var(--primary-color,#f57c00);color:#fff}.gallery-wall__section{margin-bottom:3rem;padding:0 1.5rem}.gallery-wall__section-header{border-bottom:2px solid var(--primary-color,#f57c00);align-items:baseline;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.gallery-wall__year{color:var(--primary-color,#f57c00);margin:0;font-size:2rem;font-weight:700}.gallery-wall__count{color:var(--text-muted,#888);font-size:.875rem}.gallery-wall__photos{margin-bottom:2rem}.gallery-wall__photos .react-photo-album{cursor:pointer}.gallery-wall__media-links{margin-top:1.5rem}.gallery-wall__media-links-title{color:var(--text-color,#333);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.gallery-wall__media-links-title i{margin-right:.25rem}.gallery-wall__media-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}@media (max-width:576px){.gallery-wall__media-grid{grid-template-columns:1fr}}.gallery-media-card{color:inherit;background:var(--card-bg,#fff);border-radius:.75rem;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.gallery-media-card:hover{color:inherit;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.gallery-media-card__image{aspect-ratio:16/9;background:var(--bg-muted,#f0f0f0);width:100%;position:relative;overflow:hidden}.gallery-media-card__placeholder{width:100%;height:100%;color:var(--text-muted,#ccc);justify-content:center;align-items:center;font-size:3rem;display:flex}.gallery-media-card__overlay{opacity:0;color:#fff;background:#0000004d;justify-content:center;align-items:center;font-size:2.5rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.gallery-media-card:hover .gallery-media-card__overlay{opacity:1}.gallery-media-card__info{flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.gallery-media-card__type{text-transform:uppercase;letter-spacing:.5px;color:var(--primary-color,#f57c00);font-size:.75rem;font-weight:600}.gallery-media-card__type i{margin-right:.25rem}.gallery-media-card__event{font-size:.9rem;font-weight:500}.gallery-media-card__event a{color:inherit;text-decoration:none}.gallery-media-card__event a:hover{text-decoration:underline}.gallery-media-card__location{color:var(--text-muted,#888);font-size:.8rem}[data-theme=dark] .gallery-wall__year-nav{background:var(--bg-color,#1a1a1a);border-bottom-color:var(--border-color,#333)}[data-theme=dark] .gallery-wall__year-link{background:var(--bg-muted,#2a2a2a);color:var(--text-color,#ddd)}[data-theme=dark] .gallery-media-card{background:var(--card-bg,#2a2a2a);box-shadow:0 2px 8px #0003}[data-theme=dark] .gallery-media-card:hover{box-shadow:0 4px 16px #0000004d}
