:root {
  --ivory: #f8f5f0;
  --ivory-dark: #efe6d6;
  --charcoal: #211d1a;
  --charcoal-soft: #322c27;
  --gold: #c9a15a;
  --gold-dark: #a3813f;
  --gold-light: #e8d7ac;
  --text-muted: #7c7268;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Montserrat', 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--ivory);
  line-height: 1.6;
}
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; margin: 0 0 16px; color: var(--charcoal); }
p { margin: 0 0 16px; color: var(--text-muted); }
a { text-decoration: none; color: inherit; }
.center { text-align: center; }
.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-dark);
  margin-bottom: 10px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--charcoal);
}
.header-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.logo span { color: var(--gold); }
.main-nav { display: flex; gap: 26px; flex-wrap: wrap; }
.main-nav a {
  font-size: 14px;
  font-weight: 500;
  color: #ded5c8;
  transition: color 0.2s;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover { color: #fff; }
.main-nav a.active { color: var(--gold); border-bottom-color: var(--gold); }
.header-right { display: flex; align-items: center; gap: 6px; }
.header-actions { display: flex; gap: 6px; align-items: center; }
.header-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ded5c8;
  transition: color 0.2s, background 0.2s, transform 0.2s;
}
.header-actions a:hover { color: #fff; background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }
.header-actions a.wa-link { color: #25d366; }
.header-actions a.wa-link:hover { color: #3ee083; }
.header-actions .social-icon { width: 20px; height: 20px; }
.btn-call, .btn-whatsapp {
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s, opacity 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-call { background: var(--gold); color: var(--charcoal); }
.btn-call:hover { background: var(--gold-light); }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-whatsapp:hover { opacity: 0.88; }
.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 6px 4px;
  min-width: 40px;
  min-height: 40px;
}

/* Hero */
.hero {
  padding: 150px 24px 80px;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center 30%;
  text-align: center;
}
.hero-content { max-width: 760px; margin: 0 auto; }
.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 18px;
}
.hero h1 { font-size: 46px; line-height: 1.2; margin-bottom: 22px; color: #fff; }
.hero-text { font-size: 17px; max-width: 560px; margin: 0 auto 32px; color: #ede6d9; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.btn-primary {
  background: var(--gold);
  color: var(--charcoal);
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.2s, transform 0.2s;
  display: inline-block;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-secondary {
  background: transparent;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #fff;
  transition: all 0.2s;
  display: inline-block;
}
.btn-secondary:hover { background: #fff; color: var(--charcoal); }
.hero-rating { display: flex; gap: 10px; justify-content: center; align-items: center; font-size: 14px; color: #ede6d9; font-weight: 600; }
.stars, .rating-stars, .badge-stars, .testimonial-stars { color: var(--gold); letter-spacing: 2px; }

/* About */
.about { padding: 90px 24px; }
.about-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 0.8fr; gap: 60px; align-items: center; }
.about-text h2 { font-size: 34px; }
.about-points { list-style: none; padding: 0; margin: 24px 0 0; }
.about-points li { margin-bottom: 12px; font-weight: 500; }
.about-badge { display: flex; justify-content: center; }
.badge-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 20px 40px rgba(163, 129, 63, 0.3);
}
.badge-number { font-family: var(--font-display); font-size: 42px; font-weight: 700; }
.badge-stars { color: #fff8e6; margin: 4px 0; }
.badge-label { font-size: 12px; opacity: 0.95; }

/* Services / Leistungen */
.services { padding: 90px 24px; background: var(--ivory-dark); min-height: calc(100vh - 74px); }
.services h2 { font-size: 34px; max-width: 640px; margin: 0 auto 10px; }
.services-note { max-width: 620px; margin: 0 auto 50px; font-size: 14px; background: #fff; border-radius: 14px; padding: 16px 22px; border: 1px solid #e5dcc9; }
.services-note strong { color: var(--charcoal); }
.price-group { max-width: 1140px; margin: 0 auto 40px; }
.price-group h3 { font-size: 20px; margin-bottom: 4px; }
.price-group .group-note { font-size: 13px; margin-bottom: 18px; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.price-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 8px 20px rgba(33, 29, 26, 0.05);
}
.price-name { font-weight: 600; font-size: 14px; color: var(--charcoal); }
.price-value { font-size: 13px; font-weight: 700; color: var(--gold-dark); white-space: nowrap; }

/* Gallery */
.gallery { padding: 90px 24px; min-height: calc(100vh - 74px); }
.gallery h2 { font-size: 34px; max-width: 600px; margin: 0 auto 10px; }
.gallery-note { max-width: 500px; margin: 0 auto 40px; font-size: 14px; }
.gallery-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-item { aspect-ratio: 3 / 4; border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(33, 29, 26, 0.08); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Testimonials */
.testimonials { padding: 90px 24px; background: var(--ivory-dark); min-height: calc(100vh - 74px); }
.testimonials h2 { font-size: 34px; max-width: 600px; margin: 0 auto 24px; }
.rating-summary { display: flex; gap: 14px; align-items: center; justify-content: center; margin-bottom: 46px; font-weight: 600; }
.rating-number { font-family: var(--font-display); font-size: 28px; }
.rating-count { color: var(--text-muted); font-weight: 500; font-size: 14px; }
.testimonial-grid { max-width: 1140px; margin: 0 auto 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonial-card { background: #fff; padding: 28px 24px; border-radius: 18px; box-shadow: 0 10px 30px rgba(33, 29, 26, 0.06); }
.testimonial-card p { font-size: 14px; color: var(--charcoal); margin-bottom: 16px; }
.testimonial-author { font-size: 13px; font-weight: 600; color: var(--gold-dark); }

/* Contact */
.contact { padding: 90px 24px; min-height: calc(100vh - 74px); }
.contact-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-info h2 { font-size: 34px; }
.contact-list { list-style: none; padding: 0; margin: 24px 0 32px; }
.contact-list li { margin-bottom: 12px; font-weight: 500; }
.contact-list a { color: var(--gold-dark); font-weight: 600; }
.contact-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hours-card { background: #fff; border-radius: 16px; padding: 22px 26px; box-shadow: 0 8px 20px rgba(33, 29, 26, 0.05); }
.hours-card h3 { font-size: 16px; margin-bottom: 14px; }
.hours-list { list-style: none; padding: 0; margin: 0; }
.hours-list li { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--ivory-dark); font-size: 14px; }
.hours-list li:last-child { border-bottom: none; }
.hours-list .day { font-weight: 600; color: var(--charcoal); }
.hours-list .closed { color: var(--gold-dark); font-weight: 600; }
.contact-map iframe { display: block; width: 100%; height: 420px; border: 0; border-radius: 16px; }

/* Legal / Impressum */
.legal { padding: 90px 24px; max-width: 860px; margin: 0 auto; min-height: calc(100vh - 74px); }
.legal h2 { font-size: 30px; }
.legal h3 { font-size: 18px; margin-top: 32px; }
.legal-todo {
  background: #fff3e0;
  border: 1px solid #e8c583;
  color: #6b4a12;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* Footer */
.site-footer { background: var(--charcoal); color: #f3ebe2; padding: 50px 24px; }
.footer-inner { max-width: 1140px; margin: 0 auto; text-align: center; }
.footer-brand { font-family: var(--font-display); font-size: 22px; margin-bottom: 10px; }
.footer-brand span { color: var(--gold); }
.footer-inner p { color: #cfc3b8; font-size: 14px; margin-bottom: 8px; }
.footer-links { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.footer-links a { color: #f3ebe2; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.social-icon { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }
.contact-list a { display: inline-flex; align-items: center; gap: 6px; }
.footer-copy { font-size: 12px; opacity: 0.7; margin-top: 16px; }

/* Responsive: tablet / iPad (also covers small laptops) */
@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--charcoal-soft);
    padding: 8px 24px 18px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
  }
  .main-nav.open { display: flex; }
  .main-nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
  }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Responsive: iPad portrait / large phones */
@media (max-width: 820px) {
  .hero h1 { font-size: 32px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-badge { order: -1; }
  .price-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .contact-map iframe { height: 320px; }
}

/* Responsive: phones */
@media (max-width: 600px) {
  .header-inner { padding: 14px 16px; }
  .logo { font-size: 19px; }
  .hero { padding: 100px 18px 50px; min-height: 0; }
  .hero h1 { font-size: 27px; }
  .hero-text { font-size: 15px; }
  .hero-actions, .contact-actions { flex-direction: column; align-items: stretch; }
  .hero-actions a, .contact-actions a { text-align: center; }
  .header-actions .btn-call span.label, .header-actions .btn-whatsapp span.label { display: none; }
  .btn-call, .btn-whatsapp { padding: 10px 12px; }
  .badge-circle { width: 170px; height: 170px; }
  .services-note { padding: 14px 16px; }
  .gallery-grid { gap: 10px; }
}
