:root {
  color-scheme: light;
  --paper: #f7f4ec;
  --paper-deep: #eee8dc;
  --ink: #262b25;
  --muted: #71746a;
  --green: #244b3d;
  --green-dark: #1d3c32;
  --green-soft: #dfe7db;
  --peach: #e5ad83;
  --terracotta: #c8734e;
  --line: rgba(42, 51, 42, .17);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --container: min(1220px, calc(100% - 80px));
  --ease: cubic-bezier(.22, .75, .24, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 4px; }
::selection { background: #dfc3a6; color: var(--green-dark); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--serif); letter-spacing: -.045em; }
h1 em, h2 em { color: var(--green); font-weight: 400; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 11px 16px; transform: translateY(-150%); border-radius: 7px; background: var(--green); color: white; }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 86px; width: var(--container); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; background: rgba(247, 244, 236, .92); backdrop-filter: blur(16px); }
.brand { flex: 0 0 auto; display: inline-grid; justify-items: start; line-height: 1.15; }
.brand__name { font-family: var(--serif); font-size: 22px; letter-spacing: -.045em; }
.brand__logo { width: 112px; height: 48px; display: block; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.brand__meta { margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.brand__meta i { width: 3px; height: 3px; margin: 0 7px 2px; display: inline-block; border-radius: 50%; background: var(--terracotta); }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 33px); }
.site-nav > a:not(.nav-cta) { position: relative; color: #5d6259; font-size: 11px; font-weight: 700; transition: color .2s ease; }
.site-nav > a:not(.nav-cta)::after { height: 1px; position: absolute; right: 100%; bottom: -7px; left: 0; content: ""; background: var(--terracotta); transition: right .28s var(--ease); }
.site-nav > a:not(.nav-cta):hover, .site-nav > a[aria-current="page"] { color: var(--green); }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.nav-cta { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 15px; border-radius: 100px; background: var(--green); color: #fffaf0; font-size: 10px; font-weight: 700; transition: transform .25s var(--ease), background .25s ease; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); background: #315f4c; }
.nav-cta span { color: var(--peach); font-size: 16px; }
.menu-toggle { display: none; }

.hero { min-height: 620px; padding-block: 58px 72px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(20px, 5vw, 70px); position: relative; overflow: hidden; }
.hero__copy { position: relative; z-index: 2; padding-left: clamp(0px, 3vw, 38px); }
.eyebrow { margin-bottom: 18px; display: flex; align-items: center; gap: 10px; color: #7b8174; font-size: 9px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow__line { width: 24px; height: 1px; display: inline-block; background: var(--terracotta); }
h1 { margin-bottom: 23px; font-size: clamp(58px, 6.8vw, 90px); line-height: .99; }
h1 em, h2 em { font-style: italic; }
.hero__lead { max-width: 490px; margin: 0; color: #686e64; font-size: 15px; line-height: 1.8; }
.hero__actions { margin-top: 31px; display: flex; align-items: center; gap: 24px; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; border-radius: 999px; cursor: pointer; font-size: 10px; font-weight: 800; transition: transform .25s var(--ease), background .25s ease; }
.button--dark { background: var(--green); color: #fffaf0; }
.button span { color: var(--peach); font-size: 16px; line-height: 1; }
.button--cream { background: #f0dfca; color: var(--green-dark); }
.button--cream:hover { background: #fff0db; }
.button--cream span { color: var(--terracotta); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 11px; font-weight: 800; }
.text-link span { color: var(--terracotta); font-size: 15px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }
.hero__aside { margin: 38px 0 0; display: flex; align-items: center; gap: 12px; color: #787b72; font-family: var(--serif); font-size: 12px; font-style: italic; line-height: 1.5; }
.hero__aside strong { color: var(--ink); font-weight: 400; }
.aside-mark { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #d19b72; border-radius: 50%; color: var(--terracotta); font-family: var(--sans); font-size: 15px; font-style: normal; }
.hero__art { height: 480px; position: relative; display: grid; place-items: center; }
.hero__ring { position: absolute; border: 1px solid rgba(200, 115, 78, .25); border-radius: 50%; pointer-events: none; }
.hero__ring--outer { width: min(520px, 96%); aspect-ratio: 1; border-style: dashed; border-color: rgba(36, 75, 61, .16); animation: orbit 70s linear infinite; }
.hero__ring--inner { width: min(455px, 86%); aspect-ratio: 1; }
.hero-photo { width: clamp(270px, 31vw, 370px); height: 445px; margin: 0; padding: 10px; position: relative; z-index: 1; transform: rotate(2deg); border-radius: 46% 46% 24px 24px; background: #fffdf7; box-shadow: 0 22px 60px rgba(37, 50, 39, .13); animation: photo-arrive .9s .12s var(--ease) both, gentle-float 7s 1.2s ease-in-out infinite; }
.hero-photo::after { position: absolute; inset: 10px; content: ""; pointer-events: none; border: 1px solid rgba(255,255,255,.7); border-radius: inherit; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 80%; border-radius: inherit; }
.hero-photo figcaption { position: absolute; right: -15px; bottom: 27px; left: 16px; padding: 12px 13px; display: flex; align-items: center; justify-content: space-between; border-radius: 8px; background: rgba(247,244,236,.95); box-shadow: 0 8px 24px rgba(39,44,35,.13); color: var(--green-dark); font-family: var(--serif); font-size: 13px; font-style: italic; line-height: 1.15; }
.caption-arrow { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(36,75,61,.24); border-radius: 50%; color: var(--terracotta); font-family: var(--sans); font-size: 13px; }
@keyframes orbit { to { transform: rotate(1turn); } }
@keyframes gentle-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@keyframes photo-arrive { from { opacity: 0; transform: translateY(20px) rotate(5deg); } to { opacity: 1; transform: translateY(0) rotate(2deg); } }

.facts-band { background: #eee8dc; }
.facts { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.fact { display: flex; align-items: center; gap: 13px; }
.fact > span:last-child { display: grid; gap: 4px; }
.fact > span b { font-size: 11px; }
.fact small { color: #828276; font-size: 9px; }
.fact--number > strong { color: var(--green); font-family: var(--serif); font-size: 45px; font-weight: 400; letter-spacing: -.06em; line-height: 1; }
.fact-symbol { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(36,75,61,.2); border-radius: 50%; color: var(--terracotta); font-family: var(--serif); font-size: 15px; }
.fact-divider { width: 1px; height: 39px; background: var(--line); }
.fact-link { color: var(--green); font-size: 10px; font-weight: 800; }
.fact-link span { margin-left: 5px; color: var(--terracotta); font-size: 14px; }

.section { padding-block: 100px; }
.section-heading { margin-bottom: 35px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-heading .eyebrow { margin-bottom: 13px; }
h2 { margin-bottom: 0; font-size: clamp(43px, 5vw, 64px); line-height: 1.02; }
.section-heading > p { max-width: 380px; margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.85; }
.need-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.need-card { min-height: 330px; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; border-radius: 17px; background: #e5e9df; }
.need-card--materials { background: #eee3d4; }
.need-illustration, .need-photo { min-height: 330px; position: relative; overflow: hidden; display: grid; place-items: center; }
.need-illustration--cat { background: #dce5d9; }
.need-illustration svg { width: min(100%, 290px); overflow: visible; animation: illustration-drift 8s ease-in-out infinite; }
@keyframes illustration-drift { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-8px) rotate(1deg); } }
.illustration-caption, .photo-chip { position: absolute; bottom: 17px; left: 16px; padding: 7px 10px; border-radius: 4px; background: rgba(247,244,236,.94); color: var(--green); font-family: var(--serif); font-size: 11px; font-style: italic; }
.need-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 40% center; transition: transform .7s var(--ease); }
.need-card:hover .need-photo img { transform: scale(1.035); }
.need-card__body { padding: 28px clamp(18px, 3vw, 34px); display: flex; flex-direction: column; align-items: start; }
.card-meta { margin: 0 0 11px; color: #898a7e; font-size: 8px; font-weight: 800; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.need-card h3, .animal-card h2 { margin: 0 0 11px; font-family: var(--serif); font-size: clamp(23px, 2.4vw, 29px); letter-spacing: -.035em; line-height: 1.12; }
.need-card__body > p:not(.card-meta) { margin: 0 0 15px; color: #666b62; font-size: 10px; line-height: 1.75; }
.card-link { margin-top: auto; padding-top: 10px; display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 9px; font-weight: 800; }
.card-link span { color: var(--terracotta); font-size: 15px; transition: transform .2s ease; }
.card-link:hover span { transform: translateX(3px); }

.campaign { min-height: 495px; margin-block: 0 15px; padding: clamp(42px, 6vw, 78px) clamp(35px, 7vw, 88px); position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 30px; border-radius: 24px; background: var(--green); color: #fbf6ed; }
.campaign::before, .campaign::after { width: 310px; height: 310px; position: absolute; content: ""; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.campaign::before { top: -195px; right: 24%; }
.campaign::after { bottom: -245px; left: 21%; }
.campaign__copy { max-width: 560px; position: relative; z-index: 1; }
.eyebrow--light { color: #bbc9bb; }
.campaign h2 { margin: 0 0 18px; color: #fffaf1; font-size: clamp(44px, 5.1vw, 65px); }
.campaign h2 em { color: #eac49f; }
.campaign__copy > p:not(.eyebrow) { max-width: 470px; margin-bottom: 23px; color: #d5ddd3; font-size: 11px; line-height: 1.85; }
.campaign__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 20px; }
.campaign__source { color: #e9c59f; font-size: 9px; font-weight: 700; }
.campaign__source span { margin-left: 4px; }
.campaign__visual { min-height: 330px; position: relative; display: grid; place-items: center; }
.campaign-house { width: 260px; position: relative; transform: translateY(22px); }
.campaign-house__roof { width: 272px; height: 130px; position: relative; z-index: 2; display: block; background: #dba67d; clip-path: polygon(50% 0,100% 100%,0 100%); filter: drop-shadow(0 8px 0 rgba(15,43,33,.22)); }
.campaign-house__body { height: 175px; margin: -1px auto 0; display: block; position: relative; background: #f1e2ca; box-shadow: 0 9px 0 #c4b9a2; }
.campaign-house__body i { width: 43px; height: 50px; position: absolute; top: 39px; left: 25px; border: 5px solid #a8bdac; background: #728d7e; }
.campaign-house__body b { width: 56px; height: 94px; position: absolute; right: 30px; bottom: 0; border-radius: 28px 28px 0 0; background: #896348; }
.campaign-house__body em { position: absolute; top: 54px; right: 28px; left: 25px; color: #244b3d; font-family: var(--serif); font-size: 18px; font-style: italic; text-align: center; }
.campaign-house__step { width: 330px; height: 20px; margin-left: -35px; display: block; background: #c8b99c; }
.campaign-spark { position: absolute; z-index: 3; color: #ecc9a6; font-family: var(--serif); }
.campaign-spark--one { top: 29px; right: 8px; font-size: 48px; animation: sparkle 3.5s ease-in-out infinite; }
.campaign-spark--two { bottom: 13px; left: 6px; font-size: 43px; transform: rotate(-13deg); }
@keyframes sparkle { 0%,100% { opacity: .55; transform: rotate(0) scale(.92); } 50% { opacity: 1; transform: rotate(22deg) scale(1.07); } }

.pathways { padding-top: 110px; padding-bottom: 100px; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pathway-card { min-height: 265px; padding: 20px 23px 19px; position: relative; overflow: hidden; display: flex; flex-direction: column; border-radius: 15px; transition: transform .32s var(--ease), box-shadow .32s ease; }
.pathway-card:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(52,55,43,.09); }
.pathway-card--animals { background: #e4e9dd; }
.pathway-card--help { background: #eee2d2; }
.pathway-card--stories { background: var(--green); color: #faf5eb; }
.pathway-card__number { font-family: var(--serif); font-size: 13px; opacity: .56; }
.pathway-card__art { position: absolute; top: 37px; right: 20px; width: 115px; height: 115px; display: grid; place-items: center; border: 1px solid rgba(36,75,61,.16); border-radius: 50%; color: rgba(36,75,61,.6); font-family: var(--serif); font-size: 14px; font-style: italic; transform: rotate(10deg); }
.pathway-card__art::before { width: 82px; height: 82px; position: absolute; content: ""; border: 1px dashed currentColor; border-radius: 50%; animation: orbit 32s linear infinite; }
.pathway-card__art--hands { border-radius: 47% 53% 40% 60%; transform: rotate(-9deg); }
.pathway-card--stories .pathway-card__art { color: #e3c29f; border-color: rgba(255,255,255,.21); }
.pathway-card h3 { margin: auto 0 10px; position: relative; z-index: 1; font-family: var(--serif); font-size: 28px; letter-spacing: -.035em; line-height: 1.08; }
.pathway-card__link { display: flex; align-items: center; justify-content: space-between; color: #6f7569; font-size: 9px; font-weight: 700; }
.pathway-card__link b { color: var(--terracotta); font-size: 15px; font-weight: 400; }
.pathway-card--stories .pathway-card__link { color: #c8d1c5; }

.faq-section { padding-block: 60px 108px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); border-top: 1px solid var(--line); }
.faq-intro h2 { margin-bottom: 15px; }
.faq-intro > p:not(.eyebrow) { max-width: 280px; margin-bottom: 22px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-trigger { width: 100%; min-height: 69px; padding: 12px 1px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; cursor: pointer; text-align: left; font-family: var(--serif); font-size: 17px; }
.faq-plus { width: 25px; height: 25px; position: relative; flex: 0 0 auto; border: 1px solid #b6aa97; border-radius: 50%; transition: background .25s ease, transform .35s var(--ease); }
.faq-plus::before, .faq-plus::after { width: 9px; height: 1px; position: absolute; top: 11px; left: 7px; content: ""; background: var(--green); transition: transform .35s var(--ease); }
.faq-plus::after { transform: rotate(90deg); }
.faq-trigger[aria-expanded="true"] .faq-plus { transform: rotate(45deg); background: #f1e3d2; }
.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .38s var(--ease); }
.faq-panel:not([hidden]) { grid-template-rows: 1fr; }
.faq-panel__inner { overflow: hidden; }
.faq-panel p { max-width: 600px; margin: 0; padding: 0 45px 20px 0; color: #6b7167; font-size: 10px; line-height: 1.8; }
.faq-panel a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.page-hero { min-height: 400px; padding-block: 74px 65px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin-bottom: 20px; }
.page-lead { max-width: 540px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.page-hero__side { min-height: 174px; padding: 25px 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-radius: 13px; background: #e7eadf; }
.page-hero__number { color: var(--green); font-family: var(--serif); font-size: 48px; letter-spacing: -.06em; line-height: .95; }
.page-hero__side p { margin: 9px 0 12px; font-size: 10px; line-height: 1.55; }
.page-hero__side small { color: #7d8277; font-size: 8px; }
.page-hero__side > a { margin-top: auto; color: var(--green); font-size: 9px; font-weight: 800; }
.page-hero__side--link { transition: transform .25s var(--ease); }
.page-hero__side--link:hover { transform: translateY(-4px); }
.page-hero__number--symbol { font-family: var(--sans); font-size: 35px; }
.page-hero__side--link p { font-size: 12px; }
.page-hero__side--link p b { font-family: var(--serif); font-size: 20px; font-weight: 400; }

.animal-browser { padding-block: 34px 65px; }
.filter-bar { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-status { min-height: 13px; margin: -18px 0 17px; color: var(--muted); font-size: 8px; }
.filter-button { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: #626a61; cursor: pointer; font-size: 9px; font-weight: 700; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.filter-button:hover, .filter-button.is-active { border-color: var(--green); background: var(--green); color: #fffaf0; }
.animal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.animal-card { min-width: 0; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; border-radius: 14px; background: #e6eadf; transition: opacity .25s ease, transform .35s var(--ease); }
.animal-card:nth-child(2) { background: #eee3d5; }
.animal-card--cat { background: #e5e5d9; }
.animal-card--foster { background: #e3e9e1; }
.animal-card[hidden] { display: none; }
.animal-card__image, .animal-card__illustration { min-height: 300px; position: relative; overflow: hidden; display: grid; place-items: center; background: #dce4d7; }
.animal-card__image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; transition: transform .6s var(--ease); }
.animal-card__image:hover img { transform: scale(1.045); }
.image-tag { position: absolute; bottom: 13px; left: 13px; padding: 6px 9px; border-radius: 4px; background: rgba(247,244,236,.95); color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.image-link { width: 29px; height: 29px; position: absolute; top: 12px; right: 12px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--green); font-size: 15px; }
.animal-card__illustration svg { width: 100%; max-width: 290px; }
.animal-card__illustration--foster { background: #dce7df; }
.animal-card__body { padding: 23px 22px 20px; display: flex; flex-direction: column; align-items: flex-start; }
.animal-card__body .card-meta { margin-bottom: 12px; }
.animal-card h2 { margin-bottom: 11px; font-size: clamp(22px, 2.5vw, 29px); }
.animal-card__body > p:not(.card-meta) { margin: 0 0 12px; color: #6b7067; font-size: 10px; line-height: 1.75; }
.animal-search { max-width:520px; margin-bottom:19px; display:grid; gap:7px; color:var(--green); font-size:10px; font-weight:700; }
.animal-search input { width:100%; min-height:43px; padding:0 15px; border:1px solid var(--line); border-radius:8px; outline:0; background:rgba(255,255,255,.6); color:var(--ink); font:11px var(--sans); transition:border-color .2s,box-shadow .2s; }
.animal-search input:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(36,75,61,.1); }
.animal-card__portrait { min-height:300px; position:relative; overflow:hidden; display:grid; place-items:center; background:radial-gradient(circle at 51% 44%,#f6eadb 0 21%,transparent 21.5%),linear-gradient(145deg,#cfddd1,#e8eadf 60%,#d5ddcf); }
.animal-card:nth-child(2n) .animal-card__portrait { background:radial-gradient(circle at 51% 44%,#f5e8d7 0 21%,transparent 21.5%),linear-gradient(145deg,#dfd9cb,#efe7d9 60%,#d9e3d9); }
.animal-card[data-species="dog"] .animal-card__portrait { background:radial-gradient(circle at 51% 44%,#f3e2ca 0 22%,transparent 22.5%),linear-gradient(145deg,#d8e1d8,#ebeadf 60%,#d9ddd0); }
.animal-card__portrait img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; transition:transform .65s var(--ease); }
.animal-card:hover .animal-card__portrait img { transform:scale(1.04); }
.animal-card__illustration { width:min(78%,220px); aspect-ratio:6/7; position:relative; z-index:1; display:grid; place-items:center; }
.animal-card__illustration svg { width:100%; height:100%; overflow:visible; filter:drop-shadow(0 13px 16px rgba(36,55,43,.12)); animation:animal-art-drift 7s ease-in-out infinite; }
@keyframes animal-art-drift { 0%,100% { transform:translateY(0) rotate(-1deg); } 50% { transform:translateY(-4px) rotate(1deg); } }
.animal-card__ornament { width:208px; aspect-ratio:1; position:absolute; border:1px solid rgba(36,75,61,.19); border-radius:50%; }
.animal-card__ornament::before,.animal-card__ornament::after { position:absolute; width:9px; height:9px; content:""; border-radius:50%; background:var(--terracotta); }
.animal-card__ornament::before { top:23px; right:32px; }
.animal-card__ornament::after { bottom:24px; left:24px; width:6px; height:6px; background:var(--peach); }
.animal-card__art-note { position:absolute; z-index:2; top:12px; left:12px; padding:5px 8px; border:1px solid rgba(36,75,61,.12); border-radius:20px; background:rgba(250,248,241,.9); color:var(--green); font-size:7px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.animal-card__status { position:absolute; z-index:2; right:12px; bottom:12px; left:12px; padding:8px 10px; border:1px solid rgba(36,75,61,.12); border-radius:5px; background:rgba(250,248,241,.93); color:var(--green); font-size:8px; font-weight:800; letter-spacing:.08em; text-align:center; text-transform:uppercase; }
.animal-card__body { min-width:0; }
.animal-card__body > .animal-card__detail,.animal-card__body > .animal-card__traits { color:var(--green)!important; font-size:9px!important; font-weight:700; }
.animal-card .card-link { margin-top:auto; padding-top:6px; display:inline-flex; align-items:center; gap:8px; color:var(--green); font-size:9px; font-weight:800; }
.animal-empty { margin-top:17px; padding:28px; border:1px solid var(--line); border-radius:12px; background:#eeece3; }
.animal-empty h2 { margin-bottom:8px; font-size:clamp(25px,3vw,34px); }
.animal-empty p { max-width:620px; margin:0 0 12px; color:var(--muted); font-size:11px; line-height:1.7; }
.animal-empty a { color:var(--green); font-size:10px; font-weight:800; }
.event-questionnaire-note { margin:18px 0; padding:11px 13px; border-left:2px solid var(--peach); background:rgba(255,255,255,.38); color:#687066; font-size:9px; line-height:1.7; }
.event-questionnaire-note a { color:var(--green); font-weight:800; }
.freshness-note { margin: 23px 0 0; padding: 13px 16px; display: flex; gap: 10px; align-items: center; border-left: 2px solid var(--peach); background: rgba(255,255,255,.34); color: #73776e; font-size: 9px; }
.freshness-note > span { width: 17px; height: 17px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #a9ae9f; border-radius: 50%; font-size: 8px; }
.freshness-note a { color: var(--green); font-weight: 800; white-space: nowrap; }
.animals-next { margin-bottom: 95px; padding: 34px 0 40px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 50px; border-top: 1px solid var(--line); }
.animals-next h2 { font-size: clamp(38px, 4.6vw, 56px); }
.animals-next__copy p { max-width: 480px; margin-bottom: 18px; color: var(--muted); font-size: 11px; line-height: 1.8; }

.help-options { padding-block: 30px 76px; display: grid; gap: 18px; }
.help-option { min-height: 365px; padding: 34px clamp(24px, 5vw, 62px); position: relative; overflow: hidden; display: grid; grid-template-columns: 40px minmax(0, 1fr) minmax(200px, .72fr); align-items: center; gap: 24px; border-radius: 16px; background: #e8ebe1; }
.help-option:nth-child(even) { background: #efe4d6; }
.help-option__number { align-self: start; color: #899084; font-family: var(--serif); font-size: 14px; }
.help-option__body { max-width: 560px; }
.help-option .eyebrow { margin-bottom: 13px; }
.help-option h2 { margin-bottom: 15px; font-size: clamp(35px, 4vw, 48px); }
.help-option__body > p:not(.eyebrow):not(.copy-status) { max-width: 545px; margin-bottom: 20px; color: #686e64; font-size: 11px; line-height: 1.8; }
.help-option__links { display: flex; flex-wrap: wrap; align-items: center; gap: 11px 17px; }
.help-option__links .button { min-height: 43px; padding-inline: 16px; gap: 12px; font-size: 9px; }
.help-option__links .text-link { font-size: 9px; }
.help-option__visual { min-height: 235px; position: relative; display: grid; place-items: center; }
.help-option__visual--house { border-radius: 48% 52% 44% 56%; background: #dde5d8; }
.mini-house { width: 185px; position: relative; }
.mini-house > span { width: 195px; height: 100px; display: block; background: #d8a477; clip-path: polygon(50% 0,100% 100%,0 100%); }
.mini-house > i { height: 122px; margin-top: -1px; display: block; background: #f4e4ca; box-shadow: 0 7px 0 #c6b99e; }
.mini-house > i::before { width: 35px; height: 41px; position: relative; top: 29px; left: 18px; display: block; content: ""; border: 4px solid #a9bda8; background: #799181; }
.help-option__visual--house p, .help-option__visual--wood p { position: absolute; right: 3px; bottom: 2px; padding: 9px 11px; transform: rotate(4deg); background: var(--paper); color: var(--green); font-family: var(--serif); font-size: 10px; font-style: italic; line-height: 1.2; }
.help-option__visual--cat { border-radius: 48% 52% 40% 60%; background: #e7d2bb; }
.help-option__visual--cat svg { width: min(100%, 260px); }
.help-option__photo { height: 270px; position: relative; overflow: hidden; border-radius: 48% 48% 14px 14px; background: #dce4d7; }
.help-option__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.help-option--materials { align-items: start; }
.materials-list { margin: -4px 0 19px; padding-left: 18px; color: #646b61; font-size: 10px; line-height: 1.9; }
.materials-list li::marker { color: var(--terracotta); }
.copy-status { min-height: 16px; margin: 9px 0 0; color: var(--green); font-size: 9px; }
.help-option__visual--wood { border-radius: 50%; background: #e8d6bf; }
.wood-stack { width: 190px; position: relative; transform: rotate(-7deg); }
.wood-stack i { height: 32px; margin-bottom: 8px; display: block; border: 1px solid rgba(68,52,37,.18); border-radius: 2px; background: linear-gradient(95deg,#bc885b,#d6a678 46%,#c08e61); box-shadow: 0 4px 0 rgba(111,76,48,.2); }
.wood-stack i:nth-child(2) { width: 85%; margin-left: 14px; }
.wood-stack b { width: 36px; height: 70px; position: absolute; right: 25px; bottom: -8px; display: block; background: repeating-linear-gradient(0deg,#a16d48 0 8px,#ba895d 8px 16px); }
.help-share, .event-invite, .story-cta { margin-bottom: 95px; padding: 43px clamp(26px, 6vw, 70px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 35px; border-radius: 16px; background: var(--green); color: #faf5ec; }
.help-share h2, .event-invite h2, .story-cta h2 { font-size: clamp(38px, 4.5vw, 54px); }
.help-share h2 em, .event-invite h2 em, .story-cta h2 em { color: #eac49f; }
.help-share > div:last-child p, .event-invite > div:last-child p, .story-cta > div:last-child p { max-width: 420px; color: #d4dbd1; font-size: 11px; line-height: 1.8; }

.event-feature { margin-block: 32px 75px; padding: 36px; display: grid; grid-template-columns: 155px minmax(260px, 1fr) minmax(220px, .78fr); align-items: center; gap: clamp(22px, 4vw, 50px); border-radius: 17px; background: #e8ebe1; transition: opacity .4s ease; }
.event-feature.is-expired { background: #ece9e1; }
.event-feature__date { min-height: 178px; padding: 19px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: #dfe5d8; }
.event-feature__date > span, .event-feature__date > small { color: #7d8578; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.event-feature__date > strong { display: flex; align-items: center; gap: 4px; color: var(--green); font-family: var(--serif); font-size: 51px; font-weight: 400; letter-spacing: -.07em; line-height: 1.1; }
.event-feature__date > strong span { color: var(--terracotta); font-size: 25px; }
.event-feature__date > strong i { color:var(--terracotta); font-size:25px; font-style:normal; }
.event-feature__date > small { margin-top: 4px; font-size: 7px; }
.event-feature__body .eyebrow { margin-bottom: 12px; font-size: 8px; }
.event-state { padding: 6px 9px; display: inline-block; border: 1px solid rgba(36,75,61,.22); border-radius: 30px; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-state.is-past { color: #74766f; }
.event-feature__body h2 { margin-bottom: 14px; font-size: clamp(37px, 4vw, 50px); }
.event-feature__body > p:not(.eyebrow):not(.event-expired) { margin-bottom: 20px; color: #687066; font-size: 10px; line-height: 1.8; }
.event-detail-grid { margin-bottom: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.event-detail-grid > div { display: grid; gap: 4px; }
.detail-label { color: #84877d; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.event-detail-grid strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.event-detail-grid small { color: #73776d; font-size: 8px; }
.event-feature__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.event-feature__actions .button { min-height: 42px; padding-inline: 15px; gap: 12px; font-size: 8px; }
.event-feature__actions .text-link { font-size: 8px; }
.event-expired { margin: 15px 0 0; color: var(--green); font-size: 10px; font-weight: 700; }
.event-feature__photo { height: 330px; position: relative; overflow: hidden; border-radius: 48% 48% 10px 10px; background: #dfe5d8; }
.event-feature__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.event-feature__photo span { position: absolute; right: 10px; bottom: 12px; padding: 7px 9px; background: rgba(247,244,236,.94); color: var(--green); font-family: var(--serif); font-size: 10px; font-style: italic; line-height: 1.15; }
.event-materials { padding-block: 18px 85px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.event-materials h2 { margin-bottom: 14px; font-size: clamp(38px, 4.3vw, 53px); }
.event-materials > div:first-child > p:last-child, .event-materials__list { color: var(--muted); font-size: 10px; line-height: 1.85; }
.event-materials__list ul { margin: 0 0 14px; padding-left: 18px; }
.event-materials__list li { padding-block: 4px; }
.event-materials__list li::marker { color: var(--terracotta); }
.event-materials__list > a { color: var(--green); font-size: 9px; font-weight: 800; }
.event-invite { margin-bottom: 95px; }

.story-origin { padding-block: 72px 90px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.story-origin__photo { height: 405px; padding: 10px; position: relative; transform: rotate(-2deg); border-radius: 45% 45% 12px 12px; background: white; box-shadow: 0 15px 40px rgba(49,49,39,.11); }
.story-origin__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; border-radius: inherit; }
.story-origin__photo span { position: absolute; right: -12px; bottom: 20px; padding: 12px 13px; background: #efe0cb; color: var(--green); font-family: var(--serif); font-size: 12px; font-style: italic; line-height: 1.2; }
.story-origin__copy h2 { margin-bottom: 18px; font-size: clamp(44px, 4.7vw, 58px); }
.story-origin__copy > p:not(.eyebrow) { max-width: 575px; color: #686e64; font-size: 11px; line-height: 1.85; }
.story-origin__copy .card-link { margin-top: 7px; }
.timeline-section { padding-block: 83px 97px; background: #efeade; }
.timeline-section .section-heading { margin-bottom: 30px; }
.timeline { border-top: 1px solid var(--line); }
.timeline__item { min-height: 95px; padding-block: 17px; display: grid; grid-template-columns: 110px 1fr 30px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.timeline__year { color: var(--terracotta); font-family: var(--serif); font-size: 26px; }
.timeline__item h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 20px; }
.timeline__item p { margin: 0; color: #70736b; font-size: 10px; line-height: 1.7; }
.timeline__item > a { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); }
.video-section { padding-block: 98px 104px; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.video-card { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.32); }
.video-card__heading { min-height: 65px; margin-bottom: 13px; display: flex; align-items: center; gap: 14px; }
.video-card__heading .card-meta { margin-bottom: 5px; }
.video-card__heading h3 { margin: 0; font-family: var(--serif); font-size: 18px; line-height: 1.2; }
.video-card__play { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--green); color: #f0d5b6; font-size: 11px; }
.telegram-widget { min-height: 200px; overflow: hidden; }
.telegram-widget iframe { max-width: 100% !important; }
.video-fallback { padding-top: 12px; display: block; color: var(--green); font-size: 9px; font-weight: 800; }
.story-cta { margin-top: 0; margin-bottom: 96px; }
.volunteer-feature { margin-block:25px 36px; padding:clamp(24px,4vw,48px); display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(25px,5vw,68px); border:1px solid rgba(36,75,61,.13); border-radius:16px; background:linear-gradient(135deg,#e7ece3,#f4e8d8); }
.volunteer-feature h2 { margin:0 0 15px; color:var(--ink); font-size:clamp(38px,4.7vw,57px); }
.volunteer-feature h2 em { color:var(--green); }
.volunteer-feature__heading > p:not(.eyebrow) { max-width:380px; color:#697168; font-size:11px; line-height:1.8; }
.volunteer-feature__copy > p { margin-bottom:13px; color:#62695f; font-size:10px; line-height:1.85; }
.volunteer-feature__copy .grant-credit { margin-top:19px; padding-top:14px; border-top:1px solid rgba(36,75,61,.16); font-size:9px; }
.grant-credit a { color:var(--green); font-weight:800; }
.grant-credit span { display:inline-block; margin-top:6px; color:#8a7968; font-size:8px; letter-spacing:.08em; }
.volunteer-video { margin:19px 0 0; overflow:hidden; border:7px solid rgba(255,255,255,.82); border-radius:12px; background:#222923; box-shadow:0 12px 30px rgba(35,53,40,.12); }
.volunteer-video video { width:100%; max-height:560px; display:block; background:#202520; }
.volunteer-video figcaption { padding:9px 12px; background:#fffdf8; color:var(--green); font:italic 12px var(--serif); }
.volunteer-source { display:inline-block; margin-top:3px; color:var(--green); font-size:9px; font-weight:800; }

.site-footer { background: var(--green-dark); color: #f6f0e6; }
.footer-main { min-height: 230px; padding-block: 48px 37px; display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 35px; }
.brand--footer .brand__name { color: #fff9ed; }
.brand--footer .brand__logo { width: 64px; height: 64px; object-position: center; border-radius: 6px; mix-blend-mode: normal; }
.brand--footer .brand__meta { color: #c3c9bc; }
.footer-note { margin: 15px 0 0; color: #c2cbbf; font-family: var(--serif); font-size: 13px; font-style: italic; line-height: 1.6; }
.footer-links { display: grid; justify-items: start; align-content: start; gap: 8px; }
.footer-label { margin-bottom: 3px; color: #aeb9ab; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.footer-links a { color: #f1ebdf; font-size: 10px; }
.footer-links a:hover { color: var(--peach); }
.footer-links small { color: #aeb9ab; font-size: 8px; }
.footer-bottom { min-height: 52px; padding-block: 10px; display: flex; justify-content: space-between; align-items: center; gap: 15px; border-top: 1px solid rgba(255,255,255,.15); color: #b8c1b6; font-size: 8px; }
.footer-bottom > a { color: #e7c19b; }
.mobile-actions { display: none; }

[data-reveal] { opacity: 1; transform: none; }
.js-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.js-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.js-ready .need-card[data-reveal]:nth-child(2), .js-ready .pathway-card[data-reveal]:nth-child(2) { transition-delay: .1s; }
.js-ready .pathway-card[data-reveal]:nth-child(3) { transition-delay: .18s; }
.js-ready .video-card[data-reveal]:nth-child(2) { transition-delay: .1s; }
.js-ready .animal-card[data-reveal], .js-ready .volunteer-feature[data-reveal] { transition-delay:.05s; }

@media (min-width: 1500px) { :root { --container: min(1280px, calc(100% - 110px)); } }
@media (max-width: 1050px) {
  :root { --container: calc(100% - 54px); }
  .site-nav { gap: 15px; }
  .site-nav > a:not(.nav-cta) { font-size: 10px; }
  .hero { gap: 15px; }
  .hero__art { height: 430px; }
  .hero-photo { height: 390px; }
  .need-card { grid-template-columns: .75fr 1.25fr; }
  .need-card__body { padding-inline: 20px; }
  .event-feature { grid-template-columns: 130px 1fr .65fr; gap: 25px; }
  .event-feature__photo { height: 300px; }
}
@media (max-width: 800px) {
  :root { --container: calc(100% - 42px); }
  html { scroll-padding-top: 77px; }
  body { padding-bottom: 62px; }
  .site-header { min-height: 72px; gap: 14px; }
  .brand__name { font-size: 20px; }
  .menu-toggle { width: 40px; height: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 15px; height: 1.5px; background: var(--green); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.2px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.2px) rotate(-45deg); }
  .site-nav { position: absolute; top: 65px; right: 0; left: 0; padding: 12px 17px 17px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 13px 13px; background: var(--paper); box-shadow: 0 16px 28px rgba(40,45,36,.1); }
  .site-nav.is-open { display: flex; animation: menu-in .22s var(--ease) both; }
  @keyframes menu-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
  .site-nav > a:not(.nav-cta) { padding: 11px 1px; border-bottom: 1px solid var(--line); font-size: 12px; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 13px; justify-content: center; }
  .hero { min-height: 0; padding-block: 52px 50px; grid-template-columns: 1fr; gap: 25px; }
  .hero__copy { padding-left: 0; }
  h1 { font-size: clamp(54px, 11vw, 78px); }
  .hero__lead { max-width: 520px; font-size: 13px; }
  .hero__aside { display: none; }
  .hero__art { width: min(100%, 540px); height: 420px; margin-inline: auto; }
  .hero-photo { width: min(305px, 67%); height: 380px; }
  .hero__ring--outer { width: min(430px, 95%); }
  .hero__ring--inner { width: min(370px, 84%); }
  .facts { min-height: 120px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding-block: 17px; }
  .fact-divider { display: none; }
  .fact--number > strong { font-size: 40px; }
  .fact > span b { font-size: 9px; }
  .fact small { font-size: 7px; }
  .fact-link { grid-column: 1 / -1; font-size: 9px; }
  .section { padding-block: 75px; }
  .section-heading { margin-bottom: 25px; display: block; }
  .section-heading > p { margin-top: 15px; font-size: 11px; }
  h2 { font-size: clamp(42px, 9vw, 58px); }
  .need-grid { grid-template-columns: 1fr; gap: 13px; }
  .need-card { min-height: 290px; grid-template-columns: .88fr 1.12fr; }
  .need-illustration, .need-photo { min-height: 290px; }
  .need-card__body { padding: 22px 20px; }
  .need-card h3 { font-size: clamp(22px, 6vw, 29px); }
  .need-card__body > p:not(.card-meta) { font-size: 9px; }
  .campaign { min-height: 0; padding: 38px 27px 22px; grid-template-columns: 1fr; gap: 0; }
  .campaign h2 { font-size: clamp(44px, 10vw, 60px); }
  .campaign__copy > p:not(.eyebrow) { font-size: 10px; }
  .campaign__visual { min-height: 300px; margin-top: 15px; }
  .campaign-house { transform: translateY(12px) scale(.78); }
  .campaign-spark--one { top: 10px; right: 4%; }
  .campaign-spark--two { bottom: 0; left: 5%; }
  .pathways { padding-block: 75px; }
  .pathway-grid { grid-template-columns: 1fr; gap: 10px; }
  .pathway-card { min-height: 170px; padding: 17px 19px; }
  .pathway-card__art { width: 100px; height: 100px; top: 19px; right: 23px; }
  .pathway-card__art::before { width: 73px; height: 73px; }
  .pathway-card h3 { font-size: 25px; }
  .faq-section { padding-block: 47px 73px; grid-template-columns: 1fr; gap: 28px; }
  .faq-intro h2 { font-size: 45px; }
  .faq-trigger { min-height: 63px; font-size: 15px; }
  .faq-panel p { font-size: 9px; }
  .page-hero { min-height: 0; padding-block: 55px 42px; grid-template-columns: 1fr; gap: 27px; }
  .page-hero h1 { font-size: clamp(52px, 11vw, 75px); }
  .page-lead { font-size: 12px; }
  .page-hero__side { min-height: 140px; padding: 20px 22px; }
  .page-hero__number { font-size: 40px; }
  .animal-browser { padding-block: 22px 43px; }
  .animal-search { margin-bottom:14px; }
  .filter-bar { margin-bottom: 19px; gap: 6px; }
  .filter-button { min-height: 34px; padding-inline: 11px; font-size: 8px; }
  .animal-grid { grid-template-columns: 1fr; gap: 12px; }
  .animal-card { grid-template-columns: .88fr 1.12fr; }
  .animal-card__portrait { min-height:270px; }
  .animal-card__image { min-height: 270px; }
  .animal-card__body { padding: 20px 18px 18px; }
  .animal-card h2 { font-size: 25px; }
  .animal-card__body > p:not(.card-meta) { font-size: 9px; }
  .freshness-note { align-items: flex-start; font-size: 8px; line-height: 1.65; }
  .animals-next { margin-bottom: 67px; padding-block: 28px 34px; grid-template-columns: 1fr; gap: 18px; }
  .animals-next h2 { font-size: 44px; }
  .help-options { padding-block: 19px 52px; gap: 11px; }
  .help-option { min-height: 0; padding: 24px 21px; grid-template-columns: 28px 1fr; gap: 12px; }
  .help-option__number { font-size: 12px; }
  .help-option__body { grid-column: 2; }
  .help-option h2 { font-size: clamp(34px, 8vw, 44px); }
  .help-option__visual, .help-option__photo { grid-column: 2; min-height: 220px; height: 220px; margin-top: 6px; }
  .help-option__links { gap: 10px 13px; }
  .help-option__links .button { font-size: 8px; }
  .help-share, .event-invite, .story-cta { margin-bottom: 68px; padding: 29px 23px; grid-template-columns: 1fr; gap: 13px; }
  .help-share h2, .event-invite h2, .story-cta h2 { font-size: 42px; }
  .event-feature { margin-block: 20px 53px; padding: 20px; grid-template-columns: 1fr; gap: 21px; }
  .event-feature__date { min-height: 112px; padding: 14px; display: grid; grid-template-columns: auto 1fr; justify-items: start; align-items: end; gap: 0 11px; }
  .event-feature__date > span { grid-column: 1; }
  .event-feature__date > strong { grid-column: 2; grid-row: 1 / 3; font-size: 42px; }
  .event-feature__date > small { grid-column: 1; }
  .event-feature__body h2 { font-size: 43px; }
  .event-feature__photo { height: 300px; }
  .event-materials { padding-block: 0 57px; grid-template-columns: 1fr; gap: 22px; }
  .event-materials h2 { font-size: 43px; }
  .story-origin { padding-block: 51px 63px; grid-template-columns: 1fr; gap: 34px; }
  .volunteer-feature { margin-block:10px 24px; padding:23px 19px; grid-template-columns:1fr; gap:8px; }
  .volunteer-feature h2 { font-size:44px; }
  .volunteer-feature__copy > p { font-size:9px; }
  .story-origin__photo { width: min(100%, 390px); height: 330px; margin-inline: auto; }
  .story-origin__copy h2 { font-size: 46px; }
  .timeline-section { padding-block: 57px 65px; }
  .timeline__item { grid-template-columns: 67px 1fr 25px; gap: 12px; }
  .timeline__year { font-size: 21px; }
  .timeline__item h3 { font-size: 17px; }
  .timeline__item p { font-size: 9px; }
  .video-section { padding-block: 70px; }
  .video-grid { grid-template-columns: 1fr; gap: 13px; }
  .telegram-widget { min-height: 140px; }
  .footer-main { min-height: 0; padding-block: 37px 28px; grid-template-columns: 1fr 1fr; gap: 25px 18px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-note { font-size: 11px; }
  .footer-links a { font-size: 9px; }
  .footer-bottom { min-height: 60px; flex-wrap: wrap; justify-content: space-between; gap: 5px 12px; font-size: 7px; }
  .footer-bottom > span:nth-child(2) { order: 3; width: 100%; }
  .mobile-actions { height: 61px; position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; padding: 7px max(17px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(17px, env(safe-area-inset-left)); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; border-top: 1px solid var(--line); background: rgba(247,244,236,.95); backdrop-filter: blur(13px); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 30px; background: var(--green); color: #fffaf0; font-size: 9px; font-weight: 800; }
  .mobile-actions a:last-child { background: #e9d7c2; color: var(--green); }
  .mobile-actions a span { color: var(--terracotta); font-size: 14px; }
}
@media (max-width: 430px) {
  :root { --container: calc(100% - 34px); }
  .hero { padding-top: 42px; }
  .hero__lead { font-size: 12px; }
  .hero { padding-block: 38px 34px; }
  .hero__actions { gap: 16px; }
  .button { min-height: 45px; padding-inline: 16px; gap: 14px; font-size: 9px; }
  .hero__art { height: 350px; }
  .hero-photo { width: min(270px, 78%); height: 320px; }
  .hero-photo figcaption { right: -8px; bottom: 19px; font-size: 11px; }
  .facts { column-gap: 8px; }
  .fact--number { gap: 9px; }
  .fact--number > strong { font-size: 35px; }
  .fact-symbol { width: 31px; height: 31px; }
  .need-card { min-height: 270px; grid-template-columns: .78fr 1.22fr; }
  .need-illustration, .need-photo { min-height: 270px; }
  .need-card__body { padding: 18px 14px; }
  .need-card h3 { font-size: 22px; }
  .need-card__body > p:not(.card-meta) { font-size: 8px; }
  .card-link { font-size: 8px; }
  .campaign { padding-inline: 21px; }
  .campaign h2 { font-size: 43px; }
  .campaign__actions { align-items: flex-start; flex-direction: column; }
  .campaign__source { margin-left: 5px; }
  .animal-card__image { min-height: 230px; }
  .animal-card__portrait { min-height:230px; }
  .animal-card__body { padding: 17px 13px 15px; }
  .animal-card h2 { font-size: 22px; }
  .animal-card__body > p:not(.card-meta) { font-size: 8px; }
  .freshness-note { flex-wrap: wrap; }
  .freshness-note a { margin-left: 26px; }
  .help-option { padding: 20px 15px; grid-template-columns: 22px 1fr; }
  .help-option__body > p:not(.eyebrow):not(.copy-status) { font-size: 10px; }
  .help-option__links { align-items: flex-start; flex-direction: column; }
  .event-feature { padding: 15px; }
  .event-detail-grid { gap: 8px; }
  .event-detail-grid strong { font-size: 13px; }
  .event-feature__actions { align-items: flex-start; flex-direction: column; }
  .timeline__item { grid-template-columns: 48px 1fr 24px; gap: 8px; }
  .timeline__year { font-size: 18px; }
  .footer-bottom { font-size: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js-ready [data-reveal] { opacity: 1; transform: none; }
}

.cms-page-block { padding-block: clamp(46px, 7vw, 88px); }
.cms-page-block__card { min-height: 240px; display: grid; grid-template-columns: 1fr; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-deep); }
.cms-page-block__card--image { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.cms-page-block__image { width: 100%; height: 100%; min-height: 280px; max-height: 460px; display: block; object-fit: cover; }
.cms-page-block__copy { max-width: 780px; padding: clamp(24px, 5vw, 58px); }
.cms-page-block__copy h2 { margin: 0 0 17px; font: 400 clamp(29px, 4vw, 48px)/1.08 var(--serif); letter-spacing: -.045em; }
.cms-page-block__copy p { margin: 0 0 23px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.cms-page-block__copy .button { width: fit-content; text-decoration: none; }
@media (max-width: 700px) {
  .cms-page-block__card--image { grid-template-columns: 1fr; }
  .cms-page-block__image { min-height: 0; max-height: 280px; aspect-ratio: 1.45; }
  .cms-page-block__copy { padding: 25px 22px; }
  .cms-page-block__copy h2 { font-size: 31px; }
}
