✦ Verified product
Grachtenpand
EUR 12.99
FroGames
Verified independent store
→
🌷 Grachtenpand – Costruisci le case più belle sui canali di Amsterdam Tulipani ai balconi, biciclette appoggiate ai ponti e il riflesso delle facciate colorate sull’acqua. In Grach
tenpand dovrai costruire la casa più affascinante lungo i canali di Amsterdam, piano dopo piano, finestra dopo finestra. Ogni scelta di colore e forma trasforma la tua facciata in un piccolo capolavoro architettonico. Ideato da Zach Hoekstra e illustrato da Jason Gamber, questo gioco da tavolo family unisce semplicità, strategia e un tocco artistico. Pesca una carta, costruisci il tuo piano e passa le restanti: un ritmo dolce e soddisfacente che culmina in un panorama olandese pieno di vita, gatti sonnolenti e tulipani in fiore. 🚲 Perché Grachtenpand è un gioiello di design e serenità 🏗️ Meccanica intuitiva: scegli, costruisci, passa e ammira la tua creazione 🌇 Atmosfera olandese autentica: canali, vetrine e tramonti su Amsterdam 🎨 Illustrazioni pastello: ogni carta è una piccola opera d’arte 🐈 Perfetto per famiglie: leggero, rilassante e sempre piacevole da intavolare 🏘️ Soddisfazione visiva: la tua casa prende vita, piano dopo piano Grachtenpand è un gioco da tavolo family per 2–5 giocatori, pensato per chi ama la calma, la bellezza e le piccole decisioni eleganti. Un titolo che si gioca come si passeggia lungo un canale: senza fretta, godendosi ogni dettaglio. Costruisci, decora e lascia che Amsterdam rifletta la tua creatività sull’acqua. 🌈 /* 🌷 GRACHTENPAND – Amsterdam Pastel Theme */ .grachten-theme { background: linear-gradient(180deg, #b7dcf7 0%, #d9e7fa 50%, #f1ebf9 100%); padding: 2rem 1rem; font-family: "Inter", "Quicksand", sans-serif; color: #2d2b3a; position: relative; border-radius: 30px; overflow: hidden; } /* 🌊 Gentle water reflection */ .grachten-theme::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 180px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(180,210,250,0.5) 50%, rgba(150,190,240,0.6) 100%); opacity: 0.5; mix-blend-mode: overlay; animation: ripple 12s linear infinite; pointer-events: none; } @keyframes ripple { 0% { background-position: 0 0; } 100% { background-position: 1000px 0; } } /* 🏘️ CARD BASE */ .canal-card { border-radius: 20px; background: linear-gradient(180deg, #ffffff 0%, #faf9f7 100%); border: 2px solid rgba(180,170,210,0.25); box-shadow: 0 0 0 2px rgba(200,190,230,0.1), 0 6px 15px rgba(0,0,0,0.1); margin-bottom: 1.5rem; transform: rotate(-0.3deg); position: relative; } .canal-card.mid { transform: rotate(0.25deg) translateY(-10px); z-index: 2; } .canal-card.low { transform: rotate(-0.15deg) translateY(-16px); z-index: 3; } /* 🪟 FRAME INNER */ .canal-frame { background: linear-gradient(180deg, #ffffff 0%, #f3f2f7 100%); border-radius: 16px; border: 1px solid rgba(150,140,180,0.2); padding: 1.3rem 1.4rem; box-shadow: inset 0 0 10px rgba(200,190,240,0.15); position: relative; } .canal-frame::after { content: ""; position: absolute; inset: 0; border-radius: 16px; border: 1px dashed rgba(160,140,200,0.25); pointer-events: none; } /* ✨ TYPOGRAPHY */ .grachten-theme h2 { font-size: 1.2rem; color: #4d4b9a; text-transform: uppercase; margin-bottom: 1rem; text-shadow: 0 0 10px rgba(255,255,255,0.8); } .grachten-theme h3 { font-size: 1rem; color: #7158a0; text-transform: uppercase; margin-bottom: 1rem; } .grachten-theme p { font-size: 0.9rem; line-height: 1.8; } .grachten-theme ul { list-style: none; padding: 0; margin: 1rem 0; } .grachten-theme li { position: relative; padding-left: 1.3rem; margin: 0.5rem 0; font-size: 0.9rem; } .grachten-theme li::before { content: "🌷"; position: absolute; left: 0; transform: rotate(-10deg); color: #eb7ac2; } /* 💧 Quote */ .canal-quote { color: #4d4b9a; text-align: center; margin-top: 1.4rem; font-weight: 600; font-style: italic; font-size: 0.85rem; text-shadow: 0 0 8px rgba(255,255,255,0.6); } /* 🚲 Floating reflection animation */ .grachten-theme::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient( 0deg, rgba(255,255,255,0.05) 0px, rgba(255,255,255,0.05) 2px, transparent 4px, transparent 6px ); opacity: 0.3; animation: shimmer 16s linear infinite; pointer-events: none; } @keyframes shimmer { from { background-position: 0 0; } to { background-position: 0 200px; } } /* 📱 MOBILE */ @media (max-width:768px){ .canal-card{padding:1rem;} .grachten-theme h2{font-size:1rem;} .grachten-theme h3{font-size:0.9rem;} .grachten-theme p,.grachten-theme li{font-size:0.8rem;} }