@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/fraunces-500.woff2") format("woff2");
}
@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("fonts/fraunces-700.woff2") format("woff2");
}
@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/fraunces-700.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/source-sans-400.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/source-sans-600.woff2") format("woff2");
}
:root {
  --cream: #f4efe4;
  --paper: #fbf7ef;
  --ink: #1c261d;
  --forest: #1f3d2b;
  --leaf: #3d6b4f;
  --moss: #7a9a78;
  --earth: #8a5a38;
  --line: rgba(31, 61, 43, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  font-size: 1.125rem;
}
h1, h2, h3 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); margin: 0 0 0.6rem; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 0 0 1rem; }
h3 { font-size: 1.15rem; }
a { color: var(--forest); }
.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 1rem; top: 1rem; background: white; padding: .5rem 1rem; z-index: 20; }
.wrap { width: min(1080px, calc(100% - 2.4rem)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 10;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap;
  gap: 1rem; padding: 0.85rem 1.2rem;
  background: rgba(244, 239, 228, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.mark {
  font-family: Fraunces, serif;
  font-weight: 650;
  color: var(--forest);
  text-decoration: none;
}
.nav nav { display: flex; gap: 1.1rem; }
.nav nav a { text-decoration: none; color: var(--ink); font-size: 0.95rem; }
.nav-toggle { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }
.nav-burger {
  display: none;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--forest);
  background: var(--paper);
}
.hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: end;
  color: var(--paper);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 32, 22, 0.28) 0%, rgba(18, 32, 22, 0.78) 62%),
    url("images/hochbeete.jpg") center 58%/cover no-repeat;
}
.erstes { margin-top: 1.1rem; font-size: 1.02rem; }
.hero-inner {
  position: relative;
  width: min(820px, calc(100% - 2.4rem));
  margin: 0 auto 4.5rem;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  margin: 0 0 0.8rem;
  color: #dce8d4;
}
.lead { font-size: 1.2rem; max-width: 36rem; margin: 0 0 1.6rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.btn {
  display: inline-block;
  background: #e8d7b5;
  color: var(--forest);
  text-decoration: none;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
}
.btn.ghost {
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(251, 247, 239, 0.45);
}
.intro, .band, .preise, .kontakt, footer { padding: 4.2rem 0; }
.split {
  display: grid;
  gap: 2.4rem;
  align-items: center;
}
@media (min-width: 760px) {
  .split { grid-template-columns: 1fr 1.1fr; }
  .preise .split { grid-template-columns: 1.1fr 0.9fr; }
}
.photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}
.photo.tall img { height: 380px; }
.band { background: var(--paper); }
.cards {
  list-style: none; padding: 0; margin: 0 0 2rem;
  display: grid; gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.cards li {
  background: var(--cream);
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.cards strong {
  display: block;
  font-family: Fraunces, serif;
  color: var(--forest);
  margin-bottom: 0.15rem;
}
.quiet { color: var(--leaf); margin-top: 0.5rem; }
.not { padding-left: 1.1rem; color: #3a4a3c; }
.price span {
  font-family: Fraunces, serif;
  font-size: 3.2rem;
  display: block;
  color: var(--forest);
  line-height: 1;
}
.kontakt { background: var(--forest); color: var(--paper); text-align: center; }
.kontakt a { color: #e8d7b5; }
.kontakt .btn { color: var(--forest); }
.contact-lines { font-size: 1.2rem; }
footer {
  background: #17291e;
  color: #c9d6c4;
  font-size: 0.95rem;
}
footer a { color: #e8d7b5; }
@media (max-width: 640px) {
  .nav-burger { display: inline-flex; align-items: center; }
  .nav nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.2rem 0 0.4rem;
  }
  .nav-toggle:checked ~ nav { display: flex; }
  .nav nav a { padding: 0.55rem 0; }
  .hero { min-height: 78vh; }
  .cards { grid-template-columns: 1fr 1fr; }
  .photo img, .photo.tall img { height: 240px; }
}

footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: flex-end;
}
.legal-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.legal-page {
  padding: 3.2rem 0 4.5rem;
  min-height: 70vh;
}
.legal-page h1 { margin-bottom: 0.4rem; }
.legal-page .meta {
  color: var(--leaf);
  margin: 0 0 1.6rem;
  font-size: 0.95rem;
}
.legal-page p { max-width: 38rem; }
.legal-page address { font-style: normal; margin: 0 0 1.2rem; }
