<!-- Diaspora Eats Pop-up — paste into your popup tool's HTML editor -->
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
<style>
.de-popup * { box-sizing: border-box; margin: 0; padding: 0; }
.de-popup { background: #fdf8ea; font-family: 'DM Sans', sans-serif; font-weight: 300; max-width: 480px; overflow: hidden; }
.de-top { background: #23201b; padding: 18px 24px; display: flex; align-items: center; gap: 14px; }
.de-logo { width: 44px; height: 44px; border-radius: 50%; }
.de-eyebrow { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #b48d4e; display: block; margin-bottom: 3px; }
.de-brand { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; color: #fdf8ea; }
.de-body { padding: 24px 28px 20px; }
.de-headline { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; color: #23201b; line-height: 1.15; margin-bottom: 10px; }
.de-headline em { font-style: italic; color: #92122f; }
.de-sub { font-size: 13px; color: rgba(35,32,27,0.7); line-height: 1.65; margin-bottom: 16px; }
.de-offer { background: #f0e9d6; border-left: 3px solid #b48d4e; padding: 12px 16px; margin-bottom: 18px; }
.de-offer-label { font-size: 8px; letter-spacing: 0.2em; text-transform: uppercase; color: #b48d4e; display: block; margin-bottom: 6px; font-weight: 500; }
.de-offer-list { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.de-offer-list li { font-size: 12px; color: #23201b; padding-left: 14px; position: relative; line-height: 1.4; }
.de-offer-list li::before { content: '✦'; position: absolute; left: 0; color: #92122f; font-size: 8px; top: 2px; }
.de-input { width: 100%; padding: 11px 14px; border: 1.5px solid rgba(35,32,27,0.15); background: #fff; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 300; color: #23201b; outline: none; margin-bottom: 8px; }
.de-btn { width: 100%; padding: 13px 20px; background: #92122f; color: #fdf8ea; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; border: none; cursor: pointer; }
.de-fine { font-size: 10px; color: rgba(35,32,27,0.4); text-align: center; line-height: 1.5; margin-top: 12px; }
.de-footer { background: #92122f; padding: 10px 28px; display: flex; align-items: center; justify-content: space-between; }
.de-footer-name { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 13px; color: rgba(253,248,234,0.7); }
.de-footer-url { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(253,248,234,0.4); }
</style>
<div class="de-popup">
<div class="de-top">
<!-- Replace src with your hosted circle logo URL -->
<img class="de-logo" src="YOUR_CIRCLE_LOGO_URL" alt="Diaspora Eats">
<div>
<span class="de-eyebrow">Free Download</span>
<div class="de-brand">diaspora eats</div>
</div>
</div>
<div class="de-body">
<h2 class="de-headline">Your free <em>Pakistani summer meal plan</em> is waiting.</h2>
<p class="de-sub">Five days of easy, flavour-forward Pakistani meals — with a full shopping list. Ready to print or save.</p>
<div class="de-offer">
<span class="de-offer-label">What's inside</span>
<ul class="de-offer-list">
<li>5 complete days of meals for summer</li>
<li>Full weekly shopping list — checkboxes included</li>
<li>Direct links to every recipe on Pakistan Eats</li>
<li>All meals ready in under an hour</li>
</ul>
</div>
<!-- Replace form action with your Substack or email provider embed URL -->
<form action="YOUR_SUBSTACK_EMBED_URL" method="post">
<input class="de-input" type="text" name="first_name" placeholder="First name">
<input class="de-input" type="email" name="email" placeholder="Your email address" required>
<button class="de-btn" type="submit">Send me the meal plan →</button>
</form>
<p class="de-fine">You'll also receive Diaspora Eats — recipes, culture, and the food of the South Asian diaspora. Unsubscribe any time.</p>
</div>
<div class="de-footer">
<span class="de-footer-name">Maryam Jillani</span>
<span class="de-footer-url">diasporaeats.substack.com</span>
</div>
</div>