<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Story of Bing - Best Stories and Inspirational Articles Blog</title>
    <link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg">

    <!-- Fonts -->
    <link
        href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@700;800&display=swap"
        rel="stylesheet">
    <!-- Icons -->
    <script src="https://unpkg.com/lucide@latest"></script>
    <!-- Tailwind CSS -->
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="assets/js/tailwind-config.js"></script>
    <link rel="stylesheet" href="assets/css/style.css">
    <meta name="description"
        content="Collection of interesting stories, inspirational articles, and quality storytelling content. Entertaining and inspiring.">

    <meta property="og:type" content="website">
    <meta property="og:title" content="Story of Bing - Best Stories and Inspirational Articles Blog">
    <meta property="og:description"
        content="Collection of interesting stories, inspirational articles, and quality storytelling content. Entertaining and inspiring.">
    <meta property="og:image" content="https://storyofbing.com/assets/images/hero_cover.jpg">
    <meta property="og:url" content="https://storyofbing.com/index.html">
    <meta name="twitter:card" content="summary_large_image">


    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "Story of Bing",
      "url": "https://storyofbing.com",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://storyofbing.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    }
    </script>
</head>

<body class="bg-dark text-cream antialiased overflow-x-hidden">
    <div class="grain-overlay"></div>
    <nav
        class="fixed top-0 left-0 right-0 z-50 px-6 py-5 flex justify-between items-center bg-gradient-to-b from-dark/80 to-transparent">
        <a href="index.html"
            class="font-heading font-bold text-sm tracking-widest text-cream hover:text-orange-accent transition-colors">
            STORY OF BING
        </a>
        <div class="hidden md:flex gap-8 text-meta text-cream-muted">
            <a href="stories.html" class="hover:text-cream transition-colors">Stories</a>
            <a href="about.html" class="hover:text-cream transition-colors">About</a>
            <a href="contact.html" class="hover:text-cream transition-colors">Contact</a>
        </div>

        <button id="mobile-menu-btn" class="md:hidden text-cream hover:text-orange-accent transition-colors z-50">
            <i data-lucide="menu" class="w-6 h-6"></i>
        </button>
        <div id="mobile-menu"
            class="fixed inset-0 bg-dark/95 backdrop-blur-lg z-40 flex flex-col items-center justify-center gap-8 opacity-0 pointer-events-none transition-opacity duration-300">
            <a href="index.html"
                class="text-3xl font-heading font-bold text-cream hover:text-orange-accent transition-colors">Home</a>
            <a href="stories.html"
                class="text-3xl font-heading font-bold text-cream hover:text-orange-accent transition-colors">Stories</a>
            <a href="about.html"
                class="text-3xl font-heading font-bold text-cream hover:text-orange-accent transition-colors">About</a>
            <a href="contact.html"
                class="text-3xl font-heading font-bold text-cream hover:text-orange-accent transition-colors">Contact</a>
        </div>

    </nav>

    <!-- Hero -->
    <section id="hero-section" class="relative h-screen w-full flex items-center justify-center overflow-hidden">
        <div class="absolute inset-0 bg-cover bg-center" style="background-image: url('assets/images/hero_cover.jpg')">
            <div class="absolute inset-0 bg-dark/50"></div>
        </div>
        <div id="hero-card" class="relative w-[84vw] h-[72vh] rounded-3xl overflow-hidden card-shadow">
            <div class="absolute inset-0 bg-cover bg-center"
                style="background-image: url('assets/images/hero_cover.jpg')">
                <div class="absolute inset-0 bg-gradient-to-t from-dark/80 via-dark/30 to-transparent"></div>
            </div>
            <div class="relative h-full flex flex-col justify-between p-8 md:p-12">
                <span class="text-meta text-cream/80">TRAVEL & CULTURE</span>
                <div class="flex-1 flex items-center justify-center">
                    <h1 class="text-center text-4xl md:text-6xl lg:text-7xl font-heading font-bold tracking-wider">STORY
                        OF BING</h1>
                </div>
                <div class="flex flex-col md:flex-row justify-between items-start md:items-end gap-6">
                    <p class="max-w-[34ch] text-cream-muted text-sm md:text-base leading-relaxed">A journal of places,
                        flavors, and the moments worth remembering.</p>
                    <a href="stories.html"
                        class="group flex items-center gap-2 bg-orange-accent text-dark px-6 py-3.5 rounded-full font-medium text-sm hover:scale-105 transition-transform">Explore
                        stories <i data-lucide="arrow-right"
                            class="w-4 h-4 group-hover:translate-x-1 transition-transform"></i></a>
                </div>
            </div>
        </div>
    </section>

    <!-- Content Sections (Grid) - Simplified for brevity in this script, essentially just linking to pages -->
    <!-- But user wants the "website ini", implying the FULL layout. -->
    <!-- I will assume the user wants the scroll layout restored. I will restore Section 2 (Featured) at least. -->

    <section id="stories" class="relative h-screen w-full bg-dark z-10 featured-section">
        <div
            class="absolute inset-0 p-4 md:p-6 grid grid-cols-1 md:grid-cols-12 grid-rows-1 md:grid-rows-2 gap-4 md:gap-5">
            <div class="story-card md:col-span-7 md:row-span-2 relative rounded-3xl overflow-hidden card-shadow group cursor-pointer"
                onclick="window.location.href='story-quiet-city.html'">
                <div class="absolute inset-0 bg-cover bg-center transition-transform duration-700 group-hover:scale-105"
                    style="background-image: url('assets/images/featured_alley.jpg')">
                    <div class="absolute inset-0 bg-gradient-to-t from-dark/80 via-dark/20 to-transparent"></div>
                </div>
                <div class="relative h-full flex flex-col justify-between p-6 md:p-8">
                    <span class="text-meta text-cream/80">FEATURED</span>
                    <div class="flex justify-between items-end">
                        <h2 class="text-2xl md:text-4xl font-heading">THE QUIET CITY</h2>
                        <div
                            class="w-12 h-12 rounded-full border border-cream/80 flex items-center justify-center hover:bg-cream hover:text-dark transition-colors">
                            <i data-lucide="arrow-up-right" class="w-5 h-5"></i>
                        </div>
                    </div>
                </div>
            </div>
            <div class="story-card md:col-span-5 md:row-span-1 relative rounded-3xl overflow-hidden card-shadow group cursor-pointer"
                onclick="window.location.href='story-street-rituals.html'">
                <div class="absolute inset-0 bg-cover bg-center transition-transform duration-700 group-hover:scale-105"
                    style="background-image: url('assets/images/featured_lanterns.jpg')">
                    <div class="absolute inset-0 bg-gradient-to-t from-dark/80 via-dark/20 to-transparent"></div>
                </div>
                <div class="relative h-full flex flex-col justify-between p-6">
                    <span class="text-meta text-cream/80">CULTURE</span>
                    <div class="flex justify-between items-end">
                        <h2 class="text-xl md:text-2xl font-heading">STREET RITUALS</h2>
                        <div
                            class="w-10 h-10 rounded-full border border-cream/80 flex items-center justify-center hover:bg-cream hover:text-dark transition-colors">
                            <i data-lucide="arrow-up-right" class="w-4 h-4"></i>
                        </div>
                    </div>
                </div>
            </div>
            <div class="story-card md:col-span-5 md:row-span-1 relative rounded-3xl overflow-hidden card-shadow group cursor-pointer"
                onclick="window.location.href='story-midnight-noodles.html'">
                <div class="absolute inset-0 bg-cover bg-center transition-transform duration-700 group-hover:scale-105"
                    style="background-image: url('assets/images/featured_noodles.jpg')"></div>
                <div class="absolute inset-0 bg-orange-accent/[0.01]"></div>
                <div class="relative h-full flex flex-col justify-between p-6">
                    <span class="text-meta text-cream">FOOD</span>
                    <div class="flex justify-between items-end">
                        <h2 class="text-xl md:text-2xl font-heading text-cream">MIDNIGHT NOODLES</h2>
                        <div
                            class="w-10 h-10 rounded-full border border-cream/80 flex items-center justify-center hover:bg-cream hover:text-dark transition-colors">
                            <i data-lucide="arrow-up-right" class="w-4 h-4"></i>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Browse Link -->
    <section class="min-h-[50vh] flex items-center justify-center bg-dark py-20 border-t border-cream/10">
        <div class="text-center">
            <h2 class="text-3xl md:text-5xl font-heading mb-6">Explore the full archive.</h2>
            <a href="stories.html"
                class="inline-block bg-cream text-dark px-8 py-4 rounded-full font-bold hover:bg-orange-accent hover:text-cream transition-colors">Browse
                All Stories</a>
        </div>
    </section>

    <footer class="py-10 border-t border-cream/10 mt-20">
        <div class="max-w-7xl mx-auto px-6 md:px-12 flex flex-col md:flex-row justify-between items-center gap-6">
            <div class="font-heading font-bold text-sm tracking-widest text-cream">STORY OF BING</div>
            <div class="text-cream-muted text-sm">© Story of Bing. All rights reserved.</div>
            <div class="flex gap-6 text-meta text-cream-muted">
                <a href="#" class="hover:text-cream transition-colors">Instagram</a>
                <a href="#" class="hover:text-cream transition-colors">Twitter</a>
            </div>
        </div>
    </footer>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
    <script src="assets/js/main.js"></script>
</body>

</html>