<div class="w-full min-h-screen bg-[#fdfbf9] text-[#5a453d] antialiased m-0 p-0" style="font-family: 'Plus Jakarta Sans', sans-serif;">
    
    <header class="sticky top-0 z-50 bg-white border-b border-stone-100 shadow-sm">
        <div class="max-w-6xl mx-auto px-4 h-20 flex items-center justify-between">
            <div class="flex items-center gap-3">
                <div class="w-10 h-10 bg-[#b88a76] rounded-full flex items-center justify-center text-white font-serif text-lg shadow-sm">C</div>
                <div>
                    <h1 class="text-xs font-bold uppercase tracking-[0.2em] leading-none text-stone-900">L'Atelier Bohème</h1>
                    <p class="text-[10px] font-medium text-[#b88a76] uppercase tracking-widest mt-1">de Caroline</p>
                </div>
            </div>
            
            <a href="/panier/" class="relative p-2 text-stone-700 hover:text-[#b88a76] transition">
                <i class="fa-solid fa-bag-shopping text-xl"></i>
            </a>
        </div>
    </header>

    <div class="bg-white border-b border-stone-100 sticky top-20 z-40">
        <div class="max-w-6xl mx-auto px-4 flex gap-2 py-3 overflow-x-auto">
            <button onclick="switchTab('bijoux')" id="btn-bijoux" class="bg-stone-900 text-white whitespace-nowrap px-4 py-2 rounded-full text-[11px] font-bold uppercase tracking-wider transition">Nos Bijoux</button>
            <button onclick="switchTab('box')" id="btn-box" class="bg-stone-100 text-stone-600 whitespace-nowrap px-4 py-2 rounded-full text-[11px] font-bold uppercase tracking-wider transition">Box Mensuelle</button>
            <button onclick="switchTab('demande')" id="btn-demande" class="bg-stone-100 text-stone-600 whitespace-nowrap px-4 py-2 rounded-full text-[11px] font-bold uppercase tracking-wider transition">Bijou à la demande</button>
            <button onclick="switchTab('cse')" id="btn-cse" class="bg-stone-100 text-stone-600 whitespace-nowrap px-4 py-2 rounded-full text-[11px] font-bold uppercase tracking-wider transition">Espace CSE</button>
        </div>
    </div>

    <main class="max-w-6xl mx-auto px-4 py-8 space-y-12">

        <div id="tab-bijoux" class="space-y-8">
            <div class="text-center max-w-2xl mx-auto space-y-4 py-6">
                <h2 class="text-3xl font-serif text-stone-900">La sélection de Caroline</h2>
                <p class="text-sm text-stone-500 leading-relaxed">Dénichés avec passion, mes bijoux en acier inoxydable résistent à l'eau. Retrouvez-moi aussi le <strong>dimanche matin (8h-12h) au marché de Courcelles-lès-Lens</strong>.</p>
            </div>

            <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
                
                <div class="bg-white border border-stone-100 rounded-3xl p-4 shadow-sm flex flex-col justify-between group">
                    <div class="aspect-square bg-stone-50 rounded-2xl mb-4 overflow-hidden flex items-center justify-center text-stone-200">
                        <i class="fa-regular fa-image text-4xl"></i>
                    </div>
                    <div class="space-y-1 mb-4">
                        <div class="flex justify-between items-center">
                            <h3 class="font-serif text-lg text-stone-900">Bague Ajustable Bohème</h3>
                            <span class="font-bold text-[#b88a76]">24.00 €</span>
                        </div>
                        <p class="text-[11px] text-stone-400">Acier inoxydable - Résiste à l'eau</p>
                    </div>
                    <a href="/?add-to-cart=12" class="w-full bg-stone-900 text-white text-center py-3.5 rounded-2xl text-[11px] font-bold uppercase tracking-widest hover:bg-[#b88a76] transition shadow-md">
                        Ajouter au sac
                    </a>
                </div>

                <div class="sm:col-span-2 lg:col-span-2">
                    [products columns="2" limit="8" orderby="date" order="DESC"]
                </div>

            </div>
        </div>

        <div id="tab-box" class="hidden space-y-6">
            <div class="bg-[#fcf8f5] border border-[#eaddd7] rounded-[2.5rem] p-8 md:p-12 flex flex-col md:flex-row items-center gap-10">
                <div class="flex-1 space-y-5">
                    <span class="text-[10px] font-black uppercase tracking-[0.2em] text-[#b88a76]">Abonnement Surprise</span>
                    <h2 class="text-3xl font-serif text-stone-900">L'abonnement Box Mensuelle</h2>
                    <p class="text-sm leading-relaxed text-stone-600">Chaque mois, je vous prépare un colis surprise contenant mes dernières trouvailles exclusives en acier inoxydable. Idéal pour se faire plaisir sans engagement !</p>
                    <button onclick="contactWA('Demande abonnement Box')" class="bg-stone-900 text-white px-8 py-4 rounded-2xl text-[11px] font-bold uppercase tracking-widest shadow-lg">S'abonner à la Box</button>
                </div>
            </div>
        </div>

        <div id="tab-demande" class="hidden space-y-6">
            <div class="bg-stone-900 text-white rounded-[2.5rem] p-8 md:p-12 text-center space-y-6">
                <h2 class="text-3xl font-serif italic text-[#b88a76]">Votre bijou à la demande</h2>
                <p class="max-w-xl mx-auto text-stone-400 text-sm leading-relaxed">Vous cherchez une pièce précise ? Je cherche pour vous le bijou de vos rêves auprès de mes fournisseurs avec mon œil d'experte.</p>
                <button onclick="contactWA('Cherche bijou à la demande')" class="bg-white text-stone-900 px-10 py-4 rounded-full text-[11px] font-bold uppercase tracking-[0.2em]">Faire une demande personnalisée</button>
            </div>
        </div>

        <div id="tab-cse" class="hidden space-y-8">
            <div class="bg-white border border-stone-100 rounded-[2.5rem] p-8 md:p-12 shadow-sm text-center max-w-2xl mx-auto space-y-4">
                <h2 class="text-3xl font-serif text-stone-900">Partenariats & CSE</h2>
                <p class="text-sm text-stone-500 leading-relaxed">Organisons une <strong>boutique éphémère</strong> au sein de votre entreprise ! Une animation gratuite et chaleureuse pour vos collaborateurs.</p>
                <a href="mailto:lorris.frere1@gmail.com" class="inline-block bg-stone-900 text-white px-8 py-3 rounded-2xl text-[11px] font-bold uppercase tracking-widest">Demander un stand CSE</a>
            </div>
        </div>

    </main>

    <footer class="bg-white border-t border-stone-100 py-10 text-center mt-12">
        <p class="text-[10px] font-bold uppercase tracking-[0.3em] text-stone-400">&copy; L'Atelier Bohème de Caro</p>
    </footer>

    <script>
        function switchTab(tabId) {
            ['bijoux', 'box', 'demande', 'cse'].forEach(id => {
                document.getElementById('tab-' + id).classList.add('hidden');
                document.getElementById('btn-' + id).className = "bg-stone-100 text-stone-600 whitespace-nowrap px-4 py-2 rounded-full text-[11px] font-bold uppercase tracking-wider transition";
            });
            document.getElementById('tab-' + tabId).classList.remove('hidden');
            document.getElementById('btn-' + tabId).className = "bg-stone-900 text-white whitespace-nowrap px-4 py-2 rounded-full text-[11px] font-bold uppercase tracking-wider transition";
        }
        function contactWA(sujet) {
            const message = encodeURIComponent("Coucou Caroline ! " + sujet + ". Peux-tu me donner plus d'infos ? ✨");
            window.open("https://wa.me/33600000000?text=" + message, "_blank");
        }
    </script>
</div>