{"product_id":"papyria","title":"Papyria ","description":"\u003csection class=\"papyria-section product__description rte quick-description\"\u003e\u003c!-- TITOLO --\u003e\u003cheader class=\"papyria-header\"\u003e\n\u003ch2\u003e Papyria – Canals, Civilizations, and Ancient Secrets of the Tigris and Euphrates \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"papyria-layout\"\u003e\n\n\u003c!-- COLONNA TESTO PRINCIPALE --\u003e\n\u003carticle class=\"papyria-narrative\"\u003e\n\u003cp\u003e \u003cstrong\u003ePapyria\u003c\/strong\u003e takes you to Mesopotamia in 1500 BC, where the first cities emerge along the banks of great rivers, and every discovery can change the fate of an entire people. As an explorer and builder, you must expand your territory, create waterways, and develop the first cultural centers in an elegant and surprisingly modern \u003cstrong\u003estrategic board game\u003c\/strong\u003e .\u003c\/p\u003e\n\n \u003cp\u003eEach turn, you move your traveler or ship, and once you reach a location, you choose which actions to take: build cities, temples, or mines; produce lapis lazuli and papyrus; or obtain new tiles and multipliers that will affect your final scores. Your decisions shape the region just like an ancient city planner.\u003c\/p\u003e\n\n\u003cp\u003e The game's strength lies in managing the rondel, planning your movements, and the ability to transform a path into a network of opportunities. Placing a tile at the right time can open up a flow of points, while producing resources at the wrong time can leave you without the energy needed for construction.\u003c\/p\u003e\n\n\u003cp\u003e As supplies begin to run low and the last signs of the end emerge on the map, every choice weighs like ancient stone. Will your civilization be distinguished by ingenuity, harmony, and prosperity? In Papyria, history is written by the hands that build. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- COLONNA PUNTI FORZA --\u003e\n\u003caside class=\"papyria-features\"\u003e\n\u003ch3\u003e What makes Papyria a strategic gem?\u003c\/h3\u003e\n\n\u003cul\u003e\n\n \u003cli\u003e🏛️ \u003cstrong\u003eTerritorial development\u003c\/strong\u003e between cities, temples, mines and waterways\u003c\/li\u003e\n\n\u003cli\u003e 🔄 \u003cstrong\u003eFluid washer\u003c\/strong\u003e for elegant and always meaningful choices\u003c\/li\u003e\n\n\u003cli\u003e 📦 \u003cstrong\u003eResource management\u003c\/strong\u003e with lapis lazuli and papyrus to build and activate bonuses\u003c\/li\u003e\n\n\u003cli\u003e 🧭 \u003cstrong\u003eTactical movement\u003c\/strong\u003e of travelers and ships on a rich and modular map \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=\"papyria-end\"\u003e\n\n\u003cp\u003e \u003cem\u003eIn the lands between the two rivers, only those who plan wisely leave an everlasting legacy.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🎨 PAPYRIA – MESOPOTAMIA THEME *\/\n.papyria-section {\n  --sand: #f3e3c4;\n  --clay: #c08a5c;\n  --lapis: #2a5fa4;\n  --lapis-glow: rgba(42,95,164,0.35);\n  --dark: #1d1b18;\n\n  background: linear-gradient(135deg, #fffaf3 0%, #f5e8cf 40%, #f3e0b9 100%);\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  font-family: \"Inter\", sans-serif;\n  max-width: 1100px;\n  margin: 2.2rem auto;\n  position: relative;\n  overflow: hidden;\n  box-shadow: 0 8px 28px rgba(0,0,0,0.12);\n}\n\n\/* Glow *\/\n.papyria-section::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  left: -40px;\n  width: 280px;\n  height: 280px;\n  background: radial-gradient(circle, var(--lapis-glow), transparent 70%);\n  filter: blur(40px);\n}\n\n\/* Titolo *\/\n.papyria-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  color: var(--lapis);\n  font-size: 2rem;\n  margin-bottom: 1.8rem;\n  text-shadow: 0 0 10px rgba(0,0,0,0.25);\n  border-bottom: 2px solid rgba(0,0,0,0.1);\n  padding-bottom: 0.5rem;\n}\n\n\/* Layout due colonne *\/\n.papyria-layout {\n  display: grid;\n  grid-template-columns: 1.45fr 1fr;\n  gap: 1.6rem;\n}\n\n\/* Testo principale *\/\n.papyria-narrative {\n  background: rgba(255,255,255,0.9);\n  padding: 1.4rem 1.6rem;\n  border-radius: 18px;\n  border-left: 6px solid var(--lapis);\n  box-shadow: 0 6px 20px rgba(0,0,0,0.06);\n}\n\n.papyria-narrative p {\n  margin: 0.6rem 0;\n  line-height: 1.75;\n}\n\n.papyria-narrative strong {\n  color: var(--lapis);\n}\n\n\/* Box caratteristiche *\/\n.papyria-features {\n  background: #fff;\n  padding: 1.3rem 1.4rem;\n  border-radius: 18px;\n  border: 2px solid var(--clay);\n  box-shadow: 0 0 12px rgba(0,0,0,0.05);\n}\n\n.papyria-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--clay);\n  font-size: 1.2rem;\n  margin-bottom: 1rem;\n}\n\n.papyria-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.75rem;\n}\n\n.papyria-features li {\n  background: linear-gradient(90deg, rgba(192,138,92,0.18), rgba(42,95,164,0.12));\n  border-left: 5px solid var(--lapis);\n  border-radius: 10px;\n  padding: 0.55rem 0.8rem;\n  transition: 0.25s ease;\n}\n\n.papyria-features li:hover {\n  transform: translateX(6px);\n  background: linear-gradient(90deg, rgba(192,138,92,0.28), rgba(42,95,164,0.25));\n}\n\n\/* Chiusura *\/\n.papyria-end {\n  margin-top: 2rem;\n  background: rgba(255,255,255,0.92);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  border: 1px solid rgba(0,0,0,0.08);\n  text-align: center;\n  box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n  color: var(--dark);\n}\n\n@media (max-width: 900px) {\n  .papyria-layout {\n    grid-template-columns: 1fr;\n  }\n}\n\n\u003c\/style\u003e","brand":"Irongames","offers":[{"title":"Default Title","offer_id":52906032333127,"sku":null,"price":54.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Papyria_00.webp?v=1765036912","url":"https:\/\/frogames.business\/en\/products\/papyria","provider":"FroGames","version":"1.0","type":"link"}