/* ============================================================
   Holz und Gartenbau Reumer, Solothurn — Design-Sprache «Gartenjahr»
   Vollkorn (Display-Serif, bodenständig) + Commissioner (Body)
   Papier #F4F4EA (grünstichig) · Beet #EAECDC · Tannen-Tinte #27331E
   Heckengrün #3B5A2E (einzige Signalfarbe, CTA) · Lärchenholz #A26E36
   (nur Haarlinien, Marken, Pflanzschilder)
   Signatur: das Gartenjahr-Band (vier Saisons mit echten Arbeiten),
   Pflanzschild-Labels an den Leistungsbildern, Blatt-Bullets,
   ofri-Sterne füllen sich beim Laden
   ============================================================ */

:root {
  --papier: #F4F4EA;
  --beet: #EAECDC;
  --karte: #FCFCF4;
  --tinte: #27331E;
  --tinte-weich: #59634E;
  --hecke: #3B5A2E;
  --hecke-tief: #2E4A23;
  --hecke-hauch: #E4EAD9;
  --laerche: #A26E36;
  --laerche-text: #7C5426;
  --abend: #1F2A18;
  --abend-text: #EFF2E4;
  --abend-weich: #B9C2A6;
  --linie: rgba(39, 51, 30, 0.20);
  --linie-zart: rgba(39, 51, 30, 0.11);
  --fehler: #A83A24;
  --radius: 4px;
  --radius-gross: 6px;
  --schrift-display: "Vollkorn", Georgia, serif;
  --schrift-body: "Commissioner", -apple-system, "Segoe UI", sans-serif;
  --wrap: 1150px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--schrift-body);
  font-size: 16.5px;
  line-height: 1.62;
  color: var(--tinte);
  background: var(--papier);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--hecke);
  outline-offset: 3px;
  border-radius: 2px;
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Typografie ---------- */

h1, h2, h3 {
  font-family: var(--schrift-display);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0.002em;
}

h1 { font-size: clamp(2.25rem, 5.1vw, 3.55rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.22rem, 2vw, 1.42rem); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--laerche-text);
}

/* Blatt-Marke vor dem Eyebrow */
.eyebrow svg { flex: none; }

.vorspann {
  font-size: 1.08rem;
  color: var(--tinte-weich);
  max-width: 56ch;
}

/* ---------- Knöpfe ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--schrift-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 15px 30px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.btn:active { transform: scale(0.98); }

.btn svg { flex: none; transition: transform 0.25s ease; }

.btn:hover svg { transform: translateX(3px); }

.btn-hecke {
  background: var(--hecke);
  color: #F3F6EA;
}

.btn-hecke:hover { background: var(--hecke-tief); }

.btn-ghost {
  background: transparent;
  color: var(--tinte);
  border-color: var(--linie);
}

.btn-ghost:hover { border-color: var(--tinte); }

.btn-hell {
  background: var(--papier);
  color: var(--abend);
}

.btn-hell:hover { background: #FFFFFF; }

/* ---------- Kopf ---------- */

.kopf {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 244, 234, 0.93);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--linie-zart);
}

.kopf-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.marke {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.marke-text { line-height: 1.18; }

.marke-name {
  display: block;
  font-family: var(--schrift-display);
  font-weight: 600;
  font-size: 1.18rem;
  letter-spacing: 0.01em;
}

.marke-ort {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--tinte-weich);
  white-space: nowrap;
}

.kopf-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.kopf-nav a:not(.btn) {
  font-size: 0.94rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--tinte-weich);
  transition: color 0.2s ease;
}

.kopf-nav a:not(.btn):hover { color: var(--hecke); }

.kopf .btn { padding: 10px 20px; font-size: 0.92rem; }

/* ---------- Hero ---------- */

.hero { position: relative; overflow: hidden; }

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 10fr) minmax(0, 9fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding-top: clamp(44px, 7vh, 84px);
  padding-bottom: clamp(48px, 8vh, 92px);
}

.hero-text > * + * { margin-top: 24px; }

.hero-text h1 { max-width: 16ch; }

.hero-aktion {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.hero-hinweis {
  font-size: 0.92rem;
  color: var(--tinte-weich);
  max-width: 46ch;
}

/* ofri-Sterne: füllen sich nacheinander (das eine Wow) */
.sterne-zeile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 600;
}

.sterne {
  display: inline-flex;
  gap: 3px;
}

.stern { color: var(--laerche); }

.js .stern {
  opacity: 0;
  transform: scale(0.4);
  animation: stern-rein 0.35s ease-out forwards;
}

.js .stern:nth-child(1) { animation-delay: 0.55s; }
.js .stern:nth-child(2) { animation-delay: 0.68s; }
.js .stern:nth-child(3) { animation-delay: 0.81s; }
.js .stern:nth-child(4) { animation-delay: 0.94s; }
.js .stern:nth-child(5) { animation-delay: 1.07s; }

@keyframes stern-rein {
  to { opacity: 1; transform: scale(1); }
}

.sterne-zeile .wertung { color: var(--tinte); }

.sterne-zeile .quelle {
  font-weight: 500;
  color: var(--tinte-weich);
}

.hero-bild { position: relative; }

/* Bild steht wie ein Beet im Rasen: grüne Fläche leicht versetzt */
.hero-bild::before {
  content: "";
  position: absolute;
  inset: 26px -16px -16px 26px;
  background: var(--beet);
  border: 1px solid var(--linie-zart);
  border-radius: var(--radius-gross);
}

.hero-bild img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4.2;
  object-fit: cover;
  border-radius: var(--radius-gross);
  box-shadow: 0 20px 52px -26px rgba(31, 42, 24, 0.55);
}

.hero-bild figcaption {
  position: relative;
  margin-top: 10px;
  font-size: 0.78rem;
  color: var(--tinte-weich);
}

.js .hero-text > * {
  opacity: 0;
  transform: translateY(14px);
  animation: hero-rein 0.6s ease-out forwards;
}

.js .hero-text > *:nth-child(2) { animation-delay: 0.08s; }
.js .hero-text > *:nth-child(3) { animation-delay: 0.16s; }
.js .hero-text > *:nth-child(4) { animation-delay: 0.24s; }
.js .hero-text > *:nth-child(5) { animation-delay: 0.32s; }
.js .hero-text > *:nth-child(6) { animation-delay: 0.4s; }

@keyframes hero-rein {
  to { opacity: 1; transform: none; }
}

/* ---------- Fakten-Band ---------- */

.band {
  background: var(--beet);
  border-top: 1px solid var(--linie-zart);
  border-bottom: 1px solid var(--linie-zart);
}

.band-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.fakt {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.fakt svg { flex: none; margin-top: 3px; color: var(--hecke); }

.fakt strong {
  display: block;
  font-weight: 600;
  margin-bottom: 1px;
}

.fakt span {
  font-size: 0.92rem;
  color: var(--tinte-weich);
}

/* ---------- Sektionen ---------- */

.sektion {
  padding-top: clamp(64px, 10vh, 110px);
  padding-bottom: clamp(64px, 10vh, 110px);
}

.sektion-kopf {
  max-width: 680px;
  margin-bottom: clamp(36px, 6vh, 56px);
}

.sektion-kopf .eyebrow { margin-bottom: 14px; }

.sektion-kopf p {
  margin-top: 16px;
  color: var(--tinte-weich);
}

/* ---------- Leistungen: Karten mit Pflanzschild ---------- */

.leistungen-raster {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.leistung-karte {
  grid-column: span 2;
  background: var(--karte);
  border: 1px solid var(--linie-zart);
  border-radius: var(--radius-gross);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

/* 5 Karten: 3 oben, 2 unten breiter */
.leistung-karte:nth-child(4),
.leistung-karte:nth-child(5) { grid-column: span 3; }

.leistung-karte:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px -22px rgba(31, 42, 24, 0.5);
}

.leistung-karte figure {
  position: relative;
  overflow: hidden;
}

.leistung-karte img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.leistung-karte:hover img { transform: scale(1.04); }

/* Pflanzschild: kleines Steck-Etikett am Bild, wie im Beet */
.pflanzschild {
  position: absolute;
  left: 14px;
  bottom: 12px;
  background: var(--papier);
  border-left: 3px solid var(--laerche);
  border-radius: 2px;
  padding: 5px 12px 5px 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tinte);
  transform: rotate(-1.6deg);
  box-shadow: 0 5px 14px -6px rgba(31, 42, 24, 0.55);
}

.leistung-text {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.leistung-text h3 { margin-bottom: 7px; }

.leistung-text p {
  font-size: 0.95rem;
  color: var(--tinte-weich);
  margin-bottom: 14px;
}

.leistung-text .text-link { margin-top: auto; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--hecke);
  text-decoration: none;
}

.text-link:hover { color: var(--hecke-tief); text-decoration: underline; text-underline-offset: 3px; }

.text-link svg { transition: transform 0.25s ease; }

.text-link:hover svg { transform: translateX(3px); }

.leistungen-fuss {
  margin-top: clamp(28px, 4vh, 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.leistungen-fuss p {
  font-size: 0.95rem;
  color: var(--tinte-weich);
}

/* ---------- Gartenjahr-Band (Signatur) ---------- */

.gartenjahr { background: var(--beet); }

.jahr-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 36px);
  position: relative;
  padding-top: 26px;
}

/* Die Holzlinie, an der das Jahr entlangläuft */
.jahr-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  right: 2px;
  height: 2px;
  background: var(--laerche);
  opacity: 0.55;
}

.saison { position: relative; }

/* Setzpunkt an der Holzlinie */
.saison::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--laerche);
}

.saison-name {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 10px;
  font-family: var(--schrift-display);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.saison-monate {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--laerche-text);
  margin-bottom: 12px;
}

.jetzt-chip {
  display: inline-block;
  font-family: var(--schrift-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F3F6EA;
  background: var(--hecke);
  border-radius: 20px;
  padding: 3px 10px;
  transform: translateY(-3px);
}

.saison-liste {
  list-style: none;
}

.saison-liste li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 0.95rem;
  color: var(--tinte-weich);
  border-bottom: 1px solid var(--linie-zart);
}

.saison-liste li:last-child { border-bottom: 0; }

.saison-liste svg { flex: none; margin-top: 6px; color: var(--hecke); }

.gartenjahr-fuss {
  margin-top: clamp(28px, 4vh, 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.gartenjahr-fuss p {
  font-size: 0.95rem;
  color: var(--tinte-weich);
}

/* ---------- Blatt-Liste ---------- */

.blatt-liste {
  list-style: none;
  margin-top: 8px;
}

.blatt-liste li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 11px 0;
  border-bottom: 1px solid var(--linie-zart);
}

.blatt-liste li:first-child { border-top: 1px solid var(--linie-zart); }

.blatt-liste svg { flex: none; margin-top: 5px; }

.blatt-liste strong { font-weight: 600; }

.blatt-liste span { color: var(--tinte-weich); }

.blatt-liste span strong { color: var(--tinte); }

/* ---------- Über mich (dunkle Abend-Sektion) ---------- */

.ueber {
  position: relative;
  background: var(--abend);
  color: var(--abend-text);
  overflow: hidden;
}

.ueber .eyebrow { color: var(--abend-weich); }

.ueber-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 11fr) minmax(0, 9fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.ueber-text .eyebrow { margin-bottom: 14px; }

.ueber-text h2 {
  margin-bottom: 18px;
  max-width: 20ch;
}

.ueber-text > p {
  color: var(--abend-weich);
  max-width: 54ch;
  margin-bottom: 18px;
}

.ueber .blatt-liste li { border-color: rgba(239, 242, 228, 0.16); }
.ueber .blatt-liste li:first-child { border-color: rgba(239, 242, 228, 0.16); }
.ueber .blatt-liste span { color: var(--abend-weich); }
.ueber .blatt-liste span strong { color: var(--abend-text); }

.ueber .btn { margin-top: 28px; }

.ueber-bild img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
  border-radius: var(--radius-gross);
  box-shadow: 0 22px 60px -28px rgba(0, 0, 0, 0.75);
}

.ueber-bild figcaption {
  margin-top: 10px;
  font-size: 0.78rem;
  color: var(--abend-weich);
}

/* ---------- Bewertungen ---------- */

.bewertung-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

.bewertung-zahl {
  border: 1px solid var(--linie);
  border-radius: var(--radius-gross);
  background: var(--karte);
  padding: 30px 30px 28px;
}

.bewertung-zahl .gross {
  font-family: var(--schrift-display);
  font-weight: 700;
  font-size: clamp(3.4rem, 7vw, 4.6rem);
  line-height: 1;
}

.bewertung-zahl .sterne { margin: 12px 0 14px; }

.bewertung-zahl p {
  font-size: 0.95rem;
  color: var(--tinte-weich);
  max-width: 30ch;
}

.bewertung-zahl p strong { color: var(--tinte); }

.zitate { display: flex; flex-direction: column; gap: 26px; }

.zitat {
  border-left: 3px solid var(--laerche);
  padding-left: 22px;
}

.zitat blockquote {
  font-family: var(--schrift-display);
  font-weight: 500;
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  line-height: 1.35;
}

.zitat figcaption {
  margin-top: 8px;
  font-size: 0.88rem;
  color: var(--tinte-weich);
}

.bewertung-hinweis {
  margin-top: clamp(26px, 4vh, 36px);
  font-size: 0.88rem;
  color: var(--tinte-weich);
}

/* ---------- Ablauf ---------- */

.ablauf { background: var(--beet); }

.ablauf-raster {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
  position: relative;
}

.ablauf-schritt { position: relative; padding-top: 18px; }

/* Holzmarke über jedem Schritt */
.ablauf-schritt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 46px;
  height: 3px;
  background: var(--laerche);
  opacity: 0.6;
}

.ablauf-zahl {
  font-family: var(--schrift-display);
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--hecke);
  margin-bottom: 14px;
}

.ablauf-schritt h3 { margin-bottom: 8px; }

.ablauf-schritt p {
  font-size: 0.97rem;
  color: var(--tinte-weich);
  max-width: 38ch;
}

.ablauf-fuss {
  margin-top: clamp(30px, 5vh, 46px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.ablauf-fuss p {
  font-size: 0.95rem;
  color: var(--tinte-weich);
}

/* ---------- Kontakt ---------- */

.kontakt-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: start;
}

.kontakt-info > * + * { margin-top: 24px; }

.adresse {
  font-style: normal;
  line-height: 1.75;
}

.adresse strong { font-weight: 600; }

.zeiten {
  border: 1px solid var(--linie);
  border-radius: var(--radius-gross);
  background: var(--karte);
  padding: 20px 22px;
}

.zeiten h3 {
  font-size: 1.12rem;
  margin-bottom: 10px;
}

.zeiten table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.zeiten td {
  padding: 6px 0;
  border-bottom: 1px solid var(--linie-zart);
  color: var(--tinte-weich);
}

.zeiten tr:last-child td { border-bottom: 0; }

.zeiten td:first-child { font-weight: 600; color: var(--tinte); }

.zeiten td:last-child { text-align: right; }

.zeiten .zeiten-hinweis {
  margin-top: 10px;
  font-size: 0.82rem;
  color: var(--tinte-weich);
}

.karte-halter {
  border-radius: var(--radius-gross);
  overflow: hidden;
  background: var(--beet);
  min-height: 400px;
  border: 1px solid var(--linie-zart);
}

.karte-halter iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}

/* ---------- Fuss ---------- */

.fuss {
  border-top: 1px solid var(--linie-zart);
  padding: 32px 0 40px;
}

.fuss-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fuss-zeile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--tinte-weich);
}

/* ---------- Scroll-Reveal (nur mit JS aktiv) ---------- */

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.js .reveal.sichtbar {
  opacity: 1;
  transform: none;
}

/* ============================================================
   Anfrageseite — ruhig und fokussiert
   ============================================================ */

.seite-anfrage {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(130% 55% at 50% 0%, rgba(162, 110, 54, 0.10) 0%, rgba(162, 110, 54, 0) 62%),
    var(--papier);
}

.seite-anfrage .kopf { position: static; background: transparent; backdrop-filter: none; }

.anfrage-main {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding: clamp(28px, 6vh, 72px) 0 48px;
}

.anfrage-main .wrap {
  width: 100%;
  max-width: 640px;
}

.fortschritt-halter { margin-bottom: clamp(28px, 5vh, 44px); }

.fortschritt-text {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tinte-weich);
  margin-bottom: 10px;
}

.fortschritt {
  height: 4px;
  background: var(--linie-zart);
  border-radius: 2px;
  overflow: hidden;
}

.fortschritt-balken {
  height: 100%;
  background: var(--hecke);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.schritt {
  border: 0;
  padding: 0;
  margin: 0;
  min-inline-size: auto;
}

.schritt h1 {
  font-size: clamp(1.7rem, 4.8vw, 2.3rem);
  margin-bottom: clamp(22px, 4vh, 34px);
}

.anfrage-trust {
  margin: 26px 0 0;
  text-align: center;
  font-size: 0.83rem;
  letter-spacing: 0.02em;
  color: var(--tinte-weich);
}

.wahl-liste {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wahl {
  font-family: var(--schrift-body);
  font-size: 1.04rem;
  font-weight: 500;
  text-align: left;
  color: var(--tinte);
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: var(--radius-gross);
  padding: 17px 22px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.wahl:hover {
  border-color: var(--hecke);
  background: var(--hecke-hauch);
}

.wahl:active { transform: scale(0.99); }

.wahl[aria-pressed="true"] {
  border-color: var(--hecke);
  background: var(--hecke-hauch);
  box-shadow: inset 0 0 0 1px var(--hecke);
}

.form-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}

.zurueck {
  font-family: var(--schrift-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--tinte-weich);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 4px;
}

.zurueck:hover { color: var(--tinte); }

.feldgruppe { margin-bottom: 18px; }

.feldgruppe label {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.feldgruppe .hinweis {
  font-weight: 400;
  color: var(--tinte-weich);
}

.feldgruppe input,
.feldgruppe textarea {
  width: 100%;
  font-family: var(--schrift-body);
  font-size: 1.02rem;
  color: var(--tinte);
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 13px 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.feldgruppe textarea { min-height: 120px; resize: vertical; }

.feldgruppe input:focus,
.feldgruppe textarea:focus {
  outline: none;
  border-color: var(--hecke);
  box-shadow: 0 0 0 3px rgba(59, 90, 46, 0.16);
}

.feld-fehler {
  display: none;
  font-size: 0.85rem;
  color: var(--fehler);
  margin-top: 6px;
}

.feldgruppe.hat-fehler input { border-color: var(--fehler); }
.feldgruppe.hat-fehler .feld-fehler { display: block; }

.form-fehler {
  display: none;
  font-size: 0.95rem;
  color: var(--fehler);
  margin-top: 18px;
}

.form-fehler.sichtbar { display: block; }

.erfolg { text-align: left; }

.erfolg-zeichen {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--hecke);
  border-radius: var(--radius-gross);
  margin-bottom: 22px;
}

.erfolg h1 {
  font-size: clamp(1.7rem, 4.8vw, 2.3rem);
  margin-bottom: 14px;
}

.erfolg p {
  color: var(--tinte-weich);
  max-width: 50ch;
  margin-bottom: 26px;
}

.seite-anfrage .fuss { padding: 22px 0; border-top: 1px solid var(--linie-zart); }

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .leistungen-raster { grid-template-columns: repeat(2, 1fr); }

  .leistung-karte,
  .leistung-karte:nth-child(4),
  .leistung-karte:nth-child(5) { grid-column: span 1; }

  .leistung-karte:last-child { grid-column: span 2; }

  .leistung-karte:last-child img { aspect-ratio: 21 / 9; }

  .jahr-band { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
}

@media (max-width: 900px) {
  .hero-inner,
  .ueber-layout,
  .bewertung-layout,
  .kontakt-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner { padding-top: 36px; padding-bottom: 52px; }

  .hero-bild img { aspect-ratio: 4 / 3.1; }

  .hero-bild::before { inset: 16px -12px -12px 16px; }

  .band-inner { grid-template-columns: 1fr; gap: 16px; padding-top: 26px; padding-bottom: 26px; }

  .kopf-nav a:not(.btn) { display: none; }

  .ueber-bild { order: -1; }

  .ueber-bild img { aspect-ratio: 16 / 10; }

  .ablauf-raster { grid-template-columns: 1fr; gap: 30px; }

  .ablauf-schritt p { max-width: none; }
}

@media (max-width: 560px) {
  .leistungen-raster { grid-template-columns: 1fr; }

  .leistung-karte,
  .leistung-karte:nth-child(4),
  .leistung-karte:nth-child(5),
  .leistung-karte:last-child { grid-column: span 1; }

  .leistung-karte img,
  .leistung-karte:last-child img { aspect-ratio: 16 / 9; }

  .jahr-band { grid-template-columns: 1fr; row-gap: 34px; }
}

@media (max-width: 480px) {
  body { font-size: 16px; }

  .marke-name { font-size: 1.05rem; }

  .kopf-nav .btn { white-space: nowrap; padding: 9px 14px; font-size: 0.88rem; }

  .hero-text h1 { max-width: none; }

  .hero-aktion .btn-hecke { width: 100%; }

  .wahl { padding: 15px 18px; }

  .eyebrow { letter-spacing: 0.12em; font-size: 0.7rem; align-items: flex-start; }

  .marke-ort { letter-spacing: 0.1em; font-size: 0.62rem; }
}

/* ---------- Reduzierte Bewegung ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal { opacity: 1; transform: none; }

  .js .hero-text > * {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .js .stern {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
