@charset "UTF-8";
/* ==========================================================================
   Pure Sisu — main.css
   Naturkraft, mit Liebe verfeinert.

   Aufbau
   01  Schriften
   02  Design-Tokens
   03  Reset & Grundlagen
   04  Typografie
   05  Layout-Bausteine
   06  Kopfbereich & Navigation
   07  Buttons
   08  Startseite (Hero, Features)
   09  Karten & Bilder
   10  Split-Sektionen, Banner, Karte
   11  Formulare & Infoboxen
   12  Rechtstexte
   13  Fussbereich
   14  Animationen
   15  Responsive
   16  Druck & Barrierefreiheit
   ========================================================================== */

/* ==========================================================================
   01  Schriften — lokal gehostet, keine externen Anfragen
   ========================================================================== */

@font-face {
  font-family: "Aristelle Sans";
  src: url("../fonts/aristelle-sans.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aristelle Cond";
  src: url("../fonts/aristelle-cond.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Caveat";
  src: url("../fonts/caveat-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   02  Design-Tokens
   ========================================================================== */

:root {
  /* Farben */
  --honey: #f2cb02;
  /* Gold für grosse, dekorative Schrift — 3.4:1 auf Creme (WCAG AA, grosser Text) */
  --honey-deep: #b07c00;
  /* Dunkleres Gold für Links und kleine Schrift — 5.0:1 auf Creme (WCAG AA) */
  --honey-text: #8c6208;
  /* Ungebrochener Markenton, nur für Flächen und Rahmen */
  --honey-accent: #e0a100;
  --honey-soft: #f8dc5a;
  --cream: #fcf6e3;
  --cream-2: #fbf1d4;
  --paper: #ffffff;
  --ink: #2a2521;
  --ink-soft: #5c544b;
  --sage: #7e9a7c;
  --sage-light: #bfd3b7;
  --sage-pale: #e5efde;
  --sage-ink: #3f5a3d;

  /* Schrift */
  --font-body: "Aristelle Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-display: "Aristelle Cond", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-script: "Caveat", "Segoe Script", cursive;

  /* Masse */
  --wrap: 1100px;
  --wrap-pad: 30px;
  --header-h: 68px;

  /* Radien */
  --r-sm: 14px;
  --r-md: 22px;
  --r-lg: 30px;
  --r-pill: 40px;

  /* Schatten */
  --shadow: 0 18px 50px -22px rgb(80 60 10 / 35%);
  --shadow-sm: 0 8px 24px -12px rgb(80 60 10 / 30%);

  /* Linien */
  --line-honey: 1px solid rgb(224 161 0 / 18%);

  color-scheme: light;
}

/* ==========================================================================
   03  Reset & Grundlagen
   ========================================================================== */

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

html {
  scroll-behavior: smooth;
  /* verhindert, dass Ankerziele unter dem klebenden Kopfbereich landen */
  scroll-padding-top: calc(var(--header-h) + 24px);
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
picture,
svg,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

/* Aquarell-Atmosphäre in den Ecken */
body::before,
body::after {
  content: "";
  position: fixed;
  z-index: 0;
  pointer-events: none;
  background-image: url("../img/aquarell-hintergrund.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.18;
  filter: saturate(1.1);
}

body::before {
  inset: -120px -140px auto auto;
  width: 520px;
  height: 520px;
  transform: rotate(20deg);
}

body::after {
  inset: auto auto -120px -150px;
  width: 460px;
  height: 460px;
  transform: rotate(-25deg);
}

/* Sprungmarke für Tastatur- und Screenreader-Nutzung */
.skip-link {
  position: absolute;
  top: -100px;
  left: 12px;
  z-index: 200;
  padding: 12px 20px;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  background: var(--honey);
  color: var(--ink);
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 0;
}

/* einheitlicher, gut sichtbarer Fokusring */
:focus-visible {
  outline: 3px solid var(--honey-deep);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection {
  background: var(--honey);
  color: var(--ink);
}

/* Für Überschriften, die die Dokumentstruktur tragen, aber nicht sichtbar sind */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* ==========================================================================
   04  Typografie
   ========================================================================== */

h1,
h2,
h3,
h4,
.kicker-cond {
  font-family: var(--font-display);
  font-weight: 400;
  text-wrap: balance;
  /* «Selbstbedienungslädeli» passt auf schmalen Schirmen sonst nicht in eine
     Zeile und sprengt das Raster. Die Seite ist als de-CH ausgezeichnet,
     darum trennt der Browser nach deutschen Regeln. */
  overflow-wrap: break-word;
  hyphens: auto;
}

p,
li {
  text-wrap: pretty;
  overflow-wrap: break-word;
}

.script {
  font-family: var(--font-script);
  font-weight: 600;
}

.kicker {
  display: inline-block;
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--honey-deep);
  transform: rotate(-2deg);
}

.title {
  margin: 0.1em 0 0.5em;
  font-size: 2.5rem;
  line-height: 1.05;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
}

.title.big {
  font-size: 3rem;
}

.subhead {
  margin: 34px 0 14px;
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.subhead:first-child,
.subhead.flush {
  margin-top: 0;
}

.lead {
  max-width: 62ch;
  font-size: 1.18rem;
  color: var(--ink-soft);
}

.lead + .lead {
  margin-top: 14px;
}

.center {
  text-align: center;
}

.center .lead {
  margin-inline: auto;
}

.prose > * + * {
  margin-top: 14px;
}

.prose p {
  max-width: 70ch;
  font-size: 1.06rem;
  color: var(--ink-soft);
}

.prose .emphasis {
  font-size: 1.15rem;
  color: var(--ink);
}

.bullets {
  max-width: 70ch;
  padding-left: 22px;
  font-size: 1.05rem;
  color: var(--ink-soft);
  list-style: disc;
}

.bullets li + li {
  margin-top: 8px;
}

.bullets ul {
  margin: 6px 0 6px 4px;
  list-style: circle;
}

/* Links im Fliesstext — im Markenton statt im Browser-Blau */
.lead a,
.prose a,
.bullets a,
.card-body p a {
  color: var(--honey-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.lead a:hover,
.prose a:hover,
.bullets a:hover,
.card-body p a:hover {
  color: var(--ink);
}

/* Kinder eines Rasters oder einer Flexbox behalten sonst ihre Inhaltsbreite
   als Mindestmass und drücken die Seite auf. */
.hero-grid > *,
.features > *,
.cards > *,
.split > *,
.cause-grid > *,
.contact-grid > *,
.foot-inner > *,
.page-head > *,
.btn-row > *,
.info-row > * {
  min-width: 0;
}

/* Lange Adressen, Links und Wörter brechen um, statt hinauszuragen */
.address,
.info-row a,
.info-row span,
.site-footer a,
.legal a,
.lead a,
.prose a {
  overflow-wrap: break-word;
}

/* ==========================================================================
   05  Layout-Bausteine
   ========================================================================== */

main {
  position: relative;
  z-index: 1;
}

.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--wrap-pad);
}

.block {
  padding-block: 70px;
}

.block.tight {
  padding-top: 0;
}

/* Seitenkopf mit Siegel: die leere linke Spalte hält den Text optisch mittig */
.page-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 150px;
  gap: 20px;
  align-items: start;
}

.page-head .head-text {
  grid-column: 2;
  text-align: center;
}

.page-head .head-text .lead {
  margin-inline: auto;
}

.head-seal {
  grid-column: 3;
  justify-self: end;
  display: block;
  width: 132px;
  transition: transform 0.25s;
}

.head-seal:hover {
  transform: translateY(-3px) rotate(-1.5deg);
}

.head-seal img {
  width: 100%;
  filter: drop-shadow(0 14px 26px rgb(120 90 10 / 18%));
}

@media (max-width: 780px) {
  .page-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .page-head .head-text,
  .head-seal {
    grid-column: 1;
  }

  .head-seal {
    justify-self: center;
    width: 116px;
  }
}

/* ==========================================================================
   06  Kopfbereich & Navigation
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgb(252 246 227 / 82%);
  backdrop-filter: blur(12px);
  border-bottom: var(--line-honey);
  transition: box-shadow 0.3s;
}

.site-header.is-scrolled {
  box-shadow: 0 6px 24px -14px rgb(80 60 10 / 40%);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin-inline: auto;
  padding: 10px 24px;
}

.brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.brand img {
  width: auto;
  height: 48px;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 9px 13px;
  border-radius: var(--r-lg);
  font-family: var(--font-display);
  font-size: 0.93rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  transition: background-color 0.22s, color 0.22s;
}

.site-nav a:hover {
  background: rgb(242 203 2 / 16%);
}

/* aktuelle Seite — vom Markup gesetzt, nicht von JavaScript */
.site-nav a[aria-current="page"] {
  background: var(--honey);
  color: var(--ink);
  box-shadow: 0 4px 14px -6px rgb(224 161 0 / 70%);
}

.has-drop {
  position: relative;
}

.has-drop > a::after {
  content: "▾";
  margin-left: 6px;
  font-size: 0.8em;
}

.drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 250px;
  padding: 8px;
  border: var(--line-honey);
  border-radius: var(--r-sm);
  background: var(--paper);
  box-shadow: var(--shadow);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}

/* :focus-within öffnet das Untermenü auch per Tastatur */
.has-drop:hover .drop,
.has-drop:focus-within .drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.drop a {
  border-radius: 10px;
  letter-spacing: 0.05em;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border: none;
  background: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 26px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 0.3s, opacity 0.3s;
}

/* ==========================================================================
   07  Buttons
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 28px;
  border: 2px solid transparent;
  border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s, background-color 0.25s, color 0.25s;
}

.btn-primary {
  background: var(--honey);
  color: var(--ink);
  box-shadow: 0 12px 26px -12px rgb(224 161 0 / 80%);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--honey-soft);
  box-shadow: 0 18px 32px -12px rgb(224 161 0 / 90%);
}

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

.btn-ghost:hover {
  background: var(--ink);
  color: var(--cream);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn-row.center {
  justify-content: center;
}

.linkish {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 0.92rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--honey-text);
  transition: color 0.2s;
}

.linkish:hover {
  color: var(--ink);
}

.linkish.block {
  display: block;
  margin-top: 10px;
}

/* ==========================================================================
   08  Startseite — Hero & Features
   ========================================================================== */

.hero {
  position: relative;
  padding-top: 46px;
  padding-bottom: 30px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 30px;
  align-items: center;
}

.hero-copy .kicker {
  font-size: 2rem;
}

.hero h1 {
  margin: 0.05em 0 0.15em;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero .claim {
  margin: 0.15em 0 0.5em;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--honey-deep);
}

.hero-logo {
  display: flex;
  justify-content: center;
}

.hero-logo img {
  width: 88%;
  max-width: 420px;
  filter: drop-shadow(0 22px 40px rgb(120 90 10 / 18%));
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 9px 18px;
  border: 1.5px solid var(--sage-light);
  border-radius: var(--r-pill);
  background: var(--sage-pale);
  color: var(--sage-ink);
  font-family: var(--font-display);
  font-size: 0.86rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.badge::before {
  content: "❤";
  color: #c2462f;
}

.bee-float {
  position: absolute;
  top: 6px;
  right: 8%;
  z-index: 3;
  width: 78px;
  animation: fly 6s ease-in-out infinite;
}

@keyframes fly {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-16px) rotate(3deg);
  }
}

.features {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.feature {
  padding: 26px 22px;
  border: 1px solid rgb(224 161 0 / 10%);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.feature img {
  width: 54px;
  margin: 0 auto 10px;
}

.feature h3 {
  margin-bottom: 6px;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.feature p {
  font-size: 0.98rem;
  color: var(--ink-soft);
}

/* ==========================================================================
   09  Karten & Bilder
   ========================================================================== */

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
  text-align: left;
}

.cards.duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards.solo {
  grid-template-columns: minmax(0, 1fr);
  max-width: 350px;
}

.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgb(224 161 0 / 12%);
  border-radius: var(--r-md);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  transition: transform 0.28s, box-shadow 0.28s;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 22px 22px 24px;
}

.card-body h3 {
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-body p {
  flex: 1;
  font-size: 1rem;
  color: var(--ink-soft);
}

.photo {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--cream-2);
  box-shadow: var(--shadow);
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo.tall {
  aspect-ratio: 3 / 4;
}

.photo.wide {
  aspect-ratio: 16 / 9;
}

.photo.ratio43 {
  aspect-ratio: 4 / 3;
}

/* Bild als Kartenkopf: keine eigenen Rundungen, kein zweiter Schatten */
.card .photo {
  border-radius: 0;
  box-shadow: none;
}

/* Bildunterschrift: der Verlauf muss auch über hellen Motiven tragen */
.cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 30px 16px 12px;
  background: linear-gradient(transparent, rgb(30 26 22 / 78%));
  color: #fff;
  text-shadow: 0 1px 3px rgb(0 0 0 / 45%);
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.size {
  padding: 5px 13px;
  border: 1.5px solid var(--honey-soft);
  border-radius: var(--r-lg);
  background: var(--cream-2);
  font-family: var(--font-display);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.tag {
  align-self: flex-start;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--honey);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tag.soft {
  background: var(--sage-pale);
  color: var(--sage-ink);
}

/* ==========================================================================
   10  Split-Sektionen, Banner, Karte
   ========================================================================== */

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}

.split.rev .split-text {
  order: 2;
}

.note-strip {
  max-width: 66ch;
  margin-top: 22px;
  padding: 14px 20px;
  border-left: 4px solid var(--sage);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  background: var(--sage-pale);
  color: var(--sage-ink);
  font-size: 0.96rem;
}

.mapframe {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  background: var(--cream-2);
  box-shadow: var(--shadow);
}

.mapframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.address {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.banner {
  position: relative;
  overflow: hidden;
  padding: 50px 44px;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, var(--honey) 0%, var(--honey-soft) 100%);
  box-shadow: 0 24px 50px -24px rgb(224 161 0 / 70%);
  text-align: center;
}

.banner h2 {
  margin-bottom: 0.3em;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink);
}

.banner p {
  max-width: 60ch;
  margin: 0 auto 8px;
  font-size: 1.1rem;
  color: #4a3c08;
}

.banner .bigpct {
  font-family: var(--font-display);
  font-size: 4.4rem;
  line-height: 1;
  color: var(--ink);
}

.cause-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 40px;
  align-items: start;
}

.seal-card {
  padding: 34px;
  border: 1px solid rgb(224 161 0 / 12%);
  border-radius: var(--r-md);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.seal-card h3 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.seal-card p {
  margin-top: 8px;
  color: var(--ink-soft);
}

.seal-card img {
  width: 150px;
  margin: 0 auto 16px;
}

.siegel-img {
  width: 100%;
  max-width: 300px;
  margin-top: 6px;
}

.signoff {
  margin-top: 50px;
  text-align: center;
}

.signoff img {
  /* die Illustration zeigt Vogel und Zweig — unter 150px gehen die feinen
     Linien verloren */
  width: 150px;
  margin: 0 auto 4px;
}

.signoff .script {
  font-size: 2.2rem;
  color: var(--honey-deep);
}

/* ==========================================================================
   11  Formulare & Infoboxen
   ========================================================================== */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.info-card {
  padding: 30px;
  border: 1px solid rgb(224 161 0 / 12%);
  border-radius: var(--r-md);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.info-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed rgb(224 161 0 / 25%);
}

.info-row:last-child {
  border-bottom: none;
}

.info-row .ic {
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

.info-row b {
  display: block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.info-row > div span,
.info-row > div address {
  display: block;
}

.info-row address {
  font-style: normal;
}

.info-row a {
  display: block;
  color: var(--ink);
  text-decoration: none;
}

.info-row a:hover {
  color: var(--honey-text);
}

.info-row .hint {
  font-size: 0.92rem;
  color: var(--sage-ink);
}

.field {
  margin-bottom: 16px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

input,
select,
textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid rgb(224 161 0 / 30%);
  border-radius: var(--r-sm);
  background: var(--paper);
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--honey);
  box-shadow: 0 0 0 4px rgb(242 203 2 / 15%);
}

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

/* Validierung — erst nach dem Absendeversuch sichtbar */
.was-validated input:invalid,
.was-validated textarea:invalid {
  border-color: #c2462f;
}

.error-text {
  display: none;
  margin-top: 6px;
  font-size: 0.85rem;
  color: #c2462f;
}

.was-validated input:invalid ~ .error-text,
.was-validated textarea:invalid ~ .error-text {
  display: block;
}

.form-note {
  margin-top: 12px;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

/* ==========================================================================
   12  Rechtstexte (Impressum, Datenschutz)
   ========================================================================== */

.legal {
  max-width: 78ch;
}

.legal h2 {
  margin: 38px 0 12px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal h2:first-of-type {
  margin-top: 0;
}

.legal h3 {
  margin: 24px 0 8px;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal p,
.legal li {
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.legal p + p {
  margin-top: 12px;
}

.legal ul {
  margin: 10px 0 0 22px;
  list-style: disc;
}

.legal li + li {
  margin-top: 6px;
}

.legal a {
  color: var(--honey-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal a:hover {
  color: var(--ink);
}

.legal .meta {
  margin-top: 40px;
  padding-top: 16px;
  border-top: var(--line-honey);
  font-size: 0.9rem;
}

/* ==========================================================================
   13  Fussbereich
   ========================================================================== */

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding: 50px 30px 28px;
  background: var(--ink);
  color: #e9e2d6;
}

.foot-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  max-width: var(--wrap);
  margin-inline: auto;
}

.fname {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--honey-soft);
}

.foot-claim {
  max-width: 34ch;
  color: #cfc6b6;
}

.site-footer h2 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--honey-soft);
}

.site-footer ul {
  list-style: none;
}

.site-footer a,
.site-footer address {
  display: block;
  padding: 3px 0;
  font-size: 0.96rem;
  font-style: normal;
  color: #e9e2d6;
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer a:hover {
  color: var(--honey);
}

.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: var(--wrap);
  margin: 34px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgb(255 255 255 / 12%);
  font-size: 0.85rem;
  color: #b7ad9c;
}

/* ==========================================================================
   14  Animationen
   ========================================================================== */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Ohne JavaScript greift zusätzlich assets/css/noscript.css */

/* ==========================================================================
   15  Responsive
   ========================================================================== */

/* Ab hier würden die sieben Menüpunkte gedrängt wirken → Burger-Menü */
@media (max-width: 1080px) {
  .menu-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    max-height: calc(100vh - var(--header-h));
    padding: 12px 16px;
    overflow-y: auto;
    border-top: var(--line-honey);
    border-bottom: 1px solid rgb(224 161 0 / 20%);
    background: var(--cream);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
  }

  .site-nav a {
    width: 100%;
    padding: 13px 14px;
    font-size: 1rem;
  }

  .drop {
    position: static;
    min-width: 0;
    margin: 3px 0 6px;
    padding: 4px;
    border: none;
    background: rgb(242 203 2 / 8%);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .drop a {
    padding-left: 26px;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }
}

@media (max-width: 920px) {
  .hero-grid,
  .split,
  .cause-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .split.rev .split-text {
    order: 0;
  }

  .features,
  .cards,
  .cards.duo {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .foot-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .hero-logo {
    order: -1;
  }

  .hero h1 {
    font-size: 2.7rem;
  }
}

@media (max-width: 680px) {
  :root {
    --wrap-pad: 24px;
  }

  .nav-inner {
    padding: 10px 20px;
  }

  .features,
  .cards,
  .cards.duo,
  .foot-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .cards.solo {
    max-width: none;
  }

  .title,
  .title.big {
    font-size: 2rem;
  }

  .hero h1 {
    font-size: 2.3rem;
  }

  .hero .claim {
    font-size: 1.7rem;
  }

  .hero-copy .kicker {
    font-size: 1.55rem;
  }

  .lead {
    font-size: 1.05rem;
  }

  .banner {
    padding: 36px 22px;
  }

  .banner h2 {
    font-size: 1.8rem;
  }

  .banner .bigpct {
    font-size: 3.2rem;
  }

  .seal-card {
    padding: 26px;
  }

  .info-card {
    padding: 24px;
  }

  .block {
    padding-block: 46px;
  }

  .bee-float {
    display: none;
  }
}

@media (max-width: 420px) {
  :root {
    --wrap-pad: 20px;
  }

  .nav-inner {
    padding: 10px 16px;
  }

  .brand img {
    height: 40px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero .claim {
    font-size: 1.5rem;
  }

  .title,
  .title.big {
    font-size: 1.7rem;
  }

  .banner .bigpct {
    font-size: 2.8rem;
  }

  .btn {
    padding: 12px 18px;
    font-size: 0.9rem;
  }

  .btn-row {
    gap: 10px;
  }

  .btn-row .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   16  Druck & Barrierefreiheit
   ========================================================================== */

@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;
  }

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

@media print {
  body {
    background: #fff;
    color: #000;
  }

  body::before,
  body::after,
  .site-header,
  .site-footer,
  .bee-float,
  .btn-row,
  .mapframe,
  .skip-link {
    display: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .card,
  .info-card,
  .seal-card {
    box-shadow: none;
    border: 1px solid #ccc;
    break-inside: avoid;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    color: #555;
  }
}
