/* ==========================================================================
   KÜCHEN — stock photography tokens (Unsplash, free licence)
   Placeholders for the prototype. Replace each URL with your own project
   photos before launch; class names and tokens stay the same.
   ========================================================================== */
:root{
  --img-hero:url("https://images.unsplash.com/photo-1617228069096-4638a7ffc906?auto=format&fit=crop&w=1920&q=70");
  --img-matte:url("https://images.unsplash.com/photo-1507089947368-19c1da9775ae?auto=format&fit=crop&w=900&q=70");
  --img-charcoal:url("https://images.unsplash.com/photo-1600684388091-627109f3cd60?auto=format&fit=crop&w=900&q=70");
  --img-twotone:url("https://images.unsplash.com/photo-1622372738946-62e02505feb3?auto=format&fit=crop&w=900&q=70");
  --img-gloss:url("https://images.unsplash.com/photo-1632583824020-937ae9564495?auto=format&fit=crop&w=900&q=70");
  --img-oak:url("https://images.unsplash.com/photo-1600489000022-c2086d79f9d4?auto=format&fit=crop&w=900&q=70");
  --img-marble:url("https://images.unsplash.com/photo-1588854337236-6889d631faa8?auto=format&fit=crop&w=900&q=70");
  --img-island:url("https://images.unsplash.com/photo-1602028915047-37269d1a73f7?auto=format&fit=crop&w=900&q=70");
  --img-bright:url("https://images.unsplash.com/photo-1556912173-3bb406ef7e77?auto=format&fit=crop&w=900&q=70");
  --img-whitewood:url("https://images.unsplash.com/photo-1653427603178-9a5d1bc21086?auto=format&fit=crop&w=900&q=70");
  --img-clean:url("https://images.unsplash.com/photo-1736433622548-4adbbc1c2cf2?auto=format&fit=crop&w=900&q=70");
  --img-sink:url("https://images.unsplash.com/photo-1556910638-6cdac31d44dc?auto=format&fit=crop&w=900&q=70");
  --img-hob:url("https://images.unsplash.com/photo-1588416820614-f8d6ac6cea56?auto=format&fit=crop&w=900&q=70");
  --img-range:url("https://images.unsplash.com/photo-1556909172-54557c7e4fb7?auto=format&fit=crop&w=900&q=70");
  --img-fridge:url("https://images.unsplash.com/photo-1484154218962-a197022b5858?auto=format&fit=crop&w=900&q=70");
  --img-before1:url("https://images.unsplash.com/photo-1699615823047-700ca5e2bab4?auto=format&fit=crop&w=900&q=70");
  --img-after1:url("https://images.unsplash.com/photo-1556911220-bff31c812dba?auto=format&fit=crop&w=900&q=70");
  --img-before2:url("https://images.unsplash.com/photo-1717331822162-74e5eaf4d038?auto=format&fit=crop&w=900&q=70");
  --img-before3:url("https://images.unsplash.com/photo-1715249891396-653a32ff2d39?auto=format&fit=crop&w=900&q=70");
  --img-before4:url("https://images.unsplash.com/photo-1542320260-f8f651de8c12?auto=format&fit=crop&w=900&q=70");
  --img-after4:url("https://images.unsplash.com/photo-1588854337221-4cf9fa96059c?auto=format&fit=crop&w=900&q=70");
}
.photo--hero{background-image:var(--img-hero)}
.photo--matte{background-image:var(--img-matte)}
.photo--charcoal{background-image:var(--img-charcoal)}
.photo--twotone{background-image:var(--img-twotone)}
.photo--gloss{background-image:var(--img-gloss)}
.photo--oak{background-image:var(--img-oak)}
.photo--marble{background-image:var(--img-marble)}
.photo--island{background-image:var(--img-island)}
.photo--bright{background-image:var(--img-bright)}
.photo--whitewood{background-image:var(--img-whitewood)}
.photo--clean{background-image:var(--img-clean)}
.photo--sink{background-image:var(--img-sink)}
.photo--hob{background-image:var(--img-hob)}
.photo--range{background-image:var(--img-range)}
.photo--fridge{background-image:var(--img-fridge)}
.photo--before1{background-image:var(--img-before1)}
.photo--after1{background-image:var(--img-after1)}
.photo--before2{background-image:var(--img-before2)}
.photo--before3{background-image:var(--img-before3)}
.photo--before4{background-image:var(--img-before4)}
.photo--after4{background-image:var(--img-after4)}
