/* Entwurf 3 — Persoenlich. Warme Sandtoene, Rot aus dem Logo als Akzent. */
:root {
  /* Fuer Knoepfe ein dunkleres Rot: Weiss auf gesaettigtem Rot wirkt unschaerfer,
     als die reine Kontrastzahl vermuten laesst. */
  --rot: oklch(0.50 0.20 27);
  --rot-knopf: oklch(0.45 0.19 27);
  --rot-hell: oklch(0.54 0.21 27);
  --rot-blass: oklch(0.95 0.025 40);
  --tinte: oklch(0.24 0.02 60);
  --tinte-weich: oklch(0.44 0.02 60);
  --tinte-blass: oklch(0.60 0.015 60);
  --sand: oklch(0.97 0.012 75);
  --sand-tief: oklch(0.94 0.018 75);
  --papier: oklch(1 0 0);
  --linie: oklch(0.89 0.012 70);
  --radius: 14px;
  --radius-gross: 22px;
  --breite: 72rem;
  --schrift: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --tempo: 240ms;
  --kurve: cubic-bezier(0.2, 0.6, 0.2, 1);
  --schatten: 0 2px 6px oklch(0.24 0.02 60 / 0.05), 0 12px 32px oklch(0.24 0.02 60 / 0.07);
  --schatten-hoch: 0 4px 10px oklch(0.24 0.02 60 / 0.07), 0 24px 56px oklch(0.24 0.02 60 / 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--schrift); font-size: 1.0625rem; line-height: 1.7;
  color: var(--tinte); background: var(--sand);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, picture, svg { max-width: 100%; display: block; }
a { color: inherit; }

.demo-banner {
  background: oklch(0.94 0.07 85); color: oklch(0.34 0.06 70);
  font-size: 0.8125rem; font-weight: 600; text-align: center; padding: 0.55rem 1rem;
}

.huelle { width: 100%; max-width: var(--breite); margin-inline: auto; padding-inline: 1.25rem; }
@media (min-width: 48rem) { .huelle { padding-inline: 2rem; } }

/* ---------- Kopfzeile ---------- */
.kopf { position: sticky; top: 0; z-index: 50; background: oklch(0.97 0.012 75 / 0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--linie); }
.kopf-inhalt { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.5rem; }
.marke { display: inline-flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.marke-logo { height: 2.75rem; width: auto; display: block; transition: transform var(--tempo) var(--kurve); }
.marke:hover .marke-logo { transform: scale(1.03); }
@media (min-width: 48rem) { .marke-logo { height: 3.25rem; } }

.nav { display: none; gap: 0.15rem; align-items: center; }
@media (min-width: 56rem) { .nav { display: flex; } }
/* :not(.knopf) ist wichtig. Sonst gewinnt diese Regel gegen .knopf (hoehere Spezifitaet)
   und der Anmelde-Knopf in der Navigation bekaeme graue statt weisser Schrift. */
.nav a:not(.knopf):not(.kopf-insta) { text-decoration: none; font-weight: 600; font-size: 0.9375rem; color: var(--tinte-weich); padding: 0.55rem 0.9rem; border-radius: 999px; transition: color var(--tempo) var(--kurve), background var(--tempo) var(--kurve); }
.nav a:not(.knopf):not(.kopf-insta):hover, .nav a:not(.knopf):not(.kopf-insta):focus-visible { color: var(--tinte); background: var(--sand-tief); }
.nav a[aria-current="page"]:not(.knopf) { color: var(--rot); background: var(--rot-blass); }

.menue-knopf { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; background: none; border: 1px solid var(--linie); border-radius: 999px; color: var(--tinte); cursor: pointer; }
@media (min-width: 56rem) { .menue-knopf { display: none; } }
.menue-knopf span, .menue-knopf span::before, .menue-knopf span::after { content: ""; display: block; width: 1.1rem; height: 2px; background: currentColor; border-radius: 2px; transition: transform var(--tempo) var(--kurve); }
.menue-knopf span::before { transform: translateY(-6px); }
.menue-knopf span::after { transform: translateY(4px); }
.menue-knopf[aria-expanded="true"] span { background: transparent; }
.menue-knopf[aria-expanded="true"] span::before { transform: rotate(45deg); }
.menue-knopf[aria-expanded="true"] span::after { transform: translateY(-2px) rotate(-45deg); }
.menue { display: none; flex-direction: column; gap: 0.15rem; padding: 0.5rem 0 1.25rem; border-top: 1px solid var(--linie); }
.menue[data-offen="true"] { display: flex; }
@media (min-width: 56rem) { .menue { display: none !important; } }
.menue a { text-decoration: none; font-weight: 600; padding: 0.8rem 0.75rem; border-radius: 999px; }
.menue a:hover { background: var(--sand-tief); }

/* ---------- Knoepfe ---------- */
.knopf {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.95rem 1.6rem;
  border-radius: 999px; background: var(--rot-knopf); color: var(--papier);
  font-weight: 700; font-size: 1.0625rem; letter-spacing: 0.005em;
  text-decoration: none; border: none; cursor: pointer;
  transition: background var(--tempo) var(--kurve), transform var(--tempo) var(--kurve), box-shadow var(--tempo) var(--kurve);
}
.knopf:hover, .knopf:focus-visible { background: var(--rot-hell); transform: translateY(-2px); box-shadow: 0 10px 24px oklch(0.50 0.20 27 / 0.3); }
.knopf svg { width: 1.05em; height: 1.05em; transition: transform 320ms var(--kurve); }
.knopf:hover svg, .knopf:focus-visible svg { transform: translateX(4px); }
.knopf--still { background: var(--papier); color: var(--tinte); border: 1px solid var(--linie); }
.knopf--still:hover { background: var(--papier); color: var(--rot); box-shadow: var(--schatten); }

.ausfahr { display: inline-flex; align-items: center; gap: 0; overflow: hidden; background: var(--papier); border: 1px solid var(--linie); border-radius: 999px; padding: 0.65rem; color: var(--tinte); text-decoration: none; font-weight: 600; transition: gap var(--tempo) var(--kurve), background var(--tempo) var(--kurve), color var(--tempo) var(--kurve), border-color var(--tempo) var(--kurve); }
.ausfahr svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.ausfahr span { max-width: 0; opacity: 0; white-space: nowrap; transition: max-width 360ms var(--kurve), opacity 240ms var(--kurve); }
.ausfahr:hover, .ausfahr:focus-visible { gap: 0.55rem; background: var(--rot); color: var(--papier); border-color: var(--rot); }
.ausfahr:hover span, .ausfahr:focus-visible span { max-width: 14rem; opacity: 1; }

/* ---------- Titelbereich: Bild mit Textkarte darueber ---------- */
.held { padding-block: clamp(1.5rem, 4vw, 3rem) clamp(3rem, 7vw, 5rem); }
.held-bild { border-radius: var(--radius-gross); overflow: hidden; box-shadow: var(--schatten-hoch); }
/* Gruppenfoto: Die Gesichter liegen im oberen Drittel, deshalb sitzt der Ausschnitt oben.
   Kein 21:9 mehr, sonst bleibt nur ein Streifen auf Huefthoehe uebrig und die Koepfe
   verschwinden. 16:9 laesst alle vier sichtbar. */
.held-bild img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 22%; }
@media (min-width: 48rem) { .held-bild img { aspect-ratio: 16 / 9; object-position: center 24%; } }
.held-karte {
  background: var(--papier); border-radius: var(--radius-gross); box-shadow: var(--schatten-hoch);
  padding: clamp(1.75rem, 4vw, 3rem); margin-inline: auto;
  margin-top: -3.5rem; position: relative; z-index: 2; max-width: 54rem;
}
@media (min-width: 48rem) { .held-karte { margin-top: -5rem; } }
.held-marke { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--rot-blass); color: var(--rot); font-size: 0.8125rem; font-weight: 700; padding: 0.4rem 0.9rem; border-radius: 999px; margin-bottom: 1.15rem; }
.held h1 { font-size: clamp(1.875rem, 5vw, 3.25rem); line-height: 1.12; letter-spacing: -0.03em; font-weight: 800; margin: 0 0 1rem; text-wrap: balance; }
.held h1 em { font-style: normal; color: var(--rot); }
.held-text { font-size: clamp(1.0625rem, 1.6vw, 1.1875rem); color: var(--tinte-weich); margin: 0 0 1.75rem; max-width: 52ch; }
.held-knoepfe { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ---------- Abschnitte ---------- */
.block { padding-block: clamp(3.5rem, 8vw, 6rem); }
.block--papier { background: var(--papier); }
.block--tief { background: var(--sand-tief); }
.block-kopf { max-width: 44rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.block-kopf--mitte { margin-inline: auto; text-align: center; }
.block-marke { display: block; font-size: 0.8125rem; font-weight: 700; color: var(--rot); margin-bottom: 0.6rem; }
.block h1, .block h2 { font-size: clamp(1.625rem, 3.8vw, 2.375rem); line-height: 1.18; letter-spacing: -0.025em; font-weight: 800; margin: 0 0 0.9rem; text-wrap: balance; }
.block-kopf p { color: var(--tinte-weich); margin: 0; }

/* ---------- Zeitleiste fuer die Geschichte ---------- */
.zeitleiste { display: grid; gap: 0; max-width: 46rem; }
.zeit { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; }
.zeit-spur { display: flex; flex-direction: column; align-items: center; }
.zeit-punkt { width: 1rem; height: 1rem; border-radius: 999px; background: var(--rot); flex-shrink: 0; margin-top: 0.5rem; }
.zeit-linie { width: 2px; flex: 1; background: var(--linie); min-height: 1.5rem; }
.zeit:last-child .zeit-linie { display: none; }
.zeit-inhalt { padding-bottom: 2rem; }
.zeit:last-child .zeit-inhalt { padding-bottom: 0; }
.zeit-jahr { font-size: 1.5rem; font-weight: 800; color: var(--rot); letter-spacing: -0.02em; line-height: 1; margin-bottom: 0.4rem; }
.zeit-inhalt p { margin: 0; color: var(--tinte-weich); }

/* ---------- Vorteile als Karten mit Rahmen ---------- */
.werte { display: grid; gap: 1.25rem; }
@media (min-width: 44rem) { .werte { grid-template-columns: repeat(2, 1fr); } }
.wert {
  background: var(--papier); border-radius: var(--radius); padding: 1.75rem;
  box-shadow: var(--schatten); transition: transform var(--tempo) var(--kurve), box-shadow var(--tempo) var(--kurve);
}
.wert:hover { transform: translateY(-4px); box-shadow: var(--schatten-hoch); }
.wert-icon { width: 3rem; height: 3rem; border-radius: 999px; background: var(--rot-blass); color: var(--rot); display: grid; place-items: center; margin-bottom: 1.15rem; }
.wert-icon svg { width: 1.5rem; height: 1.5rem; }
.wert h3 { font-size: 1.1875rem; margin: 0 0 0.5rem; letter-spacing: -0.015em; }
.wert p { margin: 0; color: var(--tinte-weich); font-size: 0.9688rem; }

/* ---------- Zwei Spalten, abwechselnd ---------- */
.zwei { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 56rem) { .zwei { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.zwei-bild picture, .zwei-bild img { border-radius: var(--radius-gross); box-shadow: var(--schatten); width: 100%; }
.zwei p { color: var(--tinte-weich); }
@media (min-width: 56rem) { .zwei--tausch .zwei-bild { order: -1; } }

/* ---------- Klassen ---------- */
.gruppen { display: grid; gap: 3rem; }
.gruppe { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 56rem) { .gruppe { grid-template-columns: 0.85fr 1.15fr; gap: 3rem; } }
@media (min-width: 56rem) { .gruppe:nth-child(even) .gruppe-bild { order: 2; } }
.gruppe-bild picture, .gruppe-bild img { border-radius: var(--radius-gross); box-shadow: var(--schatten); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gruppe h3 { font-size: 1.5rem; margin: 0 0 1.25rem; letter-spacing: -0.02em; }
.klassen-liste { display: grid; gap: 1.15rem; }
.klasse { padding-left: 1.15rem; border-left: 2px solid var(--rot-blass); transition: border-color var(--tempo) var(--kurve); }
.klasse:hover { border-color: var(--rot); }
.klasse-kopf { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.3rem; }
.klasse-kuerzel { font-size: 0.75rem; font-weight: 800; color: var(--rot); background: var(--rot-blass); padding: 0.2rem 0.5rem; border-radius: 5px; flex-shrink: 0; }
.klasse h4 { font-size: 1.0625rem; margin: 0; }
.klasse p { margin: 0; font-size: 0.9375rem; color: var(--tinte-weich); }

/* ---------- Team ---------- */
.team { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 48rem) { .team { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 64rem) { .team { grid-template-columns: repeat(5, 1fr); } }
.person { background: var(--papier); border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten); transition: transform var(--tempo) var(--kurve), box-shadow var(--tempo) var(--kurve); }
.person:hover { transform: translateY(-5px); box-shadow: var(--schatten-hoch); }
.person-bild { aspect-ratio: 1; overflow: hidden; background: var(--sand-tief); }
.person-bild img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.person-platzhalter { width: 100%; height: 100%; display: grid; place-items: center; font-size: 2.5rem; font-weight: 800; color: var(--tinte-blass); }
.person-text { padding: 1rem 1.15rem 1.25rem; }
.person h3 { font-size: 1rem; margin: 0 0 0.15rem; }
.person p { margin: 0; font-size: 0.875rem; color: var(--tinte-weich); }
.person .klassen { color: var(--rot); font-weight: 700; font-size: 0.8125rem; margin-top: 0.3rem; }

/* ---------- Standorte ---------- */
.orte { display: grid; gap: 1.25rem; }
@media (min-width: 52rem) { .orte { grid-template-columns: repeat(3, 1fr); } }
.ort { background: var(--papier); border-radius: var(--radius); padding: 1.75rem; box-shadow: var(--schatten); transition: transform var(--tempo) var(--kurve), box-shadow var(--tempo) var(--kurve); }
.ort:hover { transform: translateY(-3px); box-shadow: var(--schatten-hoch); }
.ort--ruht { background: var(--sand-tief); box-shadow: none; }
.ort-kopf { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-bottom: 1rem; }
.ort h3 { font-size: 1.25rem; margin: 0; letter-spacing: -0.015em; }
.ort-schild { font-size: 0.6875rem; font-weight: 700; padding: 0.2rem 0.6rem; border-radius: 999px; white-space: nowrap; }
.ort-schild--haupt { background: var(--rot-blass); color: var(--rot); }
.ort-schild--ruht { background: var(--linie); color: var(--tinte-weich); }
.ort-zeile { display: flex; gap: 0.65rem; align-items: flex-start; margin-bottom: 0.65rem; font-size: 0.9375rem; color: var(--tinte-weich); }
.ort-zeile svg { width: 1.05rem; height: 1.05rem; flex-shrink: 0; margin-top: 0.2rem; color: var(--rot); }
.ort-karte { text-decoration: none; border-radius: 10px; margin-inline: -0.5rem; padding: 0.5rem; transition: background var(--tempo) var(--kurve); }
.ort-karte:hover, .ort-karte:focus-visible { background: var(--rot-blass); }
.ort-karte-hinweis { display: inline-flex; align-items: center; gap: 0.3rem; margin-top: 0.35rem; font-size: 0.8125rem; font-weight: 700; color: var(--rot); }
.ort-karte-hinweis svg { width: 0.9rem; height: 0.9rem; margin-top: 0; transition: transform var(--tempo) var(--kurve); }
.ort-karte:hover .ort-karte-hinweis svg { transform: translateX(3px); }
.ort-hinweis { background: var(--rot-blass); border-radius: 10px; padding: 0.85rem 1rem; font-size: 0.9rem; color: var(--rot); margin-top: 0.5rem; }

/* ---------- Fahrzeuge ---------- */
.flotte { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 52rem) { .flotte { grid-template-columns: repeat(4, 1fr); } }
.fahrzeug { background: var(--papier); border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten); transition: transform var(--tempo) var(--kurve); }
.fahrzeug:hover { transform: translateY(-4px); }
.fahrzeug-bild { aspect-ratio: 4 / 3; overflow: hidden; }
.fahrzeug-bild img { width: 100%; height: 100%; object-fit: cover; }
.fahrzeug-text { padding: 0.9rem 1.15rem 1.15rem; }
.fahrzeug h3 { font-size: 0.9375rem; margin: 0; }
.fahrzeug p { margin: 0.1rem 0 0; font-size: 0.8125rem; color: var(--tinte-weich); }

/* ---------- Ablauf ---------- */
.schritte { display: grid; gap: 1.5rem; counter-reset: schritt; }
@media (min-width: 52rem) { .schritte { grid-template-columns: repeat(4, 1fr); gap: 2rem; } }
.schritt { background: var(--papier); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--schatten); }
.schritt::before { counter-increment: schritt; content: counter(schritt); display: grid; place-items: center; width: 2.5rem; height: 2.5rem; margin-bottom: 1rem; background: var(--rot-blass); color: var(--rot); border-radius: 999px; font-weight: 800; }
.schritt h3 { font-size: 1.0625rem; margin: 0 0 0.4rem; }
.schritt p { margin: 0; font-size: 0.9375rem; color: var(--tinte-weich); }

/* ---------- Zahlenleiste und Einstiegshinweis ---------- */
.zahlen { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; }
@media (min-width: 48rem) { .zahlen { grid-template-columns: repeat(4, 1fr); gap: 2rem; } }
.zahl { text-align: center; }
.zahl b { display: block; font-size: clamp(2rem, 5vw, 2.75rem); font-weight: 800; line-height: 1; color: var(--rot); letter-spacing: -0.03em; }
.zahl-einheit { display: block; font-size: 0.9375rem; font-weight: 700; margin-top: 0.35rem; }
.zahl-text { display: block; font-size: 0.8125rem; color: var(--tinte-weich); margin-top: 0.15rem; }

.einstieg {
  display: flex; gap: 1rem; align-items: flex-start;
  background: var(--papier); border-radius: var(--radius); box-shadow: var(--schatten);
  padding: 1.35rem 1.5rem; max-width: 46rem; margin-top: 2.5rem;
}
.einstieg svg { width: 1.4rem; height: 1.4rem; flex-shrink: 0; color: var(--rot); margin-top: 0.15rem; }
.einstieg strong { display: block; margin-bottom: 0.2rem; }
.einstieg p { margin: 0; color: var(--tinte-weich); font-size: 0.9375rem; }

/* ---------- Bestätigung nach dem Absenden ---------- */
.dank {
  background: var(--papier); border-radius: var(--radius-gross); box-shadow: var(--schatten-hoch);
  padding: 2.25rem 1.75rem; max-width: 40rem; text-align: center;
}
.dank-zeichen {
  width: 3.25rem; height: 3.25rem; margin: 0 auto 1.15rem; display: grid; place-items: center;
  border-radius: 999px; background: var(--rot-knopf); color: var(--papier); font-size: 1.6rem; font-weight: 700;
}
.dank h3 { font-size: 1.375rem; margin: 0 0 0.6rem; letter-spacing: -0.02em; }
.dank p { margin: 0 0 0.9rem; color: var(--tinte-weich); }
.dank-demo { font-size: 0.875rem; background: var(--sand-tief); border-radius: 12px; padding: 0.85rem 1rem; margin-bottom: 1.25rem !important; }

/* ---------- Instagram ---------- */
.kopf-insta {
  display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 999px;
  color: var(--tinte-weich); margin-inline: 0.4rem 0.65rem;
  transition: color var(--tempo) var(--kurve), background var(--tempo) var(--kurve);
}
.kopf-insta svg { width: 1.35rem; height: 1.35rem; }
.kopf-insta:hover, .kopf-insta:focus-visible { color: var(--rot); background: var(--sand-tief); }

.insta {
  display: grid; gap: 1.5rem; align-items: center; text-align: center;
  background: var(--papier); border-radius: var(--radius-gross); box-shadow: var(--schatten);
  padding: clamp(2rem, 5vw, 3rem);
}
@media (min-width: 48rem) { .insta { grid-template-columns: auto 1fr auto; text-align: left; gap: 2rem; } }
.insta-zeichen {
  width: 3.5rem; height: 3.5rem; border-radius: 999px; margin-inline: auto;
  display: grid; place-items: center; color: var(--papier);
  background: linear-gradient(135deg, oklch(0.66 0.18 45), oklch(0.58 0.23 350), oklch(0.53 0.19 290));
}
.insta-zeichen svg { width: 1.85rem; height: 1.85rem; }
.insta h2 { font-size: clamp(1.25rem, 3vw, 1.625rem); margin: 0 0 0.35rem; letter-spacing: -0.02em; }
.insta p { margin: 0; color: var(--tinte-weich); font-size: 0.9688rem; }
.insta-name { color: var(--rot); font-weight: 700; }

/* ---------- Fragen ---------- */
.fragen { display: grid; gap: 0.75rem; max-width: 50rem; }
.frage { background: var(--papier); border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten); }
.frage summary { padding: 1.15rem 1.35rem; cursor: pointer; font-weight: 700; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.frage summary::-webkit-details-marker { display: none; }
.frage summary::after { content: ""; width: 0.6rem; height: 0.6rem; flex-shrink: 0; border-right: 2px solid var(--rot); border-bottom: 2px solid var(--rot); transform: rotate(45deg) translateY(-2px); transition: transform var(--tempo) var(--kurve); }
.frage[open] summary::after { transform: rotate(-135deg) translateY(-2px); }
.frage summary:hover { color: var(--rot); }
.frage p { margin: 0; padding: 0 1.35rem 1.35rem; color: var(--tinte-weich); font-size: 0.9375rem; }

/* ---------- Formular ---------- */
.formular { display: grid; gap: 1.25rem; max-width: 40rem; background: var(--papier); padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--radius-gross); box-shadow: var(--schatten); }
.feld { display: grid; gap: 0.4rem; }
.feld label { font-weight: 600; font-size: 0.9375rem; }
.feld input, .feld select, .feld textarea { font: inherit; font-size: 1rem; padding: 0.8rem 0.9rem; background: var(--sand); color: var(--tinte); border: 1px solid var(--linie); border-radius: 10px; transition: border-color var(--tempo) var(--kurve), box-shadow var(--tempo) var(--kurve); }
.feld input:focus, .feld select:focus, .feld textarea:focus { outline: none; border-color: var(--rot); box-shadow: 0 0 0 3px oklch(0.50 0.20 27 / 0.15); background: var(--papier); }
.feld-reihe { display: grid; gap: 1.25rem; }
@media (min-width: 40rem) { .feld-reihe { grid-template-columns: 1fr 1fr; } }
.zustimmung { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.9375rem; color: var(--tinte-weich); }
.zustimmung input { width: 1.15rem; height: 1.15rem; margin-top: 0.2rem; flex-shrink: 0; accent-color: var(--rot); }
.hinweis-kasten { background: var(--rot-blass); border-radius: 12px; padding: 1.15rem 1.25rem; font-size: 0.9375rem; color: var(--rot); }
.hinweis-kasten strong { display: block; margin-bottom: 0.3rem; }
.honig { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* ---------- Aufruf ---------- */
.einladung { background: var(--papier); border-radius: var(--radius-gross); box-shadow: var(--schatten-hoch); overflow: hidden; display: grid; }
@media (min-width: 56rem) { .einladung { grid-template-columns: 1fr 1fr; align-items: center; } }
.einladung-bild img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
@media (min-width: 56rem) { .einladung-bild img { aspect-ratio: auto; min-height: 22rem; } }
.einladung-text { padding: clamp(1.75rem, 4vw, 3rem); }
.einladung h2 { font-size: clamp(1.5rem, 3.5vw, 2.125rem); margin: 0 0 0.75rem; letter-spacing: -0.02em; }
.einladung p { color: var(--tinte-weich); margin: 0 0 1.5rem; }

/* ---------- Fusszeile ---------- */
.fuss { background: var(--papier); border-top: 1px solid var(--linie); padding-block: 3rem 2rem; }
.fuss-gitter { display: grid; gap: 2.25rem; margin-bottom: 2.5rem; }
@media (min-width: 52rem) { .fuss-gitter { grid-template-columns: 1.4fr 1fr 1fr; } }
.fuss h3 { font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--tinte-blass); margin: 0 0 1rem; }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.fuss a { color: var(--tinte-weich); text-decoration: none; transition: color var(--tempo) var(--kurve); }
.fuss a:hover { color: var(--rot); }
.fuss-kontakt { display: flex; gap: 0.6rem; align-items: center; font-size: 0.9375rem; }
.fuss-kontakt svg { width: 1.05rem; height: 1.05rem; color: var(--rot); flex-shrink: 0; }
.fuss-unten { border-top: 1px solid var(--linie); padding-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: 0.875rem; color: var(--tinte-blass); }

/* ---------- Bewegung ---------- */
[data-zeig] { opacity: 0; transform: translateY(20px); transition: opacity 700ms var(--kurve), transform 700ms var(--kurve); }
[data-zeig].sichtbar { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  [data-zeig] { opacity: 1; transform: none; }
}

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