body.hero--home .hero-photo {
  background-image:
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.08)),
    url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=1300&q=85");
}

body.hero--home .hero h2 span { background: var(--yellow); }
body.hero--home .hero-label { background: var(--yellow); }

body.hero--deep-city .hero-photo {
  background-image:
    linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1489987707025-afc232f7ea0f?auto=format&fit=crop&w=1300&q=85");
  filter: grayscale(1);
}

body.hero--deep-city .hero h2 span { background: var(--black); color: var(--white); }
body.hero--deep-city .hero-label { background: var(--white); color: var(--black); }

body.hero--same-gang .hero-photo {
  background-image:
    linear-gradient(rgba(225, 38, 28, 0.22), rgba(0,0,0,0.08)),
    url("https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?auto=format&fit=crop&w=1300&q=85");
}

body.hero--same-gang .hero h2 span { background: var(--red); color: var(--white); }
body.hero--same-gang .hero-label { background: var(--red); color: var(--white); }

body.hero--soulsita .hero-photo {
  background-image:
    linear-gradient(rgba(225, 38, 28, 0.13), rgba(20, 107, 67, 0.10)),
    url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1300&q=85");
  border-color: var(--green);
}

body.hero--soulsita .hero h2 span { background: var(--green); color: var(--white); }
body.hero--soulsita .hero-label { background: var(--white); color: var(--red); border-color: var(--green); }

body.hero--mi-gente .hero-photo {
  background-image:
    linear-gradient(rgba(20, 107, 67, 0.24), rgba(0,0,0,0.08)),
    url("https://images.unsplash.com/photo-1523398002811-999ca8dec234?auto=format&fit=crop&w=1300&q=85");
}

body.hero--mi-gente .hero h2 { color: var(--green); }
body.hero--mi-gente .hero h2 span { background: var(--red); color: var(--white); }
body.hero--mi-gente .hero-label { background: var(--red); color: var(--white); }

body.brand--deep-city .photo-shelf,
body.hero--deep-city .photo-shelf {
  background-image:
    linear-gradient(90deg, rgba(0,0,0,0.74), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1556905055-8f358a7a47b2?auto=format&fit=crop&w=1800&q=85");
  filter: grayscale(1);
}

body.brand--same-gang .photo-shelf {
  background-image:
    linear-gradient(90deg, rgba(177, 21, 16, 0.85), rgba(0,0,0,0.15)),
    url("https://images.unsplash.com/photo-1556905055-8f358a7a47b2?auto=format&fit=crop&w=1800&q=85");
}

body.brand--soulsita .photo-shelf {
  background-image:
    linear-gradient(90deg, rgba(20,107,67,0.78), rgba(225,38,28,0.22)),
    url("https://images.unsplash.com/photo-1556905055-8f358a7a47b2?auto=format&fit=crop&w=1800&q=85");
}

body.brand--mi-gente .photo-shelf {
  background-image:
    linear-gradient(90deg, rgba(13, 74, 47, 0.86), rgba(177,21,16,0.22)),
    url("https://images.unsplash.com/photo-1556905055-8f358a7a47b2?auto=format&fit=crop&w=1800&q=85");
}

body.brand--home .photo-shelf {
  background-image:
    linear-gradient(90deg, rgba(0,0,0,0.72), rgba(0,0,0,0.14)),
    url("https://images.unsplash.com/photo-1556905055-8f358a7a47b2?auto=format&fit=crop&w=1800&q=85");
}

body.brand--deep-city .feature-photo,
body.brand--deep-city .drop-photo {
  background-image:
    linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),
    url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1200&q=85");
  filter: grayscale(1);
}

body.brand--same-gang .feature-photo {
  background-image:
    linear-gradient(rgba(225,38,28,0.14), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1200&q=85");
}

body.brand--soulsita .feature-photo {
  background-image:
    linear-gradient(rgba(225,38,28,0.12), rgba(20,107,67,0.14)),
    url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1200&q=85");
}

body.brand--mi-gente .feature-photo {
  background-image:
    linear-gradient(rgba(20,107,67,0.18), rgba(0,0,0,0.14)),
    url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1200&q=85");
}

body.brand--home .drop-photo {
  background-image:
    linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.18)),
    url("https://images.unsplash.com/photo-1489987707025-afc232f7ea0f?auto=format&fit=crop&w=1200&q=85");
}