<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>The Vault TV - Premier Cinematic Media Production</title>
    <style>
        body { font-family: 'Helvetica Neue', Arial, sans-serif; margin: 0; padding: 0; color: #ffffff; background-color: #000000; line-height: 1.6; }
        header { position: fixed; top: 0; width: 100%; background: rgba(0,0,0,0.8); z-index: 1000; padding: 20px 0; transition: background 0.3s; }
        header.scrolled { background: #000; }
        nav { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 40px; }
        .logo { font-size: 28px; font-weight: bold; letter-spacing: 2px; }
        .nav-links a { color: #fff; text-decoration: none; margin-left: 40px; font-weight: 500; transition: color 0.3s; }
        .nav-links a:hover { color: #aaa; }
        section { padding: 120px 40px; max-width: 1200px; margin: 0 auto; }
        #hero { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://cdn.prod.website-files.com/5e593fb060cf877cf875dd1f/66baa62698e1ec9fc457d9a3_video-agency-webflow-template.png') center/cover no-repeat; height: 100vh; display: flex; align-items: center; text-align: center; }
        #hero h1 { font-size: 60px; margin-bottom: 20px; }
        #hero p { font-size: 24px; max-width: 800px; margin: 0 auto 40px; }
        .btn { background: #fff; color: #000; padding: 15px 30px; text-decoration: none; font-weight: bold; border-radius: 5px; transition: background 0.3s; display: inline-block; }
        .btn:hover { background: #ccc; }
        h2 { font-size: 48px; text-align: center; margin-bottom: 60px; }
        .services-grid, .shop-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
        .service-card, .shop-card { background: #111; padding: 30px; border-radius: 10px; text-align: center; }
        .service-card img, .shop-card img { width: 100%; height: auto; border-radius: 10px; margin-bottom: 20px; object-fit: cover; }
        .price { font-size: 28px; font-weight: bold; margin: 20px 0; }
        #about { background: #111; }
        #team { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 40px; }
        #contact { background: #111; text-align: center; }
        form { max-width: 600px; margin: 0 auto; }
        input, textarea { width: 100%; padding: 15px; margin: 10px 0; background: #222; border: none; color: #fff; border-radius: 5px; }
        footer { background: #000; padding: 40px; text-align: center; font-size: 14px; }
        @media (max-width: 768px) { #hero h1 { font-size: 40px; } nav { flex-direction: column; } .nav-links { margin-top: 20px; } .nav-links a { margin: 0 20px; } }
    </style>
</head>
<body>

    <header id="header">
        <nav>
            <div class="logo">THE VAULT TV</div>
            <div class="nav-links">
                <a href="#hero">Home</a>
                <a href="#services">Services</a>
                <a href="#shop">Shop Services</a>
                <a href="#about">About</a>
                <a href="#contact">Contact</a>
            </div>
        </nav>
    </header>

    <section id="hero">
        <div>
            <h1>Cinematic Excellence in Visual Storytelling</h1>
            <p>The Vault TV is a premier media production company delivering high-end music videos, documentaries, luxury brand commercials, and cinematic short-form content for TikTok, Reels, OnlyFans, and more.</p>
            <a href="#contact" class="btn">Get a Quote</a>
        </div>
    </section>

    <section id="services">
        <h2>Our Services</h2>
        <div class="services-grid">
            <div class="service-card">
                <img src="https://splashcinema.co/wp-content/uploads/2023/02/Splash-28-1024x576.jpg" alt="Music Video Production">
                <h3>Music Videos</h3>
                <p>Epic, story-driven productions that transform songs into visual masterpieces with cinematic flair.</p>
            </div>
            <div class="service-card">
                <img src="https://diff-bt.com/uploadsB/CAREER_AS_A_DOCUMENTARY_FILMMAKER.jpg" alt="Documentaries">
                <h3>Documentaries</h3>
                <p>In-depth, professional storytelling for brands, individuals, and impactful causes.</p>
            </div>
            <div class="service-card">
                <img src="https://snowypeakfilms.com/wp-content/uploads/2024/04/bdbg.png" alt="Brand Commercials">
                <h3>Brand Commercials</h3>
                <p>Luxury, high-production-value campaigns for businesses and public figures.</p>
            </div>
            <div class="service-card">
                <img src="https://www.adobe.com/creativecloud/video/discover/media_1f598d321db7dfa8173d179ccc1ae08b76b0ba690.png?width=1200" alt="Short-Form Content">
                <h3>Short-Form Content</h3>
                <p>Engaging TikTok, Instagram Reels, YouTube Shorts, and premium OnlyFans visuals with cinematic style.</p>
            </div>
        </div>
    </section>

    <section id="shop">
        <h2>Shop Our Services</h2>
        <p style="text-align:center; max-width:800px; margin:0 auto 60px;">Book professional packages directly or inquire for custom quotes on larger projects.</p>
        <div class="shop-grid">
            <div class="shop-card">
                <img src="https://splashcinema.co/wp-content/uploads/2023/02/Splash-Photos-13-1024x576.jpg" alt="Basic Music Video Package">
                <h3>Basic Music Video</h3>
                <p>1-2 day shoot, professional editing, full cinematic treatment.</p>
                <div class="price">Starting at $5,000</div>
                <a href="#contact" class="btn">Inquire</a>
            </div>
            <div class="shop-card">
                <img src="https://diff-bt.com/uploadsB/CAREER_AS_A_DOCUMENTARY_FILMMAKER.jpg" alt="Documentary Package">
                <h3>Documentary Package</h3>
                <p>Multi-day filming, interviews, research, and post-production.</p>
                <div class="price">Starting at $15,000</div>
                <a href="#contact" class="btn">Inquire</a>
            </div>
            <div class="shop-card">
                <img src="https://snowypeakfilms.com/wp-content/uploads/2024/04/bdbg.png" alt="Brand Commercial">
                <h3>Brand Commercial</h3>
                <p>High-end luxury ad with concept, shoot, and VFX.</p>
                <div class="price">Starting at $10,000</div>
                <a href="#contact" class="btn">Inquire</a>
            </div>
            <div class="shop-card">
                <img src="https://i.ytimg.com/vi/z7yo-oNr9I0/maxresdefault.jpg" alt="Short-Form Bundle">
                <h3>Short-Form Bundle</h3>
                <p>10+ cinematic Reels/TikToks tailored for virality.</p>
                <div class="price">Starting at $3,000</div>
                <a href="#contact" class="btn">Inquire</a>
            </div>
        </div>
    </section>

    <section id="about">
        <h2>Why The Vault TV?</h2>
        <p style="text-align:center; max-width:800px; margin:0 auto 60px;">Proven track record with major businesses, celebrities, and public figures. We deliver blockbuster-quality visuals that elevate your brand.</p>
        <div id="team">
            <img src="https://images.squarespace-cdn.com/content/v1/5a7a4b2729f187672a2bb70c/40f90d23-df9a-4c7f-84c4-42796b4b6a9d/IMG_7140_cropped_color.png" alt="Production Team Collaborating">
            <img src="https://img.freepik.com/free-photo/team-artists-collaborating-editing-recorded-tracks-with-audio-software_482257-93644.jpg" alt="Studio Environment">
        </div>
        <p style="text-align:center; margin-top:60px;">Seeking partnerships and funding to scale operations and tackle global projects.</p>
    </section>

    <section id="contact">
        <h2>Contact Us</h2>
        <p>Email: info@thevaulttv.com | Phone: [Your Phone Number Here]</p>
        <form>
            <input type="text" placeholder="Your Name" required>
            <input type="email" placeholder="Your Email" required>
            <textarea placeholder="Your Message (e.g., project details or investment inquiry)" rows="6" required></textarea>
            <button type="submit" class="btn">Send Message</button>
        </form>
    </section>

    <footer>
        © 2025 The Vault TV. All rights reserved. | Privacy Policy | Terms of Service
    </footer>

    <script>
        window.addEventListener('scroll', () => {
            document.getElementById('header').classList.toggle('scrolled', window.scrollY > 50);
        });
    </script>

</body>
</html>