.fw-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:1.2rem}
.fw-gallery-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 8px 26px rgba(42,31,22,.08)}
.fw-gallery-card img{display:block;width:100%;height:240px;object-fit:cover;transition:transform .25s ease}
.fw-gallery-card a:hover img{transform:scale(1.02)}
.fw-gallery-card figcaption{padding:1rem;display:grid;gap:.35rem}
.fw-gallery-card figcaption strong{font-family:var(--ff-disp);font-size:1.12rem;color:var(--deep)}
.fw-gallery-card figcaption a{font-family:var(--ff-sans);font-weight:600}
.fw-story-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1rem}
.fw-story-gallery-card{background:var(--gold-pale);border:1px solid var(--border);border-radius:10px;padding:1.25rem}
.fw-story-gallery-card h3{font-family:var(--ff-disp);color:var(--deep);margin-bottom:.45rem}
@media(max-width:600px){.fw-gallery-card img{height:220px}}
