{"title":"Cookbooks \u0026 Recipes","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eCookbooks \u0026amp; Recipes Guide\u003c\/title\u003e\n    \u003c!-- Load Tailwind CSS --\u003e\n    \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n    \u003c!-- Load Inter font --\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \n    \u003cstyle\u003e\n        \/* Custom Styles for a warm, culinary theme *\/\n        html {\n            font-family: 'Inter', sans-serif;\n        }\n        .main-bg {\n            background-color: #FEF7F4; \/* Soft creamy background *\/\n        }\n        .card-base {\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\n        }\n        .card-base:hover {\n            box-shadow: 0 8px 18px rgba(239, 68, 68, 0.15); \/* Soft Red shadow on hover *\/\n            transform: translateY(-2px);\n        }\n        .recipe-header {\n            color: #D97706; \/* Amber 700 *\/\n        }\n        .accent-bg {\n            background-color: #FEECEB; \/* Light Red 100 *\/\n        }\n        .info-pill {\n            display: inline-flex;\n            align-items: center;\n            padding: 0.25rem 0.6rem;\n            border-radius: 9999px;\n            font-size: 0.75rem;\n            font-weight: 600;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003c!-- Main Content Wrapper --\u003e\n    \u003cdiv class=\"w-full max-w-7xl bg-white rounded-2xl p-6 sm:p-10 lg:p-12 shadow-2xl border-t-8 border-red-500\"\u003e\n        \n        \u003c!-- Header Section --\u003e\n        \u003cheader class=\"text-center mb-12 sm:mb-16\"\u003e\n            \u003ch1 class=\"text-4xl sm:text-6xl font-extrabold text-red-700 tracking-tight leading-snug\"\u003e\n                Culinary Corner: Cookbooks \u0026amp; Recipes\n            \u003c\/h1\u003e\n            \u003cp class=\"text-xl sm:text-2xl text-gray-500 font-medium mt-3 max-w-4xl mx-auto\"\u003e\n                Inspiration for the kitchen, from global flavors to weeknight essentials.\n            \u003c\/p\u003e\n            \u003cdiv class=\"h-1 w-24 bg-orange-400 mx-auto mt-6 rounded-full\"\u003e\u003c\/div\u003e\n        \u003c\/header\u003e\n\n        \u003c!-- --- Featured Cookbooks Section --- --\u003e\n        \u003ch2 class=\"text-3xl font-bold text-gray-800 mb-8 pb-3 border-b-2 border-gray-100 recipe-header\"\u003e\n            📚 Essential Cookbooks\n        \u003c\/h2\u003e\n        \n        \u003csection class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16\"\u003e\n            \n            \u003c!-- Cookbook 1: Global Cooking --\u003e\n            \u003cdiv class=\"card-base accent-bg p-6 rounded-xl border border-red-200\"\u003e\n                \u003cdiv class=\"text-3xl mb-3 text-red-500\"\u003e🌍\u003c\/div\u003e \u003c!-- Globe Emoji --\u003e\n                \u003ch3 class=\"text-xl font-bold text-gray-800 mb-2\"\u003e\n                    The Flavor Bible\n                \u003c\/h3\u003e\n                \u003cp class=\"text-sm text-red-600 italic mb-3\"\u003e\n                    Cuisine Focus: Culinary Creativity\n                \u003c\/p\u003e\n                \u003cp class=\"text-gray-600 text-base\"\u003e\n                    An indispensable guide to what flavors go together. This book doesn't contain recipes, but rather, inspiration for creating your own harmonious dishes using core ingredients.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Cookbook 2: Weeknight Meals --\u003e\n            \u003cdiv class=\"card-base accent-bg p-6 rounded-xl border border-red-200\"\u003e\n                \u003cdiv class=\"text-3xl mb-3 text-green-500\"\u003e🍲\u003c\/div\u003e \u003c!-- Salad Bowl Emoji --\u003e\n                \u003ch3 class=\"text-xl font-bold text-gray-800 mb-2\"\u003e\n                    Quick \u0026amp; Easy Dinners\n                \u003c\/h3\u003e\n                \u003cp class=\"text-sm text-red-600 italic mb-3\"\u003e\n                    Cuisine Focus: Modern American\n                \u003c\/p\u003e\n                \u003cp class=\"text-gray-600 text-base\"\u003e\n                    Focusing on recipes that require minimal prep and less than 30 minutes of cooking time, perfect for busy weeknights without sacrificing flavor or nutrition.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003c!-- Cookbook 3: Baking --\u003e\n            \u003cdiv class=\"card-base accent-bg p-6 rounded-xl border border-red-200\"\u003e\n                \u003cdiv class=\"text-3xl mb-3 text-orange-500\"\u003e🥚\u003c\/div\u003e \u003c!-- Croissant Emoji --\u003e\n                \u003ch3 class=\"text-xl font-bold text-gray-800 mb-2\"\u003e\n                    The Art of Sourdough\n                \u003c\/h3\u003e\n                \u003cp class=\"text-sm text-red-600 italic mb-3\"\u003e\n                    Cuisine Focus: European Baking\n                \u003c\/p\u003e\n                \u003cp class=\"text-gray-600 text-base\"\u003e\n                    A comprehensive tutorial covering everything from cultivating a starter to mastering oven temperatures for a perfectly crusty, light, and airy loaf.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- --- Featured Recipes Section --- --\u003e\n        \u003ch2 class=\"text-3xl font-bold text-gray-800 mb-8 pb-3 border-b-2 border-gray-100 recipe-header\"\u003e\n            🍽 Featured Recipes\n        \u003c\/h2\u003e\n        \n        \u003csection class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\"\u003e\n            \n            \u003c!-- Recipe 1: Lemon Herb Chicken --\u003e\n            \u003cdiv class=\"card-base p-6 bg-white rounded-xl border border-gray-200\"\u003e\n                \u003ch3 class=\"text-2xl font-bold text-gray-800 mb-3\"\u003e\n                    Lemon Herb Roast Chicken\n                \u003c\/h3\u003e\n                \u003cdiv class=\"flex flex-wrap gap-2 mb-4\"\u003e\n                    \u003cspan class=\"info-pill bg-green-200 text-green-800\"\u003e⏰ 15 min Prep\u003c\/span\u003e\n                    \u003cspan class=\"info-pill bg-blue-200 text-blue-800\"\u003e⭐ Easy\u003c\/span\u003e\n                    \u003cspan class=\"info-pill bg-red-200 text-red-800\"\u003e🎑 Comfort Food\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003ch4 class=\"font-semibold text-base text-gray-700 mb-2 border-b border-gray-100 pb-1\"\u003eKey Ingredients\u003c\/h4\u003e\n                \u003cul class=\"text-sm text-gray-600 space-y-1 list-disc pl-5\"\u003e\n                    \u003cli\u003e1 whole chicken (approx. 4 lbs)\u003c\/li\u003e\n                    \u003cli\u003e2 lemons, quartered\u003c\/li\u003e\n                    \u003cli\u003eFresh rosemary and thyme\u003c\/li\u003e\n                    \u003cli\u003eGarlic cloves, crushed\u003c\/li\u003e\n                    \u003cli\u003eOlive oil, salt, and pepper\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Recipe 2: Spicy Peanut Noodles --\u003e\n            \u003cdiv class=\"card-base p-6 bg-white rounded-xl border border-gray-200\"\u003e\n                \u003ch3 class=\"text-2xl font-bold text-gray-800 mb-3\"\u003e\n                    Spicy Peanut Noodles (Vegan)\n                \u003c\/h3\u003e\n                \u003cdiv class=\"flex flex-wrap gap-2 mb-4\"\u003e\n                    \u003cspan class=\"info-pill bg-green-200 text-green-800\"\u003e⏰ 10 min Prep\u003c\/span\u003e\n                    \u003cspan class=\"info-pill bg-blue-200 text-blue-800\"\u003e⭐⭐ Medium\u003c\/span\u003e\n                    \u003cspan class=\"info-pill bg-red-200 text-red-800\"\u003e🌴 Asian Inspired\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003ch4 class=\"font-semibold text-base text-gray-700 mb-2 border-b border-gray-100 pb-1\"\u003eKey Ingredients\u003c\/h4\u003e\n                \u003cul class=\"text-sm text-gray-600 space-y-1 list-disc pl-5\"\u003e\n                    \u003cli\u003e1 lb spaghetti or rice noodles\u003c\/li\u003e\n                    \u003cli\u003ePeanut butter (creamy)\u003c\/li\u003e\n                    \u003cli\u003eSoy sauce and rice vinegar\u003c\/li\u003e\n                    \u003cli\u003eChili garlic sauce\u003c\/li\u003e\n                    \u003cli\u003eGinger and lime juice\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003c!-- Recipe 3: Dark Chocolate Soufflé --\u003e\n            \u003cdiv class=\"card-base p-6 bg-white rounded-xl border border-gray-200\"\u003e\n                \u003ch3 class=\"text-2xl font-bold text-gray-800 mb-3\"\u003e\n                    Classic Dark Chocolate Soufflé\n                \u003c\/h3\u003e\n                \u003cdiv class=\"flex flex-wrap gap-2 mb-4\"\u003e\n                    \u003cspan class=\"info-pill bg-green-200 text-green-800\"\u003e⏰ 25 min Prep\u003c\/span\u003e\n                    \u003cspan class=\"info-pill bg-blue-200 text-blue-800\"\u003e⭐⭐⭐ Hard\u003c\/span\u003e\n                    \u003cspan class=\"info-pill bg-red-200 text-red-800\"\u003e🍯 Decadent Dessert\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003ch4 class=\"font-semibold text-base text-gray-700 mb-2 border-b border-gray-100 pb-1\"\u003eKey Ingredients\u003c\/h4\u003e\n                \u003cul class=\"text-sm text-gray-600 space-y-1 list-disc pl-5\"\u003e\n                    \u003cli\u003eHigh-quality dark chocolate\u003c\/li\u003e\n                    \u003cli\u003eUnsalted butter\u003c\/li\u003e\n                    \u003cli\u003eEgg yolks and egg whites\u003c\/li\u003e\n                    \u003cli\u003eGranulated sugar\u003c\/li\u003e\n                    \u003cli\u003eA pinch of cream of tartar\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Footer Note --\u003e\n        \u003cfooter class=\"mt-16 text-center pt-8 border-t border-gray-100\"\u003e\n            \u003cp class=\"text-lg text-gray-500 italic\"\u003e\n                A great meal starts with a great guide. Happy cooking!\n            \u003c\/p\u003e\n        \u003c\/footer\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/body\u003e","products":[],"url":"https:\/\/vascosity.org\/collections\/cookbooks-recipes.oembed","provider":"Vascosity Virtual Village","version":"1.0","type":"link"}