/* Garten — „Vier Jahreszeiten"
   Salbei, Tanne, Moos, Erde – und eine Akzentfarbe, die mit dem Monat wandert (--saison, setzt seite.js).
   Weiche Serifenschrift, organische Formen, Grasrand zwischen den Abschnitten. */
:root {
  --salbei: #dde5d5; --salbei-2: #cfdac5; --papier: #f4f6f0; --tanne: #1f3d2b; --tanne-2: #45604c; --moos: #7fae52; --erde: #6b4e33;
  --saison: #e86a92; --saison-text: #1f3d2b;
  --fokus: var(--tanne);
  --rand: clamp(1.1rem, 4.5vw, 4rem);
  --spur: rgb(31 61 43 / .15); --fuell: var(--tanne); --knopf: var(--saison); --knopf-rand: 3px solid var(--papier);
  --knopf-g: 26px; --spur-h: 8px; --knopf-schatten: 0 2px 8px rgb(31 61 43 / .35);
  --seg-an: var(--tanne);
  --gras: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 24'%3E%3Cpath d='M0 24 3 10 6 24 9 4 12 24 15 13 18 24 21 2 24 24 27 11 30 24 33 6 36 24 39 14 42 24 45 3 48 24 51 9 54 24 57 5 60 24Z'/%3E%3C/svg%3E");
}
:root {
  /* Bausteine aus gemeinsam/rahmen.css */
  --b-akzent: var(--saison); --b-akzent-text: var(--saison-text); --b-radius: 28px;
  --b-titel: "Young Serif", Georgia, serif; --b-zitat: "Young Serif", Georgia, serif;
  --b-linie: rgb(31 61 43 / .14); --b-text-2: var(--tanne-2); --b-karte: var(--papier); --b-fehler: #b3261e; --b-gut: #2f7d4a;
  --kopf-fest-grund: rgb(244 246 240 / .86); --kopf-fest-text: var(--tanne); --kopf-fest-rand: rgb(31 61 43 / .1);
  --menue-grund: var(--tanne); --menue-text: var(--papier); --menue-akzent: var(--saison); --menue-linie: rgb(244 246 240 / .14);
  --menue-schrift: "Young Serif", Georgia, serif; --menue-gewicht: 400; --menue-knopf-grund: rgb(244 246 240 / .75); --menue-knopf-rand: rgb(31 61 43 / .2);
}
body { background: var(--salbei); color: var(--tanne); font: 400 1.07rem/1.65 "Karla", system-ui, sans-serif; }
h1, h2, h3 { font-family: "Young Serif", Georgia, serif; font-weight: 400; letter-spacing: -.015em; line-height: 1.02; }
h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); max-width: 18ch; }
.rahmen { width: min(100% - 2 * var(--rand), 1240px); margin-inline: auto; }

/* ---------- Kopf ---------- */
.kopf { position: absolute; inset: 0 0 auto; z-index: 10; display: flex; justify-content: space-between; align-items: center; padding: 1.2rem var(--rand); }
.marke { display: flex; align-items: center; gap: .55rem; text-decoration: none; font: 400 1.3rem/1 "Young Serif", serif; }
.marke svg { width: 1.9rem; fill: none; stroke: var(--tanne); stroke-width: 2.5; stroke-linecap: round; }
.kopf nav { display: flex; gap: clamp(1rem, 3vw, 2rem); font-weight: 600; background: rgb(244 246 240 / .7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: .5rem 1.1rem; border-radius: 99px; }
.kopf nav a { text-decoration: none; }
.kopf nav a:hover, .kopf nav a.ist-aktiv { text-decoration: underline; text-decoration-color: var(--saison); text-decoration-thickness: 3px; text-underline-offset: 5px; }
@media (max-width: 700px) { .kopf nav { display: none; } }

/* ---------- Knöpfe ---------- */
.knopf { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: .7rem 1.5rem; border-radius: 99px 99px 99px 12px; font-weight: 700; text-decoration: none; border: 0; transition: transform .25s, background-color .6s; }
.knopf:hover { transform: rotate(-2deg); }
.knopf-voll { background: var(--tanne); color: var(--papier); }
.knopf-hell { background: var(--papier); color: var(--tanne); }

/* ---------- Held ---------- */
.held { height: 100svh; min-height: 680px; max-height: 1100px; overflow: hidden; }
.held-ersatz { background: linear-gradient(#cfe0e6 55%, #6f9a4a 55%); }
.held-text { position: absolute; z-index: 2; left: var(--rand); top: 7.5rem; max-width: 34rem; }
.held h1 { font-size: clamp(3rem, 6.6vw, 6.2rem); text-shadow: 0 2px 30px rgb(244 246 240 / .6); }
.held-text p { margin-top: 1.2rem; max-width: 26rem; font-size: 1.12rem; background: rgb(244 246 240 / .72); padding: .7rem 1rem; border-radius: 16px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.held-aktionen { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.kalender {
  position: absolute; z-index: 3; right: var(--rand); bottom: clamp(1.5rem, 5vh, 3rem); width: min(24rem, 40vw);
  padding: 1.2rem 1.3rem 1.1rem; background: rgb(244 246 240 / .82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-radius: 28px 28px 28px 8px; box-shadow: 0 20px 50px rgb(31 61 43 / .18);
}
.kalender label { font-weight: 700; }
.kalender output { font: 400 1.5rem/1 "Young Serif", serif; }
.monate { display: flex; justify-content: space-between; font-size: .72rem; color: var(--tanne-2); padding-inline: 5px; }
.aufgaben-titel { font-size: 1.15rem; margin: 1rem 0 .4rem; }
.aufgaben li { display: flex; gap: .6rem; padding: .35rem 0; border-top: 1px dashed rgb(31 61 43 / .2); animation: spriessen .5s cubic-bezier(.3,1.4,.5,1) both; }
.aufgaben li:nth-child(2) { animation-delay: .06s; } .aufgaben li:nth-child(3) { animation-delay: .12s; }
.aufgaben li::before { content: ""; flex: none; width: .8rem; height: .8rem; margin-top: .35rem; background: var(--saison); border-radius: 0 60% 0 60%; transition: background-color .6s; }
@keyframes spriessen { from { opacity: 0; translate: 0 6px; } }
@media (max-width: 860px) {
  .held { height: auto; min-height: 100svh; max-height: none; display: flex; flex-direction: column; justify-content: space-between; padding: 6.5rem 0 1.5rem; }
  .held-text { position: relative; top: auto; left: auto; padding-inline: var(--rand); }
  .kalender { position: relative; right: auto; bottom: auto; width: auto; margin: 36vh var(--rand) 0; }
}

/* ---------- Grasrand ---------- */
.leistungen, .zahlen { position: relative; }
.leistungen::before, .zahlen::before { content: ""; position: absolute; left: 0; right: 0; top: -22px; height: 24px; background: inherit; -webkit-mask: var(--gras) repeat-x 0 0 / 60px 24px; mask: var(--gras) repeat-x 0 0 / 60px 24px; }

/* ---------- Leistungen als Beete ---------- */
.leistungen { background: var(--papier); padding: clamp(5rem, 10vw, 8rem) 0; }
.beete { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2rem); margin-top: 3rem; }
.beete li { padding: 2rem 1.8rem; background: var(--salbei); border-radius: 46% 54% 42% 58% / 22% 26% 24% 28%; transition: border-radius .8s cubic-bezier(.3,1.3,.5,1), background-color .4s; }
.beete li:nth-child(2n) { border-radius: 58% 42% 50% 50% / 26% 22% 30% 22%; }
.beete li:nth-child(3n) { border-radius: 40% 60% 58% 42% / 24% 30% 22% 26%; }
.beete li:hover { border-radius: 30px; background: var(--salbei-2); }
.beete h3 { font-size: 1.7rem; margin-bottom: .6rem; }
.beete h3::after { content: ""; display: block; width: 2.2rem; height: 4px; margin-top: .5rem; border-radius: 4px; background: var(--saison); transition: background-color .6s, width .4s; }
.beete li:hover h3::after { width: 4rem; }
.beete p { color: var(--tanne-2); }
@media (max-width: 900px) { .beete { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .beete { grid-template-columns: 1fr; } }

/* ---------- Planer ---------- */
.planer { padding: clamp(5rem, 10vw, 8rem) 0; }
.planer-raster { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); grid-template-areas: "kopf kopf" "ein plan" "werte werte" "hinweis hinweis"; gap: 2rem clamp(1.5rem, 4vw, 4rem); }
.planer-kopf { grid-area: kopf; }
.planer-kopf p { margin-top: 1rem; color: var(--tanne-2); max-width: 38rem; }
.eingaben { grid-area: ein; display: grid; gap: 1.5rem; align-content: start; }
.eingaben label, .aufteilung-titel { font-weight: 700; }
.eingaben output { font: 400 1.4rem/1 "Young Serif", serif; }
.aufteilung { display: grid; gap: .6rem; }
.balken { position: relative; display: flex; height: 4.2rem; border-radius: 18px; overflow: visible; touch-action: none; user-select: none; }
.balken .teil { display: flex; align-items: flex-end; padding: .5rem .6rem .5rem 1rem; font-size: .8rem; font-weight: 700; overflow: hidden; white-space: nowrap; min-width: 0; }
.balken .teil b { display: block; font-size: 1.05rem; }
.balken .teil span { display: block; line-height: 1.15; }
.t-rasen { background: #7fae52; color: #14301c; border-radius: 18px 0 0 18px; }
.t-beet { background: #8f6240; color: #fff; }
.t-terrasse { background: #cfc6b6; color: #3a342b; border-radius: 0 18px 18px 0; }
.griff { position: absolute; top: -6px; bottom: -6px; width: 22px; margin-left: -11px; border-radius: 11px; background: var(--papier); box-shadow: 0 2px 8px rgb(31 61 43 / .35); cursor: ew-resize; display: grid; place-items: center; }
.griff::before { content: ""; width: 4px; height: 50%; border-inline: 2px solid rgb(31 61 43 / .35); }
.griff:focus-visible { outline: 3px solid var(--tanne); outline-offset: 2px; }
.plan { grid-area: plan; margin: 0; }
.plan svg { width: 100%; height: auto; border-radius: 28px; background: #a9c28f; box-shadow: 0 20px 40px rgb(31 61 43 / .12); }
.plan svg * { transition: x .6s cubic-bezier(.3,1.2,.4,1), y .6s cubic-bezier(.3,1.2,.4,1), width .6s cubic-bezier(.3,1.2,.4,1), height .6s cubic-bezier(.3,1.2,.4,1), r .6s; }
.plan figcaption { font-size: .82rem; color: var(--tanne-2); margin-top: .5rem; }
.werte { grid-area: werte; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 1rem; }
.werte > div { background: var(--papier); padding: 1.1rem 1.3rem; border-radius: 22px 22px 22px 6px; }
.werte .gross { background: var(--tanne); color: var(--papier); }
.werte dt { font-weight: 700; font-size: .9rem; opacity: .8; }
.werte dd { font: 400 clamp(1.5rem, 2.6vw, 2.1rem)/1.1 "Young Serif", serif; margin-top: .3rem; }
.werte .gross dd { font-size: clamp(2.8rem, 6vw, 4.6rem); line-height: 1; }
.werte small { font-family: "Karla", sans-serif; font-size: .38em; }
.hinweis { grid-area: hinweis; font-size: .85rem; color: var(--tanne-2); }
@media (max-width: 900px) {
  .planer-raster { grid-template-columns: 1fr; grid-template-areas: "kopf" "plan" "ein" "werte" "hinweis"; }
  .werte { grid-template-columns: 1fr 1fr; }
  .werte .gross { grid-column: 1 / -1; }
}

/* ---------- Zahlen ---------- */
.zahlen { background: var(--tanne); color: var(--papier); padding: clamp(5rem, 9vw, 7rem) 0; }
.wuchs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.wuchs > div { display: flex; flex-direction: column; }
.wuchs b { font: 400 clamp(3rem, 7vw, 5.6rem)/1 "Young Serif", serif; }
.wuchs dt { opacity: .8; margin-top: .3rem; }
.wuchs svg { width: 100%; height: 18px; margin-top: .6rem; overflow: visible; }
.wuchs path { fill: none; stroke: var(--saison); stroke-width: 3.5; stroke-linecap: round; vector-effect: non-scaling-stroke; stroke-dasharray: 300; stroke-dashoffset: 0; }
@supports (animation-timeline: view()) {
  .wuchs path { animation: ranken linear both; animation-timeline: view(); animation-range: entry 40% cover 50%; }
  @keyframes ranken { from { stroke-dashoffset: 300; } }
}
.zahlen .musterhinweis { margin-top: 2rem; }
@media (max-width: 700px) { .wuchs { grid-template-columns: 1fr; } }

/* ---------- Kontakt ---------- */
.kontakt-bereich { padding: clamp(5rem, 10vw, 8rem) 0; background: var(--papier); }
.kontakt { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); }
.kontakt p { margin-top: 1rem; color: var(--tanne-2); }
.kontakt-ruf a { font: 400 clamp(2rem, 4.4vw, 3.2rem)/1 "Young Serif", serif; color: var(--tanne); text-decoration: none; }
.anfrage { display: grid; gap: 1rem; padding: 2rem; background: var(--salbei); border-radius: 36px 36px 36px 10px; }
.anfrage label { display: grid; gap: .35rem; font-weight: 700; }
.anfrage input, .anfrage select, .anfrage textarea { padding: .8rem 1rem; border: 0; border-radius: 14px; background: var(--papier); color: var(--tanne); }
.anfrage input:focus-visible, .anfrage select:focus-visible, .anfrage textarea:focus-visible { outline: 3px solid var(--tanne); outline-offset: 0; }
.anfrage .knopf { justify-self: start; }
.anfrage-antwort { min-height: 1.4em; font-weight: 700; }
@media (max-width: 800px) { .kontakt { grid-template-columns: 1fr; } }

/* ---------- Fuß ---------- */
.fuss { background: var(--tanne); color: #b9cbb9; padding: 0 0 5.5rem; font-size: .95rem; }

/* ---------- Neue Abschnitte, Kanten aus Gras ---------- */
.ton-papier { background: var(--papier); }
.ton-salbei { background: var(--salbei); }
.ton-tanne { background: var(--tanne); color: var(--papier); --b-linie: rgb(244 246 240 / .16); --b-text-2: #b9cbb9; }
.ton-papier::before, .ton-salbei::before, .ton-tanne::before, .kontakt-bereich::before, .fuss::before { content: ""; position: absolute; left: 0; right: 0; top: -22px; height: 24px; background: inherit; pointer-events: none; -webkit-mask: var(--gras) repeat-x 0 0 / 60px 24px; mask: var(--gras) repeat-x 0 0 / 60px 24px; }
.kontakt-bereich, .fuss { position: relative; }
.kopf.ist-fest nav { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.kopf .menue-knopf, .kopf .kopf-ruf { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-weight: 700; }
.menue-nav a { font-size: clamp(2rem, 9vw, 3rem); }
.menue .marke svg { stroke: var(--papier); }
.projekt-bild { border-radius: 28px 28px 28px 8px; }
.projekt h3 { font-size: clamp(1.7rem, 2.8vw, 2.5rem); }
.projekt-daten dd { font: 400 1.35rem/1.1 "Young Serif", serif; }
.projekte-hinweis, .stimmen-hinweis { margin-top: 2.5rem; }
.betrieb-lead { font-family: "Young Serif", serif; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.3; }
.siegel li { background: var(--papier); border: 0; border-radius: 20px 20px 20px 6px; }
.siegel svg { stroke: var(--tanne); }
.grundsaetze li { border-top: 0; padding-top: 0; }
.grundsaetze li::before { content: ""; display: block; width: 3rem; height: 4px; border-radius: 99px; background: var(--saison); margin-bottom: 1rem; }
.team-bild { background: var(--moos); color: var(--tanne); font-family: "Young Serif", serif; font-size: 1.25rem; }
.ton-tanne .ablauf-schritte li::after { background: var(--saison); }
.stimme { border: 0; border-radius: 36px 36px 36px 10px; }
.ton-papier .stimme { background: var(--salbei); }
.fragen-liste summary { font-family: "Karla", sans-serif; font-weight: 700; }
.fragen-liste details[open] > summary::after { color: var(--saison-text); }
.fragen-kopf a { color: var(--tanne); text-decoration-color: var(--saison); text-decoration-thickness: 3px; }
.kontakt-mail a, .zeiten, .gebiet { color: var(--tanne); }
.anfrage select { background-color: var(--papier); }
.fuss-raster { --fuss-linie: rgb(244 246 240 / .14); }
.fuss .marke, .fuss a { color: var(--papier); }
.fuss .marke svg { stroke: var(--moos); }
.fuss .fuss-titel { color: color-mix(in oklab, var(--saison), white 40%); opacity: 1; }
