/* ═══════════════════════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════════════════════ */
:root {
  /* ── Retro-Minimal-Palette ─────────────────────────── */
  --white:       #FFFFFF;
  --off-white:   #FAFAFA;   /* kaum sichtbarer Hintergrundton */
  --light-gray:  #F2F2F2;   /* sehr helles Grau für Subtilität */
  --border:      #DEDEDE;   /* dünne Linien */
  --text:        #1A1A1A;   /* tiefes Schwarz */
  --text-mid:    #4A4A4A;
  --text-light:  #909090;

  /* ── Akzente ── */
  --gold:        #E8C547;   /* Kodak-Gold – sparsam */
  --gold-dark:   #C4A020;   /* dunkler Gold für Hover */
  --sage:        #8A9E8A;   /* Salbeigrün – sehr sparsam */
  --sage-light:  rgba(138, 158, 138, 0.12);

  /* ── Aliase (Kompatibilität mit bestehendem CSS) ──── */
  --cream:       var(--white);
  --cream-mid:   var(--off-white);
  --cream-warm:  var(--light-gray);
  --beige:       var(--border);
  --brown:       #1A1A1A;
  --brown-light: var(--text-mid);
  --orange:      var(--gold);
  --orange-dark: var(--gold-dark);
  --teal:        var(--sage);
  --teal-light:  var(--sage-light);
  --coral:       var(--gold-dark);
  --yellow:      var(--gold);
  --yellow-bg:   rgba(232, 197, 71, 0.07);

  /* Typografie */
  --font-serif:  'Playfair Display', Georgia, serif;
  --font-sans:   'Inter', system-ui, sans-serif;

  /* Abstände */
  --space-xs:    0.5rem;
  --space-sm:    1rem;
  --space-md:    2rem;
  --space-lg:    4rem;
  --space-xl:    7rem;

  /* Radii */
  --radius-sm:   4px;
  --radius-md:   12px;
  --radius-lg:   24px;
  --sidebar-width: 200px;

  /* Übergänge */
  --ease:        cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:    cubic-bezier(0, 0, 0.2, 1);
}

/* ═══════════════════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════════════════ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--white);
  color: var(--text);
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
  padding-left: var(--sidebar-width);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

input, textarea, button {
  font-family: var(--font-sans);
}

/* ═══════════════════════════════════════════════════════════
   TYPOGRAPHY
═══════════════════════════════════════════════════════════ */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
  letter-spacing: 0.01em;
}

h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); }
h3 { font-size: clamp(1.4rem, 3vw, 2rem); }
h4 { font-size: clamp(1.1rem, 2vw, 1.4rem); }

em { font-style: italic; color: var(--text); }

p { color: var(--text-mid); letter-spacing: 0.012em; }

.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1rem;
}

.eyebrow.light { color: rgba(255, 255, 255, 0.65); }

/* ═══════════════════════════════════════════════════════════
   LAYOUT
═══════════════════════════════════════════════════════════ */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3.5rem);
}

.section {
  padding: var(--space-xl) 0;
}

#galerie {
  padding-top: 3rem;
  border-top: 1px solid var(--border);
}

.section-warm {
  background-color: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto var(--space-lg);
}

.section-intro {
  font-size: 1.05rem;
  margin-top: 1rem;
  color: var(--text-light);
}

/* ═══════════════════════════════════════════════════════════
   PLACEHOLDER IMAGES
═══════════════════════════════════════════════════════════ */
.placeholder-img {
  background: linear-gradient(135deg, #F0F0F0 0%, #E2E2E2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.placeholder-img::before {
  content: attr(data-label);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  text-align: center;
  padding: 1rem;
  opacity: 0.7;
}

.placeholder-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9b8a0' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.placeholder-illustration {
  background: linear-gradient(135deg, rgba(138, 158, 138, 0.1) 0%, rgba(138, 158, 138, 0.2) 100%);
}

.placeholder-buch {
  background: linear-gradient(135deg, rgba(232, 197, 71, 0.1) 0%, rgba(232, 197, 71, 0.2) 100%);
}

/* ═══════════════════════════════════════════════════════════
   SIDEBAR-NAVIGATION
═══════════════════════════════════════════════════════════ */
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--sidebar-width);
  height: 100vh;
  background: var(--white);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  z-index: 200;
  overflow-y: auto;
  overflow-x: hidden;
  transition: transform 0.35s var(--ease);
}

/* Logo */
.sidebar-top {
  padding: 1.75rem 1.5rem 1.5rem;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}

.sidebar-logo-link { display: block; }

.sidebar-logo-link img {
  height: 36px;
  width: auto;
  display: block;
  transition: opacity 0.2s;
}

.sidebar-logo-link:hover img { opacity: 0.7; }

/* Nav-Links */
.sidebar-nav {
  padding: 1rem 0;
  flex: 1;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-link {
  display: block;
  padding: 0.6rem 1.5rem;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  transition: color 0.2s, background 0.2s;
  position: relative;
  white-space: nowrap;
}

.sidebar-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.2s var(--ease);
}

.sidebar-link:hover {
  color: var(--text);
  background: rgba(232, 197, 71, 0.05);
}

.sidebar-link.sidebar-active {
  color: var(--text);
  font-weight: 500;
  background: rgba(232, 197, 71, 0.08);
}

.sidebar-link.sidebar-active::before {
  transform: scaleY(1);
}

/* Kundenbereich-Akzent-Link */
.sidebar-link--accent {
  margin-top: 0.75rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--border);
  color: var(--gold);
  font-style: italic;
}

.sidebar-link--accent:hover {
  color: var(--text);
}

/* Trennlinie vor Kundenbereich */
.sidebar-nav li.sidebar-divider {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}

/* Unterer Bereich */
.sidebar-bottom {
  padding: 1.25rem 1.5rem 1.5rem;
  border-top: 1px solid var(--border);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sidebar-instagram {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-light);
  transition: color 0.2s;
}

.sidebar-instagram:hover { color: var(--text); }

.sidebar-instagram svg { flex-shrink: 0; }

.sidebar-copyright {
  font-size: 0.6rem;
  color: var(--text-light);
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* Mobile Topbar */
#mobile-topbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  z-index: 190;
  padding: 0 1rem;
  align-items: center;
  justify-content: space-between;
}

#mobile-topbar a {
  display: flex;
  align-items: center;
}

#mobile-topbar img { height: 30px; width: auto; }

/* Hamburger */
#sidebar-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  width: 36px;
  height: 36px;
}

#sidebar-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--text);
  transition: transform 0.3s var(--ease), opacity 0.2s;
}

#sidebar-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
#sidebar-toggle.open span:nth-child(2) { opacity: 0; }
#sidebar-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Overlay */
#sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 26, 26, 0.45);
  z-index: 195;
  opacity: 0;
  transition: opacity 0.3s;
}

#sidebar-overlay.sidebar-open {
  display: block;
  opacity: 1;
}

/* Aktiver Nav-Link auf Unterseiten */
.nav-active-page { color: var(--text) !important; }

/* ═══════════════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border: none;
  border-radius: 100px;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s;
  text-decoration: none;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(26, 26, 26, 0.12);
}

.btn-dark {
  background: var(--text);
  color: var(--white);
}

.btn-dark:hover {
  background: var(--text);
  box-shadow: 0 8px 28px rgba(232, 197, 71, 0.28);
}

/* Goldener Button – für das Meilensteine-Highlight */
.btn-gold {
  background: var(--gold);
  color: var(--text);
  border: none;
}

.btn-gold:hover {
  background: #f0d04a;
  box-shadow: 0 8px 28px rgba(232, 197, 71, 0.45);
}

/* Outline-Button – für Paket-Karten */
.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--text);
}

.btn-outline:hover {
  background: var(--text);
  color: var(--white);
  box-shadow: 0 8px 28px rgba(26, 26, 26, 0.12);
}

/* Kleiner Button für Karten */
.btn-sm {
  font-size: 0.875rem;
  padding: 0.65rem 1.4rem;
}

.btn-light {
  background: var(--white);
  color: var(--text);
  border: 1.5px solid var(--border);
}

.btn-light:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 28px rgba(232, 197, 71, 0.18);
}

.btn-wide { width: 100%; justify-content: center; }

.btn-arrow {
  display: inline-block;
  transition: transform 0.2s var(--ease);
}

.btn:hover .btn-arrow { transform: translateX(4px); }

.link-arrow {
  font-size: 0.875rem;
  color: var(--text);
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s, letter-spacing 0.2s;
}

.link-arrow:hover {
  color: var(--gold);
  letter-spacing: 0.06em;
}

/* ═══════════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════════ */
/* ─── Hero ─────────────────────────────────────────── */
#hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/* Slideshow-Bilder */
.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
  will-change: opacity;
}

.hero-slide--active {
  opacity: 1;
}

/* Weißes Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.50) 0%,
    rgba(255, 255, 255, 0.52) 50%,
    rgba(255, 255, 255, 0.72) 100%
  );
}

/* Inhalt */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(6rem, 10vw, 9rem) clamp(1.25rem, 5vw, 3.5rem) 5rem;
  max-width: 860px;
  animation: heroFadeUp 1.1s var(--ease-out) both;
}

.hero-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 1.5rem;
  animation: heroFadeUp 1s var(--ease-out) 0.1s both;
}

.hero-headline {
  font-size: clamp(3.2rem, 9vw, 6.5rem);
  line-height: 1.08;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 2.5rem;
  animation: heroFadeUp 1s var(--ease-out) 0.25s both;
}

.hero-headline em {
  font-style: italic;
  /* Goldene Unterstreichung statt Farbfläche */
  background: linear-gradient(to bottom, transparent 85%, var(--gold) 85%);
  background-size: 100% 100%;
  padding-bottom: 0.05em;
  color: var(--text);
}

.btn-hero {
  background: var(--text);
  color: var(--white);
  border: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: heroFadeUp 1s var(--ease-out) 0.45s both;
  letter-spacing: 0.08em;
}

.btn-hero:hover {
  background: var(--text);
  box-shadow: 0 8px 32px rgba(232, 197, 71, 0.32);
  transform: translateY(-2px);
}

/* Scroll-Pfeil */
.hero-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  animation: heroFadeUp 1s var(--ease-out) 0.7s both;
}

.scroll-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(26, 26, 26, 0.25);
  color: var(--text);
  animation: scrollBounce 2.2s ease-in-out infinite;
  transition: border-color 0.2s, background 0.2s;
}

.hero-scroll-hint:hover .scroll-arrow {
  background: rgba(232, 197, 71, 0.15);
  border-color: var(--gold);
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0);   opacity: 0.7; }
  50%       { transform: translateY(5px); opacity: 1;   }
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  .hero-headline { font-size: clamp(2.6rem, 11vw, 4rem); }
  .hero-overlay {
    background: linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.58) 0%,
      rgba(255, 255, 255, 0.60) 50%,
      rgba(255, 255, 255, 0.78) 100%
    );
  }
}

/* ═══════════════════════════════════════════════════════════
   PAKETE
═══════════════════════════════════════════════════════════ */

/* Meilensteine-Highlight */
.paket-highlight {
  position: relative;
  background: var(--text);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 4rem;
}

.paket-highlight-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: var(--orange);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 100px;
  z-index: 2;
}

.paket-highlight-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.paket-highlight-text {
  padding: clamp(2.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}

.paket-highlight-text h3 {
  color: var(--cream);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.paket-highlight-text .paket-desc {
  color: var(--beige);
  font-size: 0.95rem;
  line-height: 1.8;
}

/* Timeline */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  padding-left: 1.5rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, var(--teal), transparent);
}

.timeline-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.timeline-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid var(--teal);
  background: var(--text);
  flex-shrink: 0;
  margin-top: 4px;
  margin-left: -1.5rem;
}

.timeline-content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.timeline-content strong {
  color: var(--cream);
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 0.95rem;
}

.timeline-content span {
  color: var(--text-light);
  font-size: 0.82rem;
}

/* Shooting-Liste im Meilensteine-Paket */
.shooting-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.shooting-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--beige);
  font-size: 0.92rem;
}

.shooting-list-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
  opacity: 0.7;
}

.shooting-list-dot--sage {
  background: var(--sage);
  opacity: 1;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 2px rgba(138, 158, 138, 0.3);
}

.shooting-list-new {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shooting-list-new span:last-child {
  color: var(--cream);
  font-weight: 500;
}

.shooting-list-badge {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--sage);
  color: var(--white);
  padding: 0.15rem 0.45rem;
  border-radius: 100px;
  margin-left: 0.4rem;
  vertical-align: middle;
  line-height: 1.6;
}

.paket-highlight-img {
  position: relative;
  overflow: hidden;
}

.paket-highlight-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.paket-highlight-img .placeholder-img {
  height: 100%;
  background: linear-gradient(150deg, #2A2A2A 0%, #1A1A1A 100%);
}

.paket-highlight-img .placeholder-img::before { color: #666666; }

/* Pakete-Grid */
.pakete-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.paket-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.paket-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(26, 26, 26, 0.07);
}

.paket-card-img {
  height: 220px;
}

.paket-card-photo {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.paket-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.paket-card-body h4 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
}

.paket-card-body p {
  font-size: 0.875rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════
   BUCHUNG
═══════════════════════════════════════════════════════════ */
.buchung-wrap {
  max-width: 860px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 40px rgba(60, 40, 30, 0.06);
}

.buchung-form {
  padding: clamp(2rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.form-step {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.step-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
  font-family: var(--font-serif);
  color: var(--text);
}

.step-num {
  font-family: var(--font-serif);
  font-size: 0.75rem;
  color: var(--teal);
  letter-spacing: 0.05em;
  border: 1px solid var(--teal);
  border-radius: 100px;
  padding: 0.2rem 0.55rem;
}

/* Shooting-Typ-Karten */
.shooting-types {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}

.shooting-type-card {
  cursor: pointer;
  position: relative;
}

.shooting-type-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.shooting-type-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  padding: 1.25rem 1rem;
  border: 1.5px solid var(--beige);
  border-radius: var(--radius-md);
  background: var(--white);
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  cursor: pointer;
}

.shooting-type-inner:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
}

.shooting-type-card input:checked + .shooting-type-inner {
  border-color: var(--gold);
  background: linear-gradient(135deg, #FFFDF2, #FDF8DC);
  box-shadow: 0 0 0 3px rgba(232, 197, 71, 0.15);
}

.shooting-icon {
  font-size: 1.3rem;
  color: var(--teal);
  line-height: 1;
}

.shooting-type-inner strong {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--text);
}

.shooting-type-inner span {
  font-size: 0.7rem;
  color: var(--text-light);
  letter-spacing: 0.02em;
}

/* Datum & Zeit */
.date-time-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.time-slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.75rem;
}

.time-slot {
  cursor: pointer;
  position: relative;
}

.time-slot input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.time-slot span {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.9rem;
  border: 1.5px solid var(--beige);
  border-radius: var(--radius-sm);
  background: var(--white);
  font-size: 0.82rem;
  color: var(--text);
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
}

.time-slot input:checked + span {
  border-color: var(--gold);
  background: linear-gradient(135deg, #FFFDF2, #FDF8DC);
}

.time-slot span small {
  font-size: 0.7rem;
  color: var(--text-light);
  margin-top: 2px;
}

/* Formularfelder */
.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-field label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-mid);
  text-transform: uppercase;
}

.form-field input,
.form-field textarea,
.form-field select {
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--beige);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 300;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(232, 197, 71, 0.15);
  background: var(--white);
}

.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--text-light); }

.form-field textarea { resize: vertical; min-height: 120px; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-grid .full-width { grid-column: 1 / -1; }

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: var(--text-light);
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  border: 1.5px solid var(--beige);
  border-radius: 4px;
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
}

.checkbox-label input[type="checkbox"]:checked {
  background: var(--gold);
  border-color: var(--gold);
}

.checkbox-label input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.inline-link {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-footer {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

.form-hint {
  font-size: 0.75rem;
  color: var(--text-light);
  letter-spacing: 0.02em;
}

.form-success {
  text-align: center;
  padding: 2rem;
}

.success-icon {
  font-size: 2rem;
  color: var(--teal);
  margin-bottom: 1rem;
}

.form-success h3 {
  font-family: var(--font-serif);
  color: var(--text);
  margin-bottom: 0.5rem;
}

.form-success p { font-size: 0.9rem; }

/* ═══════════════════════════════════════════════════════════
   GALERIE
═══════════════════════════════════════════════════════════ */
.galerie-filter {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.filter-btn {
  padding: 0.5rem 1.25rem;
  border: 1.5px solid var(--beige);
  border-radius: 100px;
  background: transparent;
  color: var(--text-mid);
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.filter-btn:hover {
  border-color: var(--teal);
  color: var(--text);
}

.filter-btn.active {
  background: var(--text);
  border-color: var(--text);
  color: var(--white);
}

/* Nahtloses Grid */
.galerie-grid {
  columns: 3;
  column-gap: 6px;
}

.galerie-item {
  break-inside: avoid;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  transition: opacity 0.4s var(--ease);
}

.galerie-item.hidden {
  display: none;
}

.galerie-item--large,
.galerie-item--tall {
  /* unused in columns layout – kept for backwards compat */
}

.galerie-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s var(--ease);
}

.galerie-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: unset;
}

.galerie-item:hover .galerie-img {
  transform: scale(1.04);
}

.galerie-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.75) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}

.galerie-item:hover .galerie-overlay { opacity: 1; }

/* Bücher: Overlay immer leicht sichtbar als Amazon-Hinweis */
.galerie-item--buch .galerie-overlay {
  opacity: 0.75;
}
.galerie-item--buch:hover .galerie-overlay {
  opacity: 1;
}
.galerie-item--buch {
  cursor: pointer;
}

.galerie-overlay span {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: var(--cream);
  letter-spacing: 0.02em;
}

/* ═══════════════════════════════════════════════════════════
   ÜBER MICH
═══════════════════════════════════════════════════════════ */
.ueber-mich-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
}

.ueber-mich-img {
  position: relative;
}

.ueber-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-md);
  overflow: hidden;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.ueber-deco-line {
  position: absolute;
  top: 2rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  z-index: -1;
}

.ueber-mich-text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.ueber-mich-text h2 { margin-bottom: 0.25rem; }

.ueber-mich-text p { font-size: 0.95rem; line-height: 1.85; }

.ueber-values {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.5rem;
  background: var(--yellow-bg);
  border-radius: var(--radius-sm);
  border-left: 2px solid var(--teal);
}

.value-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--text);
}

.value-mark {
  color: var(--teal);
  font-size: 0.7rem;
}

/* ═══════════════════════════════════════════════════════════
   KONTAKT
═══════════════════════════════════════════════════════════ */
.kontakt-wrap {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.kontakt-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.kontakt-leadin {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-mid);
}

.kontakt-details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.kontakt-detail {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.detail-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
}

.detail-value {
  font-size: 0.95rem;
  color: var(--text);
  transition: color 0.2s;
}

a.detail-value:hover { color: var(--coral); }

.response-time {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: var(--text-light);
}

.response-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
  flex-shrink: 0;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

.kontakt-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 2px 40px rgba(60, 40, 30, 0.06);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* ═══════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════ */
footer {
  background: var(--text);
  padding: 3.5rem 0 2.5rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-brand { display: flex; flex-direction: column; gap: 0.25rem; }

.footer-name {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--cream);
}

.footer-tagline {
  font-size: 0.82rem;
  color: var(--text-light);
}

.footer-nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-nav a {
  font-size: 0.8rem;
  color: var(--beige);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.footer-nav a:hover { color: var(--cream); }

.footer-legal {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
}

.footer-legal a {
  font-size: 0.75rem;
  color: var(--text-light);
  transition: color 0.2s;
}

.footer-legal a:hover { color: var(--beige); }

.footer-legal span {
  font-size: 0.75rem;
  color: var(--text-light);
}

/* ═══════════════════════════════════════════════════════════
   SCROLL-ANIMATIONEN
═══════════════════════════════════════════════════════════ */
.fade-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
.delay-3 { transition-delay: 0.36s; }

/* Hero: .fade-up-Elemente im Hero direkt sichtbar setzen */
#hero .fade-up { opacity: 1; transform: none; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */

/* Tablet: Sidebar bleibt, Inhalt wird schmaler */
@media (max-width: 1100px) {
  .paket-highlight-inner { grid-template-columns: 1fr; }
  .paket-highlight-img { height: 300px; order: -1; }
  .ueber-mich-wrap { grid-template-columns: 1fr; }
  .ueber-mich-img { max-width: 420px; margin: 0 auto; }
  .ueber-deco-line { right: -0.75rem; bottom: -0.75rem; }
  .kontakt-wrap { grid-template-columns: 1fr; }
  .galerie-grid { columns: 2; }
}

/* Mobil: Sidebar versteckt, Topbar sichtbar */
@media (max-width: 768px) {
  :root {
    --space-xl: 4rem;
    --space-lg: 2.5rem;
  }

  body {
    padding-left: 0;
    padding-top: 56px;
  }

  #sidebar {
    transform: translateX(-100%);
  }

  #sidebar.sidebar-open {
    transform: translateX(0);
    box-shadow: 4px 0 24px rgba(26, 26, 26, 0.12);
  }

  #mobile-topbar  { display: flex; }
  #sidebar-toggle { display: flex; }

  .galerie-grid { columns: 2; }

  .stimmen-grid { max-width: 100%; }

  .date-time-grid { grid-template-columns: 1fr; }
  .contact-grid   { grid-template-columns: 1fr; }
  .contact-grid .full-width { grid-column: 1; }
  .form-row       { grid-template-columns: 1fr; }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .paket-highlight-inner { min-height: auto; }
}

@media (max-width: 480px) {
  .shooting-types { grid-template-columns: repeat(2, 1fr); }
  .time-slots     { grid-template-columns: 1fr 1fr; }
  .galerie-grid   { columns: 1; }
}

/* ═══════════════════════════════════════════════════════════
   PAKETE – neue Elemente
═══════════════════════════════════════════════════════════ */
.paket-highlight-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.feature-tag {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  padding: 0.4rem 0.9rem;
}

.feature-tag--cake {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--cream);
}

.paket-card-eyebrow {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}

/* ═══════════════════════════════════════════════════════════
   BUCHUNG – Admin-Sichtbarkeit
═══════════════════════════════════════════════════════════ */
.booking-hidden {
  display: none !important;
}

.booking-visible {
  display: block;
}

/* Kalender */
.kalender-wrap {
  background: var(--white);
  border: 1.5px solid var(--beige);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.kalender-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--beige);
  background: var(--cream-mid);
}

.kal-monat-label {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--text);
  letter-spacing: 0.02em;
}

.kal-nav {
  background: none;
  border: 1px solid var(--beige);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--text-mid);
  transition: border-color 0.2s, color 0.2s;
}

.kal-nav:hover { border-color: var(--teal); color: var(--teal); }

.kalender-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 0.75rem;
  gap: 4px;
}

.kal-day-name {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-light);
  text-align: center;
  padding: 0.4rem 0;
}

.kal-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  border-radius: var(--radius-sm);
  cursor: default;
  color: var(--text-light);
  transition: background 0.15s, color 0.15s;
}

.kal-day.kal-empty { background: none; }

.kal-day.kal-past { opacity: 0.35; }

.kal-day.kal-available {
  background: rgba(232, 197, 71, 0.12);
  color: var(--text);
  cursor: pointer;
  font-weight: 500;
  border: 1px solid rgba(232, 197, 71, 0.4);
}

.kal-day.kal-available:hover {
  background: var(--gold);
  color: var(--text);
  border-color: var(--gold);
}

.kal-day.kal-selected {
  background: var(--text);
  color: var(--white);
  border-color: var(--text);
}

.kal-hint {
  font-size: 0.72rem;
  color: var(--text-light);
  text-align: center;
  padding: 0.5rem 0.75rem 0.75rem;
}

/* Zeitslots */
.timeslot-wrap {
  margin-top: 1.25rem;
}

.timeslot-title {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0.75rem;
}

/* Buchungs-Zusammenfassung */
.buchung-summary {
  background: var(--cream-mid);
  border-radius: var(--radius-sm);
  border: 1px solid var(--beige);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.buchung-summary h4 {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--teal);
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
}

.summary-row span { color: var(--text-light); }
.summary-row strong { color: var(--text); }

/* ═══════════════════════════════════════════════════════════
   KUNDENSTIMMEN
═══════════════════════════════════════════════════════════ */
.stimmen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  align-items: start;
}

.stimme-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 2px 20px rgba(60, 40, 30, 0.04);
  border: 1px solid var(--beige);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  position: relative;
}

.stimme-card::before {
  content: '\201C';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  color: var(--beige);
  pointer-events: none;
}

.stimme-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.08);
}

.stimme-stars {
  display: flex;
  gap: 2px;
}

.stimme-stars span {
  color: var(--orange);
  font-size: 0.9rem;
}

.stimme-text {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text-mid);
  border: none;
  margin: 0;
  padding: 0;
  quotes: none;
}

.stimme-autor {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--beige);
}

.stimme-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--light-gray);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: var(--text-mid);
  flex-shrink: 0;
}

.stimme-autor strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
}

.stimme-autor span {
  font-size: 0.72rem;
  color: var(--text-light);
  letter-spacing: 0.03em;
}

@media (max-width: 900px) {
  .stimmen-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
}

/* ═══════════════════════════════════════════════════════════
   UNTERSEITEN (Impressum / AGB / Datenschutz)
═══════════════════════════════════════════════════════════ */
.subpage-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(6rem, 10vw, 9rem) clamp(1.25rem, 5vw, 3.5rem) var(--space-xl);
}

.subpage-wrap h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.5rem;
}

.subpage-wrap .sub-meta {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 3rem;
  letter-spacing: 0.04em;
}

.subpage-wrap h2 {
  font-size: 1.2rem;
  margin: 2.5rem 0 0.75rem;
  color: var(--text);
}

.subpage-wrap p, .subpage-wrap li {
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--text-mid);
  margin-bottom: 0.75rem;
}

.subpage-wrap ul, .subpage-wrap ol {
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.subpage-wrap a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; }
.subpage-wrap a:hover { color: var(--coral); }

.subpage-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 2.5rem;
  transition: color 0.2s;
}

.subpage-back:hover { color: var(--teal); }

/* Aktiver Nav-Link auf Unterseiten */
.nav-active-page {
  color: var(--teal) !important;
}

.subpage-divider {
  border: none;
  border-top: 1px solid var(--beige);
  margin: 2.5rem 0;
}
