{"product_id":"dutch-resistance-orange-shall-overcome","title":"Dutch Resistance Orange Shall Overcome!","description":"\u003cdiv class=\"resistance-block\"\u003e\n\n\u003ch2\u003e 🕊️ Dutch Resistance: Orange Shall Overcome! – The Silent Courage of Freedom\u003c\/h2\u003e\n\n\u003cp class=\"res-subtitle\"\u003e Among alleys, bicycles, and fear, hope is written in orange ink.\u003c\/p\u003e\n\n \u003cp\u003eHolland is occupied, fear reigns in the streets, and hope seems lost. But in the darkness of war, a small group of men and women decides to resist. In \u003cstrong\u003eDutch Resistance: Orange Shall Overcome!,\u003c\/strong\u003e you and your comrades play as members of the \u003cstrong\u003eDutch resistance\u003c\/strong\u003e , ready to sabotage the enemy's plans with cunning, courage, and determination. No violence, just ingenuity, organization, and a message carved on the walls: \u003cem\u003e“Oranje Zal Overwinnen”\u003c\/em\u003e – Orange Shall Overcome.\u003c\/p\u003e\n\n \u003cp\u003eEach game is a standalone scenario that explores a different aspect of the resistance: from information smuggling and train sabotage to underground printing and civilian rescues. Use your resources, manage risk, and coordinate your group to complete missions before it's too late. The characters are inspired by \u003cstrong\u003ereal-life heroes\u003c\/strong\u003e , each with unique abilities and cards that reflect their real-life actions. \u003cstrong\u003eVictory is not a given\u003c\/strong\u003e : it requires intelligence, confidence, and a strong heart in the face of oppression.\u003c\/p\u003e\n\n\u003cdiv class=\"res-grid\"\u003e\n\n\u003cdiv class=\"res-card\"\u003e\n\n \u003cstrong\u003eHistoric cooperative\u003c\/strong\u003e\u003cbr\u003e Experience the tension and solidarity of the Dutch resistance.\u003c\/div\u003e\n\n\u003cdiv class=\"res-card\"\u003e\n\n \u003cstrong\u003eBased on real facts\u003c\/strong\u003e\u003cbr\u003e Characters and settings inspired by documented events.\u003c\/div\u003e\n\n\u003cdiv class=\"res-card\"\u003e\n\n \u003cstrong\u003eFluid mechanics\u003c\/strong\u003e\u003cbr\u003e Balanced pick-up \u0026amp; deliver, resource management and action points.\u003c\/div\u003e\n\n\u003cdiv class=\"res-card\"\u003e\n\n \u003cstrong\u003eReplayable scenarios\u003c\/strong\u003e\u003cbr\u003e Five different missions with unique rules and objectives.\u003c\/div\u003e\n\n\u003cdiv class=\"res-card\"\u003e\n\n \u003cstrong\u003eNarrative impact\u003c\/strong\u003e \u003cbr\u003eEvery action tells a fragment of true history.\u003c\/div\u003e\n\n\u003cdiv class=\"res-card\"\u003e\n\n \u003cstrong\u003eEvocative art\u003c\/strong\u003e\u003cbr\u003e Illustrations and materials that convey humanity and tension.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp class=\"res-quote\"\u003e \u003cem\u003eWrite your name in silence. Orange will prevail.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* 🧱 DUTCH RESISTANCE – BLOCCHI TEMATICI *\/\n.resistance-block {\n  --brick:#4C2A1E; --ash:#2C2C2C; --steel:#515151;\n  --orange:#F46C21; --cream:#E9E4DC; --ink:#1C1C1C;\n  background:\n    radial-gradient(900px 400px at 50% -10%, rgba(244,108,33,0.15), transparent 80%),\n    linear-gradient(180deg,#1E1E1E 0%, #2B2B2B 30%, #3E3229 100%);\n  border-radius:18px;\n  padding:2.6rem 1.8rem 2.8rem;\n  color:var(--cream);\n  font-family:\"Inter\",sans-serif;\n  position:relative;\n  box-shadow:0 10px 35px rgba(0,0,0,.4);\n}\n\n\/* Effetto carta ruvida *\/\n.resistance-block::before {\n  content:\"\";\n  position:absolute; inset:0;\n  background:\n    repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 2px, transparent 2px 8px),\n    repeating-linear-gradient(-45deg, rgba(255,255,255,.015) 0 3px, transparent 3px 10px);\n  pointer-events:none;\n}\n\n\/* Titolo *\/\n.resistance-block h2 {\n  margin:0 0 1.1rem;\n  text-align:center;\n  font-weight:900;\n  font-size:1.7rem;\n  letter-spacing:0.3px;\n  color:var(--orange);\n  text-shadow:0 0 10px rgba(244,108,33,0.25);\n}\n\n\/* Sottotitolo *\/\n.res-subtitle {\n  text-align:center;\n  color:var(--cream);\n  font-style:italic;\n  font-weight:500;\n  margin-bottom:1.4rem;\n  opacity:.9;\n}\n\n\/* Testo *\/\n.resistance-block p {\n  color:var(--cream);\n  line-height:1.75;\n  font-size:.97rem;\n  margin:.9rem 0;\n}\n.resistance-block strong { color:var(--orange); }\n\n\/* CARD *\/\n.res-grid {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:14px;\n  margin:2rem 0 2.2rem;\n}\n.res-card {\n  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));\n  border:1px solid rgba(244,108,33,.25);\n  border-radius:10px;\n  padding:16px;\n  text-align:center;\n  box-shadow:0 8px 18px rgba(0,0,0,.25);\n  font-size:.9rem;\n}\n.res-card strong {\n  display:block;\n  color:var(--orange);\n  font-weight:700;\n  margin-bottom:6px;\n}\n\n\/* Citazione *\/\n.res-quote {\n  text-align:center;\n  color:var(--orange);\n  font-weight:700;\n  font-size:1rem;\n  margin-top:1.6rem;\n}\n\n\/* Responsive *\/\n@media(max-width:980px){ .res-grid{ grid-template-columns:repeat(2,1fr); } }\n@media(max-width:640px){\n  .resistance-block { padding:1.8rem 1rem; }\n  .res-grid { grid-template-columns:1fr; }\n  .resistance-block h2 { font-size:1.45rem; }\n  .res-subtitle { font-size:.9rem; }\n}\n\u003c\/style\u003e","brand":"Liberation Game Design","offers":[{"title":"Default Title","offer_id":52594947424583,"sku":null,"price":84.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/dutch-resistance-orange-shall-overcome_00.webp?v=1761054897","url":"https:\/\/frogames.business\/en\/products\/dutch-resistance-orange-shall-overcome","provider":"FroGames","version":"1.0","type":"link"}