<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cigartainment® | Joe "The Cigartainer" Sweigart</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; background-color: #1C120E; color: #F5EDE4; margin:0; padding:0; line-height:1.6; }
h1, h2, h3 { font-family: 'Playfair Display', serif; color: #D4A017; }
.cta { background-color: #D4A017; color: #1C120E; padding: 16px 32px; border-radius: 8px; text-decoration: none; font-weight: 700; display: inline-block; margin: 20px 0; }
nav { background: #0F0A07; padding: 18px; text-align: center; }
nav a { color: #D4A017; margin: 0 18px; text-decoration: none; font-weight: 500; }
section { padding: 80px 20px; max-width: 1100px; margin: auto; }
</style>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="golf-atlanta.html">Atlanta Golf</a>
<a href="golf-coast.html">Coast Golf</a>
<a href="weddings.html">Weddings</a>
</nav>
<header style="background: #1C120E url('images/tobacco-background.jpg') center/cover no-repeat; padding: 160px 20px; text-align: center;">
<h1 style="font-size: 4.5rem; margin:0;">Cigartainment®</h1>
<p style="font-size: 2rem; margin:20px 0;">Long Ashes, Baby!</p>
<a href="tel:4044414438" class="cta">Text Joe: 404-441-4438</a>
</header>
<section>
<h2>About Joe "The Cigartainer" Sweigart</h2>
<p>Joe brings storytelling, laughter, and genuine connection that turns a cigar station into the highlight of any event.</p>
<h2>Jorge – Master Tabaquero</h2>
<p>Jorge hand-makes our premium cigars in his Florida factory using the finest aged tobaccos. At select events he rolls live for guests.</p>
<p><strong>Joe + Jorge Package – 3 hours, 125 custom labeled cigars: $2,475.00</strong></p>
<h2>Elaine – Torcedor & Host</h2>
<p>Elaine brings her warm Cuban-style rolling and natural hosting ability that guests love.</p>
</section>
<section style="text-align:center; background:#0F0A07; padding:80px 20px;">
<h2>Ready to Make Your Event Unforgettable?</h2>
<a href="tel:4044414438" class="cta">Text Joe Directly: 404-441-4438</a>
<p style="margin-top:20px;">Or email: joe@cigartainment.com</p>
</section>
</body>
</html>