/* =========================================================================
   Museum of Arcadia — Image Manifest
   Bundled Figma exports live in /assets/images/ (v3.1.2).
   Paths are relative to this file (assets/css/).
   ========================================================================= */

:root {
  /* ----- Logos ----- */
  --img-logo-black:           url('../images/logo-black-on-white.png');
  --img-logo-white:           url('../images/logo-white.png');

  /* ----- Homepage scenes (desktop) ----- */
  --img-hero-1:               url('../images/hero-1.png');
  --img-hero-2:               url('../images/hero-2.png');
  --img-hero-3:               url('../images/hero-3.png');

  /* ----- Homepage scenes (mobile crops from Figma) ----- */
  --img-hero-1-mobile:        url('../images/hero-1-mobile.png');
  --img-hero-2-mobile:        url('../images/hero-2-mobile.png');
  --img-hero-3-mobile:        url('../images/hero-3-mobile.png');

  /* ----- Shop banners ----- */
  --img-shop-banner-desktop:  url('../images/shop-banner-desktop.png');
  --img-shop-banner-mobile:   url('../images/shop-banner-mobile.png');
}

/*
   ARTWORK COVERS (reference exports — products use WP media after restore)
     artwork/artwork-1-cover.png … artwork/artwork-6-cover.png

   ICONS (bundled under assets/images/icons/)
     account.png
     shopping-bag.png
     secured-payment-icon.png
     certificate-of-authenticity-icon.png

   Still on staging until exported from Figma:
     credit-card-icon.png
     credit-card-CVV-icon.png
     credit-card-number-icon.png
*/
