:root{--bg: #fafaf8;--bg-alt: #f4f3ef;--surface: #fff;--border: #e2e0d8;--border-light: #edece7;--text: #1a1a18;--dim: #6b6a64;--dim-light: #9c9b94;--accent: #2d6b4a;--accent-light: #3a8a5e;--accent-bg: rgba(45, 107, 74, .06);--glow-1: #e8d5f5;--glow-2: #d5ede0;--glow-3: #f5ecd5;--glow-4: #d5e0f5;--glow-5: #f2d5e8;--red: #a83b2a;--red-bg: rgba(168, 59, 42, .07);--serif: "Source Serif 4", Georgia, serif;--sans: "IBM Plex Sans", system-ui, -apple-system, sans-serif;--content: 680px;--wide: 1080px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--sans);background:var(--bg);color:var(--text);font-size:16px;line-height:1.75;overflow-x:hidden}@keyframes glowShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes breathe{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:.9}}.glow-line{height:2px;background:linear-gradient(90deg,transparent,var(--glow-2),var(--glow-1),var(--glow-4),var(--glow-2),transparent);background-size:200% 100%;animation:glowShift 8s ease-in-out infinite;opacity:.5}.hero{max-width:var(--wide);margin:0 auto;padding:5rem 1.5rem 4rem;display:grid;grid-template-columns:1fr 340px;gap:4rem;align-items:start;position:relative}.hero-content{max-width:620px}.hero-tag{display:inline-flex;align-items:center;gap:.45rem;background:var(--accent-bg);color:var(--accent);padding:.35rem .85rem;border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.03em;margin-bottom:1.75rem}.pulse{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 2s infinite}.hero h1{font-family:var(--serif);font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.12;font-weight:600;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--text)}.hero h1 em{font-style:italic;font-weight:400;background:linear-gradient(135deg,#2d6b4a,#5b8a6f,#7b6baa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.08rem;color:var(--dim);line-height:1.8;margin-bottom:2rem}.hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap}.btn-p{background:var(--accent);color:#fff;padding:.75rem 1.6rem;border:none;border-radius:5px;font-family:var(--sans);font-weight:600;font-size:.88rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn-p:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2d6b4a26}.btn-s{background:var(--surface);color:var(--text);padding:.75rem 1.6rem;border:1px solid var(--border);border-radius:5px;font-family:var(--sans);font-weight:500;font-size:.88rem;cursor:pointer;transition:all .15s;text-decoration:none;display:inline-block}.btn-s:hover{border-color:var(--dim-light);background:var(--bg-alt)}.hero-petition{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.75rem;position:sticky;top:72px;overflow:hidden}.hero-petition:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--glow-2),var(--glow-1),var(--glow-4),var(--glow-2));background-size:300% 100%;animation:glowShift 6s ease-in-out infinite}.hp-count{font-family:var(--serif);font-size:2.8rem;font-weight:700;color:var(--accent);line-height:1}.hp-label{font-size:.85rem;color:var(--dim);margin-bottom:1.25rem}.hp-bar{width:100%;height:5px;background:var(--bg-alt);border-radius:3px;margin-bottom:.4rem;overflow:hidden}.hp-fill{height:100%;background:linear-gradient(90deg,var(--accent),#7b6baa);border-radius:3px;transition:width 1.2s ease}.hp-target{font-size:.75rem;color:var(--dim-light);margin-bottom:1.5rem}.hp-recent{border-top:1px solid var(--border-light);padding-top:1rem}.hp-recent h4{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--dim-light);margin-bottom:.75rem}.stats-strip{max-width:var(--wide);margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.stat-item{text-align:center;padding:0 1rem}.stat-item .n{font-family:var(--serif);font-size:2rem;font-weight:700;color:var(--text);line-height:1;margin-bottom:.35rem}.stat-item .l{font-size:.78rem;color:var(--dim);line-height:1.4}.article{max-width:var(--content);margin:0 auto;padding:4rem 1.5rem}.label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.article h2,.wide-inner h2{font-family:var(--serif);font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:600;line-height:1.2;letter-spacing:-.015em;margin-bottom:1rem}.lead{font-size:1.05rem;color:var(--dim);line-height:1.8;margin-bottom:2.5rem}.article p{margin-bottom:1.5rem;color:var(--text);line-height:1.8}.ev-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.ev-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem 1.75rem;display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:start;transition:all .25s;position:relative;overflow:hidden}.ev-card:hover{border-color:var(--dim-light);transform:translateY(-2px);box-shadow:0 4px 16px #0000000a}.ev-num{font-family:var(--serif);font-size:1.5rem;font-weight:300;color:var(--dim-light);line-height:1}.ev-body h3{font-family:var(--serif);font-size:1.1rem;font-weight:600;margin-bottom:.35rem}.ev-body p{font-size:.9rem;color:var(--dim);line-height:1.65;margin:0}.ev-verdict{padding:.3rem .7rem;border-radius:100px;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:var(--red-bg);color:var(--red);white-space:nowrap;align-self:center}.hope-break{padding:4rem 1.5rem;text-align:center;position:relative;overflow:hidden}.hope-orbs{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.hope-orb{position:absolute;border-radius:50%;filter:blur(50px)}.hope-orb:nth-child(1){width:300px;height:300px;background:radial-gradient(circle,rgba(168,130,200,.12),transparent);animation:breathe 6s ease-in-out infinite}.hope-orb:nth-child(2){width:250px;height:250px;background:radial-gradient(circle,rgba(130,190,160,.12),transparent);animation:breathe 6s ease-in-out infinite 2s;left:30%}.hope-orb:nth-child(3){width:280px;height:280px;background:radial-gradient(circle,rgba(130,160,200,.1),transparent);animation:breathe 6s ease-in-out infinite 4s;right:20%}.hope-text{position:relative;z-index:1;max-width:560px;margin:0 auto}.hope-text h2{font-family:var(--serif);font-size:clamp(1.4rem,3vw,2rem);font-weight:400;font-style:italic;line-height:1.35;margin-bottom:.75rem;background:linear-gradient(135deg,#2d6b4a,#7b6baa,#5b8a6f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hope-text p{font-size:.95rem;color:var(--dim);line-height:1.7}.wide-section{background:var(--bg-alt);position:relative;overflow:hidden}.wide-inner{max-width:var(--content);margin:0 auto;padding:4rem 1.5rem;position:relative}.rights-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2rem}.right-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.5rem;transition:all .25s}.right-item:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 3px 12px #00000008}.sec{font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.3rem}.right-item h3{font-family:var(--serif);font-size:1rem;font-weight:600;margin-bottom:.3rem}.right-item p{font-size:.82rem;color:var(--dim);line-height:1.55;margin:0}.tl{position:relative;padding-left:2rem;margin-bottom:2rem}.tl:before{content:"";position:absolute;top:6px;bottom:6px;left:5px;width:1px;background:linear-gradient(to bottom,var(--accent),rgba(123,107,170,.4),var(--border))}.tl-item{position:relative;padding-bottom:2rem;padding-left:.5rem}.tl-item:last-child{padding-bottom:0}.tl-dot{position:absolute;left:-2rem;top:6px;width:11px;height:11px;border-radius:50%;border:2px solid var(--accent);background:var(--bg)}.tl-dot.filled{background:var(--accent);box-shadow:0 0 8px #2d6b4a33}.tl-dot.dashed{border-style:dashed;border-color:var(--dim-light)}.tl-date{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:.15rem}.tl-item h3{font-family:var(--serif);font-size:1.05rem;font-weight:600;margin-bottom:.2rem}.tl-item p{font-size:.88rem;color:var(--dim);line-height:1.65;margin:0}.bq{border-left:3px solid transparent;border-image:linear-gradient(to bottom,var(--accent),rgba(123,107,170,.6)) 1;padding:1.5rem 0 1.5rem 1.75rem;margin:3rem 0}.bq blockquote{font-family:var(--serif);font-size:1.3rem;font-style:italic;line-height:1.45;color:var(--text);margin-bottom:.5rem}.bq cite{font-family:var(--sans);font-style:normal;font-size:.8rem;color:var(--dim);font-weight:500}.petition-full{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.petition-inner{max-width:var(--wide);margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;position:relative}.pet-count{font-family:var(--serif);font-size:4rem;font-weight:700;line-height:1;background:linear-gradient(135deg,var(--accent),#7b6baa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pet-label{font-size:.95rem;color:var(--dim);margin-bottom:1.5rem}.pet-bar{width:100%;height:6px;background:var(--bg-alt);border-radius:3px;margin-bottom:.4rem;overflow:hidden}.pet-fill{height:100%;background:linear-gradient(90deg,var(--accent),#7b6baa,var(--accent-light));background-size:200% 100%;animation:glowShift 4s ease-in-out infinite;border-radius:3px;transition:width 1.5s ease}.pet-target{font-size:.8rem;color:var(--dim-light);margin-bottom:2.5rem}.pet-demand{background:var(--accent-bg);border-radius:8px;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(45,107,74,.08)}.pet-demand h3{font-family:var(--serif);font-size:1.15rem;font-weight:600;margin-bottom:.75rem;color:var(--accent)}.pet-demand p{font-size:.88rem;color:var(--dim);line-height:1.65;margin:0}.pet-recent h4{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--dim-light);margin-bottom:.75rem}.float-cta{position:fixed;bottom:1.25rem;right:1.25rem;z-index:90;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;box-shadow:0 4px 20px #00000014;cursor:pointer;transition:all .25s;max-width:180px}.float-cta:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 25px #0000001f}.fc-n{font-family:var(--serif);font-size:1.6rem;font-weight:700;color:var(--accent);line-height:1}.fc-l{font-size:.68rem;color:var(--dim);letter-spacing:.04em}.fc-bar{width:100%;height:3px;background:var(--bg-alt);border-radius:2px;margin-top:.5rem;overflow:hidden}.fc-fill{height:100%;background:linear-gradient(90deg,var(--accent),#7b6baa);border-radius:2px;transition:width 1s ease}footer{border-top:1px solid var(--border);background:var(--bg-alt);position:relative}.footer-inner{max-width:var(--wide);margin:0 auto;padding:3.5rem 1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem}.flogo{font-family:var(--serif);font-size:1.05rem;font-weight:600;margin-bottom:.75rem}.flogo span{color:var(--accent)}.footer-about p{font-size:.82rem;color:var(--dim);line-height:1.6}.fcol h4{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--dim-light);margin-bottom:.75rem}.fcol a{display:block;color:var(--text);text-decoration:none;font-size:.85rem;padding:.25rem 0;transition:color .15s}.fcol a:hover{color:var(--accent)}.footer-bot{max-width:var(--wide);margin:0 auto;padding:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;font-size:.75rem;color:var(--dim-light);flex-wrap:wrap;gap:.5rem}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:2rem;padding:3.5rem 1.5rem 2.5rem}.hero-petition{position:static;order:-1}.stats-strip{grid-template-columns:repeat(2,1fr);gap:0}.stat-item{padding:1rem;border-bottom:1px solid var(--border-light)}.rights-grid{grid-template-columns:1fr}.petition-inner{grid-template-columns:1fr;gap:2.5rem}.footer-inner{grid-template-columns:1fr 1fr}.ev-card{grid-template-columns:1fr;gap:.5rem}.ev-verdict{justify-self:start}.ev-num{display:none}}@media(max-width:600px){.hero{padding:2.5rem 1.25rem 2rem}.hero h1{font-size:1.9rem}.stats-strip{grid-template-columns:1fr}.article,.wide-inner,.petition-inner{padding:2.5rem 1.25rem}.footer-inner{grid-template-columns:1fr;gap:2rem}.float-cta{bottom:.75rem;right:.75rem}.hope-break{padding:3rem 1.25rem}}@media(prefers-reduced-motion:reduce){.hope-orb{animation:none!important;opacity:.5!important}.glow-line,.pet-fill{animation:none!important}}
