/* Entwurf A · Klar & bürgernah */
:root { --green: #82b623; --green-dark: #4f7d0f; --pink: #e5007e; --ink: #1e2419; --muted: #5c6455; --body: #444b3f; --line: #e6e8df; --paper: #fbfbf7; --tint: #eef4e2; }
body { font-family: "Public Sans", "Segoe UI", Helvetica, Arial, sans-serif; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.6; }
a { color: var(--green-dark); } a:hover { color: var(--pink); }
h1, h2, .serif { font-family: "Newsreader", Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.01em; line-height: 1.08; text-wrap: balance; }
h2 { font-size: clamp(30px, 3.3vw, 46px); }
h3 { font-size: 22px; font-weight: 700; line-height: 1.2; }
.kicker { display: block; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--pink); margin-bottom: 10px; }
.kicker--green { color: var(--green); }
.more { font-weight: 700; font-size: 15px; color: var(--green-dark); }
.btn { border-radius: 999px; }
.btn--green { background: var(--green); color: #fff; } .btn--green:hover { background: #6fa01a; color: #fff; }
.btn--ghost { border: 2px solid rgba(255,255,255,0.75); color: #fff; } .btn--ghost:hover { background: rgba(255,255,255,0.12); color: #fff; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(251,251,247,0.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.logo__mark { font-weight: 700; font-size: 32px; letter-spacing: -1.5px; color: var(--green); line-height: 1; }
.logo__tags { display: flex; flex-direction: column; gap: 3px; }
.logo__pill { background: var(--pink); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1.4px; padding: 3px 7px; line-height: 1; text-transform: uppercase; }
.logo__sub { font-size: 10px; color: var(--muted); letter-spacing: 0.6px; text-transform: uppercase; }
.nav__links { display: flex; align-items: center; gap: 30px; font-size: 15px; font-weight: 500; }
.nav__links a { color: var(--ink); } .nav__links a:hover { color: var(--green-dark); }
.nav__cta { min-height: 44px; padding: 0 20px; color: #fff !important; }
.burger { display: none; width: 48px; height: 48px; border: 0; background: transparent; color: var(--ink); cursor: pointer; padding: 10px; }
.burger svg { width: 100%; height: 100%; }

/* Hero */
.hero { position: relative; min-height: 620px; display: flex; align-items: flex-end; background: var(--ink); overflow: hidden; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,28,16,0.8) 0%, rgba(20,28,16,0.38) 55%, rgba(20,28,16,0) 100%); }
.hero__in { position: relative; padding: 72px 0; max-width: 700px; margin-left: max(24px, calc((100% - 1296px) / 2)); display: flex; flex-direction: column; gap: 22px; }
.tag { display: inline-block; align-self: flex-start; background: var(--pink); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; padding: 7px 12px; }
.hero h1 { font-size: clamp(38px, 5vw, 68px); color: #fff; }
.hero p { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.5; color: rgba(255,255,255,0.9); max-width: 540px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 6px; }

/* Pillars */
.pillars { padding: 96px 0 80px; display: flex; flex-direction: column; gap: 48px; }
.pillars__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.pillars__head h2 { max-width: 620px; }
.pillars__head p { max-width: 420px; color: var(--muted); }
.pillars__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.pillar { display: flex; flex-direction: column; gap: 16px; padding: 32px; background: #fff; border: 1px solid var(--line); }
.pillar__ico { width: 36px; height: 36px; color: var(--green); }
.pillar p { color: var(--body); }

/* Topics */
.topics { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 80px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.topics__row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.topic { display: flex; flex-direction: column; gap: 12px; }
.topic img { width: 100%; aspect-ratio: 480 / 679; object-fit: cover; }
.topic h3 { font-size: 17px; }
.topic p { font-size: 14px; line-height: 1.5; color: var(--muted); }

/* Docs */
.docs { padding: 88px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.doc { display: flex; gap: 32px; align-items: center; background: #fff; border: 1px solid var(--line); padding: 40px; color: var(--ink); }
.doc:hover { color: var(--ink); border-color: var(--green); }
.doc--tint { background: var(--tint); border-color: transparent; }
.doc img { width: 200px; flex-shrink: 0; box-shadow: 0 18px 40px rgba(30,36,25,0.18); }
.doc > div { display: flex; flex-direction: column; gap: 12px; }
.doc h3 { font-family: "Newsreader", Georgia, serif; font-weight: 500; font-size: 30px; line-height: 1.15; }
.doc p { font-size: 15px; color: var(--body); }

/* Team */
.team { background: var(--ink); color: #fff; padding: 96px 0; }
.team__in { display: grid; grid-template-columns: 460px minmax(0, 1fr); gap: 72px; align-items: center; }
.team__portrait { width: 100%; aspect-ratio: 560 / 840; object-fit: cover; }
.team__text { display: flex; flex-direction: column; gap: 26px; }
.team h2 { color: #fff; }
.team p { font-size: 17px; color: rgba(255,255,255,0.82); max-width: 560px; }
.faces { display: flex; align-items: center; }
.faces img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: top; border: 3px solid var(--green); }
.faces img + img { margin-left: -28px; }
.faces span { font-size: 15px; color: rgba(255,255,255,0.75); margin-left: 16px; }
.team .btn { align-self: flex-start; }

/* Contact */
.contact { padding: 96px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 72px; align-items: center; }
.contact__text { display: flex; flex-direction: column; gap: 22px; }
.contact p { font-size: 17px; color: var(--body); }
.contact__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.contact__list li { display: flex; align-items: center; gap: 12px; }
.contact__list .ico { width: 20px; height: 20px; color: var(--green); }
.contact .btn { align-self: flex-start; }
.contact__pics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact__pics img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.contact__pics img:nth-child(2) { margin-top: 40px; }
.contact__pics img:nth-child(3) { margin-top: -40px; }

/* Footer */
.foot { border-top: 1px solid var(--line); padding: 36px 0 96px; font-size: 13px; color: var(--muted); }
.foot__in { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.foot__links { display: flex; gap: 24px; flex-wrap: wrap; }
.foot a { color: var(--muted); }

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .topics__row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team__in { grid-template-columns: 360px minmax(0, 1fr); gap: 48px; }
  .doc { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 900px) {
  .nav__links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px 24px 20px; }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav__cta { margin-top: 16px; border: 0 !important; justify-content: center; }
  .burger { display: block; }
  .pillars { padding: 64px 0 48px; gap: 28px; }
  .pillars__head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .pillars__grid { grid-template-columns: 1fr; gap: 14px; }
  .pillar { display: grid; grid-template-columns: 30px minmax(0, 1fr); column-gap: 16px; row-gap: 6px; padding: 22px; }
  .pillar__ico { width: 30px; height: 30px; grid-row: 1 / 3; }
  .pillar h3 { font-size: 18px; }
  .pillar p { font-size: 14px; }
  .topics { padding: 56px 0; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 24px; }
  .topics__row { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; margin-inline: -24px; padding-inline: 24px; scrollbar-width: none; }
  .topics__row::-webkit-scrollbar { display: none; }
  .topic { width: 220px; flex-shrink: 0; scroll-snap-align: start; }
  .docs { grid-template-columns: 1fr; gap: 16px; padding: 48px 0; }
  .doc { flex-direction: row; align-items: center; gap: 18px; padding: 22px; }
  .doc img { width: 96px; }
  .doc h3 { font-size: 21px; }
  .doc p { display: none; }
  .team { padding: 0 0 48px; }
  .team__in { grid-template-columns: 1fr; gap: 24px; width: 100%; }
  .team__portrait { aspect-ratio: 4 / 3; object-position: center 15%; }
  .team__text { padding: 0 24px; gap: 18px; }
  .team p { font-size: 15px; }
  .faces img { width: 56px; height: 56px; } .faces img + img { margin-left: -18px; } .faces span { font-size: 13px; margin-left: 12px; }
  .team .btn, .contact .btn { align-self: stretch; }
  .contact { grid-template-columns: 1fr; gap: 28px; padding: 56px 0 48px; }
  .contact p { font-size: 15px; }
  .contact__pics { gap: 10px; } .contact__pics img:nth-child(2), .contact__pics img:nth-child(3) { margin-top: 0; }
  .foot { padding-bottom: 110px; }
  .foot__in { flex-direction: column; gap: 8px; }
}
@media (max-width: 600px) {
  .hero { min-height: 560px; }
  .hero__shade { background: linear-gradient(180deg, rgba(20,28,16,0.05) 0%, rgba(20,28,16,0.55) 45%, rgba(20,28,16,0.92) 100%); }
  .hero__in { padding: 48px 0 32px; gap: 16px; margin-left: 24px; margin-right: 24px; }
  .hero__cta { flex-direction: column; } .hero__cta .btn { width: 100%; }
  .nav__in { min-height: 64px; }
  .logo__mark { font-size: 28px; } .logo__sub { display: none; }
}
