{"product_id":"edmund-halley","title":"Production manager - Forestry","description":"\u003c!-- 🌲 FORESTRY: PRODUCTION MANAGER – Descrizione immersiva --\u003e\n\u003cdiv class=\"forest-expansion-block\"\u003e\n\n\u003ch2 class=\"forest-title\"\u003e 🌿 Forestry: Production Manager – The forest has a new supervisor\u003c\/h2\u003e\n\n\u003cdiv class=\"forest-body\"\u003e\n\n \u003cp\u003eWith the \u003cstrong\u003eProduction Manager\u003c\/strong\u003e mini-expansion, your \u003cstrong\u003eforestry management\u003c\/strong\u003e becomes a precision art. Take on the role of a true \u003cstrong\u003eproduction manager\u003c\/strong\u003e : analyze, optimize, and transform every decision into \u003cstrong\u003esustainable efficiency\u003c\/strong\u003e . Each completed contract opens new avenues for development… if you invest at the right time.\u003c\/p\u003e\n\n\u003cp\u003e The module introduces a \u003cstrong\u003especial new character\u003c\/strong\u003e who brings with him the \u003cstrong\u003eProduction Manager Bonus Track\u003c\/strong\u003e : a track of rewards and upgrades you can activate every time you complete a contract. Points, resources, extra actions—a small management gesture that changes the pace of the game.\u003c\/p\u003e\n\n\u003ch3\u003e 📋 Why add the “Production Manager”\u003c\/h3\u003e\n\n\u003cdiv class=\"forest-ticket\"\u003e\n\n \u003cbutton class=\"ticket-header\"\u003e🌲 Seamlessly integrated expansion\u003c\/button\u003e\n\u003cdiv class=\"ticket-body\"\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🧩 \u003cstrong\u003eNew asymmetric character\u003c\/strong\u003e for deeper strategies\u003c\/li\u003e\n\n\u003cli\u003e 📈 \u003cstrong\u003eDynamic bonus track\u003c\/strong\u003e that rewards planning\u003c\/li\u003e\n\n \u003cli\u003e⚙️ \u003cstrong\u003eMore technical and managerial approach\u003c\/strong\u003e , ideal for those who love to optimize\u003c\/li\u003e\n\n\u003cli\u003e 🌳 \u003cstrong\u003e100% compatible\u003c\/strong\u003e with the base game, without complex rules\u003c\/li\u003e\n\n\u003cli\u003e 🎁 \u003cstrong\u003eMini size\u003c\/strong\u003e : insert it in a moment, feel it forever\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp class=\"forest-ending\"\u003e \u003cem\u003eProduction is under control. And you're in charge.\u003c\/em\u003e \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* === FORESTRY EXPANSION BLOCK === *\/\n.forest-expansion-block {\n  background: linear-gradient(180deg,#EAF4EB 0%,#DAE6D6 100%);\n  border-radius: 18px;\n  box-shadow: inset 0 0 20px rgba(60,90,60,0.1), 0 4px 14px rgba(0,0,0,0.05);\n  padding: 2rem 1.4rem 2.4rem;\n  color: #22311F;\n  position: relative;\n  overflow: hidden;\n}\n.forest-title {\n  text-align: center;\n  font-size: 1.35rem;\n  font-weight: 800;\n  color: #26442A;\n  text-shadow: 0 2px 6px rgba(190,255,190,0.25);\n  margin-bottom: 1.3rem;\n}\n.forest-body p {\n  line-height: 1.7;\n  font-size: 0.96rem;\n  margin: 1rem 0;\n  color: #1C2B18;\n}\n.forest-body strong {\n  color: #205D2A;\n}\n\n\/* Ticket interattivo *\/\n.forest-ticket {\n  background: #F6FBF6;\n  border: 2px solid #BBD9B5;\n  border-radius: 14px;\n  margin: 1.2rem 0;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.05);\n  overflow: hidden;\n  transition: all .3s ease;\n}\n.ticket-header {\n  width: 100%;\n  background: linear-gradient(90deg,#5F8E5F 0%,#3E663E 100%);\n  color: #fff;\n  font-weight: 700;\n  font-size: .95rem;\n  border: none;\n  padding: .6rem .9rem;\n  text-align: left;\n  cursor: pointer;\n  position: relative;\n  transition: background .25s ease;\n}\n.ticket-header::after {\n  content: \"🌿\";\n  position: absolute;\n  right: .9rem;\n  opacity: .85;\n  transition: transform .3s ease;\n}\n.ticket-body {\n  max-height: 0;\n  overflow: hidden;\n  background: #F4F8F4;\n  color: #22311F;\n  font-size: .93rem;\n  line-height: 1.6;\n  transition: max-height .4s ease, padding .4s ease;\n  padding: 0 .9rem;\n}\n.ticket-body ul { list-style: none; padding: .5rem 1rem; margin: 0; }\n.ticket-body li { margin: .5rem 0; }\n.ticket-body strong { color: #2B5B2B; }\n\n\/* Stato attivo *\/\n.forest-ticket.active .ticket-body {\n  max-height: 500px;\n  padding: .8rem .9rem 1rem;\n}\n.forest-ticket.active .ticket-header::after {\n  transform: rotate(90deg);\n}\n.forest-ticket.active .ticket-header {\n  background: linear-gradient(90deg,#4C784C 0%,#315A31 100%);\n}\n\n\/* Chiusura *\/\n.forest-ending {\n  text-align: center;\n  font-weight: 600;\n  color: #1E331C;\n  margin-top: 2rem;\n  font-size: 1.1rem;\n  background: radial-gradient(circle at center,#E0EFE0 0%,#D0E2D0 80%);\n  border-radius: 12px;\n  padding: 1rem 1.5rem;\n  box-shadow: inset 0 0 12px rgba(70,100,70,0.15);\n  animation: breeze 5s ease-in-out infinite alternate;\n}\n@keyframes breeze {\n  0% { transform: scale(1); opacity: .9; }\n  100% { transform: scale(1.015); opacity: 1; }\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .forest-title { font-size: 1.15rem; }\n  .forest-body p { font-size: .9rem; }\n  .ticket-header { font-size: .88rem; }\n  .ticket-body { font-size: .88rem; }\n}\n\u003c\/style\u003e\n\u003cp\u003e\u003c\/p\u003e","brand":"Pink Troubadou","offers":[{"title":"Default Title","offer_id":52507688010055,"sku":null,"price":4.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/ForestryProductionManager00.png?v=1760174918","url":"https:\/\/frogames.business\/en\/products\/edmund-halley","provider":"FroGames","version":"1.0","type":"link"}