<!DOCTYPE html>
<html lang="de">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Barfuss.Zone | People Fotografie mit Seele</title>
  <script src="https://cdn.tailwindcss.com"></script>
  <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
  <style>
    body { font-family: 'Inter', sans-serif; }
    h1, h2 { font-family: 'Playfair Display', serif; }
    .hero-bg {
      background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.55)), url('https://picsum.photos/id/1015/2000/1200');
      background-size: cover;
      background-position: center;
    }
  </style>
</head>
<body class="bg-stone-50 text-stone-800">

  <!-- Navigation -->
  <nav class="fixed top-0 w-full bg-white/90 backdrop-blur-md z-50 border-b border-stone-200">
    <div class="max-w-7xl mx-auto px-6 py-5 flex justify-between items-center">
      <div class="text-2xl font-semibold tracking-tight">Barfuss.Zone</div>
      <div class="hidden md:flex space-x-8 text-sm font-medium">
        <a href="#" class="hover:text-stone-500 transition">Portrait</a>
        <a href="#" class="hover:text-stone-500 transition">Fashion</a>
        <a href="#" class="hover:text-stone-500 transition">Sensual</a>
        <a href="#" class="hover:text-stone-500 transition">Über mich</a>
        <a href="#" class="hover:text-stone-500 transition">Studio</a>
      </div>
      <a href="#kontakt" class="bg-stone-900 text-white px-6 py-3 text-sm font-medium rounded-full hover:bg-stone-800 transition">Termin vereinbaren</a>
    </div>
  </nav>

  <!-- Hero Section -->
  <section class="hero-bg h-screen flex items-center text-white">
    <div class="max-w-5xl mx-auto px-6 text-center">
      <h1 class="text-6xl md:text-7xl font-light tracking-wide leading-tight mb-4">
        People Fotografie<br>mit Seele
      </h1>
      <p class="text-xl md:text-2xl max-w-2xl mx-auto mb-12 text-stone-200">
        Authentische Bilder voller Kontrast, Charme, Stärke und Sinnlichkeit.
      </p>
      <div class="flex flex-col sm:flex-row gap-4 justify-center">
        <a href="#galerie" class="bg-white text-stone-900 px-10 py-4 rounded-full font-medium text-lg hover:bg-stone-100 transition">
          Galerie entdecken
        </a>
        <a href="#kontakt" class="border-2 border-white px-10 py-4 rounded-full font-medium text-lg hover:bg-white/10 transition">
          Jetzt anfragen
        </a>
      </div>
      <div class="mt-16 text-sm tracking-widest">Lyss • Schweiz</div>
    </div>
  </section>

  <!-- Über mich / Philosophie -->
  <section class="py-24 bg-white">
    <div class="max-w-4xl mx-auto px-6 text-center">
      <h2 class="text-4xl font-light mb-8">Von Herz zu Herz</h2>
      <p class="text-lg leading-relaxed text-stone-600">
        Ich liebe das Spiel mit Licht und Schatten, gepaart mit echten Emotionen. 
        Meine Fotografie entsteht im grossen, gemütlichen Tageslicht-Studio in Lyss. 
        Hier entstehen authentische Bilder mit viel Herz und Feingefühl – ob Portrait, Fashion oder Sensual.
      </p>
    </div>
  </section>

  <!-- Bereiche -->
  <section id="galerie" class="py-24 bg-stone-100">
    <div class="max-w-7xl mx-auto px-6">
      <h2 class="text-4xl font-light text-center mb-16">Meine Bereiche</h2>
      <div class="grid md:grid-cols-3 gap-8">
        <div class="bg-white rounded-3xl overflow-hidden shadow-sm">
          <div class="h-80 bg-cover" style="background-image: url('https://picsum.photos/id/201/800/600')"></div>
          <div class="p-8">
            <h3 class="text-2xl font-medium mb-2">Portrait</h3>
            <p class="text-stone-600">Persönliche Portraits, die Ihre Einzigartigkeit zeigen.</p>
          </div>
        </div>
        <div class="bg-white rounded-3xl overflow-hidden shadow-sm">
          <div class="h-80 bg-cover" style="background-image: url('https://picsum.photos/id/1011/800/600')"></div>
          <div class="p-8">
            <h3 class="text-2xl font-medium mb-2">Fashion</h3>
            <p class="text-stone-600">Modische Inszenierungen mit Charakter und Stil.</p>
          </div>
        </div>
        <div class="bg-white rounded-3xl overflow-hidden shadow-sm">
          <div class="h-80 bg-cover" style="background-image: url('https://picsum.photos/id/1012/800/600')"></div>
          <div class="p-8">
            <h3 class="text-2xl font-medium mb-2">Sensual</h3>
            <p class="text-stone-600">Sinnliche und emotionale Aufnahmen voller Intimität.</p>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- Call to Action -->
  <section id="kontakt" class="py-24 bg-stone-900 text-white">
    <div class="max-w-3xl mx-auto px-6 text-center">
      <h2 class="text-4xl font-light mb-6">Dein ganz persönliches Bild startet hier</h2>
      <p class="text-stone-400 mb-10">Ich freue mich auf Ihre Anfrage und ein unverbindliches Gespräch.</p>
      
      <form class="space-y-6 max-w-md mx-auto">
        <input type="text" placeholder="Ihr Name" class="w-full px-6 py-4 bg-stone-800 border border-stone-700 rounded-2xl focus:outline-none focus:border-white">
        <input type="email" placeholder="E-Mail-Adresse" class="w-full px-6 py-4 bg-stone-800 border border-stone-700 rounded-2xl focus:outline-none focus:border-white">
        <textarea placeholder="Ihre Nachricht" rows="5" class="w-full px-6 py-4 bg-stone-800 border border-stone-700 rounded-2xl focus:outline-none focus:border-white"></textarea>
        <button type="submit" class="w-full bg-white text-stone-900 py-4 rounded-2xl font-medium hover:bg-stone-100 transition">
          Nachricht senden
        </button>
      </form>
    </div>
  </section>

  <!-- Footer -->
  <footer class="bg-stone-950 text-stone-400 py-12">
    <div class="max-w-7xl mx-auto px-6 text-center text-sm">
      <p>Barfuss.Zone • Daniel Baumann • Studio in Lyss, Schweiz</p>
      <p class="mt-2">© 2026 Barfuss.Zone – People Fotografie mit Seele</p>
    </div>
  </footer>

</body>
</html>