{"product_id":"ludos-america-konane","title":"LUDOS America Konane ","description":"\u003csection class=\"konane-section product__description rte quick-description\"\u003e\u003c!-- HEADER --\u003e\u003cheader class=\"konane-header\"\u003e\n\u003ch2\u003e 🌊 Konane – The Ancestral Challenge of the Hawaiian Islands\u003c\/h2\u003e\n\n\u003cp class=\"konane-subtitle\"\u003e A duel as ancient as the sea, elegant, intuitive and profound. \u003c\/p\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"konane-layout\"\u003e\n\n\u003c!-- COLONNA SINISTRA --\u003e\n\u003carticle class=\"konane-narrative\"\u003e\n\u003cp\u003e \u003cstrong\u003eKonane\u003c\/strong\u003e is an ancient \u003cstrong\u003etwo-player abstract game\u003c\/strong\u003e originating in the Hawaiian Islands. It's said to have been played by tribal chiefs and warriors to train concentration, calm, and foresight. A grid, black and white pieces... and a rhythm that grows like the ocean's breath.\u003c\/p\u003e\n\n \u003cp\u003eThe board starts completely full: a perfect balance. Just two pieces removed at the start, and the wave takes shape. From there, every move is a straight leap, a decisive strike, a capture that changes the flow of the game.\u003c\/p\u003e\n\n\u003cdiv class=\"konane-card\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eIn Konane, you don't react: you anticipate.\u003c\/strong\u003e Every move opens unexpected chains that can turn the duel on its head.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp\u003e Each jump eliminates an opponent's piece, but more importantly, it rewrites space. Konane isn't a slow abstraction: it's fast, intuitive, and as deep as the Pacific Ocean surrounding the islands. There are no forced moves, but there is a blockade: when you can no longer capture, your game is over.\u003c\/p\u003e\n\n\u003cp\u003e It's a pure challenge: balance, rhythm, intuition. An ancient game that lives on because it tests the mind and breathing, like a miniature martial art.\u003c\/p\u003e\n\n\u003cdiv class=\"konane-mini\"\u003e\n\n\u003cp\u003e \u003cem\u003eOn the Pacific islands, those who can read the next leap become legends.\u003c\/em\u003e \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/article\u003e\n\u003c!-- COLONNA DESTRA --\u003e\n\u003caside class=\"konane-features\"\u003e\n\u003ch3\u003e Why “Konane” conquers at first sight\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🌺 \u003cstrong\u003eHawaiian tradition\u003c\/strong\u003e that brings culture to the table\u003c\/li\u003e\n\n \u003cli\u003e🖤 \u003cstrong\u003e​​Pure abstract\u003c\/strong\u003e with clear and deep rules\u003c\/li\u003e\n\n\u003cli\u003e ↔️ \u003cstrong\u003eLinear captures\u003c\/strong\u003e that create combos and sudden hits\u003c\/li\u003e\n\n\u003cli\u003e ⚖️ \u003cstrong\u003eStrategic duel\u003c\/strong\u003e between space, blocks and anticipation\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cdiv class=\"konane-quote\"\u003e\n\n\u003cp\u003e \u003cem\u003eEvery jump is a wave. Every wave can overwhelm the opponent.\u003c\/em\u003e \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🎨 PALETTE KONANE (verde oceano \/ turchese \/ sabbia) *\/\n.konane-section {\n  --ocean: #0c4c3b;\n  --ocean-light: #136c55;\n  --teal: #1e8a78;\n  --sand: #f2e7c4;\n  --yellow: #f4d25b;\n\n  background: var(--ocean);\n  padding: 2.4rem 2rem;\n  border-radius: 24px;\n  max-width: 1100px;\n  margin: 2.4rem auto;\n  box-shadow: 0 12px 28px rgba(0,0,0,0.55);\n}\n\n\/* HEADER *\/\n.konane-header h2 {\n  text-align: center;\n  font-family: \"Bungee\", sans-serif;\n  font-size: 2rem;\n  color: var(--sand);\n  text-shadow: 0 0 14px rgba(255,255,255,0.35);\n}\n\n.konane-subtitle {\n  text-align: center;\n  color: var(--yellow);\n  margin-top: 0.4rem;\n  font-weight: 600;\n}\n\n\/* GRID *\/\n.konane-layout {\n  display: grid;\n  grid-template-columns: 1.6fr 1fr;\n  gap: 1.6rem;\n  margin-top: 2rem;\n}\n\n\/* NARRATIVE *\/\n.konane-narrative {\n  background: rgba(255,255,255,0.06);\n  padding: 1.6rem;\n  border-left: 6px solid var(--teal);\n  border-radius: 18px;\n  color: #fdfdf9;\n  line-height: 1.65;\n}\n\n.konane-narrative strong {\n  color: var(--yellow);\n}\n\n\/* CARD ORIZZONTALE *\/\n.konane-card {\n  background: linear-gradient(90deg, var(--teal) 0%, var(--ocean-light) 100%);\n  padding: 1rem 1.2rem;\n  border-left: 5px solid var(--yellow);\n  border-radius: 12px;\n  margin: 1.4rem 0;\n  text-align: center;\n  font-weight: 600;\n  color: #fff;\n}\n\n\/* MINI *\/\n.konane-mini {\n  background: rgba(30,138,120,0.18);\n  border-left: 5px solid var(--teal);\n  padding: 0.8rem 1rem;\n  border-radius: 10px;\n  margin: 1.4rem 0;\n  text-align: center;\n  color: var(--sand);\n  font-style: italic;\n  font-weight: 600;\n}\n\n\/* FEATURES *\/\n.konane-features {\n  background: rgba(255,255,255,0.07);\n  padding: 1.6rem;\n  border-radius: 18px;\n  border: 2px solid var(--ocean-light);\n  color: #f8f8f6;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.35);\n}\n\n.konane-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--yellow);\n  margin-bottom: 1rem;\n}\n\n.konane-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.75rem;\n}\n\n.konane-features li {\n  background: linear-gradient(90deg, rgba(19,108,85,0.28), rgba(12,76,59,0.32));\n  padding: 0.6rem 0.8rem;\n  border-left: 5px solid var(--teal);\n  border-radius: 10px;\n  color: #fffdf6;\n}\n\n\/* QUOTE *\/\n.konane-quote {\n  margin-top: 1.6rem;\n  background: rgba(30,138,120,0.25);\n  border-left: 5px solid var(--yellow);\n  padding: 1rem;\n  border-radius: 12px;\n  text-align: center;\n  font-weight: 600;\n  color: #fff3ef;\n}\n\n@media (max-width: 900px) {\n  .konane-layout {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Lemery Games","offers":[{"title":"Default Title","offer_id":52932820369735,"sku":null,"price":16.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/LUDOS_America_Konane_04.webp?v=1765341823","url":"https:\/\/frogames.business\/en\/products\/ludos-america-konane","provider":"FroGames","version":"1.0","type":"link"}