/* =====================================================
   Imkerverein Sonnenwald e.V. — Stylesheet
   Stand: v14 (Sonnengelb, Mulish, Motion, Hexagon-Akzente)
   ===================================================== */

/* === Mulish — lokal gehostet (DSGVO-konform, OFL 1.1) === */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/mulish-500-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/mulish-700-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/mulish-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/mulish-500-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/mulish-600-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/mulish-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/mulish-800-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* === Honig-Akzente === */
  --c-honey:        #E8A317;
  --c-honey-deep:   #B8730A;
  --c-honey-soft:   #F4D687;
  --c-honey-pale:   #FCE9B5;

  /* === Sonnengelb für Header/Footer === */
  --c-sun:          #FFE082;
  --c-sun-edge:     #E8C26C;

  /* === Amber für interaktive Akzente === */
  --c-amber:        #FFB300;
  --c-amber-deep:   #E89A00;

  /* === Cream-Hintergründe === */
  --c-cream:        #FFFDF9;
  --c-cream-warm:   #FFF8EA;
  --c-paper:        #FFFFFF;

  /* === Text === */
  --c-text:         #2E1F14;
  --c-text-soft:    #6B5544;

  /* === Linien === */
  --c-line:         #E8DCC0;
  --c-line-soft:    #F0E7D4;

  /* === Schatten (honig-getönt, warm) === */
  --sh-warm-sm: 0 2px 6px rgba(184,115,10,.10);
  --sh-warm-md: 0 12px 28px rgba(184,115,10,.13);
  --sh-warm-lg: 0 20px 44px rgba(184,115,10,.16);
  --sh-hero:    0 28px 56px rgba(232,163,23,.22), 0 10px 20px rgba(46,31,20,.10);

  /* === Typografie === */
  --f-body: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI",
            Helvetica, Arial, sans-serif;

  /* === Layout === */
  --content-max: 1200px;
  --radius:    8px;
  --radius-lg: 16px;
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--c-text);
  background: var(--c-cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

img, svg { max-width: 100%; height: auto; display: block; }

a { color: var(--c-amber-deep); text-decoration: none; transition: color .15s; }
a:hover { color: var(--c-text); }

h1, h2, h3, h4 {
  font-family: var(--f-body);
  color: var(--c-text);
  line-height: 1.18;
  letter-spacing: -.015em;
  margin: 0 0 16px;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800; letter-spacing: -.025em; }
h2 { font-size: clamp(1.6rem, 3.3vw, 2.3rem); font-weight: 700; letter-spacing: -.02em; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
p  { margin: 0 0 16px; }
ul, ol { padding-left: 1.2rem; margin: 0 0 16px; }

/* === Grain-Overlay (atmosphärische Textur) === */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320'><filter id='n' x='0%25' y='0%25' width='100%25' height='100%25'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: .04;
  mix-blend-mode: multiply;
}

/* === Container === */
.container {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 24px;
}

/* === Header === */
.site-header {
  background: var(--c-sun);
  border-bottom: 1px solid var(--c-sun-edge);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 12px rgba(184,115,10,.10);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 8px 0;
  gap: 16px;
  flex-wrap: wrap;
}
.brand img { height: 60px; width: auto; }

.nav { display: flex; flex-wrap: wrap; gap: 2px; }
.nav__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0;
  padding: 0;
}
.nav__link {
  display: inline-block;
  padding: 10px 14px;
  color: var(--c-text);
  font-size: .95rem;
  font-weight: 600;
  border-radius: 8px;
  transition: background .15s, color .15s;
}
.nav__link:hover { background: rgba(255,255,255,.55); color: var(--c-text); text-decoration: none; }
.nav__link[aria-current="page"] {
  background: var(--c-amber);
  color: var(--c-text);
  box-shadow: 0 2px 8px rgba(232,154,0,.30);
}

@media (max-width: 880px) {
  .nav__list {
    width: 100%;
    flex-direction: column;
    gap: 4px;
  }
  .nav__link {
    display: block;
    padding: 14px 16px;
    font-size: 1.05rem;
  }
}

/* === Buttons === */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: .95rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all .18s;
  text-decoration: none;
}
.btn:hover { text-decoration: none; }

.btn--primary {
  background: var(--c-amber);
  color: var(--c-text);
  border-color: var(--c-amber);
  box-shadow: 0 6px 14px rgba(255,179,0,.25);
}
.btn--primary:hover {
  background: var(--c-amber-deep);
  color: var(--c-text);
  border-color: var(--c-amber-deep);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255,179,0,.40);
}

.btn--ghost {
  background: transparent;
  color: var(--c-text);
  border-color: var(--c-line);
}
.btn--ghost:hover {
  border-color: var(--c-amber-deep);
  color: var(--c-amber-deep);
  background: var(--c-paper);
  transform: translateY(-1px);
}

/* === Hero === */
.hero {
  position: relative;
  overflow: visible;
  padding: 80px 0 100px;
  background: linear-gradient(135deg, var(--c-cream-warm) 0%, var(--c-cream) 60%, var(--c-paper) 100%);
}
.hero__pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='140' viewBox='0 0 80 140'><g fill='none' stroke='%23E8A317' stroke-width='1' stroke-opacity='0.12'><polygon points='40,4 76,24 76,68 40,88 4,68 4,24'/><polygon points='4,68 40,88 40,132 4,152 -32,132 -32,88'/><polygon points='76,68 112,88 112,132 76,152 40,132 40,88'/></g></svg>");
  background-size: 80px 140px;
  opacity: .7;
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .85rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-honey-deep);
  font-weight: 700;
  margin-bottom: 20px;
  background: var(--c-honey-pale);
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: var(--sh-warm-sm);
}
.hero__eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--c-honey);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.hero h1 em {
  font-style: italic;
  color: var(--c-amber);
  font-weight: 800;
}
.hero__lead {
  font-size: 1.18rem;
  color: var(--c-text-soft);
  max-width: 42ch;
  margin-bottom: 28px;
}
.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero__visual-wrap { position: relative; }
.hero__visual-wrap::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  left: -30px;
  top: -25px;
  background: var(--c-honey-pale);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
  opacity: .7;
}
.hero__visual {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--sh-hero);
  transform: rotate(-1.5deg);
  transition: transform .35s cubic-bezier(.2,.7,.3,1);
}
.hero__visual:hover { transform: rotate(0deg) scale(1.01); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }

.hero__visual-accent {
  position: absolute;
  width: 220px;
  height: 150px;
  right: -20px;
  bottom: -20px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(184,115,10,.38), 0 6px 12px rgba(46,31,20,.15);
  transform: rotate(6deg);
  border: 5px solid var(--c-honey-soft);
  outline: 1px solid var(--c-honey-deep);
  outline-offset: -7px;
  z-index: 3;
  transition: transform .35s cubic-bezier(.2,.7,.3,1);
}
.hero__visual-accent:hover { transform: rotate(2deg) scale(1.04); }
.hero__visual-accent img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 880px) {
  .hero { padding: 48px 0 64px; }
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__visual { max-width: 380px; margin: 0 auto; transform: none; }
  .hero__visual:hover { transform: scale(1.01); }
  .hero__visual-accent {
    width: 150px;
    height: 100px;
    right: -10px;
    bottom: -15px;
    border-width: 4px;
  }
}

/* === Hero Page-Load Animation === */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero__eyebrow,
.hero h1,
.hero__lead,
.hero__actions,
.hero__visual-wrap {
  animation: fade-up .8s cubic-bezier(.2,.7,.3,1) backwards;
}
.hero__eyebrow     { animation-delay: .05s; }
.hero h1           { animation-delay: .15s; }
.hero__lead        { animation-delay: .30s; }
.hero__actions     { animation-delay: .45s; }
.hero__visual-wrap { animation-delay: .55s; }

/* === Quicklinks === */
.quicklinks {
  padding: 48px 0;
  background: var(--c-paper);
  border-top: 1px solid var(--c-line-soft);
  border-bottom: 1px solid var(--c-line-soft);
}
.quicklinks__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.ql-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: var(--c-cream);
  border: 1px solid var(--c-line-soft);
  border-radius: 14px;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, border-color .25s, background .25s;
  overflow: hidden;
}
.ql-tile::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -25px;
  width: 90px;
  height: 90px;
  background: var(--c-honey-pale);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  opacity: .35;
  transition: opacity .3s, transform .3s;
  pointer-events: none;
}
.ql-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-warm-md);
  border-color: var(--c-amber);
  background: var(--c-paper);
}
.ql-tile:hover::after { opacity: .6; transform: scale(1.08) rotate(8deg); }
.ql-tile > * { position: relative; z-index: 1; }
.ql-tile__icon {
  width: 52px;
  height: 52px;
  background: var(--c-honey-pale);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-honey-deep);
  margin-bottom: 14px;
  transition: background .25s, color .25s;
}
.ql-tile:hover .ql-tile__icon { background: var(--c-amber); color: #fff; }
.ql-tile__icon svg { width: 26px; height: 26px; }
.ql-tile__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 4px;
  letter-spacing: -.01em;
}
.ql-tile__sub {
  font-size: .85rem;
  color: var(--c-text-soft);
  margin-bottom: 14px;
  flex-grow: 1;
}
.ql-tile__more {
  font-size: .85rem;
  font-weight: 700;
  color: var(--c-amber-deep);
  letter-spacing: .02em;
}
.ql-tile__more::after { content: " →"; transition: transform .15s; }
.ql-tile:hover .ql-tile__more::after { transform: translateX(3px); display: inline-block; }

@media (max-width: 880px) {
  .quicklinks__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .ql-tile { padding: 20px; }
}

/* === Sektionen === */
.section { padding: 80px 0; }
.section--accent { background: var(--c-cream-warm); }
.section--wabe {
  position: relative;
  overflow: hidden;
}
.section--wabe::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/wabe.jpg");
  background-size: cover;
  background-position: center;
  opacity: .08;
}
.section--wabe::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--c-cream) 0%, rgba(255,253,249,.5) 50%, var(--c-cream) 100%);
}
.section--wabe > .container { position: relative; z-index: 2; }

.head { text-align: center; margin-bottom: 48px; }
.head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-honey-deep);
  font-weight: 700;
  margin-bottom: 10px;
  background: var(--c-honey-pale);
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: var(--sh-warm-sm);
}
.head__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--c-honey);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.head__lead {
  max-width: 60ch;
  margin: 0 auto;
  color: var(--c-text-soft);
  font-size: 1.1rem;
}

/* === Anliegen-Cards === */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}
.card {
  background: var(--c-paper);
  border: 1px solid var(--c-line-soft);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--c-amber) 0%, var(--c-honey-soft) 100%);
  opacity: 0;
  transition: opacity .25s;
}
.card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 80px;
  height: 80px;
  background: var(--c-honey-pale);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  opacity: 0;
  transition: opacity .3s, transform .3s;
  pointer-events: none;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-warm-md);
  border-color: var(--c-honey-soft);
}
.card:hover::before { opacity: 1; }
.card:hover::after { opacity: .3; transform: rotate(8deg) scale(1.05); }
.card > * { position: relative; z-index: 1; }
.card__icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--c-honey) 0%, var(--c-honey-deep) 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 18px;
  box-shadow: 0 10px 20px rgba(184,115,10,.30);
}
.card__icon svg { width: 30px; height: 30px; }
.card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.card p { color: var(--c-text-soft); font-size: .97rem; margin: 0; }

/* === Image-Banner === */
.image-banner {
  position: relative;
  overflow: hidden;
  background: var(--c-cream-warm);
}
.image-banner img {
  display: block;
  width: 100%;
  height: clamp(280px, 38vw, 440px);
  object-fit: cover;
  object-position: center 55%;
}
.image-banner__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 24px;
  background: linear-gradient(180deg, transparent 0%, rgba(46,31,20,.55) 100%);
  color: #FFFDF8;
  text-align: center;
}
.image-banner__caption p {
  margin: 0 auto;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  text-shadow: 0 2px 8px rgba(0,0,0,.55);
  max-width: 680px;
}

/* === Feature-Kacheln === */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px;
}
.feature {
  background: var(--c-paper);
  border: 1px solid var(--c-line-soft);
  border-radius: var(--radius-lg);
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: block;
  text-decoration: none;
  color: var(--c-text);
  position: relative;
  overflow: hidden;
}
.feature:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-warm-lg);
  border-color: var(--c-amber);
}
.feature__img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--c-cream);
}
.feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.feature:hover .feature__img img { transform: scale(1.06); }
.feature__img::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 32px;
  height: 32px;
  background: var(--c-amber);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  box-shadow: 0 4px 12px rgba(46,31,20,.25);
  opacity: .92;
}
.feature__body { padding: 24px 26px 30px; }
.feature__badge {
  display: inline-block;
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-honey-deep);
  font-weight: 700;
  background: var(--c-honey-pale);
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.feature h3 { font-size: 1.35rem; margin-bottom: 8px; }
.feature p { color: var(--c-text-soft); margin-bottom: 18px; font-size: .97rem; }
.feature__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--c-amber-deep);
}
.feature__cta::after { content: "→"; transition: transform .15s; }
.feature:hover .feature__cta::after { transform: translateX(4px); }

/* === Termine === */
.events {
  display: grid;
  gap: 14px;
  max-width: 780px;
  margin: 0 auto;
}
.event {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 22px;
  align-items: center;
  background: var(--c-paper);
  border: 1px solid var(--c-line-soft);
  border-radius: 14px;
  padding: 18px 26px;
  transition: all .2s;
}
.event:hover {
  box-shadow: var(--sh-warm-sm);
  border-color: var(--c-honey-soft);
  transform: translateX(3px);
}
.event__date {
  text-align: center;
  padding: 8px 4px;
  background: var(--c-honey-pale);
  border-radius: 8px;
}
.event__day {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  color: var(--c-text);
  letter-spacing: -.02em;
}
.event__month {
  display: block;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-honey-deep);
  margin-top: 3px;
  font-weight: 700;
}
.event__title { font-weight: 700; margin-bottom: 3px; color: var(--c-text); }
.event__meta  { font-size: .88rem; color: var(--c-text-soft); }
.event__desc {
  font-size: .92rem;
  color: var(--c-text-soft);
  margin-top: 6px;
  line-height: 1.55;
}
.event__link { font-size: .88rem; font-weight: 700; color: var(--c-amber-deep); }

/* === Leerer / Fehler-Zustand === */
.empty-state, .error-state {
  text-align: center;
  padding: 32px 16px;
  border: 1px dashed var(--c-line);
  border-radius: 12px;
  background: var(--c-cream);
  color: var(--c-text-soft);
  font-size: .98rem;
  max-width: 600px;
  margin: 0 auto;
}
.error-state {
  border-style: solid;
  border-color: var(--c-honey-soft);
  background: var(--c-honey-pale);
  color: var(--c-honey-deep);
}

@media (max-width: 540px) {
  .event { grid-template-columns: 64px 1fr; }
  .event__link { grid-column: 2 / 3; justify-self: start; }
}

/* === Page Header (Unterseiten ohne Hero-Bild) === */
.page-header {
  position: relative;
  overflow: hidden;
  padding: 64px 0 56px;
  background: linear-gradient(135deg, var(--c-cream-warm) 0%, var(--c-cream) 100%);
  border-bottom: 1px solid var(--c-line-soft);
}
.page-header .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-header h1 {
  margin-bottom: 12px;
}
.page-header__lead {
  max-width: 60ch;
  margin: 0 auto;
  color: var(--c-text-soft);
  font-size: 1.1rem;
}

/* Variante mit Bild rechts (Vorstandsseite) */
.page-header--with-image .container {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 320px);
  gap: 40px;
  align-items: center;
  text-align: left;
}
.page-header--with-image .page-header__lead {
  margin: 0;
  max-width: none;
}
.page-header__image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: var(--sh-warm-md);
  border: 1.5px solid var(--c-honey-soft);
}
.page-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 720px) {
  .page-header--with-image .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .page-header--with-image .page-header__lead {
    margin: 0 auto;
  }
  .page-header__image {
    max-width: 280px;
    margin: 8px auto 0;
  }
}

/* === Content-Container für Textseiten === */
.content {
  max-width: 720px;
  margin: 0 auto;
}

/* Breitere Variante für seiten mit großen Bildern */
.content--wide {
  max-width: 1100px;
  margin: 0 auto;
}

/* === Zentrierter Sektions-Titel (z.B. Honig-Seite) === */
.section-title {
  text-align: center;
  font-size: 2.2rem;
  color: var(--c-honey-deep);
  margin: 0 0 32px;
  letter-spacing: -.01em;
}

/* === Honig-Produktions-Infografik === */
.honey-process {
  margin: 18px 0 0;
}
.honey-process__trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 1.5px solid var(--c-honey-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: transparent;
  box-shadow: var(--sh-warm-md);
  cursor: zoom-in;
  transition: transform .22s, box-shadow .22s, border-color .22s;
  font-family: inherit;
}
.honey-process__trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(184,115,10,.22);
  border-color: var(--c-honey);
}
.honey-process__trigger:focus-visible {
  outline: 3px solid var(--c-honey);
  outline-offset: 4px;
}
.honey-process img {
  display: block;
  width: 100%;
  height: auto;
}
.honey-process figcaption {
  text-align: center;
  font-size: .85rem;
  color: var(--c-text-soft);
  margin-top: 8px;
  font-style: italic;
}

/* === Lightbox-Modal === */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .88);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  cursor: zoom-out;
}
.lightbox[hidden] { display: none; }
.lightbox__image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  cursor: default;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0,0,0,.5);
}
.lightbox__close {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .92);
  color: var(--c-text);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  font-family: inherit;
  transition: background .15s, transform .15s;
}
.lightbox__close:hover {
  background: #fff;
  transform: scale(1.05);
}
.content--narrow { max-width: 640px; }

/* === Info-Blocks (strukturierter Textinhalt) === */
.info-block {
  padding: 28px 0;
  border-bottom: 1px solid var(--c-line-soft);
}
.info-block:first-of-type { padding-top: 8px; }
.info-block:last-of-type { border-bottom: 0; padding-bottom: 8px; }
.info-block h2 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--c-honey-deep);
  letter-spacing: -.005em;
}
.info-block h3 {
  font-size: 1.02rem;
  margin: 22px 0 8px;
  color: var(--c-text);
  font-weight: 700;
}
.info-block p { margin: 0 0 8px; }
.info-block p:last-child { margin-bottom: 0; }
.info-block ul, .info-block ol {
  margin: 6px 0 12px;
  padding-left: 1.2rem;
}
.info-block li { margin-bottom: 4px; }
.info-block .upper-emphasis {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: var(--c-honey-pale);
  padding: 10px 14px;
  border-radius: 8px;
  border-left: 3px solid var(--c-honey);
  margin: 12px 0;
}

/* === dl-style Begriff-Wert-Liste === */
.info-list {
  margin: 10px 0 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 8px 18px;
}
.info-list dt {
  color: var(--c-text-soft);
  font-weight: 600;
}
.info-list dd { margin: 0; }

@media (max-width: 540px) {
  .info-list { grid-template-columns: 1fr; gap: 2px 0; }
  .info-list dt { margin-top: 10px; }
  .info-list dt:first-child { margin-top: 0; }
}

/* === Liste mit Rollenbezeichnung === */
.role-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.role-list li {
  padding: 10px 0;
  display: flex;
  gap: 14px;
  align-items: baseline;
  border-bottom: 1px dashed var(--c-line-soft);
  flex-wrap: wrap;
}
.role-list li:last-child { border-bottom: 0; }
.role-list .role {
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-honey-deep);
  font-weight: 700;
  flex-shrink: 0;
  min-width: 110px;
}

/* === Quellenangabe === */
.source-note {
  margin-top: 32px;
  font-size: .85rem;
  color: var(--c-text-soft);
  text-align: right;
  font-style: italic;
}

/* === Vorstandskarten / Person === */
.person-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 18px;
}
.person {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px 26px;
  background: var(--c-paper);
  border: 1.5px solid var(--c-honey-soft);
  border-radius: var(--radius-lg);
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.person:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-warm-md);
  border-color: var(--c-honey);
}
.person--pending {
  border-style: dashed;
  border-color: var(--c-honey-soft);
  background: var(--c-cream);
}
.person--pending:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--c-honey-soft);
}
.person__avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--c-honey) 0%, var(--c-honey-deep) 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -.02em;
  box-shadow: 0 6px 14px rgba(184,115,10,.28);
}
.person--pending .person__avatar {
  background: var(--c-honey-pale);
  color: var(--c-honey-deep);
  box-shadow: none;
  opacity: .8;
  font-size: 1.4rem;
}
.person__body {
  flex-grow: 1;
  min-width: 0;
}
.person__role {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-honey-deep);
  font-weight: 700;
  margin-bottom: 4px;
}
.person__name {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--c-text);
  letter-spacing: -.01em;
}
.person__pending-note {
  font-size: .88rem;
  color: var(--c-text-soft);
  font-style: italic;
  margin: 0;
}
.person__contact {
  margin: 0;
  font-size: .9rem;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 4px 12px;
}
.person__contact dt {
  color: var(--c-text-soft);
  font-weight: 600;
}
.person__contact dd {
  margin: 0;
  overflow-wrap: anywhere;
}
/* SVG-Icon im Avatar (statt Initialen) */
.person__avatar svg {
  width: 30px;
  height: 30px;
  stroke: #fff;
  fill: none;
}
/* Aufzählung mehrerer Personen in einer Karte — untereinander */
.member-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.member-list li {
  padding: 6px 0 6px 18px;
  position: relative;
  color: var(--c-text);
  font-size: 1rem;
  border-bottom: 1px solid var(--c-line-soft);
}
.member-list li:last-child { border-bottom: 0; }
.member-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: var(--c-honey);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* === Zentrierte Figur (für Infografiken und große Bilder) === */
.figure-centered {
  margin: 18px auto 0;
  max-width: 100%;
  text-align: center;
}
.figure-centered img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-warm-md);
  border: 1.5px solid var(--c-honey-soft);
  display: block;
  margin: 0 auto;
}
.figure-centered figcaption {
  margin-top: 10px;
  font-size: .9rem;
  color: var(--c-text-soft);
  font-style: italic;
}

/* === Formular-Platzhalter === */
.form-placeholder {
  margin-top: 18px;
  padding: 32px 24px;
  background: var(--c-cream);
  border: 2px dashed var(--c-honey-soft);
  border-radius: 12px;
  text-align: center;
}
.form-placeholder__label {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-honey-deep);
  font-weight: 700;
  background: var(--c-honey-pale);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.form-placeholder__text {
  margin: 0;
  font-style: italic;
  color: var(--c-text-soft);
}

/* === Ressourcen-Liste (für Nützliches) === */
.resource-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin: 18px 0 0;
}
.resource {
  display: block;
  padding: 20px 22px;
  background: var(--c-paper);
  border: 1px solid var(--c-line-soft);
  border-radius: 12px;
  text-decoration: none;
  color: var(--c-text);
  transition: transform .22s, box-shadow .22s, border-color .22s;
  position: relative;
  overflow: hidden;
}
.resource::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--c-honey-soft);
  opacity: 0;
  transition: opacity .22s;
}
.resource:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-warm-sm);
  border-color: var(--c-honey-soft);
  text-decoration: none;
}
.resource:hover::before { opacity: 1; }
.resource__title {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 6px;
  color: var(--c-text);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  letter-spacing: -.005em;
}
.resource__title::after {
  content: "↗";
  margin-left: auto;
  color: var(--c-honey-deep);
  font-weight: 400;
  flex-shrink: 0;
  transition: transform .2s;
}
.resource:hover .resource__title::after {
  transform: translate(2px, -2px);
}
.resource__desc {
  font-size: .88rem;
  color: var(--c-text-soft);
  margin: 0;
  line-height: 1.5;
}
.resource__url {
  display: block;
  font-size: .75rem;
  color: var(--c-honey-deep);
  margin-top: 8px;
  word-break: break-all;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  opacity: .75;
}

/* === Footer === */
.site-footer {
  background: var(--c-sun);
  color: var(--c-text);
  padding: 56px 0 24px;
  margin-top: 80px;
  border-top: 1px solid var(--c-sun-edge);
}
.site-footer a { color: var(--c-amber-deep); font-weight: 600; }
.site-footer a:hover { color: var(--c-text); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 36px;
}
.footer-grid .footer__heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--c-text);
  margin: 0 0 16px;
  letter-spacing: -.005em;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-top: 6px; }
.footer-bottom {
  border-top: 1px solid var(--c-sun-edge);
  padding-top: 20px;
  font-size: .85rem;
  color: var(--c-text-soft);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom nav { display: flex; gap: 18px; }

@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* === Utility === */
.text-center { text-align: center; }
.mt-4 { margin-top: 32px; }

/* === Scroll-Reveal === */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
/* Stagger innerhalb von Grid-Gruppen */
.cards .reveal:nth-child(1) { transition-delay: 0ms; }
.cards .reveal:nth-child(2) { transition-delay: 90ms; }
.cards .reveal:nth-child(3) { transition-delay: 180ms; }
.cards .reveal:nth-child(4) { transition-delay: 270ms; }
.quicklinks__grid .reveal:nth-child(1) { transition-delay: 0ms; }
.quicklinks__grid .reveal:nth-child(2) { transition-delay: 80ms; }
.quicklinks__grid .reveal:nth-child(3) { transition-delay: 160ms; }
.quicklinks__grid .reveal:nth-child(4) { transition-delay: 240ms; }
.feature-grid .reveal:nth-child(1) { transition-delay: 0ms; }
.feature-grid .reveal:nth-child(2) { transition-delay: 100ms; }
.feature-grid .reveal:nth-child(3) { transition-delay: 200ms; }
.events .reveal:nth-child(1) { transition-delay: 0ms; }
.events .reveal:nth-child(2) { transition-delay: 80ms; }
.events .reveal:nth-child(3) { transition-delay: 160ms; }

/* === Reduced motion === */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__eyebrow, .hero h1, .hero__lead, .hero__actions, .hero__visual-wrap { animation: none; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}

/* ===================================================
   Termine-Seite — Kalender, Toolbar, Liste
   =================================================== */

.termine-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--c-paper);
  color: var(--c-honey-deep);
  border: 1.5px solid var(--c-honey-soft);
  border-radius: 999px;
  font-family: inherit;
  font-size: .92rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, border-color .15s, transform .15s;
}
.btn-secondary:hover {
  background: var(--c-honey-pale);
  border-color: var(--c-honey);
  transform: translateY(-1px);
}
.btn-secondary:focus-visible {
  outline: 3px solid var(--c-honey);
  outline-offset: 3px;
}

.termine-calendar {
  margin: 0 0 48px;
  padding: 20px;
  background: var(--c-paper);
  border: 1.5px solid var(--c-honey-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-warm-sm);
}

.termine-list-heading {
  font-size: 1.4rem;
  color: var(--c-honey-deep);
  margin: 0 0 16px;
  letter-spacing: -.005em;
}

/* ----- FullCalendar im Sonnenwald-Look ----- */
.fc {
  font-family: inherit;
  --fc-border-color: var(--c-line-soft);
  --fc-today-bg-color: var(--c-honey-pale);
  --fc-neutral-bg-color: var(--c-cream);
  --fc-page-bg-color: var(--c-paper);
  --fc-event-bg-color: var(--c-honey);
  --fc-event-border-color: var(--c-honey-deep);
  --fc-event-text-color: #fff;
  --fc-button-bg-color: var(--c-paper);
  --fc-button-border-color: var(--c-honey-soft);
  --fc-button-text-color: var(--c-honey-deep);
  --fc-button-hover-bg-color: var(--c-honey-pale);
  --fc-button-hover-border-color: var(--c-honey);
  --fc-button-active-bg-color: var(--c-honey);
  --fc-button-active-border-color: var(--c-honey-deep);
}
.fc .fc-toolbar-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--c-text);
}
.fc .fc-button {
  font-weight: 600;
  text-transform: none;
  border-width: 1.5px;
  padding: 6px 14px;
  border-radius: 8px;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  color: #fff;
}
.fc .fc-col-header-cell-cushion,
.fc .fc-daygrid-day-number {
  color: var(--c-text);
  text-decoration: none;
  font-weight: 600;
}
.fc .fc-daygrid-day.fc-day-today {
  background: var(--c-honey-pale);
}
.fc .fc-event {
  border-radius: 4px;
  padding: 2px 6px;
  font-size: .85rem;
  cursor: pointer;
  border-width: 1px;
}
.fc .fc-event:hover {
  filter: brightness(.95);
}

/* Mobile: Toolbar kompakter */
@media (max-width: 540px) {
  .fc .fc-toolbar {
    flex-direction: column;
    gap: 10px;
  }
  .fc .fc-toolbar-title { font-size: 1.1rem; }
  .termine-toolbar { justify-content: stretch; }
  .btn-secondary { width: 100%; justify-content: center; }
  .termine-calendar { padding: 12px; }
}

/* ===================================================
   Themen-Karten (Imkern-Übersicht)
   =================================================== */
.topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.topic-card {
  display: block;
  padding: 28px 26px 26px;
  background: var(--c-paper);
  border: 1.5px solid var(--c-honey-soft);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--c-text);
  transition: transform .22s, box-shadow .22s, border-color .22s;
  text-align: center;
}
.topic-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-warm-md);
  border-color: var(--c-honey);
  text-decoration: none;
}
.topic-card:focus-visible {
  outline: 3px solid var(--c-honey);
  outline-offset: 4px;
}
.topic-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--c-honey) 0%, var(--c-honey-deep) 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 6px 14px rgba(184,115,10,.28);
}
.topic-card__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.topic-card__title {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--c-text);
  margin: 0 0 6px;
  letter-spacing: -.005em;
}
.topic-card__desc {
  font-size: .92rem;
  color: var(--c-text-soft);
  margin: 0;
  line-height: 1.5;
}

/* === Zurück-Link für Themen-Unterseiten === */
.back-link {
  margin: 0 0 24px;
  font-size: .92rem;
}
.back-link a {
  color: var(--c-honey-deep);
  text-decoration: none;
  font-weight: 600;
}
.back-link a:hover { text-decoration: underline; }

/* === Definitionsliste für Glossar === */
.defs {
  margin: 18px 0 0;
  padding: 0;
}
.defs dt {
  font-weight: 700;
  color: var(--c-honey-deep);
  margin-top: 14px;
  font-size: 1.02rem;
}
.defs dt:first-child { margin-top: 0; }
.defs dd {
  margin: 4px 0 0;
  padding-left: 0;
  color: var(--c-text);
  line-height: 1.65;
}

/* === Quellenblock am Seitenende === */
.info-block--sources {
  background: var(--c-cream-soft);
  border-radius: var(--radius-md);
  padding: 22px 24px;
  border: 1px solid var(--c-honey-soft);
}
.info-block--sources h2 {
  font-size: 1.15rem;
  margin-bottom: 12px;
}
.info-block--sources ul {
  font-size: .92rem;
  margin: 0;
}
.info-block--sources em {
  font-style: italic;
}

/* === Platzhalter-Block (für "Folgt..."-Hinweise) === */
.info-block--placeholder {
  background: var(--c-cream-soft);
  border: 1.5px dashed var(--c-honey-soft);
  border-radius: var(--radius-md);
  padding: 22px 24px;
  text-align: center;
}
.info-block--placeholder h2 {
  font-size: 1.15rem;
  color: var(--c-honey-deep);
  margin-bottom: 8px;
}
.info-block--placeholder p {
  margin: 0;
  color: var(--c-text-soft);
}

/* === Fix: Sondertypen müssen ihren Rahmen behalten, auch als letztes Element === */
.info-block.info-block--sources:last-of-type,
.info-block.info-block--placeholder:last-of-type {
  border: 1px solid var(--c-honey-soft);
  padding-bottom: 22px;
}
.info-block.info-block--placeholder:last-of-type {
  border-style: dashed;
  border-width: 1.5px;
}

/* ============================================================
   Startseite v2 — Ergänzungen
   ============================================================ */

/* === Karten als Link (Bienenwissen) === */
.card--link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card--link:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(196, 143, 41, 0.14);
}
.card--link:focus-visible {
  outline: 2px solid var(--c-honey-deep);
  outline-offset: 3px;
}

/* === Schwarm-Block === */
.section--swarm {
  background: var(--c-cream-soft);
}
.swarm-block {
  display: flex;
  gap: 32px;
  align-items: center;
  background: var(--c-white, #fff);
  border-radius: var(--radius-lg, 16px);
  padding: 40px 44px;
  border: 1px solid var(--c-honey-soft);
  box-shadow: 0 4px 20px rgba(196, 143, 41, 0.06);
}
.swarm-block__icon {
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--c-honey-pale);
  color: var(--c-honey-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}
.swarm-block__icon svg {
  width: 44px;
  height: 44px;
}
.swarm-block__body {
  flex: 1 1 auto;
}
.swarm-block__body h2 {
  margin: 8px 0 12px;
  font-size: 1.6rem;
  color: var(--c-honey-deep);
}
.swarm-block__body p {
  margin: 0 0 20px;
  color: var(--c-text);
  line-height: 1.65;
}
.swarm-block__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .swarm-block {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }
  .swarm-block__icon {
    width: 72px;
    height: 72px;
  }
  .swarm-block__icon svg {
    width: 36px;
    height: 36px;
  }
}

/* === FAQ-Teaser auf der Startseite === */
.faq-teaser {
  max-width: 780px;
  margin: 0 auto;
}
.faq-teaser .defs dt {
  font-size: 1.05rem;
  margin-top: 22px;
}
.faq-teaser .defs dt:first-child {
  margin-top: 0;
}
.faq-teaser .defs dd {
  margin-top: 6px;
  color: var(--c-text-soft, #555);
}

/* ============================================================
   Aufbau-Hinweis (dezenter Info-Streifen)
   ============================================================ */
.site-notice {
  background: var(--c-cream-soft);
  border-bottom: 1px solid var(--c-honey-soft);
  padding: 8px 0;
  font-size: .88rem;
  color: var(--c-text-soft, #555);
}
.site-notice__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.site-notice__icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: var(--c-honey-deep);
}
@media (max-width: 520px) {
  .site-notice {
    padding: 8px 0;
    font-size: .82rem;
  }
  .site-notice__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* ============================================================
   Nützliches — Topic-Section Wrapper (Gruppierung)
   ============================================================ */
.topic-section {
  margin-bottom: 56px;
}
.topic-section:last-child {
  margin-bottom: 0;
}
.topic-section__title {
  font-size: 1.6rem;
  color: var(--c-honey-deep);
  margin: 0 0 8px;
  letter-spacing: -.01em;
}
.topic-section__lead {
  color: var(--c-text-soft, #555);
  margin: 0 0 24px;
  max-width: 720px;
  line-height: 1.6;
}

/* ============================================================
   Honigverkauf-Karten
   ============================================================ */
.topic-card--seller {
  cursor: default;
}
.topic-card--seller:hover {
  transform: none;
}
.topic-card__address {
  font-style: normal;
  color: var(--c-text);
  line-height: 1.55;
  margin: 12px 0 0;
  font-size: .95rem;
}
.topic-card__ext {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 6px 12px;
  background: var(--c-honey-pale);
  color: var(--c-honey-deep);
  border-radius: 20px;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .18s ease;
}
.topic-card__ext:hover {
  background: var(--c-honey-soft);
}
.topic-card__ext svg {
  width: 14px;
  height: 14px;
}

/* Wenn topic-card als <article> genutzt wird (keine Link-Karte), soll sie
   nicht als klickbar wirken */
article.topic-card {
  cursor: default;
}

/* ============================================================
   Platzhalter-Kacheln (leere Verkäufer-Slots)
   ============================================================ */
.topic-card--empty {
  background: transparent;
  border: 1.5px dashed var(--c-honey-soft);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  cursor: default;
  opacity: .55;
}
.topic-card--empty:hover {
  transform: none;
  box-shadow: none;
}
.topic-card__empty-label {
  font-size: .95rem;
  color: var(--c-text-soft, #777);
  font-style: italic;
  letter-spacing: .02em;
}

/* ============================================================
   Aufbau-Hinweis im Footer (dezent, klein, unauffällig)
   ============================================================ */
.site-notice-inline {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .78rem;
  color: var(--c-text-soft, #888);
  font-style: italic;
  padding: 4px 0 10px;
  opacity: .8;
}

/* ============================================================
   Seitenweite Suche — Icon-Button und Overlay
   ============================================================ */

/* Icon-Button in der Nav-Leiste */
.search-toggle {
  background: transparent;
  border: 0;
  padding: 8px;
  margin-left: 8px;
  cursor: pointer;
  color: var(--c-text);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .18s ease, color .18s ease;
}
.search-toggle:hover,
.search-toggle:focus-visible {
  background: var(--c-honey-pale);
  color: var(--c-honey-deep);
  outline: none;
}
.search-toggle svg {
  width: 20px;
  height: 20px;
}

/* Overlay */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(30, 22, 12, 0.55);
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 20px 20px;
  overflow-y: auto;
}
.search-overlay[hidden] {
  display: none;
}
.search-overlay__panel {
  background: #fff;
  border-radius: var(--radius-lg, 16px);
  width: 100%;
  max-width: 640px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  animation: search-fade-in .18s ease;
}
@keyframes search-fade-in {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.search-overlay__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px 8px;
  border-bottom: 1px solid var(--c-line-soft, #ececec);
}
.search-overlay__label {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--c-honey-deep);
  font-weight: 600;
}
.search-overlay__close {
  background: transparent;
  border: 0;
  font-size: 2rem;
  line-height: 1;
  color: var(--c-text-soft, #888);
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .18s ease, color .18s ease;
}
.search-overlay__close:hover {
  background: var(--c-cream-soft);
  color: var(--c-text);
}
.search-overlay__input {
  width: 100%;
  padding: 18px 22px;
  border: 0;
  border-bottom: 1px solid var(--c-line-soft, #ececec);
  font-size: 1.05rem;
  font-family: inherit;
  outline: none;
  background: transparent;
}
.search-overlay__input::placeholder {
  color: var(--c-text-soft, #999);
}
.search-overlay__input:focus {
  background: var(--c-cream-soft);
}
.search-overlay__results {
  max-height: 60vh;
  overflow-y: auto;
  padding: 12px 0;
}
.search-hint {
  padding: 20px 22px;
  color: var(--c-text-soft, #888);
  font-size: .95rem;
  margin: 0;
}
.search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-results-list li {
  border-bottom: 1px solid var(--c-line-soft, #f2f2f2);
}
.search-results-list li:last-child {
  border-bottom: 0;
}
.search-results-list a {
  display: block;
  padding: 14px 22px;
  text-decoration: none;
  color: var(--c-text);
  transition: background .12s ease;
}
.search-results-list a:hover,
.search-results-list a:focus-visible {
  background: var(--c-cream-soft);
  outline: none;
}
.search-results-list h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  color: var(--c-honey-deep);
  font-weight: 600;
}
.search-results-list p {
  margin: 0 0 4px;
  font-size: .88rem;
  color: var(--c-text);
  line-height: 1.5;
}
.search-url {
  font-size: .78rem;
  color: var(--c-text-soft, #999);
  font-family: ui-monospace, monospace;
}
mark {
  background: var(--c-honey-pale);
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}

@media (max-width: 520px) {
  .search-overlay {
    padding: 20px 12px;
  }
  .search-overlay__input {
    font-size: 16px; /* verhindert iOS-Zoom */
    padding: 14px 18px;
  }
}

/* ============================================================
   Galerie
   ============================================================ */
.gallery-section {
  margin-bottom: 56px;
}
.gallery-section:last-child {
  margin-bottom: 0;
}
.gallery-section__title {
  font-size: 1.6rem;
  color: var(--c-honey-deep);
  margin: 0 0 20px;
  letter-spacing: -.01em;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.gallery-tile {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-md, 12px);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 2px 8px rgba(196, 143, 41, 0.08);
}
.gallery-tile:hover,
.gallery-tile:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(196, 143, 41, 0.18);
  outline: none;
}

.gallery-tile__visual {
  aspect-ratio: 1 / 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-tile__visual svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Farbschemata für die Platzhalter */
.gallery-tile--honey {
  background: linear-gradient(135deg, #e8a530 0%, #d18d1c 100%);
}
.gallery-tile--amber {
  background: linear-gradient(135deg, #c48f29 0%, #9e6f18 100%);
}
.gallery-tile--deep {
  background: linear-gradient(135deg, #7a5314 0%, #4d340a 100%);
}

.gallery-tile__caption {
  padding: 12px 16px;
  background: #fff;
  font-size: .95rem;
  color: var(--c-text);
  font-weight: 500;
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(30, 22, 12, 0.85);
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  overflow-y: auto;
}
.gallery-lightbox[hidden] {
  display: none;
}
.gallery-lightbox__close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: background .18s ease;
}
.gallery-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.15);
}
.gallery-lightbox__inner {
  background: #fff;
  border-radius: var(--radius-lg, 16px);
  max-width: 720px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.gallery-lightbox__visual {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox__figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox__figure svg {
  width: 100%;
  height: 100%;
}
.gallery-lightbox__caption {
  padding: 24px 28px;
  border-top: 1px solid var(--c-line-soft, #ececec);
}
.gallery-lightbox__caption h3 {
  margin: 0 0 8px;
  color: var(--c-honey-deep);
  font-size: 1.3rem;
}
.gallery-lightbox__caption p {
  margin: 0 0 8px;
  color: var(--c-text);
  line-height: 1.55;
}
.gallery-lightbox__note {
  font-size: .8rem;
  color: var(--c-text-soft, #999);
  font-style: italic;
  margin-top: 12px;
}

@media (max-width: 520px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
  }
  .gallery-tile__caption {
    padding: 10px 12px;
    font-size: .85rem;
  }
}

/* === Hamburger-Menü (Mobil) === */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav-toggle__bar {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: var(--c-text);
  transition: transform .2s, opacity .2s;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 880px) {
  .nav-toggle {
    display: flex;
    order: 3;
  }
  .search-toggle {
    order: 2;
  }
  .nav {
    order: 4;
    width: 100%;
    flex-basis: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
  }
  .nav.is-open {
    max-height: 640px;
  }
}

/* === Sovereignty-Badge (im Inhaltsbereich vor dem Footer) === */
.footer-badge {
  padding: 8px 0 32px;
}
.footer-badge .container {
  display: flex;
  justify-content: flex-end;
}
.footer-badge iframe {
  display: block;
  max-width: 100%;
}
@media (max-width: 720px) {
  .footer-badge .container { justify-content: center; }
}
