class Culinary_PopUp_Book:
def __init__(self, dish="Köttbullar (Traditional Swedish Meatballs)"):
self.base = "Ancient leather-bound cookbook, open on a rustic wooden table"
self.scale = "1:87 (HO Scale) Miniature Diorama"
def generate_spread(self):
# 1. Left Page: The Origin (Nature)
origin_biome = "Dense Swedish pine forest with wild lingonberry bushes and misty green pastures for cattle"
harvesters = "Miniature foragers picking bright red lingonberries in the woods and traditional farmers tending to dairy cows"
# 2. Center Gutter: The Transformation (Cooking)
machinery = "Classic Swedish wood stove (vedspis) with a massive, sizzling cast-iron skillet"
physics = "Rich buttery steam and savory smoke rising from the glowing embers in the gutter"
# 3. Right Page: The Result (Feast)
plating = f"A massive, delicious pile of finished {dish} swimming in rich brown cream sauce (gräddsås), alongside buttery mashed potatoes"
garnish = "Miniature chefs carefully placing sprigs of fresh dill and dolloping bright lingonberry jam"
return [origin_biome, machinery, plating, harvesters, garnish]
# EXECUTE RENDER: 8k resolution, tilt-shift photography, warm rustic lighting, cozy Scandinavian aesthetic (Hygge).