.navbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--green-lighter);height:var(--nav-height);background:#0f2518f2;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.navbar-brand{letter-spacing:.04em;text-transform:uppercase;color:var(--white);font-size:.85rem;font-weight:700;line-height:1.2}.navbar-brand:hover{color:var(--gold)}.navbar-links{gap:8px;list-style:none;display:flex}.navbar-links a{color:var(--text-dim);border-radius:4px;padding:8px 14px;font-size:.9rem;transition:color .2s,background .2s}.navbar-links a:hover,.navbar-links a.active{color:var(--white);background:var(--green-light)}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.navbar-toggle span{background:var(--white);width:24px;height:2px;transition:transform .2s,opacity .2s;display:block}.navbar-toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=640px){.navbar-toggle{display:flex}.navbar-links{top:var(--nav-height);background:var(--green);border-bottom:1px solid var(--green-lighter);flex-direction:column;gap:4px;padding:16px 24px;display:none;position:absolute;left:0;right:0}.navbar-links.open{display:flex}.navbar-links a{padding:12px 16px;font-size:1rem}}.footer{border-top:1px solid var(--green-lighter);margin-top:auto;padding:48px 0 32px}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.footer-brand{text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:1rem;font-weight:700}.footer-tagline{color:var(--text-dim);font-size:.9rem}.footer-links{gap:24px;display:flex}.footer-links a{color:var(--text-dim);font-size:.9rem}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--green-lighter);width:100%;margin-top:8px;padding-top:24px}.footer-bottom p{color:var(--text-dim);font-size:.85rem;font-style:italic}@media (width<=640px){.footer-inner{flex-direction:column;gap:24px}.footer-links{flex-wrap:wrap;gap:16px}}.counter-wrap{margin-bottom:48px}.counter-numbers{align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.counter-count{color:var(--gold);letter-spacing:-.03em;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1}.counter-goal{color:var(--text-dim);font-size:1.1rem}.counter-bar{background:var(--green-light);border-radius:6px;width:100%;height:12px;margin-bottom:12px;overflow:hidden}.counter-fill{background:var(--gold);border-radius:6px;min-width:4px;height:100%;transition:width 1s ease-out}.counter-note{color:var(--text-dim);font-size:.85rem;font-style:italic}.petition-form{background:var(--green-light);border:1px solid var(--green-lighter);border-radius:8px;flex-direction:column;gap:16px;max-width:520px;padding:32px;display:flex}.form-title{color:var(--white);margin-bottom:0}.form-subtitle{color:var(--text-dim);margin-bottom:8px;font-size:.95rem}.form-row{gap:12px;display:flex}.form-row input{flex:1}.form-submit{width:100%;margin-top:8px}.form-submit:disabled{opacity:.6;cursor:wait}.form-error{color:#e87c6b;background:#e87c6b1a;border-radius:4px;padding:8px 12px;font-size:.9rem}.form-legal{color:var(--text-dim);font-size:.78rem;line-height:1.4}.petition-success{background:var(--green-light);border:1px solid var(--gold-dim);border-radius:8px;max-width:520px;padding:32px}.petition-success h3{color:var(--gold);margin-bottom:12px;font-size:1.6rem}.petition-success p{color:var(--text);margin-bottom:8px}@media (width<=480px){.petition-form{padding:24px 20px}.form-row{flex-direction:column}}.share-buttons{margin-top:48px}.share-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;font-size:.9rem}.share-row{flex-wrap:wrap;gap:12px;display:flex}.share-btn{background:var(--green-light);color:var(--text);border:1px solid var(--green-lighter);border-radius:4px;padding:10px 20px;font-size:.9rem}.share-btn:hover{background:var(--green-lighter);color:var(--white)}@media (width<=480px){.share-row{flex-direction:column}.share-btn{text-align:center;width:100%}}.hero-section{max-width:720px}.hero-title{margin-bottom:24px}.hero-subtitle{color:var(--text-dim);margin-bottom:16px;font-size:1.15rem;line-height:1.8}.hero-cta{color:var(--gold);font-size:1.15rem;font-weight:700}.petition-section{align-items:flex-start;gap:64px;display:flex}.petition-left,.petition-right{flex:1}.promises-section h2{margin-bottom:32px}.promises-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.promise{background:var(--green-light);border:1px solid var(--green-lighter);border-radius:8px;padding:24px}.promise h3{color:var(--gold);margin-bottom:8px;font-size:1.15rem}.promise p{color:var(--text-dim);font-size:.95rem;line-height:1.6}@media (width<=768px){.petition-section{flex-direction:column;gap:32px}.promises-grid{grid-template-columns:1fr;gap:20px}}.why .why-section{max-width:720px}.why .why-section p{margin-bottom:16px;font-size:1.05rem;line-height:1.8}.why .why-section p:last-child{margin-bottom:0}.why-cta{text-align:center;padding:48px 0}.why-cta h2{margin-bottom:16px}.why-cta p{color:var(--text-dim);max-width:580px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:1.1rem}.about .about-section{max-width:720px}.about .about-section p{margin-bottom:16px;font-size:1.05rem;line-height:1.8}.about-list{padding:0;list-style:none}.about-list li{padding:8px 0 8px 20px;font-size:1.05rem;line-height:1.6;position:relative}.about-list li:before{content:"";background:var(--gold);width:8px;height:2px;position:absolute;top:16px;left:0}.about-cta{text-align:center;padding:24px 0}.press .press-section{max-width:720px}.press .press-section p{margin-bottom:12px;font-size:1.05rem;line-height:1.8}.press-email a{font-size:1.15rem;font-weight:700}.facts-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;display:grid}.fact{background:var(--green-light);border:1px solid var(--green-lighter);border-radius:8px;flex-direction:column;gap:4px;padding:20px;display:flex}.fact-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem}.fact-value{color:var(--gold);font-size:1.4rem;font-weight:700}.press-list{padding:0;list-style:none}.press-list li{border-bottom:1px solid var(--green-lighter);padding:16px 0;font-size:1rem;line-height:1.7}.press-list li:last-child{border-bottom:none}.press-list strong{color:var(--white)}@media (width<=480px){.facts-grid{grid-template-columns:1fr}}.contact-layout{align-items:flex-start;gap:64px;display:flex}.contact-info{flex:1}.contact-block{margin-bottom:28px}.contact-block h3{color:var(--gold);margin-bottom:6px;font-size:1.05rem}.contact-block a{font-size:1rem}.contact-block p{color:var(--text-dim);font-size:.95rem;line-height:1.6}.contact-form{flex-direction:column;flex:1;gap:16px;max-width:480px;display:flex}.contact-form button{align-self:flex-start}.contact-success h3{color:var(--gold);margin-bottom:8px}.contact-success p{color:var(--text-dim)}@media (width<=768px){.contact-layout{flex-direction:column;gap:32px}.contact-form{max-width:100%}.contact-form button{width:100%}}.faq-list{max-width:720px}.faq-item{border-bottom:1px solid var(--green-lighter)}.faq-question{width:100%;color:var(--white);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-size:1.1rem;font-weight:700;line-height:1.4;display:flex}.faq-question:hover{color:var(--gold)}.faq-toggle{color:var(--gold);text-align:center;flex-shrink:0;width:24px;font-size:1.5rem}.faq-answer{padding:0 0 20px}.faq-answer p{color:var(--text-dim);font-size:1rem;line-height:1.8}.faq-cta{text-align:center;padding:48px 0}.faq-cta h2{margin-bottom:12px}.faq-cta p{color:var(--text-dim);margin-bottom:24px;font-size:1.1rem}.faq-cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}:root{--green:#0f2518;--green-light:#1a3a28;--green-lighter:#254d38;--white:#f5f2ed;--gold:#c9a84c;--gold-dim:#a88b3d;--text:#f5f2ed;--text-dim:#f5f2ed99;--max-width:960px;--nav-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px}body{background:var(--green);color:var(--text);min-height:100vh;font-family:Georgia,Times New Roman,serif;line-height:1.7}a{color:var(--gold);text-decoration:none;transition:color .2s}a:hover{color:var(--white)}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Georgia,serif;font-weight:700;line-height:1.2}h1{font-size:clamp(2.2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.page{padding:80px 0 120px}.page-title{margin-bottom:16px}.page-subtitle{color:var(--text-dim);max-width:640px;margin-bottom:48px;font-size:1.15rem}.section{margin-bottom:64px}.section-title{color:var(--gold);margin-bottom:16px}.divider{border:none;border-top:1px solid var(--green-lighter);margin:48px 0}button,.btn{cursor:pointer;border:none;font-family:Georgia,serif;transition:all .2s}.btn-primary{background:var(--gold);color:var(--green);text-align:center;border-radius:4px;padding:14px 32px;font-size:1.05rem;font-weight:700;display:inline-block}.btn-primary:hover{background:var(--white);color:var(--green)}.btn-secondary{color:var(--gold);border:2px solid var(--gold);text-align:center;background:0 0;border-radius:4px;padding:12px 28px;font-size:1rem;font-weight:700;display:inline-block}.btn-secondary:hover{background:var(--gold);color:var(--green)}input,textarea{background:var(--green-light);border:1px solid var(--green-lighter);color:var(--text);border-radius:4px;width:100%;padding:12px 16px;font-family:Georgia,serif;font-size:1rem;transition:border-color .2s}input:focus,textarea:focus{border-color:var(--gold);outline:none}input::placeholder,textarea::placeholder{color:var(--text-dim)}@media (width<=640px){.container{padding:0 16px}.page{padding:48px 0 80px}}
