{"product_id":"domemo","title":"Domemo Stonehenge ","description":"\u003c!-- 🔢 DOMEMO: STONEHENGE – I numeri che tutti vedono, tranne te --\u003e\n\u003csection class=\"domemo-section\"\u003e\u003c!-- Titolo --\u003e\u003cheader class=\"domemo-header\"\u003e\n\u003ch2\u003e Domemo: Stonehenge 🔢 The elegant deductive where everyone knows everything... except you \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"domemo-layout\"\u003e\n\n\u003c!-- Testo principale --\u003e\n\u003carticle class=\"domemo-narrative\"\u003e\n \u003cp\u003eIn \u003cstrong\u003eDomemo: Stonehenge,\u003c\/strong\u003e you experience one of the most iconic sensations of abstract games: \u003cstrong\u003eeveryone sees your numbers except you\u003c\/strong\u003e . Each turn, you try to reconstruct what you can't see, reading glances, eliminating possibilities, and following those tiny clues that only a truly attentive eye can spot.\u003c\/p\u003e\n\n\u003cp\u003e It's a \u003cstrong\u003epure deductive board game\u003c\/strong\u003e by \u003cstrong\u003eAlex Randolph\u003c\/strong\u003e , built on a simple yet brilliant idea: the truth is on the table, you just have to learn to read it. You declare a number you think is part of your set: if you're right, you advance to victory; if you're wrong, you're trapped like a misplaced megalith in the circle of Stonehenge.\u003c\/p\u003e\n\n\u003cp\u003e Turn after turn, the tension grows: every piece of information weighs heavily, every hesitation betrays something, every intuition can turn the game around. Domemo is a ritual of logic and suspicious silences, an ancient enigma that can only be solved if you truly observe. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box punti forza --\u003e\n\u003caside class=\"domemo-features\"\u003e\n \u003ch3\u003eWhy “Domemo: Stonehenge” conquers on the first lap\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🔍 \u003cstrong\u003ePure deduction\u003c\/strong\u003e – zero luck, all reasoning\u003c\/li\u003e\n\n\u003cli\u003e ♟️ \u003cstrong\u003eElegant abstract\u003c\/strong\u003e – immediate rules, surprising depth\u003c\/li\u003e\n\n\u003cli\u003e ⚡ \u003cstrong\u003e20 perfect minutes\u003c\/strong\u003e – fast pace and brilliant interlocking\u003c\/li\u003e\n\n\u003cli\u003e 👀 \u003cstrong\u003eEveryone sees your tiles\u003c\/strong\u003e – except you, and that changes everything\u003c\/li\u003e\n\n\u003cli\u003e 👨👩👧👦 \u003cstrong\u003eFor 2 to 5 players\u003c\/strong\u003e – light, intelligent, always challenging \u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Chiusura --\u003e\n\u003cdiv class=\"domemo-end\"\u003e\n\n\u003cp\u003e If you love \u003cstrong\u003epure deduction games\u003c\/strong\u003e , clean mental challenges, the pleasure of connecting tiny clues to reconstruct the invisible, \u003cstrong\u003eDomemo: Stonehenge\u003c\/strong\u003e will become one of your abstract favorites.\u003c\/p\u003e\n\n\u003cp class=\"domemo-quote\"\u003e \u003cem\u003eSometimes the answer is right before your eyes… only they're not yours.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🔢 DOMEMO – Palette cielo brillante, pietra antica e prato di Stonehenge *\/\n\n.domemo-section {\n  --sky-blue: #3bb6ff;\n  --sky-light: #aee7ff;\n  --stone-light: #c5c9cc;\n  --stone-dark: #4c5054;\n  --grass-green: #9ddc59;\n  --cloud-white: #f8fcff;\n\n  background: linear-gradient(135deg, var(--sky-light) 0%, var(--sky-blue) 50%, #e8faff 100%);\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  color: var(--stone-dark);\n  font-family: \"Inter\", sans-serif;\n  max-width: 1100px;\n  margin: 2rem auto;\n  box-shadow: 0 12px 30px rgba(0,0,0,0.18);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Glow ambientale: cielo + prato *\/\n.domemo-section::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  left: -40px;\n  width: 300px;\n  height: 280px;\n  background: radial-gradient(circle, rgba(62,182,255,0.45), transparent 70%);\n  filter: blur(40px);\n}\n.domemo-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -70px;\n  right: -50px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(157,220,89,0.45), transparent 70%);\n  filter: blur(45px);\n}\n\n\/* Titolo *\/\n.domemo-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.9rem;\n  margin-bottom: 1.6rem;\n  color: var(--stone-dark);\n  text-shadow: 0 0 10px rgba(255,255,255,0.7);\n  border-bottom: 1px solid rgba(0,0,0,0.1);\n  padding-bottom: 0.6rem;\n}\n\n\/* Layout due colonne *\/\n.domemo-layout {\n  display: grid;\n  grid-template-columns: 1.25fr 1fr;\n  gap: 1.4rem;\n  align-items: flex-start;\n}\n\n\/* Testo principale *\/\n.domemo-narrative {\n  background: var(--cloud-white);\n  border-left: 7px solid var(--grass-green);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n  position: relative;\n}\n.domemo-narrative p {\n  margin: 0.6rem 0;\n  line-height: 1.8;\n}\n.domemo-narrative strong {\n  color: var(--stone-dark);\n}\n\n\/* Box caratteristiche *\/\n.domemo-features {\n  background: rgba(255,255,255,0.92);\n  border-radius: 18px;\n  padding: 1.2rem 1.5rem;\n  border: 2px dashed var(--stone-light);\n  box-shadow: 0 8px 20px rgba(0,0,0,0.08);\n}\n.domemo-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--stone-dark);\n  font-size: 1.15rem;\n  margin-bottom: 1rem;\n}\n.domemo-features ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n.domemo-features li {\n  background: linear-gradient(90deg, rgba(248,252,255,1), rgba(157,220,89,0.25));\n  border-left: 5px solid var(--grass-green);\n  border-radius: 10px;\n  padding: 0.6rem 0.8rem;\n  transition: 0.25s ease;\n}\n.domemo-features li strong {\n  color: var(--stone-dark);\n}\n.domemo-features li:hover {\n  transform: translateX(4px);\n  background: linear-gradient(90deg, rgba(248,252,255,1), rgba(157,220,89,0.45));\n}\n\n\/* Chiusura *\/\n.domemo-end {\n  margin-top: 2rem;\n  background: var(--cloud-white);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  border: 1px solid rgba(0,0,0,0.05);\n  text-align: center;\n  box-shadow: 0 6px 16px rgba(0,0,0,0.06);\n}\n.domemo-end .domemo-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: var(--stone-dark);\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .domemo-layout {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 600px) {\n  .domemo-section {\n    padding: 1.8rem 1.2rem;\n  }\n  .domemo-header h2 {\n    font-size: 1.5rem;\n  }\n}\n\u003c\/style\u003e","brand":"Playte","offers":[{"title":"Default Title","offer_id":52761575162183,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/DomemoStonehenge00.webp?v=1763207128","url":"https:\/\/frogames.business\/en\/products\/domemo","provider":"FroGames","version":"1.0","type":"link"}