:root {
    --green: #5f913d;
    --green-bright: #79ad4d;
    --green-dark: #3f6729;
    --green-deep: #21371d;
    --gold: #d7a424;
    --cream: #f2eee5;
    --cream-dark: #e7dfd1;
    --soft: #f7f8f3;
    --ink: #20241e;
    --muted: #62695e;
    --line: #dde3d7;
    --white: #ffffff;
    --black: #0e110d;
    --shadow: 0 20px 55px rgba(30, 49, 25, .13);
    --shadow-soft: 0 12px 36px rgba(30, 49, 25, .08);
    --radius: 22px;
    --radius-small: 14px;
    --content: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.68;
    text-rendering: optimizeLegibility;
    overflow-wrap: anywhere;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--green-dark); text-underline-offset: .2em; }
a:hover { color: var(--gold); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.skip-link {
    position: fixed;
    top: .7rem;
    left: .7rem;
    z-index: 1000;
    transform: translateY(-170%);
    background: var(--white);
    color: var(--ink);
    padding: .8rem 1rem;
    border-radius: .55rem;
    box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(10, 12, 9, .96);
    border-bottom: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(14px);
    transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 9px 30px rgba(0,0,0,.2); background: rgba(10,12,9,.985); }
.header-inner {
    width: min(calc(100% - 2rem), var(--content));
    min-height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.brand { display: inline-flex; align-items: center; margin-right: auto; min-width: 0; }
.brand img { width: 250px; max-height: 64px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: .2rem; }
.main-nav > a,
.nav-dropdown > a {
    color: #f2f4ef;
    text-decoration: none;
    font-weight: 720;
    padding: .76rem .78rem;
    border-radius: 999px;
    white-space: nowrap;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] { color: #f0c95d; background: rgba(255,255,255,.06); }
.main-nav .donate-nav { background: var(--green); color: var(--white); padding-inline: 1.12rem; margin-left: .35rem; }
.main-nav .donate-nav:hover { background: var(--gold); color: #181a15; }
.nav-dropdown { position: relative; }
.dropdown-menu {
    position: absolute;
    top: calc(100% + .55rem);
    left: 0;
    min-width: 180px;
    background: #111410;
    padding: .5rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: .18s ease;
}
.dropdown-menu a { display: block; color: #f5f5f2; text-decoration: none; padding: .58rem .75rem; border-radius: 8px; }
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.menu-toggle {
    display: none;
    align-items: center;
    gap: .65rem;
    border: 1px solid rgba(255,255,255,.3);
    color: white;
    background: transparent;
    padding: .65rem .85rem;
    border-radius: 10px;
}
.menu-toggle > span:first-child,
.menu-toggle > span:first-child::before,
.menu-toggle > span:first-child::after {
    width: 21px;
    height: 2px;
    background: currentColor;
    display: block;
    position: relative;
    transition: .2s ease;
}
.menu-toggle > span:first-child::before,
.menu-toggle > span:first-child::after { content: ""; position: absolute; left: 0; }
.menu-toggle > span:first-child::before { top: -6px; }
.menu-toggle > span:first-child::after { top: 6px; }
.menu-toggle[aria-expanded="true"] > span:first-child { background: transparent; }
.menu-toggle[aria-expanded="true"] > span:first-child::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:first-child::after { transform: translateY(-6px) rotate(-45deg); }

h1, h2, h3, h4 { line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(2.45rem, 5vw, 5.2rem); letter-spacing: -.045em; margin: 0 0 1.25rem; }
h2 { font-size: clamp(1.9rem, 3.2vw, 3.2rem); letter-spacing: -.03em; margin: 0 0 1rem; }
h3 { font-size: 1.34rem; margin: 0 0 .68rem; }
p { margin-top: 0; }
.eyebrow {
    margin: 0 0 .55rem;
    color: var(--green);
    font-size: .79rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .82rem 1.18rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid transparent;
    transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 26px rgba(0,0,0,.13); }
.button.primary { background: var(--gold); color: #17180f; }
.button.secondary { background: transparent; color: white; border-color: rgba(255,255,255,.38); }
.button.ghost { background: transparent; color: var(--green-deep); border-color: rgba(63,103,41,.35); }
.button.light { background: white; color: var(--green-deep); }
.text-link { display: inline-flex; align-items: center; gap: .42rem; margin-top: .45rem; font-weight: 800; text-decoration-thickness: 2px; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.center { text-align: center; margin-top: 2.5rem; }

.home-hero {
    position: relative;
    background: var(--cream);
    padding-bottom: clamp(4.5rem, 8vw, 7rem);
    overflow: hidden;
}
.hero-visual {
    width: 100%;
    background: #eee9df;
    overflow: hidden;
    border-bottom: 1px solid rgba(49,75,38,.12);
}
.hero-visual picture,
.hero-visual img { width: 100%; }
.hero-visual img {
    aspect-ratio: 12 / 5;
    object-fit: cover;
    object-position: center;
}
.hero-message {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 2rem), 940px);
    margin: clamp(-4.5rem, -6vw, -3rem) auto 0;
    padding: clamp(1.7rem, 4vw, 3.3rem);
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(65,99,47,.13);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(39, 59, 31, .18);
    text-align: center;
}
.hero-message::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    border-radius: 28px 0 0 28px;
    background: linear-gradient(var(--green-bright), var(--green-dark));
}
.hero-message h1 { color: var(--green-deep); font-size: clamp(2.3rem, 4.3vw, 4.5rem); }
.hero-message > p:not(.eyebrow) { max-width: 760px; margin: 0 auto 1.7rem; font-size: clamp(1.06rem, 1.8vw, 1.26rem); color: #4d5548; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.area-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; list-style: none; padding: 0; margin: 1.65rem 0 0; }
.area-chips li { border: 1px solid var(--line); background: var(--soft); color: var(--green-dark); padding: .42rem .74rem; border-radius: 999px; font-size: .88rem; font-weight: 760; }

.section { padding: clamp(4rem, 8vw, 7.2rem) max(1rem, calc((100% - var(--content)) / 2)); }
.section-soft { background: var(--soft); }
.section-dark { background: #121711; color: #f5f7f2; }
.section-heading { max-width: 780px; margin-bottom: 2.5rem; }
.section-heading.light h2 { color: white; }
.section-heading.light > p:not(.eyebrow) { color: #cfd8ca; max-width: 700px; }
.two-column { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.crest-panel {
    min-height: 410px;
    border-radius: 38% 62% 53% 47% / 42% 43% 57% 58%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background:
        radial-gradient(circle at 35% 30%, rgba(255,255,255,.32), transparent 28%),
        linear-gradient(135deg, #dce9cf, #b7d29f 45%, #6b9a47);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}
.crest-panel::after { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; right: 8%; bottom: 7%; }
.crest-panel img { max-height: 365px; width: auto; object-fit: contain; filter: drop-shadow(0 18px 25px rgba(23,40,17,.22)); position: relative; z-index: 1; }
.prose { color: #3f463c; }
.prose p { margin: 0 0 1.2rem; }
.prose h2, .prose h3, .prose h4 { margin-top: 2.35rem; color: var(--green-deep); scroll-margin-top: 110px; }
.prose ul, .prose ol { padding-left: 1.4rem; }
.prose li { margin-bottom: .45rem; }
.prose blockquote { margin: 1.7rem 0; padding: .3rem 0 .3rem 1.3rem; border-left: 4px solid var(--gold); color: #4d5549; font-style: italic; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
.prose-wide { max-width: 880px; margin: 0 auto; font-size: 1.055rem; }
.card-grid { display: grid; gap: 1.5rem; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.image-card {
    display: grid;
    grid-template-columns: 44% 1fr;
    background: white;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: transform .22s ease, box-shadow .22s ease;
}
.image-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.image-card > img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; }
.image-card > div { padding: clamp(1.5rem, 4vw, 2.65rem); align-self: center; }
.image-card h2 { font-size: clamp(1.55rem, 2.2vw, 2.28rem); }

.impact-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(260px, auto)); gap: 1.4rem; }
.impact-card {
    position: relative;
    min-height: 300px;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--black);
    color: white;
    box-shadow: var(--shadow-soft);
}
.impact-card-large { grid-row: 1 / 3; min-height: 620px; }
.impact-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.impact-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(8,12,7,.87) 100%); }
.impact-card > div { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(1.35rem, 3vw, 2.25rem); }
.impact-card h3 { font-size: clamp(1.5rem, 2.5vw, 2.45rem); }
.impact-card p { color: #e4e8df; max-width: 570px; margin-bottom: 0; }
.impact-card:hover > img { transform: scale(1.035); }
.card-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; margin-bottom: .8rem; font-size: .86rem; font-weight: 800; }

.region-section { background: linear-gradient(180deg, white, var(--cream)); }
.region-panel {
    width: min(100%, var(--content));
    margin: 0 auto;
    padding: clamp(2.2rem, 6vw, 5rem);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 3rem;
    align-items: center;
    border-radius: 32px;
    color: white;
    background:
        radial-gradient(circle at 86% 20%, rgba(255,255,255,.17), transparent 28%),
        linear-gradient(125deg, #20361d 0%, #416c2b 58%, #6b9d44 100%);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.region-panel .eyebrow { color: #d7edc4; }
.region-panel h2 { color: white; }
.region-panel p { color: #e6eee0; max-width: 650px; }
.region-orbit { position: relative; min-height: 390px; display: grid; place-items: center; }
.region-orbit img { max-height: 295px; width: auto; filter: drop-shadow(0 24px 30px rgba(0,0,0,.23)); animation: crest-float 5.5s ease-in-out infinite; }
@keyframes crest-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-11px) rotate(1deg); } }

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.45rem; }
.post-card {
    background: white;
    color: var(--ink);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    transition: transform .22s ease, box-shadow .22s ease;
}
.post-card:hover { transform: translateY(-5px); box-shadow: 0 26px 68px rgba(0,0,0,.23); }
.post-card > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top center; background: #eee; }
.post-placeholder { aspect-ratio: 4 / 3; background: #0c0e0c; display: grid; place-items: center; padding: 2rem; }
.post-placeholder img { max-width: 80%; }
.post-card-content { padding: 1.4rem 1.5rem 1.65rem; flex: 1; display: flex; flex-direction: column; }
.post-card time { display: block; color: var(--green-dark); font-weight: 800; font-size: .88rem; margin-bottom: .6rem; }
.post-card h2, .post-card h3 { font-size: 1.34rem; }
.post-card h2 a, .post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card p { color: #60665e; }
.post-card .text-link { margin-top: auto; }
.archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.blog-toolbar { margin-bottom: 2rem; overflow-x: auto; padding-bottom: .25rem; }
.year-links { display: flex; gap: .5rem; width: max-content; }
.year-links a { text-decoration: none; border: 1px solid var(--line); padding: .55rem .8rem; border-radius: 999px; font-weight: 800; color: var(--green-deep); }
.year-links a[aria-current="page"], .year-links a:hover { background: var(--green); color: white; border-color: var(--green); }
.empty-state { padding: 4rem; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }

.faq-layout { align-items: start; }
.faq-list { display: grid; gap: .75rem; }
.faq-list details { border: 1px solid var(--line); border-radius: var(--radius-small); background: white; box-shadow: var(--shadow-soft); }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.15rem 3.2rem 1.15rem 1.2rem; font-weight: 800; color: var(--green-deep); position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%); font-size: 1.6rem; font-weight: 500; color: var(--green); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 1.2rem 1.15rem; margin: 0; color: var(--muted); }

.page-hero {
    color: white;
    background:
        radial-gradient(circle at 78% 20%, rgba(130,176,89,.27), transparent 28%),
        linear-gradient(116deg, #111610 0%, #263f23 62%, #5c8f39 100%);
    position: relative;
    overflow: hidden;
}
.page-hero::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -110px; top: -220px; }
.page-hero-inner {
    width: min(calc(100% - 2rem), var(--content));
    margin: 0 auto;
    min-height: 510px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}
.page-hero-copy { max-width: 760px; position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.65rem, 5.8vw, 5rem); }
.page-hero p:not(.eyebrow) { font-size: clamp(1.05rem, 1.7vw, 1.22rem); color: #e3ebde; max-width: 720px; }
.page-hero-visual { align-self: stretch; display: grid; place-items: center; min-height: 350px; position: relative; z-index: 1; }
.page-hero-visual img { width: 100%; max-height: 430px; object-fit: cover; object-position: center; border-radius: 26px; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.page-hero--familie .page-hero-visual img,
.page-hero--kontakt .page-hero-visual img,
.blog-hero-crest img,
.error-hero .page-hero-visual img { object-fit: contain; box-shadow: none; max-width: 430px; filter: drop-shadow(0 22px 32px rgba(0,0,0,.25)); }
.page-hero--familie .page-hero-visual,
.page-hero--kontakt .page-hero-visual { background: radial-gradient(circle, rgba(255,255,255,.13), transparent 64%); border-radius: 50%; }
.page-hero--spenden .page-hero-visual img { object-position: center; }
.content-section { min-height: 45vh; }

.team-section { padding-top: 2rem; }
.team-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
.person-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.person-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.person-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top center; background: #e8e8e1; }
.person-card > div { padding: 1rem 1rem 1.2rem; }
.person-card h3 { font-size: 1.08rem; }
.person-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.article-header {
    color: white;
    background:
        radial-gradient(circle at 85% 25%, rgba(111,159,70,.26), transparent 30%),
        linear-gradient(120deg, #10150f, #2d4b2a);
}
.article-header > div { width: min(calc(100% - 2rem), 980px); margin: 0 auto; padding: clamp(4.5rem, 9vw, 8rem) 0; }
.article-header h1 { font-size: clamp(2.45rem, 5.4vw, 4.8rem); }
.article-header time { font-weight: 800; color: #d7e8c9; }
.article-body { width: min(calc(100% - 2rem), 940px); margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) 0; }
.article-body figure { margin: 0 0 2.2rem; }
.article-body figure img { width: 100%; max-height: 1000px; object-fit: contain; object-position: center top; background: #f0f0eb; border-radius: var(--radius); box-shadow: var(--shadow); }
.article-lead { font-size: 1.28rem; color: #384237; font-weight: 650; }
.article-nav { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-weight: 800; }

.site-footer { background: #0d100d; color: #dce3d8; padding: 4rem max(1rem, calc((100% - var(--content)) / 2)) 1.25rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr .8fr; gap: 2.2rem; }
.footer-logo { width: 260px; margin-bottom: 1.2rem; }
.site-footer h2 { color: white; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer a { color: #d5e8c3; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-text p { margin: 0 0 .5rem; }
.region-line { color: #a8c590; font-size: .86rem; font-weight: 700; }
.footer-bottom { margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 1rem; font-size: .88rem; color: #aeb7aa; }
.to-top { position: fixed; right: 1rem; bottom: 1rem; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--gold); color: #15170f; font-size: 1.2rem; font-weight: 900; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; box-shadow: var(--shadow); z-index: 30; }
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .62s ease, transform .62s cubic-bezier(.2,.7,.2,1); }
.reveal-ready [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
    .main-nav > a, .nav-dropdown > a { padding-inline: .62rem; font-size: .94rem; }
    .brand img { width: 225px; }
    .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}


.projects-section { padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.project-summary {
    width: min(100%, var(--content));
    margin: 0 auto clamp(2rem, 5vw, 3.6rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.project-summary > div {
    padding: clamp(1.3rem, 3vw, 2rem);
    border-radius: var(--radius);
    background: white;
    box-shadow: var(--shadow-soft);
    border-left: 6px solid var(--green);
}
.project-summary strong { display: block; color: var(--green-dark); font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.05; }
.project-summary span { display: block; margin-top: .45rem; color: var(--muted); font-weight: 720; }
.project-grid {
    width: min(100%, var(--content));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
.project-card {
    display: grid;
    grid-template-columns: minmax(210px, .85fr) minmax(0, 1.15fr);
    min-height: 340px;
    overflow: hidden;
    border-radius: var(--radius);
    background: white;
    box-shadow: var(--shadow-soft);
    transition: transform .24s ease, box-shadow .24s ease;
}
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-image { min-height: 100%; background: #eceee8; }
.project-image img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; object-position: top center; transition: transform .55s ease; }
.project-card:hover .project-image img { transform: scale(1.025); }
.project-card-content { padding: clamp(1.35rem, 3vw, 2rem); }
.project-card h2 { font-size: clamp(1.35rem, 2.3vw, 2rem); margin-bottom: .35rem; }
.project-card h2 a { color: var(--ink); text-decoration: none; }
.project-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .9rem; }
.project-tags span { padding: .32rem .62rem; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: .78rem; font-weight: 800; }
.project-location { margin: 0 0 .35rem; color: var(--muted); font-weight: 750; }
.project-location::before { content: "Ort: "; color: var(--ink); }
.project-amount { margin: .25rem 0 .8rem; color: var(--green-dark); font-size: 1.35rem; font-weight: 900; }
.project-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin: 1.5rem 0 2.2rem;
}
.project-facts > div { padding: 1rem 1.1rem; border-radius: 14px; background: var(--green-soft); border: 1px solid #d6e5cb; }
.project-facts dt { color: var(--muted); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.project-facts dd { margin: .25rem 0 0; color: var(--green-dark); font-weight: 850; }

@media (max-width: 980px) {
    .header-inner { min-height: 76px; }
    .brand img { width: 215px; }
    .menu-toggle { display: inline-flex; }
    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 1rem;
        background: #111410;
        flex-direction: column;
        align-items: stretch;
        border-top: 1px solid rgba(255,255,255,.08);
        max-height: calc(100vh - 76px);
        overflow: auto;
    }
    .main-nav.is-open { display: flex; }
    .main-nav > a, .nav-dropdown > a { display: block; padding: .78rem .85rem; }
    .main-nav .donate-nav { margin-left: 0; text-align: center; }
    .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; display: grid; grid-template-columns: repeat(4, 1fr); min-width: 0; box-shadow: none; background: rgba(255,255,255,.04); margin-top: .3rem; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .archive-grid, .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .project-grid { grid-template-columns: 1fr; }
    .impact-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
    .impact-card-large { grid-column: 1 / 3; grid-row: auto; min-height: 480px; }
    .region-panel { grid-template-columns: 1fr; }
    .region-orbit { min-height: 330px; }
    .page-hero-inner { grid-template-columns: 1fr .72fr; min-height: 450px; }
}

@media (max-width: 720px) {
    html { scroll-padding-top: 78px; }
    .brand img { width: min(185px, 57vw); }
    .menu-label { display: none; }
    .hero-visual { min-height: 320px; display: grid; place-items: center; background: linear-gradient(135deg, #f2eee5, #d9e5cf); }
    .hero-visual img { aspect-ratio: 1 / 1; width: min(94vw, 620px); object-fit: contain; }
    .hero-message { margin-top: -2rem; border-radius: 22px; padding: 1.8rem 1.25rem; }
    .hero-message::before { width: 6px; border-radius: 22px 0 0 22px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .two-column,
    .card-grid.two,
    .card-grid.three,
    .image-card,
    .post-grid,
    .archive-grid,
    .footer-grid,
    .page-hero-inner,
    .impact-grid { grid-template-columns: 1fr; }
    .image-card > img { min-height: 245px; max-height: 360px; }
    .impact-card-large { grid-column: auto; min-height: 390px; }
    .impact-card { min-height: 360px; }
    .region-panel { padding: 2rem 1.35rem; }
    .region-orbit { min-height: 320px; }
    .region-orbit img { max-height: 220px; }
    .project-summary, .project-grid, .project-facts { grid-template-columns: 1fr; }
    .project-card { grid-template-columns: 1fr; }
    .project-image img { min-height: 260px; max-height: 430px; }
    .page-hero-inner { min-height: auto; padding-block: 4.3rem; }
    .page-hero-copy { text-align: left; }
    .page-hero-visual { min-height: 250px; }
    .page-hero-visual img { max-height: 320px; }
    .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-bottom { flex-direction: column; }
    .dropdown-menu { grid-template-columns: repeat(2, 1fr); }
    h1 { font-size: clamp(2.25rem, 12vw, 3.8rem); }
    .section { padding-block: 4.5rem; }
}

@media (max-width: 460px) {
    .team-grid { grid-template-columns: 1fr; }
    .person-card { display: grid; grid-template-columns: 115px 1fr; align-items: stretch; }
    .person-card img { height: 100%; aspect-ratio: auto; }
    .person-card > div { align-self: center; }
    .area-chips li { font-size: .8rem; }
}

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

.article-figure a { display: block; border-radius: var(--radius); }
.article-figure figcaption { margin-top: .65rem; color: var(--muted); font-size: .9rem; text-align: center; }

/* Beitragsgalerien */
.article-gallery{margin:2rem 0}.article-gallery h2{font-size:clamp(1.35rem,2vw,1.8rem);margin-bottom:1rem}.article-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.article-gallery-grid a{display:block;border-radius:1rem;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(31,52,26,.12);transition:transform .2s ease,box-shadow .2s ease}.article-gallery-grid a:hover,.article-gallery-grid a:focus-visible{transform:translateY(-3px);box-shadow:0 15px 34px rgba(31,52,26,.18)}.article-gallery-grid img{display:block;width:100%;height:280px;object-fit:contain;background:#f7f5ef}
