.photo-gallery-section{padding:var(--spacing-16,16px) 0 var(--spacing-48,48px) 0}.photo-gallery-title{font-family:var(--font-family-heading);font-size:var(--font-size-heading-2);font-weight:var(--font-weight-medium);line-height:var(--line-height-heading-2);color:var(--color-text-heading-default);letter-spacing:var(--letter-spacing-tight);margin:0 0 var(--spacing-32) 0}.photo-gallery-subtitle{font-family:var(--font-family-body);color:var(--color-text-body-primary);margin:-20px 0 var(--spacing-32) 0;max-width:1000px;font-size:16px;line-height:20px}.photo-gallery-grid{gap:var(--spacing-16,16px);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.photo-gallery-card{all:unset;cursor:pointer;border-radius:8px;display:block;position:relative;overflow:hidden}.photo-gallery-card:focus-visible{outline:2px solid var(--color-blue,#06c);outline-offset:2px}.photo-gallery-card-image-wrapper{aspect-ratio:4/3;border-radius:8px;position:relative;overflow:hidden}.photo-gallery-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.photo-gallery-card:hover .photo-gallery-card-image{transform:scale(1.05)}.photo-gallery-card-overlay{padding:var(--spacing-16,16px);pointer-events:none;background:linear-gradient(#0000 40%,#000000bf 100%);flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.photo-gallery-card-title{font-family:var(--font-family-heading);font-size:var(--font-size-heading-4,22px);font-weight:var(--font-weight-medium);color:#fff;line-height:1.2}.photo-gallery-card-count{font-family:var(--font-family-body);font-size:var(--font-size-label-default,14px);color:#ffffffd9;margin-top:4px}.photo-gallery-lightbox{z-index:9999;background:#000000eb;justify-content:center;align-items:center;animation:.2s galleryFadeIn;display:flex;position:fixed;inset:0}@keyframes galleryFadeIn{0%{opacity:0}to{opacity:1}}.photo-gallery-lightbox-inner{width:100%;max-width:1200px;height:100%;padding:var(--spacing-16,16px);flex-direction:column;display:flex}.photo-gallery-lightbox-header{align-items:center;gap:var(--spacing-16,16px);padding-bottom:var(--spacing-12,12px);flex-shrink:0;display:flex}.photo-gallery-lightbox-title{font-family:var(--font-family-heading);font-size:var(--font-size-heading-4,22px);font-weight:var(--font-weight-medium);color:#fff;flex:1;margin:0}.photo-gallery-lightbox-counter{font-family:var(--font-family-body);font-size:var(--font-size-label-default,14px);color:#ffffffb3;white-space:nowrap}.photo-gallery-lightbox-close{all:unset;cursor:pointer;color:#fff;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background .15s;display:flex}.photo-gallery-lightbox-close:hover{background:#ffffff26}.photo-gallery-lightbox-stage{justify-content:center;align-items:center;gap:var(--spacing-8,8px);flex:1;min-height:0;display:flex;position:relative}.photo-gallery-lightbox-image{object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:4px;max-width:100%;max-height:100%}.photo-gallery-lightbox-arrow{all:unset;cursor:pointer;color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:12px;transition:background .15s;display:flex}.photo-gallery-lightbox-arrow:hover{background:#ffffff26}.photo-gallery-lightbox-thumbs{padding:var(--spacing-12,12px) 0;scrollbar-width:thin;scrollbar-color:#ffffff4d transparent;flex-shrink:0;gap:8px;display:flex;overflow-x:auto}.photo-gallery-lightbox-thumbs::-webkit-scrollbar{height:6px}.photo-gallery-lightbox-thumbs::-webkit-scrollbar-track{background:0 0}.photo-gallery-lightbox-thumbs::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.photo-gallery-lightbox-thumb{all:unset;cursor:pointer;opacity:.5;outline-offset:2px;border-radius:4px;outline:2px solid #0000;flex-shrink:0;width:72px;height:54px;transition:opacity .15s,outline .15s;overflow:hidden}.photo-gallery-lightbox-thumb:hover{opacity:.8}.photo-gallery-lightbox-thumb.active{opacity:1;outline-color:#fff}.photo-gallery-lightbox-thumb img{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.photo-gallery-grid{gap:var(--spacing-8,8px);grid-template-columns:repeat(2,1fr)}.photo-gallery-card-title{font-size:var(--font-size-body-default,16px)}.photo-gallery-lightbox-inner{padding:var(--spacing-8,8px)}.photo-gallery-lightbox-title{font-size:var(--font-size-body-default,16px)}.photo-gallery-lightbox-arrow{padding:8px}.photo-gallery-lightbox-arrow svg{width:24px;height:24px}.photo-gallery-lightbox-thumb{width:56px;height:42px}}@media (max-width:480px){.photo-gallery-grid{grid-template-columns:1fr}}
