<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Maps Porn | The World Visualized</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;700&family=Montserrat:wght@300;400;600;700&display=swap" rel="stylesheet">
    <style>
        body { font-family: 'Montserrat', sans-serif; }
        h1, h2, h3 { font-family: 'Crimson Pro', serif; }
        .hero-overlay { background: linear-gradient(rgba(10, 10, 10, 0.4), rgba(10, 10, 10, 0.8)); }
        .bg-maps-dark { background-color: #0f172a; }
        .text-accent { color: #f59e0b; }
        .border-accent { border-color: #f59e0b; }
        .bg-accent { background-color: #f59e0b; }
        .vintage-filter { filter: sepia(0.2) contrast(1.1); }
    </style>
</head>
<body class="bg-slate-50 text-slate-900">

    <!-- Navigation -->
    <nav class="fixed w-full z-50 bg-slate-900/90 backdrop-blur-lg text-white border-b border-slate-800">
        <div class="max-w-7xl mx-auto px-6 h-20 flex items-center justify-between">
            <div class="flex items-center space-x-3">
                <img src="logo_maps.png" alt="Maps Porn Logo" class="w-10 h-10 rounded-full border border-slate-700">
                <span class="text-xl font-bold tracking-tighter uppercase">Maps <span class="text-accent">Porn</span></span>
            </div>
            <div class="hidden md:flex items-center space-x-10 text-xs font-semibold tracking-widest uppercase">
                <a href="#about" class="hover:text-accent transition">The Story</a>
                <a href="#categories" class="hover:text-accent transition">Cartography</a>
                <a href="#featured" class="hover:text-accent transition">Trending</a>
                <a href="#community" class="hover:text-accent transition">Community</a>
                <a href="#contact" class="bg-accent text-slate-900 px-6 py-2 rounded-sm hover:bg-white transition">Contact</a>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <section class="relative h-screen flex items-center justify-center overflow-hidden">
        <img src="hero_world_map.jpg" alt="World Map Background" class="absolute w-full h-full object-cover scale-110 vintage-filter">
        <div class="absolute inset-0 hero-overlay"></div>
        <div class="relative z-10 text-center px-6 max-w-5xl">
            <span class="text-accent text-sm font-bold tracking-[0.3em] uppercase mb-4 block">Visualizing the World</span>
            <h1 class="text-6xl md:text-8xl font-bold text-white mb-8 leading-none">Maps that tell <br><span class="italic">stories.</span></h1>
            <p class="text-xl md:text-2xl font-light text-slate-300 mb-12 max-w-2xl mx-auto leading-relaxed">From the depths of history to the lights of the modern world, we bring you the most striking cartographic data.</p>
            <div class="flex flex-col sm:flex-row items-center justify-center space-y-4 sm:space-y-0 sm:space-x-8">
                <a href="#featured" class="bg-white text-slate-900 px-12 py-5 rounded-sm font-bold hover:bg-accent transition uppercase tracking-widest text-sm">Explore Gallery</a>
                <a href="https://www.facebook.com/mapsporns/" class="border border-white/30 text-white px-12 py-5 rounded-sm font-bold hover:bg-white/10 transition uppercase tracking-widest text-sm">Join the 52K</a>
            </div>
        </div>
        <div class="absolute bottom-10 left-1/2 -translate-x-1/2 text-accent animate-bounce">
            <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3" />
            </svg>
        </div>
    </section>

    <!-- Brand Story Section -->
    <section id="about" class="py-32 px-6 bg-white border-b border-slate-100">
        <div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-20 items-center">
            <div class="order-2 md:order-1 relative">
                <img src="vintage_map.jpg" alt="Vintage Cartography" class="rounded-lg shadow-2xl vintage-filter relative z-10">
                <div class="absolute -top-10 -left-10 w-40 h-40 bg-accent/10 rounded-full -z-0 blur-3xl"></div>
            </div>
            <div class="order-1 md:order-2">
                <h2 class="text-5xl font-bold mb-10 leading-tight">Beyond the <br><span class="text-accent italic">Coordinates.</span></h2>
                <p class="text-slate-600 text-lg leading-relaxed mb-10">
                    Maps Porn is more than just a collection of charts; it's a window into the statistical and historical pulse of our planet. Based in Miami, we curate high-quality maps that bridge the gap between news, media, and art. Whether it's the glowing lights of Europe or the memories of empires past, we visualize the data that matters.
                </p>
                <div class="grid grid-cols-2 gap-12 pt-10 border-t border-slate-100">
                    <div>
                        <span class="block text-4xl font-bold text-slate-900">52K+</span>
                        <span class="text-xs text-slate-400 uppercase tracking-widest font-bold">Followers</span>
                    </div>
                    <div>
                        <span class="block text-4xl font-bold text-slate-900">16K+</span>
                        <span class="text-xs text-slate-400 uppercase tracking-widest font-bold">Engaged Daily</span>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Categories Section -->
    <section id="categories" class="py-32 px-6 bg-slate-900 text-white">
        <div class="max-w-7xl mx-auto">
            <div class="text-center mb-24">
                <h2 class="text-5xl font-bold mb-6">Cartographic Disciplines</h2>
                <div class="w-20 h-1 bg-accent mx-auto"></div>
            </div>
            <div class="grid md:grid-cols-3 gap-12">
                <!-- Historical -->
                <div class="group">
                    <div class="mb-8 overflow-hidden">
                        <img src="cover_photo_maps.webp" alt="Historical" class="w-full h-64 object-cover group-hover:scale-110 transition duration-700 opacity-60 group-hover:opacity-100">
                    </div>
                    <h3 class="text-2xl font-bold mb-4">Historical Geography</h3>
                    <p class="text-slate-400 leading-relaxed">Visualizing the evolution of borders, the rise and fall of empires, and the legacy of the USSR.</p>
                </div>
                <!-- Statistical -->
                <div class="group">
                    <div class="mb-8 overflow-hidden">
                        <img src="night_lights.jpg" alt="Statistical" class="w-full h-64 object-cover group-hover:scale-110 transition duration-700 opacity-60 group-hover:opacity-100">
                    </div>
                    <h3 class="text-2xl font-bold mb-4">Data Visualization</h3>
                    <p class="text-slate-400 leading-relaxed">Striking statistical maps showing everything from light pollution to population density trends.</p>
                </div>
                <!-- Geopolitical -->
                <div class="group">
                    <div class="mb-8 overflow-hidden">
                        <img src="post_europe_light_maps.webp" alt="Geopolitical" class="w-full h-64 object-cover group-hover:scale-110 transition duration-700 opacity-60 group-hover:opacity-100">
                    </div>
                    <h3 class="text-2xl font-bold mb-4">Geopolitical Insights</h3>
                    <p class="text-slate-400 leading-relaxed">Deep dives into territorial disputes, alliance networks, and regional political shifts.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Featured Posts Section -->
    <section id="featured" class="py-32 px-6 bg-white">
        <div class="max-w-7xl mx-auto">
            <div class="flex flex-col md:flex-row justify-between items-end mb-20">
                <div class="max-w-xl">
                    <h2 class="text-5xl font-bold mb-6">The Trending Atlas</h2>
                    <p class="text-slate-500 text-lg">Our most discussed and shared cartographic works from the Maps Porn community.</p>
                </div>
                <a href="https://www.facebook.com/mapsporns/" class="mt-8 md:mt-0 text-accent font-bold tracking-widest uppercase text-xs border-b-2 border-accent pb-2 hover:text-slate-900 hover:border-slate-900 transition">View Full Archive</a>
            </div>
            <div class="grid md:grid-cols-2 gap-16">
                <div class="bg-slate-50 p-4 rounded-lg shadow-sm group cursor-pointer">
                    <div class="overflow-hidden rounded-md mb-8">
                        <img src="post_europe_light_maps.webp" alt="Europe Light" class="w-full h-96 object-cover group-hover:scale-105 transition duration-500">
                    </div>
                    <div class="px-4 pb-4">
                        <span class="text-accent text-xs font-bold uppercase tracking-widest">Statistical</span>
                        <h3 class="text-3xl font-bold mt-2 mb-4">Light Pollution in Europe</h3>
                        <p class="text-slate-600">A high-contrast satellite perspective on urbanization and energy consumption across the continent.</p>
                    </div>
                </div>
                <div class="bg-slate-50 p-4 rounded-lg shadow-sm group cursor-pointer">
                    <div class="overflow-hidden rounded-md mb-8">
                        <img src="cover_photo_maps.webp" alt="Ethnographic Chart" class="w-full h-96 object-cover group-hover:scale-105 transition duration-500">
                    </div>
                    <div class="px-4 pb-4">
                        <span class="text-accent text-xs font-bold uppercase tracking-widest">Historical</span>
                        <h3 class="text-3xl font-bold mt-2 mb-4">Vintage Ethnographic Charts</h3>
                        <p class="text-slate-600">Exploring the 19th-century cartographic attempts to map human diversity and distribution.</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Social Proof Section -->
    <section id="community" class="py-32 px-6 bg-slate-50">
        <div class="max-w-7xl mx-auto">
            <h2 class="text-5xl font-bold text-center mb-24">Community Voices</h2>
            <div class="grid md:grid-cols-3 gap-10">
                <!-- Testimonial 1 -->
                <div class="bg-white p-10 shadow-xl shadow-slate-200/50 border-t-4 border-accent">
                    <p class="text-slate-600 italic mb-8 leading-relaxed">"The data visualization on this page is unparalleled. Every map is a conversation starter."</p>
                    <div class="flex items-center space-x-4">
                        <div class="w-12 h-12 rounded-full bg-slate-200"></div>
                        <div>
                            <span class="block font-bold text-slate-900">Alex G.</span>
                            <span class="text-xs text-slate-400 uppercase font-bold">Data Scientist</span>
                        </div>
                    </div>
                </div>
                <!-- Testimonial 2 -->
                <div class="bg-white p-10 shadow-xl shadow-slate-200/50 border-t-4 border-accent">
                    <p class="text-slate-600 italic mb-8 leading-relaxed">"As a history teacher, I find the evolution maps here to be the best visual aids for my students."</p>
                    <div class="flex items-center space-x-4">
                        <div class="w-12 h-12 rounded-full bg-slate-200"></div>
                        <div>
                            <span class="block font-bold text-slate-900">Maria S.</span>
                            <span class="text-xs text-slate-400 uppercase font-bold">Educator</span>
                        </div>
                    </div>
                </div>
                <!-- Testimonial 3 -->
                <div class="bg-white p-10 shadow-xl shadow-slate-200/50 border-t-4 border-accent">
                    <p class="text-slate-600 italic mb-8 leading-relaxed">"Striking, informative, and always high quality. Maps Porn is my daily dose of geography."</p>
                    <div class="flex items-center space-x-4">
                        <div class="w-12 h-12 rounded-full bg-slate-200"></div>
                        <div>
                            <span class="block font-bold text-slate-900">James L.</span>
                            <span class="text-xs text-slate-400 uppercase font-bold">Geography Enthusiast</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Form Section -->
    <section id="contact" class="py-32 px-6 bg-white">
        <div class="max-w-5xl mx-auto grid md:grid-cols-2 bg-slate-900 rounded-lg overflow-hidden shadow-2xl">
            <div class="p-16 text-white flex flex-col justify-center">
                <h2 class="text-5xl font-bold mb-6">Contribute to the <span class="text-accent">Atlas.</span></h2>
                <p class="text-slate-400 mb-10 leading-relaxed">Have a striking map or a dataset that needs visualization? We're always looking for new perspectives.</p>
                <div class="space-y-6">
                    <div class="flex items-center space-x-4">
                        <div class="w-10 h-10 bg-accent/20 rounded-full flex items-center justify-center text-accent">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
                            </svg>
                        </div>
                        <span class="text-slate-300">Miami, FL, United States</span>
                    </div>
                    <div class="flex items-center space-x-4">
                        <div class="w-10 h-10 bg-accent/20 rounded-full flex items-center justify-center text-accent">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
                            </svg>
                        </div>
                        <span class="text-slate-300">hello@mapsporn.com</span>
                    </div>
                </div>
            </div>
            <div class="p-16 bg-slate-800/50 backdrop-blur-sm">
                <form class="space-y-6">
                    <div>
                        <input type="text" class="w-full bg-slate-700 border-none text-white px-6 py-4 rounded-sm focus:ring-2 focus:ring-accent outline-none transition" placeholder="Full Name">
                    </div>
                    <div>
                        <input type="email" class="w-full bg-slate-700 border-none text-white px-6 py-4 rounded-sm focus:ring-2 focus:ring-accent outline-none transition" placeholder="Email Address">
                    </div>
                    <div>
                        <select class="w-full bg-slate-700 border-none text-white px-6 py-4 rounded-sm focus:ring-2 focus:ring-accent outline-none transition appearance-none">
                            <option>Submit a Map</option>
                            <option>Collaboration Inquiry</option>
                            <option>Media Request</option>
                            <option>General Question</option>
                        </select>
                    </div>
                    <div>
                        <textarea rows="4" class="w-full bg-slate-700 border-none text-white px-6 py-4 rounded-sm focus:ring-2 focus:ring-accent outline-none transition" placeholder="Your Message"></textarea>
                    </div>
                    <button type="submit" class="w-full bg-accent text-slate-900 font-bold py-5 rounded-sm hover:bg-white transition uppercase tracking-widest text-sm shadow-xl shadow-accent/20">Send Message</button>
                </form>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="py-20 px-6 bg-slate-900 text-white border-t border-slate-800">
        <div class="max-w-7xl mx-auto flex flex-col md:flex-row justify-between items-center">
            <div class="flex items-center space-x-3 mb-10 md:mb-0">
                <img src="logo_maps.png" alt="Logo" class="w-8 h-8 rounded-full border border-slate-700">
                <span class="font-bold tracking-tighter uppercase">Maps <span class="text-accent">Porn</span></span>
            </div>
            <p class="text-slate-500 text-sm tracking-wide">© 2026 Maps Porn. Visualizing the pulse of the planet. Miami, FL.</p>
            <div class="flex space-x-10 mt-10 md:mt-0">
                <a href="https://www.facebook.com/mapsporns/" class="text-slate-500 hover:text-accent transition uppercase text-xs font-bold tracking-widest">Facebook</a>
                <a href="#" class="text-slate-500 hover:text-accent transition uppercase text-xs font-bold tracking-widest">Twitter</a>
                <a href="#" class="text-slate-500 hover:text-accent transition uppercase text-xs font-bold tracking-widest">Instagram</a>
            </div>
        </div>
    </footer>

</body>
</html>