.gallery-grid{position:relative;width:100%;margin:0 auto}.gallery-grid .grid-item,.gallery-grid .grid-sizer{box-sizing:border-box;width:50%;padding:.5rem}.gallery-grid .grid-item--w2,.gallery-grid .grid-item--w3{width:100%}@media (min-width:768px){.gallery-grid .grid-item,.gallery-grid .grid-sizer{width:25%;padding:1rem}.gallery-grid .grid-item--w2{width:50%}.gallery-grid .grid-item--w3{width:75%}}.gallery-grid .grid-item>*{width:100%}.gallery-skeleton{--sk-base:color-mix(in oklch,var(--muted),var(--foreground) 5%);--sk-sheen:color-mix(in oklch,var(--muted),var(--foreground) 13%);column-count:2;column-gap:1rem;width:100%}@media (min-width:768px){.gallery-skeleton{column-count:4;column-gap:2rem}}.gallery-skeleton__tile{width:100%;margin-bottom:1rem;border-radius:.5rem;break-inside:avoid;background-color:var(--sk-base);background-image:linear-gradient(100deg,transparent 35%,var(--sk-sheen) 50%,transparent 65%);background-repeat:no-repeat;background-size:220% 100%;background-position:180% 0;animation:gallery-skeleton-sweep 1.6s ease-in-out infinite}@media (min-width:768px){.gallery-skeleton__tile{margin-bottom:2rem}}.gallery-skeleton__tile--square{aspect-ratio:1/1}.gallery-skeleton__tile--portrait{aspect-ratio:3/4}.gallery-skeleton__tile--tall{aspect-ratio:2/3}.gallery-skeleton__tile--landscape{aspect-ratio:4/3}.gallery-skeleton__tile:nth-child(4n+3){animation-delay:.1s}.gallery-skeleton__tile:nth-child(4n+4){animation-delay:.2s}.gallery-skeleton__tile:nth-child(4n+1){animation-delay:.3s}.gallery-skeleton__tile:nth-child(4n+2){animation-delay:.4s}@keyframes gallery-skeleton-sweep{0%{background-position:180% 0}to{background-position:-80% 0}}@media (prefers-reduced-motion:reduce){.gallery-skeleton__tile{background-image:none;animation:gallery-skeleton-pulse 2.4s ease-in-out infinite}@keyframes gallery-skeleton-pulse{0%,to{opacity:1}50%{opacity:.6}}}