:root {
  --clay: #C9962E;
  --clay-dark: #A5761E;
  --cream: #F1F1EF;
  --ink: #232420;
  --ink-soft: #5B5D58;
  --line: rgba(38,37,35,0.13);
  --font-display: "Fraunces", serif;
  --font-body: "Inter", sans-serif;
}
* { box-sizing: border-box; overflow-wrap: break-word; -webkit-hyphens: auto; hyphens: auto; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-body); line-height: 1.6; }
h1, h2, h3 { font-family: var(--font-display); color: var(--ink); margin: 0; }
a { text-decoration: none; color: inherit; }

.nav { position: sticky; top: 0; background: var(--cream); border-bottom: 1px solid var(--line); z-index: 10; }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 2rem; }
.nav-inner > * { min-width: 0; }
.logo { font-family: var(--font-display); font-size: 1.15rem; }
.nav-links { display: flex; align-items: center; gap: 1.8rem; font-size: 0.92rem; font-weight: 500; }
.nav-btn { background: var(--clay); color: #fff; padding: 0.6rem 1.2rem; border-radius: 6px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px; height: 40px;
  background: none; border: none; cursor: pointer;
  -webkit-appearance: none; appearance: none;
}
.nav-toggle span { display: block; height: 2px; width: 100%; background: var(--ink); border-radius: 2px; transition: transform 0.25s ease, opacity 0.2s ease; }

.hero { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; padding: 5rem 2rem; }
.hero > * { min-width: 0; }
.kicker { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--clay-dark); margin-bottom: 1rem; }
.hero h1 { font-size: 2.8rem; line-height: 1.12; margin-bottom: 1.2rem; }
.lead { color: var(--ink-soft); font-size: 1.08rem; max-width: 42ch; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.btn { display: inline-flex; padding: 0.85rem 1.5rem; border-radius: 6px; font-weight: 600; font-size: 0.92rem; border: 1.5px solid transparent; cursor: pointer; -webkit-appearance: none; appearance: none; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-line { border: 1.5px solid var(--line); color: var(--ink); }
.hero-image { aspect-ratio: 4/3; border-radius: 12px; background: linear-gradient(135deg, #3A3833 0%, var(--clay) 70%, #E3C169 100%); overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.leistungen, .galerie, .ueber { max-width: 1100px; margin: 0 auto; padding: 4rem 2rem; }
.leistungen h2, .galerie h2, .ueber h2 { font-size: 2rem; margin-bottom: 0.6rem; }
.section-sub { color: var(--ink-soft); margin-bottom: 2.2rem; }
.leistungen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 2.2rem; }
.leistungen-grid > * { min-width: 0; }
.leistung-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 1.6rem; }
.leistung-num { font-family: var(--font-display); color: var(--clay); font-size: 1.3rem; }
.leistung-card h3 { font-size: 1.05rem; margin: 0.8rem 0 0.5rem; }
.leistung-card p { font-size: 0.9rem; color: var(--ink-soft); margin: 0; }

.galerie-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.galerie-grid > * { min-width: 0; }
.galerie-item { position: relative; aspect-ratio: 4/3; border-radius: 10px; display: flex; align-items: flex-end; padding: 1rem; color: #fff; font-weight: 600; font-size: 0.9rem; overflow: hidden; }
.galerie-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.galerie-item span { position: relative; z-index: 1; text-shadow: 0 2px 6px rgba(0,0,0,0.4); }
.swatch-1 { background: linear-gradient(160deg, #4A4740, #262523); }
.swatch-2 { background: linear-gradient(160deg, #C9962E, #8A6A1E); }
.swatch-3 { background: linear-gradient(160deg, #6B655A, #3A3833); }

.ueber { background: #fff; border-radius: 16px; }
.ueber p { color: var(--ink-soft); max-width: 65ch; margin: 1rem 0 2rem; }
.stat-row { display: flex; gap: 3rem; }
.stat strong { font-family: var(--font-display); font-size: 1.8rem; display: block; color: var(--clay-dark); }
.stat span { font-size: 0.85rem; color: var(--ink-soft); }

.kontakt { max-width: 1100px; margin: 0 auto; padding: 5rem 2rem; }
.kontakt-head { text-align: center; margin-bottom: 3rem; }
.kontakt-head p { color: var(--ink-soft); max-width: 44ch; margin: 0.8rem auto 0; }
.kontakt-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; align-items: start; }
.kontakt-grid > * { min-width: 0; }
.kontakt-form { display: flex; flex-direction: column; gap: 1.1rem; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 1.8rem; }
.form-row { display: flex; flex-direction: column; gap: 0.4rem; }
.form-row label { font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.form-row input, .form-row textarea { font-family: var(--font-body); font-size: 0.95rem; padding: 0.75rem 0.9rem; border: 1.5px solid var(--line); border-radius: 6px; background: var(--cream); color: var(--ink); resize: vertical; }
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--clay); }
.btn-wide { width: 100%; justify-content: center; }
.kontakt-side { display: flex; flex-direction: column; gap: 1.1rem; }
.map-embed { position: relative; aspect-ratio: 4/3; border-radius: 12px; background: linear-gradient(135deg, #D9D4C8 0%, #C2BBA9 50%, #A69C85 100%); overflow: hidden; }
.map-embed::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, rgba(42,37,33,0.06) 0 1px, transparent 1px 34px), repeating-linear-gradient(90deg, rgba(42,37,33,0.06) 0 1px, transparent 1px 34px); }
.map-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -100%); font-size: 1.8rem; filter: drop-shadow(0 6px 8px rgba(0,0,0,0.25)); }

.footer { text-align: center; padding: 2rem; font-size: 0.82rem; color: var(--ink-soft); border-top: 1px solid var(--line); }

@media (max-width: 800px) {
  .kontakt-grid { grid-template-columns: 1fr; }
  .hero { grid-template-columns: 1fr; }
  .leistungen-grid { grid-template-columns: repeat(2, 1fr); }
  .galerie-grid { grid-template-columns: 1fr; }

  .nav-inner { flex-wrap: wrap; }
  .nav-toggle { display: flex; order: 2; z-index: 2; }
  .nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-active span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links {
    display: none;
    order: 3;
    flex-basis: 100%;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 1rem 0 1.5rem;
    margin-top: 1rem;
    border-top: 1px solid var(--line);
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .nav-links.is-open { display: flex; }
  .nav-links.is-open.is-animating-in { opacity: 1; transform: translateY(0); }
  .nav-links a { padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
  .nav-links a.nav-btn { text-align: center; margin-top: 0.5rem; }
}

/* ===== Scroll-Reveal ===== */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1), transform 0.6s cubic-bezier(0.22,1,0.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
