/* ─────────────────────────────────────────────────────────────────
   SHIFTERS — theme assets
   All images live here. Touch nothing else to swap a photo.

   Rules target [data-photo="<slug>"] where the slug is auto-derived
   from the ImgPh label: lowercase, spaces+dots → hyphens.

   To swap: change the URL.
   To remove (show sketch hatching): comment out or delete the block.
   ───────────────────────────────────────────────────────────────── */

/* ── convention city photos ─────────────────────────────────────── */

/* Amsterdam — Money 2020 Europe, Jun 2–4 */
[data-photo="amsterdam-placeholder-photo"] {
  background: url("https://images.unsplash.com/photo-1534203137048-137aa03c692e?w=900&q=80") center/cover;
}

/* Washington DC — StableCon, Sep 9–10 */
[data-photo="washington-dc-placeholder-photo"] {
  background: url("https://images.unsplash.com/photo-1569328922596-4c04460c91a2?w=900&q=80") center/cover;
}

/* Barcelona — European Blockchain Convention, Sep 16–17 */
[data-photo="barcelona-placeholder-photo"] {
  background: url("https://images.unsplash.com/photo-1583422409516-2895a77efded?w=900&q=80") center/cover;
}


/* ── hide sketch label on city photos ───────────────────────────── */
[data-photo="amsterdam-placeholder-photo"] span,
[data-photo="washington-dc-placeholder-photo"] span,
[data-photo="barcelona-placeholder-photo"] span {
  display: none;
}
