:root {
  --plum: #28523d;
  --plum-2: #426b50;
  --coral: #b9684c;
  --orange: #c88b58;
  --sun: #d8b873;
  --teal: #4f7d5e;
  --green: #789563;
  --ink: #263028;
  --muted: #687066;
  --cream: #f4efe5;
  --paper: #ffffff;
  --line: #ded5c6;
  --shadow: 0 20px 55px rgba(44, 67, 49, .13);
  --radius: 28px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 17px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { max-width: 100%; line-height: 1.13; letter-spacing: -.015em; overflow-wrap: break-word; hyphens: auto; font-family: "Trebuchet MS", "Segoe UI", ui-sans-serif, sans-serif; }
h1 { font-size: clamp(2.3rem, 4.5vw, 4.2rem); }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.85rem); }
h3 { font-size: 1.35rem; }
p { margin-bottom: 1.25rem; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: var(--sun); color: var(--plum); padding: 12px 18px; border-radius: 10px; font-weight: 900; }
.skip-link:focus { top: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--coral); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 28px; height: 4px; border-radius: 8px; background: currentColor; }
.eyebrow.light { color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border: 2px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 900; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(43, 61, 46, .16); }
.button-sun { color: var(--plum); background: var(--sun); }
.button-coral { color: #fff; background: var(--coral); }
.button-dark { color: #fff; background: var(--plum); }
.button-light { color: var(--plum); background: #fff; border-color: rgba(74, 45, 73, .16); }
.button-ghost-light { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.text-link { color: var(--plum); font-weight: 900; border-bottom: 2px solid var(--sun); }
.text-link:hover { color: var(--coral); }
.back-link { display: inline-block; margin-bottom: 22px; color: var(--plum); font-weight: 850; }

.topline { position: relative; z-index: 40; color: #fff; background: var(--plum); font-size: .78rem; font-weight: 750; }
.topline-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topline a:hover { color: var(--sun); }
.site-header { position: sticky; top: 0; z-index: 35; background: rgba(244,239,229,.95); border-bottom: 1px solid rgba(40,82,61,.11); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(44,67,49,.12); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 190px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { padding: 11px 12px; border-radius: 999px; font-size: .86rem; font-weight: 850; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: var(--coral); background: #fff; }
.main-nav .nav-contact { color: #fff; background: var(--coral); padding-inline: 19px; margin-left: 5px; }
.main-nav .nav-contact:hover { color: #fff; background: var(--plum); }
.menu-toggle { display: none; width: 50px; height: 50px; border: 0; border-radius: 50%; background: var(--plum); padding: 13px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 5px; background: #fff; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; color: #fff; background: linear-gradient(120deg, #203f30 0%, #426b50 58%, #75855b 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle at 10% 20%, #fff 0 1.5px, transparent 2px), radial-gradient(circle at 80% 30%, #fff 0 1px, transparent 1.5px); background-size: 48px 48px, 34px 34px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; padding-block: 75px 115px; }
.hero-copy h1 { max-width: 700px; margin-bottom: 24px; font-weight: 850; }
.hero-copy > p { max-width: 650px; color: rgba(255,255,255,.84); font-size: 1.18rem; }
.hero-copy .button-row { margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 45px; }
.hero-trust span { display: grid; padding-left: 16px; border-left: 3px solid var(--sun); }
.hero-trust b { font-size: 1rem; }
.hero-trust small { color: rgba(255,255,255,.65); font-size: .75rem; }
.hero-visual { position: relative; min-height: 505px; }
.hero-main-image { width: 100%; height: 500px; object-fit: cover; border: 8px solid rgba(255,255,255,.17); border-radius: 45% 55% 37% 63% / 42% 35% 65% 58%; box-shadow: 0 35px 70px rgba(25,43,31,.34); }
.hero-badge { position: absolute; left: -30px; bottom: 25px; display: grid; color: var(--plum); background: var(--sun); padding: 20px 24px; border-radius: 20px; box-shadow: var(--shadow); transform: rotate(-3deg); }
.hero-badge b { font-size: 1.15rem; }
.hero-badge span { font-size: .78rem; }
.quality-seal { position: absolute; width: 120px; height: auto; right: -25px; top: -15px; filter: drop-shadow(0 12px 22px rgba(0,0,0,.25)); transform: rotate(8deg); }
.hero-color { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .9; }
.hero-color-one { width: 270px; height: 270px; right: 27%; top: -130px; background: var(--orange); }
.hero-color-two { width: 210px; height: 210px; left: -85px; bottom: 50px; background: var(--teal); }
.hero-wave { position: absolute; left: -5%; right: -5%; bottom: -74px; height: 130px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--cream); }

.news-ribbon { color: #fff; background: var(--coral); }
.news-ribbon-inner { min-height: 72px; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 18px; font-size: .86rem; }
.news-ribbon-inner strong { white-space: nowrap; }
.news-ribbon-inner > span:not(.ribbon-label) { opacity: .85; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-ribbon-inner a { font-weight: 900; white-space: nowrap; }
.ribbon-label { color: var(--plum); background: var(--sun); padding: 5px 12px; border-radius: 999px; font-weight: 950; text-transform: uppercase; }

.section { position: relative; padding-block: 110px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-intro { background: var(--cream); }
.intro-grid, .story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.intro-text { font-size: 1.1rem; }
.mission-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 70px; }
.mission-card { position: relative; min-height: 310px; padding: 34px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.mission-card > span { position: absolute; top: 14px; right: 20px; font-size: 4.5rem; font-weight: 950; opacity: .08; }
.mission-icon { font-size: 2.5rem; margin-bottom: 28px; }
.mission-card h3 { font-size: 1.7rem; }
.mission-card.coral { color: #fff; background: var(--coral); }
.mission-card.teal { color: #fff; background: var(--teal); }
.mission-card.yellow { color: var(--plum); background: var(--sun); }

.section-animals { background: #f9f6ef; }
.animal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.featured-grid { grid-template-columns: repeat(4, 1fr); }
.animal-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 12px 32px rgba(44,67,49,.09); transition: transform .25s ease, box-shadow .25s ease; }
.animal-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.animal-card[hidden] { display: none; }
.animal-image { position: relative; display: grid; place-items: center; height: 330px; overflow: hidden; background: #f3eee4; }
.animal-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .5s ease; }
.animal-card:hover .animal-image img { transform: none; }
.status-pill { position: absolute; left: 17px; top: 17px; color: var(--plum); background: var(--sun); padding: 6px 12px; border-radius: 999px; font-size: .7rem; font-weight: 950; box-shadow: 0 5px 15px rgba(0,0,0,.12); }
.animal-body { padding: 24px; }
.animal-kicker { color: var(--coral); font-size: .73rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.animal-body h3 { margin: 9px 0 12px; font-size: 1.65rem; }
.animal-body p { color: var(--muted); font-size: .93rem; line-height: 1.55; }
.animal-footer { display: flex; justify-content: space-between; gap: 15px; align-items: end; padding-top: 17px; border-top: 1px solid var(--line); font-size: .75rem; }
.animal-footer span { color: var(--muted); }
.animal-footer a { color: var(--plum); font-weight: 900; white-space: nowrap; }
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 42px; }
.filter { border: 1px solid var(--line); color: var(--plum); background: #fff; padding: 10px 17px; border-radius: 999px; font-weight: 850; }
.filter:hover, .filter.active { color: #fff; background: var(--plum); border-color: var(--plum); }
.empty-state { text-align: center; padding: 40px; color: var(--muted); }

.colorful-band { color: #fff; background: linear-gradient(110deg, #294d39 0 36%, #597357 36% 100%); overflow: hidden; }
.colorful-band::after { content: ""; position: absolute; width: 380px; height: 380px; right: -110px; top: -160px; border: 70px solid rgba(255,213,74,.23); border-radius: 50%; }
.help-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr repeat(3, .8fr); gap: 16px; align-items: stretch; }
.help-lead { padding-right: 36px; }
.help-lead h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); }
.help-lead p { color: rgba(255,255,255,.72); }
.help-option { display: grid; align-content: end; min-height: 300px; padding: 27px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.07); transition: background .2s ease, transform .2s ease; }
.help-option:hover { background: var(--coral); transform: translateY(-5px); }
.help-option > span { align-self: start; margin-bottom: auto; color: var(--sun); font-weight: 900; }
.help-option b { font-size: 1.4rem; line-height: 1.15; }
.help-option small { margin-top: 10px; color: rgba(255,255,255,.72); line-height: 1.5; }
.help-option i { margin-top: 20px; font-size: 1.5rem; font-style: normal; }

.section-news { background: #ebe4d7; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.news-grid-all { grid-template-columns: repeat(2, 1fr); }
.news-card { overflow: hidden; background: #fff; border-radius: var(--radius); box-shadow: 0 12px 35px rgba(44,67,49,.09); }
.news-image { position: relative; display: grid; place-items: center; height: 250px; overflow: hidden; background: #f3eee4; }
.news-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .5s ease; }
.news-card:hover .news-image img { transform: none; }
.news-body { padding: 27px; }
.news-body > span { color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.news-body h2, .news-body h3 { margin: 10px 0 14px; }
.news-body h2 { font-size: 1.7rem; }
.news-body p { color: var(--muted); font-size: .93rem; }

.page-hero { position: relative; display: grid; align-items: center; min-height: 360px; color: #fff; background: linear-gradient(120deg, #264a37, #66805f); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -80px; top: -210px; border-radius: 50%; background: var(--coral); opacity: .72; }
.page-hero::before { content: "🐾"; position: absolute; right: 16%; bottom: -65px; font-size: 240px; line-height: 1; opacity: .06; transform: rotate(-14deg); }
.page-hero .container { position: relative; z-index: 2; padding-block: 70px; }
.page-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(2.25rem, 4.3vw, 3.9rem); }
.page-hero p { max-width: 750px; color: rgba(255,255,255,.8); font-size: 1.16rem; }
.animals-hero { background: linear-gradient(120deg, #315b43, #6d8b66); }
.news-hero { background: linear-gradient(120deg, #7a593f, #b87852); }
.about-hero { background: linear-gradient(120deg, #284c38, #71805b); }
.adoption-hero { background: linear-gradient(120deg, #855b3f, #c18a5a); }
.help-hero { background: linear-gradient(120deg, #5c4933, #a27f4d); }
.health-hero { background: linear-gradient(120deg, #315a42, #789563); }
.gallery-hero { background: linear-gradient(120deg, #3e5c45, #9a7555); }
.contact-hero { background: linear-gradient(120deg, #4d634a, #a56e4f); }
.membership-hero { background: linear-gradient(120deg, #294d39, #677b59 58%, #b9684c); }
.sponsorship-hero { background: linear-gradient(120deg, #315a42, #66865f 58%, #9aa76f); }
.legal-hero { min-height: 300px; }

.animal-detail, .article-page { padding-block: 75px 110px; background: #f8f4eb; }
.detail-grid, .article-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 70px; align-items: start; }
.detail-image { position: sticky; top: 140px; }
.detail-main-image { position: relative; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); background: #f3eee4; box-shadow: var(--shadow); }
.detail-main-image > img { width: 100%; height: min(690px, 72vh); object-fit: contain; object-position: center; transition: opacity .2s ease; }
.detail-main-image .status-pill { top: 18px; left: 18px; }
.animal-thumbnails { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 12px; }
.animal-thumbnails button { padding: 0; border: 3px solid transparent; border-radius: 12px; background: var(--cream); overflow: hidden; opacity: .72; transition: border-color .2s ease, opacity .2s ease, transform .2s ease; }
.animal-thumbnails button:hover { opacity: 1; transform: translateY(-2px); }
.animal-thumbnails button[aria-pressed="true"] { border-color: var(--coral); opacity: 1; }
.animal-thumbnails img { width: 100%; height: 76px; object-fit: contain; background: var(--cream); }
.detail-copy h1, .article-copy h1 { color: var(--plum); margin-bottom: 14px; }
.detail-lead { font-size: 1.25rem; color: var(--muted); }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 35px 0; }
.facts div { padding: 15px 17px; background: var(--cream); border-radius: 12px; }
.facts dt { color: var(--coral); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.facts dd { margin: 3px 0 0; font-weight: 800; }
.detail-text, .prose { color: #41483f; }
.detail-text p, .prose p { margin-bottom: 1.25rem; }
.contact-card { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-top: 30px; padding: 22px; border-radius: var(--radius-sm); background: var(--sun); color: var(--plum); }
.contact-card div { display: grid; }
.contact-card small { font-size: .75rem; }
.contact-card b { font-size: 1.1rem; }
.contact-direct { margin-top: 15px; font-size: .84rem; }
.contact-direct a { color: var(--coral); font-weight: 900; }
.animal-videos { margin-top: 45px; padding-top: 35px; border-top: 1px solid var(--line); }
.animal-videos .eyebrow { margin-bottom: 8px; }
.animal-videos h2 { margin-bottom: 22px; color: var(--plum); font-size: clamp(2rem, 4vw, 3rem); }
.animal-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.youtube-placeholder { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 17px; color: #fff; background: radial-gradient(circle at 75% 22%, rgba(216,184,115,.8), transparent 24%), linear-gradient(135deg, #294d39, #607554 65%, #b9684c); box-shadow: 0 12px 32px rgba(44,67,49,.16); }
.youtube-placeholder button { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 7px; padding: 22px; border: 0; color: #fff; background: transparent; text-align: center; }
.youtube-placeholder button:hover .play-icon { transform: scale(1.08); background: var(--sun); }
.youtube-placeholder .play-icon { display: grid; place-items: center; width: 58px; height: 58px; padding-left: 4px; border-radius: 50%; color: var(--plum); background: #fff; font-size: 1.3rem; transition: transform .2s ease, background .2s ease; }
.youtube-placeholder b { font-size: 1rem; }
.youtube-placeholder small { color: rgba(255,255,255,.72); font-size: .7rem; }
.youtube-placeholder iframe { width: 100%; height: 100%; border: 0; }
.video-privacy { margin: 12px 0 0; color: var(--muted); font-size: .73rem; }
.article-image { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #f3eee4; }
.article-image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.article-copy { padding-top: 55px; }
.article-copy .prose { font-size: 1.08rem; }
.share-note { margin-top: 35px; padding: 20px; border-left: 5px solid var(--teal); background: #eafbf8; }
.share-note a { color: var(--plum); font-weight: 900; }

.story-grid blockquote { margin: 38px 0 0; padding: 25px 30px; border: 0; border-radius: var(--radius-sm); color: #fff; background: var(--coral); font-size: 1.35rem; font-weight: 850; }
.team-section { background: #f9f6ef; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { overflow: hidden; background: var(--cream); border-radius: var(--radius); }
.team-photo { display: block; width: 100%; height: 330px; overflow: hidden; object-fit: contain; object-position: center; background: #f3eee4; }
.team-card > div { padding: 25px; }
.team-card span { color: var(--coral); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.team-card h3 { margin: 8px 0 12px; }
.team-card p { color: var(--muted); font-size: .9rem; }
.team-card a { display: block; color: var(--plum); font-size: .82rem; font-weight: 850; }
.values-section { color: #fff; background: var(--plum); }
.values-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.values-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; margin: 0; padding: 0; }
.values-grid li { padding: 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; background: rgba(255,255,255,.06); }
.values-grid li::before { content: "✓"; color: var(--sun); font-weight: 950; margin-right: 10px; }

.process-section { padding-top: 30px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { min-height: 225px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.process-card > span { color: var(--coral); font-size: 2.5rem; font-weight: 950; opacity: .55; }
.process-card h3 { margin: 20px 0 10px; }
.process-card p { color: var(--muted); font-size: .92rem; }
.info-panels { padding-top: 30px; }
.two-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.panel { padding: 40px; border-radius: var(--radius); }
.panel-icon { font-size: 3rem; }
.panel h2 { margin: 25px 0 18px; font-size: 2.05rem; }
.coral-panel { color: #fff; background: var(--coral); }
.teal-panel { color: #fff; background: var(--teal); }
.download-section { padding-top: 20px; }
.download-card { display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #fff; padding: 45px; border-radius: var(--radius); background: var(--plum); }
.download-card h2 { margin-bottom: 10px; font-size: 2.15rem; }
.download-card p { margin-bottom: 0; color: rgba(255,255,255,.7); }

.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.support-card { scroll-margin-top: 130px; padding: 34px; border-radius: var(--radius); box-shadow: var(--shadow); }
.support-card > span { font-size: 3rem; }
.support-card h2 { margin: 25px 0 18px; font-size: 2.05rem; }
.support-card ul { padding-left: 20px; margin-bottom: 28px; }
.support-card.yellow { color: var(--plum); background: var(--sun); }
.support-card.coral { color: #fff; background: var(--coral); }
.support-card.teal { color: #fff; background: var(--teal); }
.bank-box { display: grid; gap: 3px; padding: 18px; margin: 24px 0; border-radius: 13px; background: rgba(255,255,255,.15); word-break: break-word; }
.bank-box b { font-size: 1.05rem; }
.bank-box small { text-transform: uppercase; font-weight: 900; }
.transparent-section { background: #f8f4eb; }
.transparent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cost-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; }
.cost-cloud span { padding: 14px 20px; border-radius: 999px; color: #fff; background: var(--plum); font-weight: 850; }
.cost-cloud span:nth-child(2n) { background: var(--coral); }
.cost-cloud span:nth-child(3n) { color: var(--plum); background: var(--sun); }

.health-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-bottom: 55px; padding: 35px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.health-intro h2 { font-size: 2.15rem; }
.health-intro p { align-self: center; color: var(--muted); }
.accordion-list { display: grid; gap: 12px; }
.accordion { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.accordion summary { display: grid; grid-template-columns: 50px 1fr 30px; gap: 16px; align-items: center; padding: 22px 25px; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--teal); font-size: 1.5rem; font-weight: 950; }
.accordion summary b { font-size: 1.18rem; }
.accordion summary i { position: relative; width: 20px; height: 20px; }
.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; left: 2px; top: 9px; width: 16px; height: 2px; background: var(--plum); }
.accordion summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.accordion[open] summary i::after { transform: rotate(0); }
.accordion > div { padding: 0 75px 24px 91px; color: var(--muted); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.gallery-item { display: grid; grid-template-rows: 330px auto; margin: 0; border-radius: var(--radius-sm); overflow: hidden; background: #fff; box-shadow: 0 10px 30px rgba(44,67,49,.09); }
.gallery-item img { display: block; width: 100%; height: 330px; object-fit: contain; object-position: center; background: #f3eee4; }
.gallery-item figcaption { min-height: 72px; padding: 17px; color: var(--muted); font-size: .8rem; }

.newsletter-section { background: linear-gradient(135deg, #fff 0 52%, #f4efe5 52% 100%); }
.newsletter-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 70px; align-items: center; }
.newsletter-copy h2 { max-width: 650px; margin-bottom: 18px; color: var(--plum); font-size: clamp(2rem, 4vw, 3.35rem); }
.newsletter-copy > p { max-width: 690px; color: var(--muted); font-size: 1.02rem; }
.newsletter-points { display: grid; gap: 10px; padding: 0; margin: 28px 0; list-style: none; }
.newsletter-points li { padding: 13px 16px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.78); color: var(--plum); font-weight: 800; }
.newsletter-note { padding: 16px 18px; border-left: 4px solid var(--teal); background: #edf3eb; font-size: .84rem !important; }
.newsletter-card { background: #fff; }
.newsletter-card .eyebrow { margin-bottom: 8px; }
.newsletter-card h2 { margin-bottom: 22px; }
.newsletter-inline { padding: 15px; border-radius: 12px; background: #edf3eb; }
.newsletter-inline span { display: grid; gap: 3px; }
.newsletter-inline small { color: var(--muted); font-weight: 550; }

.contact-section { background: #f8f4eb; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px; }
.contact-info { padding-top: 30px; }
.contact-info > p { color: var(--muted); }
.contact-method { display: flex; align-items: center; gap: 17px; padding: 19px 0; border-top: 1px solid var(--line); }
.contact-method > span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--sun); }
.contact-method div { display: grid; }
.contact-method small { color: var(--muted); font-size: .72rem; text-transform: uppercase; font-weight: 900; }
.contact-method a, .contact-method b { color: var(--plum); font-weight: 900; }
.form-card { padding: 40px; border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow); }
.form-card h2 { font-size: 2.15rem; }
.form-card form { display: grid; gap: 17px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-card label { display: grid; gap: 6px; color: var(--plum); font-size: .8rem; font-weight: 850; }
.form-card input, .form-card textarea, .form-card select { width: 100%; padding: 13px 15px; border: 1px solid #d8cebd; border-radius: 11px; color: var(--ink); background: #fff; outline: none; }
.form-card input:focus, .form-card textarea:focus, .form-card select:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(79,125,94,.15); }
.form-card label > small { color: var(--muted); font-weight: 550; }
.checkbox { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; }
.checkbox a { text-decoration: underline; }
.hp-field { position: absolute; left: -9999px; }
.form-errors { padding: 16px 18px; margin-bottom: 22px; border-left: 5px solid #b42318; background: #fff0ee; color: #8d1b13; }
.form-errors ul { margin-bottom: 0; }
.site-notice { padding: 13px 0; color: #fff; background: var(--teal); font-weight: 800; text-align: center; }
.site-notice.error { background: #b42318; }

.application-section { background: radial-gradient(circle at 4% 8%, rgba(216,184,115,.28), transparent 24%), radial-gradient(circle at 96% 70%, rgba(79,125,94,.18), transparent 27%), #f4efe5; }
.application-layout { display: grid; grid-template-columns: minmax(260px,.68fr) minmax(0,1.32fr); gap: 55px; align-items: start; }
.application-aside { position: sticky; top: 135px; padding: 8px 10px 20px 0; }
.application-aside h2 { margin-bottom: 22px; color: var(--plum); font-size: clamp(1.9rem,3.2vw,2.75rem); }
.application-aside > p { color: var(--muted); }
.application-icon { display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 28px; border-radius: 24px; background: var(--sun); font-size: 2.15rem; transform: rotate(-4deg); box-shadow: var(--shadow); }
.application-steps { display: grid; gap: 10px; padding: 0; margin: 32px 0; list-style: none; }
.application-steps li { display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.75); }
.application-steps b { color: var(--coral); font-size: .78rem; }
.application-steps span { color: var(--plum); font-weight: 850; }
.application-help { display: grid; padding: 18px; border-radius: 15px; color: #fff; background: var(--plum); }
.application-help a { color: var(--sun); font-weight: 850; }
.application-card { padding: 48px; background: #fff; }
.form-intro { margin-bottom: 30px; }
.form-intro .eyebrow { margin-bottom: 10px; }
.form-intro h2 { margin-bottom: 9px; color: var(--plum); font-size: clamp(1.9rem,3.2vw,2.7rem); }
.form-intro p { color: var(--muted); }
.application-card fieldset { display: grid; gap: 17px; min-width: 0; padding: 30px 0 10px; margin: 0; border: 0; border-top: 1px solid var(--line); }
.application-card legend { padding: 0 12px 0 0; color: var(--plum); font-size: 1.2rem; font-weight: 950; }
.application-card legend span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 8px; border-radius: 50%; color: var(--plum); background: var(--sun); font-size: .72rem; }
.address-row { grid-template-columns: .35fr .65fr; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.choice-card { position: relative; display: grid !important; grid-template-columns: auto 1fr; align-items: center; gap: 12px !important; min-height: 92px; padding: 15px; border: 2px solid var(--line); border-radius: 15px; background: var(--cream); cursor: pointer; }
.choice-card:has(input:checked) { border-color: var(--teal); background: #edf3eb; box-shadow: 0 0 0 4px rgba(79,125,94,.12); }
.choice-card input, .application-card .checkbox input { width: 19px; height: 19px; padding: 0; accent-color: var(--teal); box-shadow: none; }
.choice-card span { display: grid; }
.choice-card b { font-size: .92rem; }
.choice-card small { color: var(--muted); font-weight: 550; }
.sepa-fields { display: grid; gap: 17px; padding: 20px; border-radius: 16px; background: #edf3eb; }
.sepa-note { padding-bottom: 5px; color: var(--plum); }
.sepa-note p { margin: 4px 0 0; color: var(--muted); font-size: .8rem; font-weight: 500; }
.gift-check { padding: 12px 15px; border-radius: 12px; background: #f3eadf; }
.application-submit { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 24px; padding: 25px; border-radius: 18px; color: #fff; background: var(--plum); }
.application-submit div { display: grid; }
.application-submit span { color: rgba(255,255,255,.7); font-size: .78rem; }
.application-submit .button { flex: 0 0 auto; }
.application-success { min-height: 680px; display: grid; align-items: center; padding-block: 90px; background: radial-gradient(circle at 12% 18%, rgba(216,184,115,.68), transparent 24%), radial-gradient(circle at 88% 80%, rgba(79,125,94,.5), transparent 29%), linear-gradient(130deg, #294d39, #8b704e); }
.success-card { width: min(720px,100%); margin-inline: auto; padding: 55px; border-radius: 32px; background: #fff; box-shadow: 0 35px 90px rgba(32,54,39,.32); text-align: center; }
.success-icon { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto 25px; border-radius: 50%; color: #fff; background: var(--teal); font-size: 2.6rem; font-weight: 900; box-shadow: 0 0 0 12px rgba(79,125,94,.15); }
.success-card h1 { margin-bottom: 18px; color: var(--plum); font-size: clamp(2.2rem,5vw,3.7rem); }
.success-card > p { color: var(--muted); }
.pdf-ready { display: flex; align-items: center; gap: 15px; margin: 28px 0; padding: 18px; border-radius: 15px; background: var(--cream); text-align: left; }
.pdf-ready > span { font-size: 2rem; }
.pdf-ready div { display: grid; }
.pdf-ready small { color: var(--muted); }
.success-back { display: block; margin-top: 18px; color: var(--plum); font-size: .84rem; font-weight: 850; }

.legal-page .prose { max-width: 850px; }
.legal-page h2 { margin: 2.2rem 0 .8rem; color: var(--plum); font-size: 1.8rem; }
.legal-page a { color: var(--coral); text-decoration: underline; }

.footer-cta { color: #fff; padding-block: 65px; background: linear-gradient(100deg, #9b6649, #536e51); }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.footer-cta h2 { margin-bottom: 0; font-size: clamp(1.9rem, 3.2vw, 2.9rem); }
.site-footer { color: rgba(255,255,255,.78); background: #20382b; padding-top: 75px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: 50px; }
.footer-grid h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-grid > div:not(.footer-about) > a { display: block; margin: 8px 0; font-size: .85rem; }
.footer-grid a:hover { color: var(--sun); }
.footer-about img { width: 185px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-about p { max-width: 390px; font-size: .88rem; }
.social-link { color: var(--sun); font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.footer-bottom div { display: flex; gap: 20px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .main-nav a { padding-inline: 8px; font-size: .8rem; }
  .hero-grid { gap: 40px; }
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .help-grid { grid-template-columns: 1fr 1fr; }
  .help-lead { grid-row: span 2; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { max-width: 850px; margin-inline: auto; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 28px, 720px); }
  .topline-inner > span { display: none; }
  .topline-inner { justify-content: center; }
  .header-inner { min-height: 78px; }
  .brand img { width: 165px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 113px 0 auto; display: grid; align-content: start; gap: 5px; max-height: 0; padding: 0 20px; overflow: hidden; background: var(--cream); opacity: 0; transition: max-height .3s ease, opacity .2s ease, padding .3s ease; }
  .main-nav.open { max-height: calc(100vh - 113px); padding-block: 24px 35px; opacity: 1; box-shadow: 0 20px 40px rgba(44,67,49,.18); }
  .main-nav a { padding: 13px 16px; font-size: 1rem; }
  .main-nav .nav-contact { margin: 10px 0 0; text-align: center; }
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 65px 115px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { min-height: 420px; }
  .hero-main-image { height: 420px; }
  .news-ribbon-inner { grid-template-columns: auto 1fr auto; }
  .news-ribbon-inner > span:not(.ribbon-label) { display: none; }
  .section { padding-block: 80px; }
  .intro-grid, .story-grid, .values-grid, .transparent-grid, .health-intro, .contact-grid, .detail-grid, .article-grid, .application-layout, .newsletter-layout { grid-template-columns: 1fr; gap: 35px; }
  .application-aside { position: static; max-width: 760px; }
  .mission-cards, .animal-grid, .news-grid, .news-grid-all, .team-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-image { position: static; }
  .article-copy { padding-top: 0; }
  .support-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .topline-inner div span { display: none; }
  .topline-inner div { display: grid; text-align: center; }
  .hero-copy h1, .page-hero h1 { max-width: 100%; font-size: clamp(1.85rem, 8.5vw, 2.55rem); line-height: 1.12; overflow-wrap: anywhere; hyphens: auto; }
  .hero-grid { padding-top: 52px; }
  .hero-trust { gap: 14px; }
  .hero-trust span { width: calc(50% - 10px); }
  .hero-visual { min-height: 340px; }
  .hero-main-image { height: 330px; border-radius: 30px; }
  .hero-badge { left: 12px; bottom: 5px; }
  .quality-seal { width: 85px; right: -3px; top: -15px; }
  .news-ribbon-inner { grid-template-columns: auto 1fr; }
  .news-ribbon-inner a { display: none; }
  .section-heading, .footer-cta-inner, .download-card, .contact-card { align-items: flex-start; flex-direction: column; }
  .mission-cards, .animal-grid, .featured-grid, .news-grid, .news-grid-all, .team-grid, .process-grid, .two-panels { grid-template-columns: 1fr; }
  .animal-image { height: 390px; }
  .help-grid { grid-template-columns: 1fr; }
  .help-lead { grid-row: auto; padding-right: 0; }
  .help-option { min-height: 220px; }
  .values-grid ul { grid-template-columns: 1fr; }
  .page-hero { min-height: 315px; }
  .facts { grid-template-columns: 1fr; }
  .animal-video-grid { grid-template-columns: 1fr; }
  .animal-thumbnails { grid-template-columns: repeat(4, 1fr); }
  .animal-thumbnails img { height: 68px; }
  .detail-main-image > img { height: min(560px, 70vh); }
  .panel, .support-card, .form-card, .success-card { padding: 28px 22px; }
  .success-card h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); }
  .field-row { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .application-submit { align-items: stretch; flex-direction: column; }
  .application-submit .button { width: 100%; }
  .health-intro { padding: 25px; }
  .accordion summary { grid-template-columns: 35px 1fr 24px; padding: 18px; }
  .accordion > div { padding: 0 18px 20px 69px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

/* Mitgliederbereich / Online-Versammlung */
.meeting-hero { background: linear-gradient(120deg, rgba(37,82,61,.96), rgba(107,77,68,.92)), url('../img/brand/hero.webp') center/cover; }
.meeting-section { background: #f5f0e8; }
.meeting-flash { margin: 0 0 22px; padding: 14px 18px; border-radius: 14px; font-weight: 750; }
.meeting-flash.success { background: #e4f1e8; color: #28523d; }
.meeting-flash.error { background: #f8e2df; color: #8b3f34; }
.meeting-login-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 45px; align-items: center; }
.meeting-login-copy { padding: 20px 0; }
.meeting-login-copy h2 { margin: 8px 0 18px; color: var(--plum); font-size: clamp(2rem,4vw,3.25rem); }
.meeting-login-copy > p { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.meeting-feature-list { display: grid; gap: 11px; margin-top: 28px; }
.meeting-feature-list span { display: flex; gap: 10px; align-items: center; font-weight: 800; color: #355443; }
.meeting-login-card { max-width: 620px; padding: 38px; border-radius: 26px; background: #fff; box-shadow: 0 24px 65px rgba(52,69,55,.14); }
.meeting-login-card h2 { margin: 6px 0 8px; color: var(--plum); }
.meeting-login-card p { color: var(--muted); }
.meeting-login-card form { display: grid; gap: 15px; margin-top: 22px; }
.meeting-login-card label { display: grid; gap: 7px; color: var(--plum); font-size: .85rem; font-weight: 850; }
.meeting-login-card input { min-height: 48px; padding: 10px 13px; border: 1px solid #d7d0c5; border-radius: 12px; background: #fff; font: inherit; }
.meeting-login-help { display: block; margin-top: 15px; color: var(--muted); }

.meeting-app { overflow: hidden; border: 1px solid rgba(52,80,61,.11); border-radius: 26px; background: #fff; box-shadow: 0 28px 80px rgba(40,66,51,.14); }
.meeting-app-head { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 26px 30px; border-bottom: 1px solid #ece6dd; }
.meeting-app-head h2 { margin: 4px 0 0; color: var(--plum); font-size: clamp(1.5rem,3vw,2.25rem); }
.meeting-app-head p { margin: 4px 0 0; color: var(--muted); }
.meeting-head-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.meeting-room-status { padding: 8px 12px; border-radius: 999px; background: #ece8e1; color: #71685d; font-size: .78rem; font-weight: 900; }
.meeting-room-status.open { background: #e1efe5; color: #2d6947; }
.meeting-user-badge { display: grid; padding: 8px 12px; border-radius: 12px; background: var(--cream); line-height: 1.1; }
.meeting-user-badge b { color: var(--plum); font-size: .86rem; }
.meeting-user-badge small { margin-top: 3px; color: var(--muted); font-size: .7rem; }
.meeting-admin-link, .meeting-logout { min-height: 38px; padding: 8px 12px; border: 1px solid #d7d0c5; border-radius: 10px; background: #fff; color: var(--plum); font: inherit; font-size: .78rem; font-weight: 850; cursor: pointer; }
.meeting-admin-bar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 14px 30px; background: #2c4939; color: #fff; }
.meeting-admin-bar b { margin-right: auto; }
.meeting-admin-bar button { padding: 8px 12px; border: 0; border-radius: 9px; background: #fff; color: #2d4d3b; font: inherit; font-size: .78rem; font-weight: 850; cursor: pointer; }
.meeting-admin-bar button.danger { background: #f5d7d2; color: #8a392e; }
.meeting-room-notice { display: grid; gap: 2px; margin: 18px 30px 0; padding: 13px 16px; border-radius: 12px; background: #f2eee7; color: #655e54; }
.meeting-room-notice[data-state="admitted"] { background: #e2f0e6; color: #2f6648; }
.meeting-room-notice[data-state="kicked"] { background: #f8e2df; color: #873d33; }
.meeting-room-notice span { font-size: .82rem; }
.meeting-browser-warning { margin: 12px 30px 0; padding: 12px 14px; border-radius: 12px; background: #fff2d7; color: #725522; }
.meeting-browser-warning button { border: 0; background: transparent; color: inherit; font-weight: 900; text-decoration: underline; cursor: pointer; }

.meeting-workspace { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(320px,.7fr); gap: 0; min-height: 660px; }
.meeting-conference-panel { min-width: 0; padding: 28px 30px 34px; border-right: 1px solid #ece6dd; background: #fbfaf7; }
.meeting-side { display: grid; grid-template-rows: minmax(250px,.85fr) minmax(320px,1.15fr); min-height: 0; }
.meeting-roster-panel, .meeting-chat-panel { min-height: 0; padding: 24px; }
.meeting-roster-panel { border-bottom: 1px solid #ece6dd; overflow: auto; }
.meeting-chat-panel { display: grid; grid-template-rows: auto 1fr auto; }
.meeting-panel-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.meeting-panel-title h3 { margin: 3px 0 0; color: var(--plum); font-size: 1.35rem; }
.meeting-media-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.meeting-media-actions button { min-height: 38px; padding: 8px 11px; border: 1px solid #d9d1c6; border-radius: 10px; background: #fff; color: #385241; font: inherit; font-size: .76rem; font-weight: 850; cursor: pointer; }
.meeting-media-actions button:hover { border-color: #839787; }
.meeting-media-actions button.is-off { background: #f4ded9; color: #8a4034; }
.meeting-media-actions button:disabled { cursor: default; opacity: .48; }
.meeting-media-status { margin: -4px 0 18px; padding: 10px 12px; border-radius: 10px; background: #efebe4; color: #6e665c; font-size: .8rem; }
.meeting-media-status.error { background: #f6dfdc; color: #873d33; }
.meeting-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; align-content: start; }
.meeting-video-tile { overflow: hidden; border-radius: 16px; background: #20372c; box-shadow: 0 9px 25px rgba(28,47,37,.14); }
.meeting-video-tile.local { outline: 2px solid rgba(216,184,115,.7); }
.meeting-video-stage { position: relative; aspect-ratio: 16 / 10; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#263f33,#17271f); }
.meeting-video-stage video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: transparent; }
.meeting-avatar { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: rgba(255,255,255,.13); color: #fff; font-size: 2rem; font-weight: 900; }
.meeting-video-tile:not(.audio-only) .meeting-avatar { opacity: 0; }
.meeting-peer-state { position: absolute; left: 10px; bottom: 10px; z-index: 2; padding: 5px 8px; border-radius: 999px; background: rgba(0,0,0,.55); color: #fff; font-size: .66rem; font-weight: 800; }
.meeting-peer-state.ok { background: rgba(39,108,70,.9); }
.meeting-peer-state.bad { background: rgba(145,53,42,.92); }
.meeting-video-tile footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; color: #fff; }
.meeting-video-tile footer b { font-size: .85rem; }
.meeting-video-tile footer span { color: rgba(255,255,255,.68); font-size: .68rem; }
.meeting-tech-note { margin: 17px 0 0; color: var(--muted); font-size: .74rem; }

.meeting-roster { display: grid; gap: 9px; }
.meeting-person { display: grid; grid-template-columns: 36px minmax(0,1fr) auto; gap: 9px; align-items: center; padding: 10px; border: 1px solid #ece6dd; border-radius: 12px; background: #fff; }
.meeting-person-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #dfe9e1; color: #315640; font-weight: 900; }
.meeting-person-copy { display: grid; min-width: 0; }
.meeting-person-copy b { overflow: hidden; color: var(--plum); font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
.meeting-person-copy span { color: var(--muted); font-size: .68rem; }
.meeting-person-media { font-size: .72rem; white-space: nowrap; }
.meeting-person.state-waiting { background: #fffaf0; }
.meeting-person.state-admitted { border-color: #c9ded0; }
.meeting-person-actions { grid-column: 2 / -1; display: flex; gap: 5px; flex-wrap: wrap; }
.meeting-person-actions button { padding: 5px 7px; border: 1px solid #d7d0c5; border-radius: 7px; background: #fff; color: #3c5745; font: inherit; font-size: .64rem; font-weight: 850; cursor: pointer; }
.meeting-person-actions button.danger { color: #8d3d33; }
.meeting-chat-messages { min-height: 0; overflow: auto; padding-right: 3px; }
.meeting-chat-message { max-width: 92%; margin: 0 0 10px; padding: 9px 11px; border-radius: 12px 12px 12px 3px; background: #f0ece5; }
.meeting-chat-message.mine { margin-left: auto; border-radius: 12px 12px 3px 12px; background: #e2eee5; }
.meeting-chat-message header { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 4px; }
.meeting-chat-message header b { color: #36523f; font-size: .7rem; }
.meeting-chat-message header span { color: var(--muted); font-size: .62rem; }
.meeting-chat-message p { margin: 0; color: #4c4a45; font-size: .78rem; white-space: pre-wrap; overflow-wrap: anywhere; }
.meeting-chat-form { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin-top: 10px; }
.meeting-chat-form textarea { width: 100%; resize: none; padding: 10px 11px; border: 1px solid #d8d1c7; border-radius: 10px; font: inherit; font-size: .8rem; }
.meeting-chat-form button { padding: 0 12px; border: 0; border-radius: 10px; background: var(--coral); color: #fff; font: inherit; font-size: .74rem; font-weight: 900; cursor: pointer; }

@media (max-width: 1100px) {
  .meeting-workspace { grid-template-columns: 1fr; }
  .meeting-conference-panel { border-right: 0; border-bottom: 1px solid #ece6dd; }
  .meeting-side { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(380px,auto); }
  .meeting-roster-panel { border-right: 1px solid #ece6dd; border-bottom: 0; }
}
@media (max-width: 780px) {
  .meeting-login-layout { grid-template-columns: 1fr; }
  .meeting-app-head { align-items: flex-start; flex-direction: column; padding: 22px; }
  .meeting-head-actions { justify-content: flex-start; }
  .meeting-admin-bar { padding-inline: 22px; }
  .meeting-room-notice, .meeting-browser-warning { margin-inline: 22px; }
  .meeting-conference-panel { padding: 24px 20px; }
  .meeting-panel-title { flex-direction: column; }
  .meeting-media-actions { justify-content: flex-start; }
  .meeting-video-grid { grid-template-columns: 1fr; }
  .meeting-side { grid-template-columns: 1fr; grid-template-rows: auto minmax(420px,60vh); }
  .meeting-roster-panel { border-right: 0; border-bottom: 1px solid #ece6dd; }
}
@media (max-width: 520px) {
  .meeting-login-card { padding: 27px 20px; }
  .meeting-head-actions { width: 100%; align-items: stretch; }
  .meeting-head-actions > * { flex: 1 1 auto; text-align: center; }
  .meeting-media-actions button { flex: 1 1 calc(50% - 7px); }
}

/* Erweiterte Tierdaten */
.animal-quickfacts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin:18px 0; }
.animal-quickfacts span { display:grid; gap:2px; min-width:0; padding:9px 10px; border-radius:10px; background:var(--cream); }
.animal-quickfacts small { color:var(--coral); font-size:.58rem; font-weight:900; letter-spacing:.06em; text-transform:uppercase; }
.animal-quickfacts b { color:var(--plum); font-size:.78rem; overflow-wrap:anywhere; }
.mmk-note { margin:-20px 0 30px; padding:16px 18px; border-left:4px solid var(--coral); border-radius:0 12px 12px 0; background:#fff7e9; color:#4a4d45; }
.mmk-note b { display:block; margin-bottom:5px; color:var(--plum); font-size:.82rem; }
.mmk-note p { margin:0; font-size:.88rem; line-height:1.55; }
@media (max-width:520px) { .animal-quickfacts { grid-template-columns:1fr; } }

/* Besucheranzeige + Footer-Logo */
.footer-about img {
  width: 223px;
  height: auto;
  filter: none;
}
.footer-live-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 42px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: .78rem;
}
.footer-live-stats > span,
.footer-live-stats > b { display: inline-flex; align-items: center; gap: 6px; }
.footer-live-stats strong { color: #fff; font-size: .92rem; }
.footer-live-stats b { color: #fff; }
.live-indicator {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #86d49d;
  box-shadow: 0 0 0 4px rgba(134,212,157,.14);
}
.footer-live-stats + .footer-bottom { margin-top: 0; border-top: 0; }
.news-ribbon-inner > small { opacity: .82; white-space: nowrap; font-weight: 750; }
@media (min-width:1101px) {
  .news-ribbon-inner { grid-template-columns: auto auto auto 1fr auto; }
}
@media (max-width:1100px) {
  .news-ribbon-inner > small { display: none; }
}
@media (max-width:600px) {
  .footer-live-stats { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-about img { width: min(223px, 100%); }
}

/* Aktuelles: Ort, externe Links und Route */
.news-location { display:block; margin:10px 0 2px; color:var(--muted); font-size:.76rem; line-height:1.45; }
.news-actions { display:flex; flex-wrap:wrap; gap:10px; margin:24px 0; }
.news-actions a { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:9px 14px; border:1px solid rgba(40,82,61,.22); border-radius:999px; color:var(--teal); background:#f5f8f3; font-size:.8rem; font-weight:850; text-decoration:none; }
.news-actions a:hover { border-color:var(--teal); background:#edf4ee; }
.news-actions.compact { gap:7px; margin:12px 0 8px; }
.news-actions.compact a { min-height:34px; padding:6px 10px; font-size:.7rem; }
.event-location { display:grid; gap:4px; margin:18px 0 24px; padding:14px 16px; border-left:4px solid var(--coral); border-radius:0 12px 12px 0; background:#f7f3ec; }
.event-location b { color:var(--plum); font-size:.78rem; }
.event-location span { color:var(--muted); line-height:1.5; }
.contact-animal-context { display:flex; gap:10px; align-items:center; margin:3px 0 14px; padding:12px 14px; border-radius:12px; background:#eef5ef; color:var(--teal); font-size:.82rem; }

/* Zuhause gefunden / Tierarchiv */
.page-hero-actions { margin-top: 24px; }
.adopted-grid .animal-card .status-pill { background: var(--teal); color: #fff; }
.adopted-success { border-color: rgba(40, 82, 61, .22); }
.archive-empty { text-align: center; padding: 36px; }

/* Windhund-Wissen auf der Startseite */
.knowledge-section { padding-top: 16px; background: #f8f4eb; }
.knowledge-card { position: relative; display: grid; grid-template-columns: 1.2fr .55fr; gap: 34px; align-items: center; overflow: hidden; padding: 48px 54px; border-radius: var(--radius); color: #fff; background: linear-gradient(120deg, var(--plum), #4f7255 62%, var(--coral)); box-shadow: var(--shadow); }
.knowledge-card::after { content: "🐾"; position: absolute; right: -18px; bottom: -84px; font-size: 250px; line-height: 1; opacity: .055; transform: rotate(-12deg); }
.knowledge-copy { position: relative; z-index: 2; }
.knowledge-copy h2 { max-width: 760px; margin: 8px 0 14px; color: #fff; font-size: clamp(2rem, 4vw, 3.35rem); }
.knowledge-copy p { max-width: 720px; margin: 0 0 24px; color: rgba(255,255,255,.78); font-size: 1.02rem; }
.knowledge-mark { position: relative; z-index: 2; justify-self: end; width: 215px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.08); text-align: center; box-shadow: inset 0 0 0 12px rgba(255,255,255,.035); }
.knowledge-mark span { color: var(--sun); font-size: 4.7rem; font-weight: 950; line-height: .9; }
.knowledge-mark b { margin-top: 7px; font-size: 1.25rem; text-transform: uppercase; letter-spacing: .08em; }
.knowledge-mark small { margin-top: 4px; color: rgba(255,255,255,.7); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
@media (max-width: 780px) { .knowledge-card { grid-template-columns: 1fr; padding: 34px 25px; } .knowledge-mark { justify-self: start; width: 150px; } .knowledge-mark span { font-size: 3.4rem; } }
