*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --sand:     #EADDCA;
  --creme:    #F7F3EE;
  --dark:     #3A3A3A;
  --mid:      #6E6E6E;
  --olive:    #556B2F;
  --terra:    #C27A50;
  --hover-bg: #F0E8E1;
  --white:    #FFFFFF;
}
@media (prefers-color-scheme: dark) {
  :root {
    --sand:     #1A1612;
    --creme:    #221E1A;
    --dark:     #F0EBE3;
    --mid:      #B0A898;
    --olive:    #7A9A45;
    --terra:    #D4926A;
    --hover-bg: #2A2420;
    --white:    #2E2924;
  }
  nav, .mobile-menu, footer { background: #1E1A16 !important; }
  .proof-bar { background: #4A5E28 !important; }
  .gallery-card, .price-box, .avail-box, .testimonial { background: #2A2420 !important; }
  .anlass-tag { background: #2A2420 !important; border-color: #3A3028 !important; }
}
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; background-color: var(--sand); color: var(--dark); font-size: 16px; line-height: 1.7; }
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.3; }
a { color: var(--olive); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 720px; margin: 0 auto; padding: 0 1.5rem; }
.btn { display: inline-block; background-color: var(--olive); color: #fff; padding: 0.75rem 1.75rem; border-radius: 2px; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.03em; transition: background 0.2s; cursor: pointer; border: none; }
.btn:hover { background-color: #3f5024; text-decoration: none; }
.btn-outline { background: transparent; border: 2px solid var(--olive); color: var(--olive); }
.btn-outline:hover { background: var(--olive); color: #fff; }
section { padding: 3.5rem 0; }
section.alt { background-color: var(--creme); }
section h2 { font-size: 1.6rem; margin-bottom: 0.5rem; }
.section-sub { color: var(--mid); font-size: 0.95rem; margin-bottom: 1.5rem; }

/* Navbar */
nav { background: var(--white); position: sticky; top: 0; z-index: 200; border-bottom: 1px solid var(--hover-bg); }
.nav-inner { max-width: 720px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--dark); font-weight: 600; }
.nav-links { display: flex; gap: 1.5rem; align-items: center; list-style: none; }
.nav-links a { font-size: 0.875rem; color: var(--mid); font-weight: 700; }
.nav-links a:hover { color: var(--olive); text-decoration: none; }
.nav-cta { font-size: 0.8rem !important; padding: 0.5rem 1.1rem; color: #fff !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--dark); transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; background: var(--white); border-top: 1px solid var(--hover-bg); padding: 1rem 1.5rem 1.5rem; }
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; }
.mobile-menu li { padding: 0.6rem 0; border-bottom: 1px solid var(--hover-bg); }
.mobile-menu a { color: var(--dark); font-weight: 700; font-size: 1rem; }
.mobile-menu .btn { margin-top: 1rem; width: 100%; text-align: center; display: block; }

/* Hero */
.hero { background-color: var(--creme); padding: 4rem 1.5rem 3.5rem; text-align: center; }
.hero-viet { font-size: 0.78rem; color: var(--terra); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
.hero h1 { font-size: clamp(2rem, 6vw, 3rem); margin-bottom: 0.5rem; }
.hero-tagline { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.15rem; color: var(--terra); margin-bottom: 1.25rem; }
.hero p { color: var(--mid); max-width: 520px; margin: 0 auto 0.75rem; }
.hero-promise { font-size: 0.9rem; color: var(--olive); font-weight: 700; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Proof Bar */
.proof-bar { background: var(--olive); color: #fff; padding: 0.75rem 1.5rem; text-align: center; font-size: 0.875rem; letter-spacing: 0.02em; }

/* Vorteile */
.vorteile-list { list-style: none; margin: 1.25rem 0 2rem; }
.vorteile-list li { padding: 0.7rem 0; border-bottom: 1px solid var(--hover-bg); display: flex; align-items: flex-start; gap: 0.75rem; }
.vorteile-list li::before { content: "✦"; color: var(--olive); flex-shrink: 0; margin-top: 0.15rem; }

/* Testimonials */
.testimonials { display: flex; flex-direction: column; gap: 1rem; margin: 1.5rem 0 2rem; }
.testimonial { background: var(--white); border-left: 3px solid var(--terra); padding: 1.1rem 1.25rem; border-radius: 0 2px 2px 0; }
.testimonial-text { font-style: italic; color: var(--dark); margin-bottom: 0.4rem; font-size: 0.95rem; }
.testimonial-author { font-size: 0.8rem; color: var(--mid); font-weight: 700; }

/* Prozess */
.steps { margin: 1.5rem 0 2rem; }
.step { display: flex; gap: 1.25rem; margin-bottom: 1.5rem; align-items: flex-start; }
.step-num { background: var(--olive); color: #fff; font-family: 'Playfair Display', serif; font-size: 0.9rem; width: 2rem; height: 2rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 0.1rem; }
.step-content h3 { font-size: 1rem; font-family: 'Lato', sans-serif; font-weight: 700; margin-bottom: 0.2rem; }
.step-content p { color: var(--mid); font-size: 0.95rem; }

/* Über mich */
.about-grid { display: grid; grid-template-columns: 130px 1fr; gap: 2rem; align-items: start; margin-top: 1.5rem; }
.about-img { width: 130px; height: 130px; border-radius: 50%; object-fit: cover; background: var(--hover-bg); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.about-text p { color: var(--mid); font-size: 0.95rem; margin-bottom: 0.6rem; }

/* Anlässe */
.anlaesse-grid { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.25rem; }
.anlass-tag { background: var(--white); border: 1px solid var(--hover-bg); padding: 0.4rem 1rem; border-radius: 2px; font-size: 0.9rem; }

/* Galerie */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1.5rem 0 2rem; }
.gallery-card { background: var(--white); border-radius: 2px; overflow: hidden; border: 1px solid var(--hover-bg); transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; display: block; color: var(--dark); }
.gallery-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.08); text-decoration: none; }
.gallery-img { aspect-ratio: 1; background: var(--hover-bg); display: flex; align-items: center; justify-content: center; font-size: 2rem; overflow: hidden; }
.gallery-img img { width: 100%; height: 100%; object-fit: cover; }
.gallery-info { padding: 0.75rem 1rem; }
.gallery-info h3 { font-size: 0.9rem; font-family: 'Lato', sans-serif; font-weight: 700; margin-bottom: 0.2rem; }
.gallery-info p { font-size: 0.8rem; color: var(--mid); }
.gallery-arrow { font-size: 0.75rem; color: var(--olive); margin-top: 0.3rem; display: block; font-weight: 700; }

/* Preise */
.price-box { background: var(--white); border-left: 3px solid var(--olive); padding: 1.25rem 1.5rem; margin: 1.25rem 0 2rem; }
.price-box p { margin-bottom: 0.4rem; color: var(--mid); }

/* Verfügbarkeit */
.avail-box { background: var(--white); border: 1px solid var(--hover-bg); padding: 1.25rem 1.5rem; margin: 1.25rem 0 2rem; border-radius: 2px; }
.avail-spots { font-size: 0.9rem; color: var(--terra); font-weight: 700; margin-bottom: 0.5rem; }
.avail-box p { color: var(--mid); margin-bottom: 0.4rem; }

/* FAQ */
.faq { margin: 1.5rem 0 2rem; }
.faq-item { border-bottom: 1px solid var(--hover-bg); }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 1rem 0; cursor: pointer; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--dark); display: flex; justify-content: space-between; align-items: center; }
.faq-q:hover { color: var(--olive); }
.faq-icon { font-size: 1.2rem; color: var(--olive); transition: transform 0.2s; flex-shrink: 0; margin-left: 1rem; }
.faq-a { display: none; padding: 0 0 1rem; color: var(--mid); font-size: 0.95rem; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* Kontakt */
.kontakt-links { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.25rem; }
.kontakt-links a { color: var(--olive); font-weight: 700; }

/* Footer */
footer { background: var(--white); border-top: 1px solid var(--hover-bg); padding: 2rem 1.5rem; text-align: center; }
.footer-inner { max-width: 720px; margin: 0 auto; }
.footer-links { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1rem; font-size: 0.875rem; }
.footer-links a { color: var(--mid); }
.footer-links a:hover { color: var(--olive); }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 0.9rem; color: var(--mid); }
.footer-viet { font-size: 0.75rem; color: var(--terra); margin-top: 0.25rem; font-style: italic; }

/* Mobile */
@media (max-width: 640px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img { margin: 0 auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btns .btn { width: 100%; text-align: center; }
}
