<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Magnolia Forge LLC | Coming Soon</title>

    <style>

        body { 

            margin:0; padding:0; 

            font-family: Georgia, serif; 

            background: #0f0f0f; 

            color:#e8d9a8; 

            text-align:center; 

            overflow: hidden;

        }

        .hero {

            height: 100vh;

            background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), #0f0f0f;

            display: flex;

            align-items: center;

            justify-content: center;

            flex-direction: column;

            position: relative;

        }

        .logo { 

            max-width: 380px; 

            margin-bottom: 20px;

            filter: drop-shadow(0 8px 12px rgba(212,175,55,0.4));

        }

        h1 { 

            color: #d4af37; 

            font-size: 3.2rem; 

            letter-spacing: 4px; 

            margin: 10px 0 8px;

        }

        .tagline {

            color: #b8a36f;

            font-size: 1.35rem;

            letter-spacing: 2px;

            margin-bottom: 25px;

        }

        p { 

            max-width: 680px; 

            font-size: 1.25rem; 

            line-height: 1.7; 

            margin: 15px auto;

        }

        .verse {

            font-style: italic;

            color: #a38b5e;

            margin: 25px 0 30px;

            font-size: 1.1rem;

        }

        .contact { 

            margin-top: 30px; 

            font-size: 1.4rem; 

        }

        a { 

            color: #d4af37; 

            text-decoration: none; 

        }

        a:hover { text-decoration: underline; }

        footer { 

            position: absolute; 

            bottom: 25px; 

            width: 100%; 

            font-size: 0.95rem; 

            opacity: 0.8; 

        }

    </style>

</head>

<body>

    <div class="hero">

        <img src="MagnoliaForgeLogo.jpg" alt="Magnolia Forge LLC Logo" class="logo">

        

        <h1>MAGNOLIA FORGE LLC</h1>

        <div class="tagline">PRECISION GUNSMITHING • NFA TRANSFERS • CUSTOM BUILDS</div>

        

        <p>Rooted in Southern heritage and built on faith. We craft high-end 1911/2011 platforms, modern rifles, and reliable tools for those who value excellence and integrity.</p>

        

        <div class="verse">

            "Whatever you do, work at it with all your heart, as working for the Lord."<br>

            — Colossians 3:23

        </div>

        

        <div class="contact">

            <strong>Coming Soon</strong><br><br>

            <a href="mailto:john@magnoliaforge.co">john@magnoliaforge.co</a> • 601-213-7333<br>

            <em>Serious inquiries for custom work and transfers welcome</em>

        </div>

    </div>

    

    <footer>

        Licensed Type 01 FFL / Class 03 SOT Dealer • Madison, Mississippi • Fully Compliant<br>

        © 2026 Magnolia Forge LLC

    </footer>

</body>

</html>