
  /* Reset & Base */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    background-color: #fdf9e3;
    color: #1a1a1a;
    font-family: 'Georgia', serif;
    font-size: 16px;
    line-height: 1.7;
  }

  /* ── NAVIGATION ── */
  nav {
    background-color: #fff;
    border-bottom: 1px solid #e8e0c8;
    padding: 14px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  nav a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-family: 'Georgia', serif;
    transition: color 0.2s;
  }
  nav a:hover { color: #b8a97a; }

  /* ── HERO ── */
  .hero {
    background-color: #fff;
    border: 12px solid #fdf2b0;
    margin: 40px auto;
    max-width: 900px;
    padding: 50px 40px 40px;
    text-align: center;
    position: relative;
  }

  .hero-save {
    font-family: 'Brush Script MT', 'Segoe Script', cursive;
    font-size: clamp(2.8rem, 6vw, 3.8rem);
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 50px;
  }

  .hero-date-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 10px 0 24px;
    position: relative;
  }

  .hero-day {
    font-size: clamp(6rem, 18vw, 11rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    color: transparent;
    background: linear-gradient(135deg, #c8c8c8 0%, #888 100%);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1;
    font-family: 'Georgia', serif;
    text-shadow: none;
    position: relative;
  }

  .hero-names {
    font-family: 'Brush Script MT', 'Segoe Script', cursive;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    color: #555;
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
  }

  .hero-sub {
    font-size: 18px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 6px;
    font-family: 'Georgia', serif;
  }

  .hero-month-year {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: #1a1a1a;
    font-family: 'Georgia', serif;
  }
.hero img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 24px auto 0;
  border-radius: 8px;
}

@media (max-width: 640px) {
  .hero img {
    max-width: 100%;
    border-radius: 4px;
  }
}


  /* Decorative SVG ring */
  .hero-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    width: 320px;
    height: 220px;
    pointer-events: none;
    opacity: 0.35;
  }

  .divider {
    width: 60px;
    height: 1px;
    background: #1a1a1a;
    margin: 16px auto 20px;
  }

  /* ── ABLAUF SECTION ── */
  .section-wrapper {
    max-width: 700px;
    margin: 0 auto 60px;
    padding: 0 20px;
  }

  .section-title {
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #b8a97a;
    text-align: center;
    margin-bottom: 8px;
    font-family: 'Georgia', serif;
  }

  .section-heading {
    font-family: 'Brush Script MT', 'Segoe Script', cursive;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 32px;
    font-weight: 400;
  }
   .section-heading2 {
    font-family: 'Georgia', serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 32px;
    font-weight: 400;
  }

  .ablauf-card {
    background: #fff;
    border: 1px solid #e8e0c8;
    border-radius: 4px;
    padding: 32px 36px;
  }

  .ablauf-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #f0ead8;
  }
  .ablauf-item:last-child { border-bottom: none; }

  .ablauf-time {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b8a97a;
    min-width: 80px;
    padding-top: 3px;
    font-family: 'Georgia', serif;
  }

  .ablauf-desc strong {
    display: block;
    font-size: 1rem;
    color: #1a1a1a;
    margin-bottom: 2px;
    font-family: 'Georgia', serif;
  }
  .ablauf-desc span {
    font-size: 0.88rem;
    color: #777;
    font-style: italic;
  }
/* -- Ablauf 2 Spalten -- */
  

        .timeline-section {
            min-height: 100vh;
            background-color: #f8f6ee;
            padding: 60px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .timeline-title {
            font-family: 'Brush Script MT', 'Segoe Script', cursive;
            font-size: clamp(1.8rem, 4vw, 2.6rem);
            font-style: italic;
            font-weight: 700;
            color: #1e1a14;
            margin-bottom: 60px;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .timeline-wrapper {
            position: relative;
            width: 100%;
            max-width: 700px;
            z-index: 1;
        }

        /* Mittellinie */
        .timeline-wrapper::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 1px;
            background-color: #c9b99a;
            transform: translateX(-50%);
        }

        .timeline-item {
            display: flex;
            align-items: center;
            margin-bottom: 60px;
            position: relative;
            width: 100%;
        }

        .timeline-item.left {
            flex-direction: row;
        }

        .timeline-item.right {
            flex-direction: row-reverse;
        }

        .timeline-text {
            width: calc(50% - 50px);
            text-align: right;
            padding-right: 20px;
        }

        .timeline-item.right .timeline-text {
            text-align: left;
            padding-right: 0;
            padding-left: 20px;
        }

        .timeline-icon {
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        .timeline-time {
            font-size: 1rem;
            font-weight: 400;
            letter-spacing: 0.12em;
            color: #c9b99a;
            text-transform: uppercase;
            display: block;
            margin-bottom: 4px;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
        }

        .timeline-label {
            font-size: 0.85rem;
            font-weight: 400;
            letter-spacing: 0.15em;
            color: #1e1a14;
            text-transform: uppercase;
            display: block;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
        }

        @media (max-width: 500px) {
            .timeline-icon {
                font-size: 1.8rem;
                width: 60px;
                height: 60px;
            }

            .timeline-time {
                font-size: 0.65rem;
            }

            .timeline-label {
                font-size: 0.7rem;
            }

            .timeline-text {
                width: calc(50% - 40px);
            }
        }
  /* ── CTA RSVP ── */
  .cta-section {
    background: #fff;
    border-top: 1px solid #e8e0c8;
    border-bottom: 1px solid #e8e0c8;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 60px;
  }

  .cta-section h2 {
    font-family: 'Brush Script MT', 'Segoe Script', cursive;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .cta-section p {
    font-size: 0.9rem;
    color: #666;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
    font-style: italic;
  }

  .rsvp-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 440px;
    margin: 0 auto;
  }

  .rsvp-form input,
  .rsvp-form select,
  .rsvp-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d8ceb0;
    background: #fffef8;
    font-size: 0.9rem;
    font-family: 'Georgia', serif;
    color: #1a1a1a;
    outline: none;
    border-radius: 2px;
    transition: border-color 0.2s;
    
  }
  .rsvp-form input:focus,
  .rsvp-form select:focus,
  .rsvp-form textarea:focus {
    border-color: #b8a97a;
  }

  .rsvp-form textarea { height: 100px; resize: vertical; }

  .btn-rsvp {
    background: #1a1a1a;
    color: #fdf9e3;
    border: none;
    padding: 14px 40px;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Georgia', serif;
    transition: background 0.2s;
    align-self: center;
    border-radius: 2px;
  }
  .btn-rsvp:hover { background: #b8a97a; }

  .radio-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  font-family: 'Georgia', serif;
  color: #1a1a1a;
}

.radio-group input[type="radio"] {
  width: auto;        /* überschreibt width: 100% vom rsvp-form */
  padding: 0;         /* überschreibt padding vom rsvp-form */
  border: none;       /* überschreibt border vom rsvp-form */
  accent-color: #b8a97a;
  cursor: pointer;
  margin: 0;
}


  /* ── SLIDER ── */
  .slider-section {
    max-width: 700px;
    margin: 0 auto 60px;
    padding: 0 20px;
  }

  .slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #e8e0c8;
    height: 320px;
  }

  .slider-track {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
  }

  .slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #555;
    font-style: italic;
    letter-spacing: 0.1em;
    background: #ede8d8;
    position: relative;
  }

  .slide:nth-child(2) { background: #e0dace; }
  .slide:nth-child(3) { background: #d4cec0; }

  .slide-label {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #888;
  }

  /* Placeholder location icon */
  .slide svg { opacity: 0.25; }

  .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: 1px solid #d8ceb0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s;
  }
  .slider-btn:hover { background: #fff; }
  .slider-btn.prev { left: 12px; }
  .slider-btn.next { right: 12px; }

  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
  }
  .dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #d8ceb0;
    cursor: pointer;
    transition: background 0.2s;
  }
  .dot.active { background: #1a1a1a; }
  .slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 300px; /* oder 400px je nach Geschmack */
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

  /* ── PHOTO GRID ── */
  .photo-grid-section {
    max-width: 820px;
    margin: 0 auto 70px;
    padding: 0 20px;
  }

  .photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .photo-card {
    background: #e8e0c8;
    border-radius: 12px;
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #888;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s;
  }
  .photo-card:hover { transform: scale(1.03); }
  .photo-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ede8d8 0%, #d4cec0 100%);
  }
  .photo-card span { position: relative; z-index: 1; }

  .photo-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  /* ── FOOTER ── */
  footer {
    border-top: 1px solid #e8e0c8;
    padding: 24px 40px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #aaa;
    background: #fff;
  }
  footer a { color: #aaa; text-decoration: none; }
  footer a:hover { color: #b8a97a; }

.faq-container {
  max-width: 620px;
  margin: 50px auto;
  padding: 0 20px;
}

.faq-item {
  border-bottom: 1px solid #d4c9a8; /* warmes Beige statt kaltes Grau */
  border-radius: 4px;
  margin-bottom: 4px;
  overflow: hidden;
}

.faq-item:first-child {
  border-top: 1px solid #d4c9a8;
}

.faq-question {
  background: transparent; /* kein harter Graukasten mehr */
  cursor: pointer;
  padding: 18px 15px;
  font-weight: bold;
  color: #3a2e1f; /* warmes Dunkelbraun */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s, color 0.3s;
  user-select: none;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.faq-question:hover {
  background: rgba(180, 160, 110, 0.12); /* sanftes warmes Hover */
  color: #6b5230;
}

.faq-item.active .faq-question {
  color: #6b5230; /* goldbraun wenn offen */
}

/* Dreieck-Icon */
.faq-icon {
  width: 0;
  height: 0;
  flex-shrink: 0;
  margin-left: 12px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #a08c5b; /* warmes Gold */
  transition: transform 0.35s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

/* Antwort-Bereich */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 15px;
  color: #5a4a35; /* warmes Mittelbraun */
  line-height: 1.7;
  font-size: 0.95rem;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 4px 15px 18px;
}


.datenschutz-container {
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.stepper-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .stepper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .count {
        min-width: 20px;
        text-align: center;
    }

    
  /* ── RESPONSIVE ── */
  @media (max-width: 640px) {
    .photo-grid { grid-template-columns: repeat(2, 1fr); }
    .hero { margin: 20px; padding: 36px 20px 30px; }
    nav { padding: 12px 20px; gap: 20px; }
  }