.Gallery-module__Sa_FLW__gallery{max-width:var(--wrap);padding:64px var(--pad) 80px;margin:0 auto}.Gallery-module__Sa_FLW__header{margin-bottom:48px}.Gallery-module__Sa_FLW__secLabel{align-items:center;gap:10px;margin-bottom:12px;display:flex}.Gallery-module__Sa_FLW__secLabelRule{background:var(--orange);flex-shrink:0;width:28px;height:2px}.Gallery-module__Sa_FLW__secLabelText{font-size:var(--text-caption);font-weight:var(--fw-bold);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--orange)}.Gallery-module__Sa_FLW__heading{font-size:var(--text-h2);font-weight:var(--fw-bold);color:var(--black);letter-spacing:var(--ls-heading)}.Gallery-module__Sa_FLW__heading em{color:var(--orange);font-style:normal}.Gallery-module__Sa_FLW__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:900px){.Gallery-module__Sa_FLW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.Gallery-module__Sa_FLW__grid{grid-template-columns:1fr}}.Gallery-module__Sa_FLW__card{border:1px solid var(--border);color:inherit;border-radius:4px;flex-direction:column;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.Gallery-module__Sa_FLW__cardThumb{aspect-ratio:16/9;background:var(--faint);width:100%;position:relative;overflow:hidden}.Gallery-module__Sa_FLW__cardThumbImg{object-fit:cover;transition:transform .35s}.Gallery-module__Sa_FLW__card:hover .Gallery-module__Sa_FLW__cardThumbImg{transform:scale(1.04)}.Gallery-module__Sa_FLW__cardBody{flex-direction:column;flex:1;gap:8px;padding:20px 24px 24px;display:flex}.Gallery-module__Sa_FLW__card:hover{border-color:var(--orange);transform:translateY(-3px);box-shadow:0 6px 24px #1a1a2e14}.Gallery-module__Sa_FLW__cardTitle{font-size:var(--text-h3);font-weight:var(--fw-bold);color:var(--black)}.Gallery-module__Sa_FLW__cardMeta{font-size:var(--text-caption);color:var(--muted);align-items:center;gap:8px;display:flex}.Gallery-module__Sa_FLW__dot{background:var(--faint);border-radius:50%;flex-shrink:0;width:3px;height:3px}.Gallery-module__Sa_FLW__cardArrow{color:var(--orange);margin-top:auto;padding-top:16px}.Gallery-module__Sa_FLW__reveal{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(16px)}.Gallery-module__Sa_FLW__reveal.Gallery-module__Sa_FLW__visible{opacity:1;transform:none}
