{"product_id":"hybrid","title":"hybrid","description":"\u003c!-- Google Fonts for Luxury Aesthetic --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* Hybrid Luxury Funnel Theme *\/\n  :root {\n    --bg-black: #0A0A0A;\n    --bg-charcoal: #151515;\n    --gold-accent: #D4AF37;\n    --gold-hover: #C5A059;\n    --text-light: #F5F5F5;\n    --text-muted: #AAAAAA;\n  }\n\n  .hybrid-funnel-wrapper {\n    background-color: var(--bg-black);\n    color: var(--text-light);\n    font-family: 'Montserrat', Helvetica, sans-serif;\n    padding: 30px 20px;\n    max-width: 850px;\n    margin: 0 auto;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .hf-headline {\n    font-family: 'Playfair Display', serif;\n    color: var(--gold-accent);\n    font-size: 2.5rem;\n    font-weight: 700;\n    text-align: center;\n    margin-bottom: 15px;\n    line-height: 1.2;\n  }\n\n  .hf-subheadline {\n    font-size: 1.15rem;\n    text-align: center;\n    margin-bottom: 35px;\n    color: var(--text-light);\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hf-prehead {\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--text-muted);\n    text-align: center;\n    font-size: 0.9rem;\n    margin-bottom: 10px;\n  }\n\n  .hf-section-title {\n    font-family: 'Playfair Display', serif;\n    color: var(--gold-accent);\n    font-size: 2rem;\n    text-align: center;\n    margin-top: 50px;\n    margin-bottom: 25px;\n    border-bottom: 1px solid rgba(212, 175, 55, 0.3);\n    padding-bottom: 15px;\n    display: inline-block;\n    width: 100%;\n  }\n\n  \/* Call To Action Buttons *\/\n  .hf-btn {\n    display: block;\n    width: 100%;\n    max-width: 450px;\n    margin: 30px auto 10px auto;\n    padding: 18px 20px;\n    background-color: var(--gold-accent);\n    color: var(--bg-black);\n    border: 2px solid var(--gold-accent);\n    font-size: 1.15rem;\n    font-weight: 800;\n    text-align: center;\n    text-decoration: none;\n    border-radius: 6px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    box-shadow: 0px 4px 20px rgba(212, 175, 55, 0.25);\n    transition: all 0.3s ease-in-out;\n    cursor: pointer;\n  }\n\n  .hf-btn:hover {\n    background-color: var(--bg-black);\n    color: var(--gold-accent);\n    transform: translateY(-3px);\n    box-shadow: 0px 6px 25px rgba(212, 175, 55, 0.5);\n  }\n\n  .hf-btn-subtext {\n    display: block;\n    text-align: center;\n    font-size: 0.85rem;\n    color: var(--text-muted);\n    margin-bottom: 30px;\n  }\n\n  \/* Grids and Cards *\/\n  .hf-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 40px;\n  }\n\n  .hf-card {\n    background-color: var(--bg-charcoal);\n    border: 1px solid rgba(212, 175, 55, 0.15);\n    padding: 30px;\n    border-radius: 8px;\n    transition: transform 0.3s ease, border-color 0.3s ease;\n  }\n\n  .hf-card:hover {\n    transform: translateY(-5px);\n    border-color: var(--gold-accent);\n  }\n\n  .hf-card h3 {\n    font-family: 'Playfair Display', serif;\n    color: var(--gold-accent);\n    margin-top: 0;\n    font-size: 1.4rem;\n  }\n\n  \/* Offer Stack *\/\n  .hf-offer-stack {\n    background: linear-gradient(135deg, var(--bg-charcoal) 0%, #050505 100%);\n    border: 2px solid var(--gold-accent);\n    padding: 35px 25px;\n    border-radius: 8px;\n    margin-bottom: 40px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  .hf-check-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 auto;\n    max-width: 600px;\n    font-size: 1.05rem;\n  }\n\n  .hf-check-list li {\n    margin-bottom: 18px;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .hf-check-list span.check {\n    color: var(--gold-accent);\n    font-weight: bold;\n    margin-right: 12px;\n    flex-shrink: 0;\n    font-size: 1.2rem;\n  }\n\n  \/* Testimonials *\/\n  .hf-testimonial {\n    text-align: center;\n    padding: 25px;\n    border-left: 3px solid var(--gold-accent);\n    background: rgba(21, 21, 21, 0.8);\n    margin-bottom: 20px;\n    font-style: italic;\n    border-radius: 0 8px 8px 0;\n  }\n\n  .hf-verified {\n    color: var(--gold-accent);\n    font-size: 0.9rem;\n    font-style: normal;\n    font-weight: 600;\n    margin-top: 15px;\n    display: block;\n  }\n\n  \/* Guarantee Box *\/\n  .hf-guarantee {\n    border: 1px solid var(--gold-accent);\n    padding: 30px;\n    border-radius: 8px;\n    text-align: center;\n    background-color: rgba(212, 175, 55, 0.03);\n    margin-bottom: 40px;\n  }\n\n  \/* Product Image Styling *\/\n  .hf-product-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.5);\n    margin: 20px 0;\n    border: 1px solid rgba(212, 175, 55, 0.2);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hybrid-funnel-wrapper\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cp class=\"hf-prehead\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0812\/6585\/2649\/files\/logos_2.png?v=1786027493\" alt=\"\" width=\"50\" height=\"50\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0812\/6585\/2649\/files\/logos_1.png?v=1786027493\" alt=\"\" width=\"50\" height=\"50\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003eBypass the 6-Month Waitlist\u003c\/p\u003e\n\u003ch1 class=\"hf-headline\"\u003eReplicate the World's Most Exclusive Restaurant Dishes From Your Kitchen Island\u003c\/h1\u003e\n\u003cp class=\"hf-subheadline\"\u003eGet the exact molecular shortcuts to replicate 10 of the world's most exclusive restaurant masterpieces from your own kitchen in minutes.\u003c\/p\u003e\n\u003c!-- VSL EMBED --\u003e\n\u003cdiv id=\"vidalytics_embed_3vc05NcS_OD8jWUt\" style=\"width: 100%; position: relative; padding-top: 100%;\"\u003e\u003c\/div\u003e\n\u003cscript type=\"text\/javascript\"\u003e\n(function (v, i, d, a, l, y, t, c, s) {\n    y='_'+d.toLowerCase();c=d+'L';if(!v[d]){v[d]={};}if(!v[c]){v[c]={};}if(!v[y]){v[y]={};}var vl='Loader',vli=v[y][vl],vsl=v[c][vl + 'Script'],vlf=v[c][vl + 'Loaded'],ve='Embed';\n    if (!vsl){vsl=function(u,cb){\n        if(t){cb();return;}s=i.createElement(\"script\");s.type=\"text\/javascript\";s.async=1;s.src=u;\n        if(s.readyState){s.onreadystatechange=function(){if(s.readyState===\"loaded\"||s.readyState==\"complete\"){s.onreadystatechange=null;vlf=1;cb();}};}else{s.onload=function(){vlf=1;cb();};}\n        i.getElementsByTagName(\"head\")[0].appendChild(s);\n    };}\n    vsl(l+'loader.min.js',function(){if(!vli){var vlc=v[c][vl];vli=new vlc();}vli.loadScript(l+'player.min.js',function(){var vec=v[d][ve];t=new vec();t.run(a);});});\n})(window, document, 'Vidalytics', 'vidalytics_embed_3vc05NcS_OD8jWUt', 'https:\/\/fast.vidalytics.com\/embeds\/PVkPVu_Z\/3vc05NcS_OD8jWUt\/');\n\u003c\/script\u003e\u003ca class=\"hf-btn\" href=\"#checkout\"\u003eYES! SECURE MY BUNDLE NOW ($37)\u003c\/a\u003e \u003cspan class=\"hf-btn-subtext\"\u003e🔒 Secure Checkout • Instant Digital Delivery\u003c\/span\u003e \u003c!-- AGITATION SECTION --\u003e\n\u003ch2 class=\"hf-section-title\"\u003eThe Restaurant Illusion\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0812\/6585\/2649\/files\/main_mockup_8.6.26.png?v=1786027619\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"hf-grid-2\"\u003e\n\u003cdiv class=\"hf-card\"\u003e\n\u003ch3\u003eThe Kitchen Trap[cite: 2]\u003c\/h3\u003e\n\u003cp\u003eHosting dinner parties used to mean spending three days prepping, stressing over timing, and spending the entire evening trapped in the kitchen while your guests had fun without you.[cite: 1, 2]\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-card\"\u003e\n\u003ch3\u003eThe Velvet Rope[cite: 2]\u003c\/h3\u003e\n\u003cp\u003eYour other option is to endure massive waitlists, negotiate with concierges, and drop thousands of dollars just to secure a table at the world's most exclusive restaurants.[cite: 2]\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px;\"\u003eThe greatest myth of fine dining is that it requires hours of stressful labor and a commercial kitchen. It doesn't. When you drop $500 on a tasting menu, you are not paying for the chef's time—you are paying for their understanding of geometry, heat, and plating architecture. For the first time ever, we are handing you the cheat codes.[cite: 4]\u003c\/p\u003e\n\u003c!-- OFFER SHOWCASE --\u003e\n\u003ch2 class=\"hf-section-title\"\u003eThe Ultimate Culinary Bypass[cite: 1, 2]\u003c\/h2\u003e\n\u003cimg alt=\"The Waitlist Bypass Bundle Showcase\" class=\"hf-product-img\"\u003e \u003c!-- THE STACK --\u003e\n\u003cdiv class=\"hf-offer-stack\"\u003e\n\u003ch2 class=\"hf-headline\" style=\"font-size: 2rem; margin-top: 0;\"\u003eThe Waitlist-Bypass Blueprint[cite: 1, 2]\u003c\/h2\u003e\n\u003cp style=\"text-align: center; margin-bottom: 25px;\"\u003e\u003cspan style=\"text-decoration: line-through; color: var(--text-muted); font-size: 1.1rem;\"\u003eRegular Price: $197[cite: 1]\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-size: 1.8rem; font-weight: bold; color: var(--gold-accent);\"\u003eLimited Time Offer: $17[cite: 1]\u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"hf-check-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eThe Waitlist-Bypass Blueprint:\u003c\/strong\u003e 10 Iconic Restaurant Masterpieces.[cite: 1]\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eBonus 1: The Executive Video Vault:\u003c\/strong\u003e Techniques \u0026amp; Tips to master Michelin techniques in under a minute.[cite: 1, 4]\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eBonus 2: The Sommelier Wine Pairing Cheat Sheet:\u003c\/strong\u003e Strict wine pairing protocols to elevate your dinner.[cite: 1, 2]\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eBonus 3: The Executive Sourcing Black Book:\u003c\/strong\u003e Discover exactly where to buy the premium ingredients the restaurants use.[cite: 1, 4]\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eVIP Bonus:\u003c\/strong\u003e Your First Month of Executive Chef Monthly Included FREE.[cite: 1]\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca class=\"hf-btn\" href=\"#checkout\" style=\"margin-top: 40px;\"\u003eUnlock The Blueprints ($17)[cite: 2]\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- SOCIAL PROOF --\u003e\n\u003ch2 class=\"hf-section-title\"\u003eCommand The Table[cite: 2]\u003c\/h2\u003e\n\u003cdiv class=\"hf-grid-2\"\u003e\n\u003cdiv class=\"hf-testimonial\"\u003e\"I used to drop two grand a month taking clients to steakhouses. I bought the Vault, and now I close deals at my own dining table using the Wagyu hot stone. This system is a literal cheat code.\"[cite: 2] \u003cspan class=\"hf-verified\"\u003e✔ Ken R. - Verified Buyer[cite: 2]\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-testimonial\"\u003e\"My biggest fear was being trapped in the kitchen while my guests had all the fun. The zero-cook appetizers and the pre-batching math completely changed my life. I actually get to enjoy my own parties now.\"[cite: 1, 2] \u003cspan class=\"hf-verified\"\u003e✔ Sloan M. - Verified Buyer[cite: 1]\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hf-testimonial\" style=\"grid-column: 1 \/ -1; max-width: 600px; margin: 0 auto;\"\u003e\"We wanted the Michelin experience without the six-month waitlist. The Vault showed us how to replicate the $500 tasting menus perfectly. Best investment we've made this year.\"[cite: 1, 2] \u003cspan class=\"hf-verified\"\u003e✔ The Clarks - Verified Buyer[cite: 1]\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003cdiv class=\"hf-guarantee\"\u003e\n\u003ch3 style=\"font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--gold-accent); margin-top: 0; margin-bottom: 15px;\"\u003e30-Day \"Command The Table\" Guarantee[cite: 1, 2]\u003c\/h3\u003e\n\u003cp\u003eWe’re so confident you’ll love this system that we’re making it completely risk-free. Download the Waitlist-Bypass Blueprint, use the recipes and videos, and host your first dinner. If your guests aren’t impressed — or if you don’t find the process surprisingly simple - just email us within 30 days for a full refund. No forms. No hoops. No hard feelings. You either love the results… or you pay nothing.[cite: 1]\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA \u0026 FOOTER --\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\n\u003ch3 style=\"font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--text-light); margin-bottom: 10px;\"\u003eReady to Bypass the Waitlist?[cite: 1]\u003c\/h3\u003e\n\u003cp style=\"color: var(--text-muted); margin-bottom: 25px;\"\u003eSecure The Complete Bundle Today.[cite: 1]\u003c\/p\u003e\n\u003ca class=\"hf-btn\" href=\"#checkout\"\u003eGet Instant Access – $17[cite: 1]\u003c\/a\u003e\n\u003cp style=\"font-size: 0.8rem; color: var(--text-muted); max-width: 700px; margin: 20px auto 0 auto; line-height: 1.5;\"\u003eToday: $17 (includes the full Blueprint + your first month of Executive Chef Monthly FREE). Then: $34\/month for a new recipe every week. Cancel anytime. No commitment.[cite: 1]\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; font-size: 0.8rem; color: #555; border-top: 1px solid #222; padding-top: 20px;\"\u003eCopyright © 2026 - Executive Chef Club - All Rights Reserved[cite: 1]\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Executive Chef Club","offers":[{"title":"Default Title","offer_id":51627391254761,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}],"url":"https:\/\/www.executivechefclub.com\/products\/hybrid","provider":"Executive Chef Club","version":"1.0","type":"link"}