.gallery-grid{list-style:none;column-count:2;column-gap:clamp(.5rem,1.4vw,1rem)}@media (min-width:760px){.gallery-grid{column-count:3}}@media (min-width:1200px){.gallery-grid{column-count:4}}.gallery-cell{page-break-inside:avoid;break-inside:avoid;margin-bottom:clamp(.5rem,1.4vw,1rem)}.gallery-tile{display:block;width:100%;padding:0;border:0;border-radius:var(--r-md);background:var(--cream);cursor:pointer;overflow:hidden}.gallery-tile img{width:100%;height:auto}.gallery-reels{background:var(--ink);color:var(--text-invert)}.reels-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr));grid-gap:clamp(1rem,2.5vw,1.75rem);gap:clamp(1rem,2.5vw,1.75rem);max-width:940px;margin-inline:auto}.reel-media{aspect-ratio:9/16;border-radius:var(--r-lg);border:1px solid hsla(40,48%,94%,.14);box-shadow:var(--shadow-xl)}.reel-caption{margin-top:var(--sp-3);font-size:.82rem;letter-spacing:.05em;color:var(--text-invert-muted);text-align:center}.gallery-follow{display:flex;justify-content:center;margin-top:var(--sp-9)}