/* User-supplied Rongtai factory photographs. Scoped to the factory gallery. */
.factory-photo-intro{max-width:720px;margin:20px 0 36px}
.factory-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}
.factory-photo-grid figure{margin:0;min-width:0}
.factory-photo-grid img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;background:#e8e9e6}
.factory-photo-grid figcaption{margin-top:14px;font-size:1rem;line-height:1.5;color:var(--v-ink);font-weight:500}
.factory-photo-brief{max-width:760px;margin:48px auto 0;padding-top:32px;border-top:1px solid var(--v-border,#ddd)}
.factory-photo-brief h3{font-size:1.4rem;line-height:1.35;font-weight:500}
@media(max-width:640px){.factory-photo-grid{grid-template-columns:1fr;gap:28px}.factory-photo-intro{margin-bottom:28px}.factory-photo-brief{margin-top:36px;padding-top:28px}.factory-photo-grid figcaption{margin-top:10px}}
