{"product_id":"micromacro-crime-city-2-full-house","title":"MicroMacro - Crime City 2 – Full House ","description":"\u003c!-- 🔍 MICROMACRO FULL HOUSE — Sezione in stile mappa b\/n con accenti lime \u0026 red --\u003e\n\u003csection class=\"micromacro-section\"\u003e\u003cheader class=\"micromacro-header\"\u003e\n\u003ch2\u003e 🕵️♂️ MicroMacro Crime City – Full House\u003cbr\u003e The city speaks. You decipher it. \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"micromacro-layout\"\u003e\n\n\u003c!-- Testo principale investigativo --\u003e\n\u003carticle class=\"micromacro-narrative\"\u003e\n \u003cp\u003eIn \u003cstrong\u003eMicroMacro Full House,\u003c\/strong\u003e you don't flip through cards: \u003cspan class=\"hl\"\u003eyou flip through an entire city\u003c\/span\u003e . You are the investigator, observing streets, shadows, races, escapes, small details that no one else notices. A unique \u003cstrong\u003edetective board game\u003c\/strong\u003e , where the story is already there... you just have to find it.\u003c\/p\u003e\n\n\u003cp\u003e The map is a living organism: characters recurring, places changing meaning, timetables intertwining. Following a case means following a thread through the fog, step by step, inch by inch, until the picture comes together.\u003c\/p\u003e\n\n\u003cp\u003e The \u003cstrong\u003e16 cases\u003c\/strong\u003e vary in tone and difficulty: thefts, chases, absurd dramas, and silent mysteries. Whether you play alone or with a group, the fun is always the same: the city never lies. You just have to look harder. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box caratteristiche --\u003e\n\u003caside class=\"micromacro-features\"\u003e\n\u003ch3\u003e Why “Full House” Captivates Every Detective\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🗺️ \u003cstrong\u003eGiant map\u003c\/strong\u003e full of micro-details\u003c\/li\u003e\n\n\u003cli\u003e 🕵️ \u003cstrong\u003ePure deduction\u003c\/strong\u003e without complex rules\u003c\/li\u003e\n\n \u003cli\u003e📚 \u003cstrong\u003e16 cases\u003c\/strong\u003e to solve\u003c\/li\u003e\n\n\u003cli\u003e 👥 Perfect for \u003cstrong\u003eco-op\u003c\/strong\u003e or solo play\u003c\/li\u003e\n\n\u003cli\u003e 🌟 Ideal for \u003cstrong\u003elight and surprising\u003c\/strong\u003e evenings \n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Chiusura narrativa --\u003e\n\u003cdiv class=\"micromacro-end\"\u003e\n\n\u003cp\u003e\u003cstrong\u003eMicroMacro: Full House\u003c\/strong\u003e presents you with a city that never stops talking: you just have to sharpen your gaze.\u003c\/p\u003e\n\n\u003cp class=\"micromacro-quote\"\u003e \u003cem\u003eEvery solved case is a detail that will never escape you again.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🎯 MICROMACRO FULL HOUSE — Stile bianco\/nero, dettagli lime \u0026 red *\/\n\n\/* Palette *\/\n.micromacro-section {\n  --mm-white: #ffffff;\n  --mm-black: #000000;\n  --mm-lime: #6cc04a;\n  --mm-red: #e83030;\n\n  background: var(--mm-white);\n  color: var(--mm-black);\n  border: 3px solid var(--mm-black);\n  padding: 2rem;\n  max-width: 1080px;\n  margin: 2rem auto;\n  font-family: \"Inter\", sans-serif;\n  border-radius: 18px;\n  position: relative;\n}\n\n\/* Effetto “mappa illustrata” *\/\n.micromacro-section::before {\n  content: \"\";\n  position: absolute;\n  top: -12px;\n  left: -12px;\n  right: -12px;\n  bottom: -12px;\n  border: 2px dashed #00000033;\n  border-radius: 22px;\n  pointer-events: none;\n}\n\n\/* Titolo *\/\n.micromacro-header h2 {\n  text-align: center;\n  font-family: \"Bungee\", sans-serif;\n  font-size: 1.9rem;\n  margin-bottom: 1.4rem;\n  color: var(--mm-black);\n  border-bottom: 3px solid var(--mm-black);\n  display: inline-block;\n  padding-bottom: 0.4rem;\n}\n\n\/* Layout: testo + features *\/\n.micromacro-layout {\n  display: grid;\n  grid-template-columns: 1.4fr 1fr;\n  gap: 1.8rem;\n}\n\n\/* Testo principale *\/\n.micromacro-narrative {\n  background: #ffffff;\n  border: 2px solid var(--mm-black);\n  border-radius: 14px;\n  padding: 1.4rem 1.2rem;\n  line-height: 1.7;\n}\n\n.micromacro-narrative .hl {\n  background: var(--mm-lime);\n  padding: 0 0.25rem;\n  font-weight: 700;\n}\n\n\/* Features *\/\n.micromacro-features {\n  background: #f9f9f9;\n  border: 2px solid var(--mm-black);\n  border-radius: 14px;\n  padding: 1.2rem 1.2rem;\n}\n\n.micromacro-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--mm-red);\n  margin-bottom: 0.9rem;\n}\n\n.micromacro-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n\n.micromacro-features li {\n  border-left: 6px solid var(--mm-black);\n  padding: 0.5rem 0.7rem;\n  background: #ffffff;\n  font-size: 0.95rem;\n  transition: 0.25s ease;\n}\n\n.micromacro-features li:hover {\n  background: var(--mm-lime);\n  color: var(--mm-black);\n}\n\n\/* Chiusura *\/\n.micromacro-end {\n  margin-top: 1.8rem;\n  text-align: center;\n  border: 2px solid var(--mm-black);\n  padding: 1.2rem;\n  border-radius: 14px;\n}\n\n.micromacro-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: var(--mm-red);\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .micromacro-layout {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Pegasus Spiele","offers":[{"title":"Default Title","offer_id":52784407740743,"sku":null,"price":24.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/MicroMacro_Crime_City_2_Full_House_00.webp?v=1763559424","url":"https:\/\/frogames.business\/en\/products\/micromacro-crime-city-2-full-house","provider":"FroGames","version":"1.0","type":"link"}