*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--navy:#003366;--red:#CC0000;--white:#FFFFFF;--charcoal:#333333;--light-gray:#F5F5F5;--dark-navy:#002244;--dark-red:#AA0000;--medium-gray:#666666;--border-gray:#E0E0E0;--black:#0a0a0a;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--armenian-red:#D90012;--armenian-blue:#0033A0;--armenian-orange:#F2A800;--font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--max-width:1140px;--nav-height:72px;--announcement-height:40px;--transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1);--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 3px rgba(0, 0, 0, 0.08);--shadow-md:0 4px 12px rgba(0, 0, 0, 0.1);--shadow-lg:0 8px 30px rgba(0, 0, 0, 0.12);--shadow-xl:0 20px 60px rgba(0, 0, 0, 0.15)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--charcoal);background-color:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-navy{color:var(--navy)}.text-red{color:var(--red)}.text-white{color:var(--white)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}h1,h2,h3,h4,h5,h6{color:var(--navy);line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2.25rem, 5vw, 3.5rem);font-weight:900}h2{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:700}h3{font-size:clamp(1.25rem, 3vw, 1.5rem);font-weight:600}h4{font-size:1.125rem;font-weight:600}p{margin-bottom:1rem;line-height:1.7}.section-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--medium-gray);margin-bottom:1rem}.section-heading{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem;color:var(--navy)}.section-subheading{font-size:1.1rem;color:var(--medium-gray);max-width:640px;line-height:1.7;margin-bottom:2rem}.section-heading+.section-subheading{margin-top:-.5rem}.announcement-bar{position:fixed;top:0;left:0;width:100%;background:var(--navy);color:var(--white);text-align:center;padding:.6rem 2rem;font-size:.85rem;font-weight:500;z-index:1100;display:flex;align-items:center;justify-content:center;min-height:var(--announcement-height);letter-spacing:.01em}.announcement-bar a{color:var(--white);text-decoration:underline;font-weight:700;margin-left:.5rem;transition:var(--transition)}.announcement-bar a:hover{opacity:.85}.announcement-bar .countdown{display:inline-flex;align-items:center;gap:.25rem;margin:0 .5rem}.announcement-dismiss{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:0 0;border:none;color:var(--white);font-size:1.1rem;cursor:pointer;padding:.25rem .5rem;line-height:1;opacity:.7;transition:var(--transition)}.announcement-dismiss:hover{opacity:1}.announcement-dismissed .announcement-bar{display:none}.announcement-dismissed .nav{top:0}.nav{position:fixed;top:var(--announcement-height);width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border-gray);transition:top .3s ease,background .3s ease,box-shadow .3s ease}.nav.scrolled{box-shadow:var(--shadow-sm)}.nav-container{max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:var(--nav-height)}.nav-logo{font-size:1.5rem;font-weight:900;letter-spacing:-.04em;color:var(--navy);text-decoration:none;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.nav-logo img{height:40px;width:auto}.nav-menu{display:flex;list-style:none;gap:.25rem;align-items:center}.nav-link{color:var(--medium-gray);text-decoration:none;font-weight:500;font-size:.875rem;transition:var(--transition);position:relative;padding:.5rem .75rem;border-radius:var(--radius)}.nav-link:hover{color:var(--navy);background:var(--light-gray)}.nav-link.active{color:var(--navy);font-weight:600}.nav-link.active::after{content:'';position:absolute;bottom:-1px;left:.75rem;right:.75rem;height:2px;background:var(--navy);border-radius:2px}.nav-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:0 0;border:none;z-index:1001}.nav-toggle span{width:24px;height:2px;background:var(--navy);transition:var(--transition);display:block}.nav-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{min-height:100vh;display:flex;align-items:center;padding-top:calc(var(--nav-height) + var(--announcement-height));padding-bottom:4rem;background:var(--white)}.announcement-dismissed .hero{padding-top:var(--nav-height)}.campaign-hero{display:flex;align-items:center;padding-top:calc(var(--nav-height) + var(--announcement-height));padding-bottom:4rem;background:linear-gradient(135deg,var(--navy) 0,var(--dark-navy) 60%,#001a33 100%);color:var(--white);position:relative;overflow:hidden}.announcement-dismissed .campaign-hero{padding-top:var(--nav-height)}.campaign-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 50%,rgba(255,255,255,.03) 0,transparent 70%);pointer-events:none}.campaign-hero .container{position:relative;z-index:1}.hero-container{max-width:var(--max-width);width:100%;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:4rem;align-items:center}.hero-content{max-width:640px}.hero-location{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--medium-gray);margin-bottom:1.5rem;padding:.35rem .75rem;background:var(--light-gray);border-radius:100px}.campaign-hero .hero-location{background:rgba(255,255,255,.12);color:rgba(255,255,255,.85)}.hero-location::before{content:'';width:6px;height:6px;background:#22c55e;border-radius:50%}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:1.5rem;padding:.4rem 1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:100px;text-transform:uppercase;letter-spacing:.06em}.hero-name{font-size:clamp(2.75rem, 6vw, 4rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;margin-bottom:1rem;color:var(--navy)}.campaign-hero .hero-name{color:var(--white)}.hero-headline{font-size:clamp(1.125rem, 2.5vw, 1.375rem);font-weight:400;color:var(--medium-gray);margin-bottom:1rem;line-height:1.5}.campaign-hero .hero-headline{color:rgba(255,255,255,.8)}.hero-district{font-size:1.1rem;color:rgba(255,255,255,.7);margin-bottom:.5rem;font-weight:500;letter-spacing:.02em}.hero-link{color:var(--navy);text-decoration:none;font-weight:600;border-bottom:2px solid var(--border-gray);transition:var(--transition)}.hero-link:hover{border-color:var(--navy)}.hero-sub{font-size:1.05rem;color:var(--medium-gray);line-height:1.7;margin-bottom:2.5rem}.campaign-hero .hero-sub{color:rgba(255,255,255,.75)}.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem;padding:1.5rem 0;border-top:1px solid var(--border-gray);border-bottom:1px solid var(--border-gray)}.campaign-hero .hero-stats{border-color:rgba(255,255,255,.15)}.hero-stat{display:flex;flex-direction:column;gap:.25rem}.stat-number{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:var(--navy)}.campaign-hero .stat-number{color:var(--white)}.stat-label{font-size:.75rem;font-weight:500;color:var(--medium-gray);text-transform:uppercase;letter-spacing:.05em}.campaign-hero .stat-label{color:rgba(255,255,255,.6)}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-image-wrapper{width:340px;height:340px;border-radius:50%;overflow:hidden;border:4px solid var(--border-gray);box-shadow:var(--shadow-xl)}.campaign-hero .hero-image-wrapper{border-color:rgba(255,255,255,.3);box-shadow:0 20px 60px rgba(0,0,0,.3)}.hero-image{width:100%;height:100%;object-fit:cover;display:block}.section-light{padding:4rem 0;background:var(--white)}.section-gray{padding:4rem 0;background:var(--light-gray)}.section-navy{padding:4rem 0;background:var(--navy);color:var(--white)}.section-navy h2,.section-navy h3,.section-navy h4{color:var(--white)}.section-navy .section-label{color:rgba(255,255,255,.6)}.section-navy .section-subheading{color:rgba(255,255,255,.75)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-weight:600;font-size:.9rem;text-decoration:none;transition:var(--transition);border:2px solid transparent;border-radius:var(--radius);cursor:pointer;font-family:var(--font-sans);line-height:1.4;white-space:nowrap}.btn:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.btn-donate{background:var(--red);color:var(--white);border-color:var(--red);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.btn-donate:hover{background:var(--dark-red);border-color:var(--dark-red);transform:translateY(-1px);box-shadow:0 4px 16px rgba(204,0,0,.3)}.btn-volunteer{background:0 0;color:var(--navy);border-color:var(--navy)}.btn-volunteer:hover{background:var(--navy);color:var(--white);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,51,102,.25)}.btn-primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-primary:hover{background:var(--dark-navy);border-color:var(--dark-navy);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,51,102,.25)}.btn-outline{background:0 0;color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white);transform:translateY(-1px)}.btn-white{background:var(--white);color:var(--navy);border-color:var(--white)}.btn-white:hover{background:var(--light-gray);border-color:var(--light-gray);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-white-outline{background:0 0;color:var(--white);border-color:var(--white)}.btn-white-outline:hover{background:var(--white);color:var(--navy);transform:translateY(-1px)}.btn-large{padding:1rem 2.5rem;font-size:1rem}.btn-small{padding:.45rem 1rem;font-size:.8rem}.btn-block{width:100%;text-align:center}.issues-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.issue-card{background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius-lg);padding:2rem;transition:var(--transition);display:flex;flex-direction:column}.issue-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md);transform:translateY(-3px)}.issue-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--light-gray);border-radius:var(--radius);margin-bottom:1.25rem;color:var(--navy);font-size:1.5rem}.issue-card:hover .issue-icon{background:var(--navy);color:var(--white)}.issue-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:var(--navy)}.issue-card p{font-size:.9rem;color:var(--medium-gray);line-height:1.65;flex-grow:1;margin-bottom:1.25rem}.issue-card .issue-link{font-size:.875rem;font-weight:600;color:var(--navy);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;transition:var(--transition);margin-top:auto}.issue-card .issue-link:hover{color:var(--dark-navy);gap:.6rem}.issue-card .issue-link::after{content:'\2192';transition:var(--transition)}.donate-section{padding:5rem 0}.donate-container{max-width:640px;margin:0 auto}.donate-amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.amount-btn{background:var(--white);border:2px solid var(--border-gray);border-radius:var(--radius);padding:1rem;font-size:1.25rem;font-weight:700;font-family:var(--font-sans);color:var(--navy);cursor:pointer;transition:var(--transition);text-align:center}.amount-btn:hover{border-color:var(--navy);background:var(--light-gray)}.amount-btn.selected{background:var(--red);color:var(--white);border-color:var(--red);box-shadow:0 4px 12px rgba(204,0,0,.25)}.amount-btn-custom{background:var(--white);border:2px dashed var(--border-gray);border-radius:var(--radius);padding:1rem;font-size:1rem;font-weight:600;font-family:var(--font-sans);color:var(--medium-gray);cursor:pointer;transition:var(--transition);text-align:center;grid-column:1/-1}.amount-btn-custom:hover{border-color:var(--navy);color:var(--navy)}.amount-btn-custom.selected{border-style:solid;border-color:var(--red);color:var(--red)}.amount-btn-custom input{border:none;outline:0;font-family:var(--font-sans);font-size:1.125rem;font-weight:700;color:var(--navy);width:100%;text-align:center;background:0 0}.recurring-toggle{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem;background:var(--light-gray);border-radius:var(--radius)}.recurring-toggle label{font-size:.9rem;font-weight:600;color:var(--charcoal);cursor:pointer;user-select:none}.recurring-toggle .toggle-switch{position:relative;width:44px;height:24px;background:var(--border-gray);border-radius:24px;cursor:pointer;transition:var(--transition);flex-shrink:0}.recurring-toggle .toggle-switch.active{background:var(--navy)}.recurring-toggle .toggle-switch::after{content:'';position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--white);border-radius:50%;transition:var(--transition);box-shadow:0 1px 3px rgba(0,0,0,.15)}.recurring-toggle .toggle-switch.active::after{left:22px}.progress-bar-container{margin-bottom:2rem}.progress-bar-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.progress-bar-raised{font-size:1.5rem;font-weight:800;color:var(--navy)}.progress-bar-goal{font-size:.9rem;color:var(--medium-gray)}.progress-bar{width:100%;height:12px;background:var(--border-gray);border-radius:12px;overflow:hidden;position:relative}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--navy),#05a);border-radius:12px;transition:width 1s ease-out;position:relative}.progress-bar-fill::after{content:'';position:absolute;top:0;right:0;bottom:0;width:30px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3));border-radius:0 12px 12px 0}.progress-bar-donors{font-size:.85rem;color:var(--medium-gray);margin-top:.5rem}.donor-info{margin-top:2rem}.donor-info h3{font-size:1.15rem;margin-bottom:1.5rem;color:var(--navy)}.fppc-notice{font-size:.75rem;color:var(--medium-gray);line-height:1.6;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-gray)}.fppc-notice a{color:var(--navy);text-decoration:underline}.form-wrapper,.volunteer-form{max-width:640px;margin:0 auto}.form-wrapper button[type=submit]{margin-top:1.5rem}.form-privacy-note{font-size:.8rem;color:var(--medium-gray);margin-top:1rem;line-height:1.5}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--charcoal);margin-bottom:.5rem}.form-group label .required{color:var(--red);margin-left:.15rem}.form-group input[type=email],.form-group input[type=number],.form-group input[type=tel],.form-group input[type=text],.form-group input[type=url],.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;font-size:.95rem;font-family:var(--font-sans);color:var(--charcoal);background:var(--white);border:1.5px solid var(--border-gray);border-radius:var(--radius);transition:var(--transition);line-height:1.5}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--navy);box-shadow:0 0 0 3px rgba(0,51,102,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-400)}.form-group textarea{min-height:120px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox-group{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem}.checkbox-group h4{grid-column:1/-1;margin-bottom:.25rem}.checkbox-group label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:400;color:var(--charcoal);cursor:pointer;padding:.6rem .75rem;border:1.5px solid var(--border-gray);border-radius:var(--radius);transition:var(--transition)}.checkbox-group label:hover{border-color:var(--navy);background:var(--light-gray)}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:var(--navy);cursor:pointer;flex-shrink:0}.checkbox-group input[type=checkbox]:checked+span{color:var(--navy);font-weight:600}.form-help{font-size:.8rem;color:var(--medium-gray);margin-top:.35rem}.form-success{position:fixed;bottom:2rem;right:2rem;background:#16a34a;color:var(--white);padding:1rem 1.5rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;box-shadow:var(--shadow-lg);z-index:2000;display:flex;align-items:center;gap:.5rem;animation:slideInRight .3s ease}.form-error{position:fixed;bottom:2rem;right:2rem;background:var(--red);color:var(--white);padding:1rem 1.5rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;box-shadow:var(--shadow-lg);z-index:2000;display:flex;align-items:center;gap:.5rem;animation:slideInRight .3s ease}.form-inline-error{font-size:.8rem;color:var(--red);margin-top:.35rem}.endorsements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.endorsement-card{background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius-lg);padding:2rem;transition:var(--transition);display:flex;flex-direction:column}.endorsement-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md)}.endorsement-badge{display:inline-block;padding:.25rem .75rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;border-radius:100px;margin-bottom:1rem;width:fit-content}.endorsement-badge.badge-community{background:#e8f4fd;color:#0369a1}.endorsement-badge.badge-business{background:#ecfdf5;color:#047857}.endorsement-badge.badge-armenian{background:#fef3c7;color:#b45309}.endorsement-badge.badge-gop{background:#fce4ec;color:#c62828}.endorsement-badge.badge-elected{background:#ede9fe;color:#6d28d9}.endorsement-quote{font-size:.95rem;line-height:1.7;color:var(--charcoal);margin-bottom:1.5rem;font-style:italic;flex-grow:1}.endorsement-quote::before{content:'\201C';font-size:2rem;font-style:normal;color:var(--navy);line-height:0;vertical-align:-.4rem;margin-right:.15rem;font-weight:700}.endorsement-author{display:flex;align-items:center;gap:.75rem;margin-top:auto}.endorsement-photo{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--border-gray);flex-shrink:0}.endorsement-photo-placeholder{width:48px;height:48px;border-radius:50%;background:var(--light-gray);border:2px solid var(--border-gray);display:flex;align-items:center;justify-content:center;color:var(--medium-gray);font-size:1.1rem;font-weight:700;flex-shrink:0}.endorsement-author-info strong{display:block;font-size:.9rem;font-weight:700;color:var(--navy)}.endorsement-author-info span{display:block;font-size:.8rem;color:var(--medium-gray);line-height:1.4}.events-list{display:flex;flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto}.event-card{display:flex;gap:1.5rem;background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius-lg);padding:1.5rem;transition:var(--transition);align-items:flex-start}.event-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md)}.event-date-badge{min-width:64px;text-align:center;background:var(--navy);border-radius:var(--radius);padding:.65rem .75rem;flex-shrink:0}.event-date-month{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.75);line-height:1;margin-bottom:.15rem}.event-date-day{display:block;font-size:1.5rem;font-weight:800;color:var(--white);line-height:1.1}.event-details{flex-grow:1}.event-details h3{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.event-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.event-meta span{font-size:.85rem;color:var(--medium-gray);display:flex;align-items:center;gap:.3rem}.event-description{font-size:.9rem;color:var(--charcoal);line-height:1.6;margin-bottom:1rem}.event-actions{display:flex;gap:.75rem;align-items:center}.event-card.event-past{opacity:.6;border-style:dashed}.event-card.event-past .event-date-badge{background:var(--medium-gray)}.event-card.event-past h3{color:var(--medium-gray)}.event-past-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--medium-gray);padding:.2rem .5rem;background:var(--light-gray);border-radius:4px}.news-list{display:flex;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto}.news-card{background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column}.news-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md);transform:translateY(-2px)}.news-image{width:100%;height:220px;object-fit:cover;background:var(--light-gray)}.news-image-placeholder{width:100%;height:220px;background:linear-gradient(135deg,var(--light-gray),var(--border-gray));display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:2rem}.news-content{padding:1.5rem}.news-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.news-date{font-size:.8rem;color:var(--medium-gray);font-weight:500}.news-category{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;background:var(--light-gray);color:var(--navy);border-radius:4px}.news-card h3{font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;line-height:1.35}.news-card h3 a{color:var(--navy);text-decoration:none;transition:var(--transition)}.news-card h3 a:hover{color:var(--dark-navy)}.news-excerpt{font-size:.9rem;color:var(--medium-gray);line-height:1.65;margin-bottom:1rem}.news-read-more{font-size:.875rem;font-weight:600;color:var(--navy);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;transition:var(--transition)}.news-read-more:hover{color:var(--dark-navy);gap:.6rem}.news-read-more::after{content:'\2192';transition:var(--transition)}.armenian-accent{border-top:4px solid transparent;border-image:linear-gradient(90deg,var(--armenian-red) 0%,var(--armenian-red) 33.33%,var(--armenian-blue) 33.33%,var(--armenian-blue) 66.66%,var(--armenian-orange) 66.66%,var(--armenian-orange) 100%) 1}.armenian-stripe{height:4px;background:linear-gradient(90deg,var(--armenian-red) 0,var(--armenian-red) 33.33%,var(--armenian-blue) 33.33%,var(--armenian-blue) 66.66%,var(--armenian-orange) 66.66%,var(--armenian-orange) 100%);width:100%}.armenian-hero{background:linear-gradient(135deg,var(--navy) 0,var(--dark-navy) 100%);color:var(--white);padding:5rem 0;position:relative}.armenian-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--armenian-red) 0,var(--armenian-red) 33.33%,var(--armenian-blue) 33.33%,var(--armenian-blue) 66.66%,var(--armenian-orange) 66.66%,var(--armenian-orange) 100%)}.email-capture{padding:4rem 0;background:var(--navy);color:var(--white)}.email-capture.email-capture-gray{background:var(--light-gray);color:var(--charcoal)}.email-capture .container{max-width:640px;text-align:center}.email-capture h2{color:var(--white);margin-bottom:.75rem}.email-capture.email-capture-gray h2{color:var(--navy)}.email-capture p{color:rgba(255,255,255,.8);margin-bottom:1.5rem;font-size:1rem}.email-capture.email-capture-gray p{color:var(--medium-gray)}.email-form{display:flex;gap:.5rem;max-width:480px;margin:0 auto 1rem}.email-form input[type=email]{flex-grow:1;padding:.85rem 1.25rem;font-size:.95rem;font-family:var(--font-sans);border:2px solid rgba(255,255,255,.2);border-radius:var(--radius);background:rgba(255,255,255,.1);color:var(--white);transition:var(--transition)}.email-capture.email-capture-gray .email-form input[type=email]{border-color:var(--border-gray);background:var(--white);color:var(--charcoal)}.email-form input[type=email]::placeholder{color:rgba(255,255,255,.5)}.email-capture.email-capture-gray .email-form input[type=email]::placeholder{color:var(--gray-400)}.email-form input[type=email]:focus{outline:0;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.15)}.email-capture.email-capture-gray .email-form input[type=email]:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(0,51,102,.1)}.email-form .btn{flex-shrink:0}.email-privacy{font-size:.75rem;color:rgba(255,255,255,.5);margin-top:.75rem}.email-capture.email-capture-gray .email-privacy{color:var(--medium-gray)}.countdown{display:inline-flex;align-items:center;gap:.75rem;font-weight:600}.countdown-segment{display:inline-flex;flex-direction:column;align-items:center;gap:0;min-width:2rem}.countdown-number{font-size:1rem;font-weight:800;color:var(--white);line-height:1;font-variant-numeric:tabular-nums}.countdown-label{font-size:.55rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.6);line-height:1;margin-top:.15rem}.countdown-separator{font-size:.9rem;font-weight:700;color:rgba(255,255,255,.4);margin:0 -.25rem;align-self:flex-start;padding-top:.05rem}.footer{background:var(--navy);color:var(--white);padding:0}.footer-top{padding:3rem 0 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.fppc-disclaimer{font-size:.8rem;color:rgba(255,255,255,.7);text-align:center;padding:1.25rem 2rem;background:rgba(0,0,0,.15);border-radius:var(--radius);line-height:1.5;font-weight:500}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem;padding:2rem 0}.footer-brand{max-width:280px}.footer-brand .nav-logo{color:var(--white);margin-bottom:1rem;display:inline-block}.footer-brand p{font-size:.85rem;color:rgba(255,255,255,.65);line-height:1.6;margin-bottom:0}.footer-column h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5);margin-bottom:1.25rem}.footer-nav{display:flex;flex-direction:column;gap:.6rem}.footer-nav a{color:rgba(255,255,255,.75);text-decoration:none;font-size:.875rem;font-weight:500;transition:var(--transition)}.footer-nav a:hover{color:var(--white)}.footer-social{display:flex;gap:.75rem;margin-top:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:var(--radius);color:rgba(255,255,255,.75);text-decoration:none;transition:var(--transition);font-size:1rem}.footer-social a:hover{background:rgba(255,255,255,.2);color:var(--white);transform:translateY(-1px)}.footer-social a svg{width:18px;height:18px;fill:currentColor}.footer-email-form{margin-top:.5rem}.footer-email-form .email-form{max-width:100%}.footer-email-form .email-form input[type=email]{padding:.65rem 1rem;font-size:.85rem}.footer-bottom{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-copyright{font-size:.8rem;color:rgba(255,255,255,.5)}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:rgba(255,255,255,.5);text-decoration:none;font-size:.8rem;transition:var(--transition)}.footer-bottom-links a:hover{color:rgba(255,255,255,.8)}.footer-content{display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.footer-left{display:flex;align-items:center;gap:1rem}.footer-logo{font-weight:900;font-size:1rem;letter-spacing:-.05em;color:var(--white)}.about-section{padding:5rem 0;background:var(--light-gray)}.about-grid{display:grid;grid-template-columns:1.3fr 0.7fr;gap:4rem;align-items:start}.about-text p{font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem;color:var(--gray-700)}.about-text p:first-child{color:var(--charcoal);font-weight:500}.about-credentials{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.credential-card{background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius);padding:1.5rem;transition:var(--transition)}.credential-card:hover{border-color:var(--navy);box-shadow:var(--shadow-sm)}.credential-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--light-gray);border-radius:var(--radius);margin-bottom:1rem;color:var(--navy)}.credential-card h4{font-size:.95rem;font-weight:700;margin-bottom:.25rem;color:var(--navy)}.credential-card p{font-size:.8rem;color:var(--medium-gray);line-height:1.4;margin-bottom:0}.journey-section{padding:5rem 0;background:var(--white)}.timeline{max-width:800px;margin:3rem auto 0;position:relative;padding-left:8rem}.timeline::before{content:'';position:absolute;left:5.5rem;top:0;bottom:0;width:1px;background:var(--border-gray)}.timeline-item{position:relative;margin-bottom:3rem;padding-bottom:0}.timeline-item:last-child{margin-bottom:0}.timeline-date{position:absolute;left:-8rem;top:.15rem;width:5rem;text-align:right;font-size:.8rem;font-weight:600;color:var(--medium-gray);font-variant-numeric:tabular-nums}.timeline-marker{position:absolute;left:-2.65rem;top:.4rem;width:10px;height:10px;background:var(--gray-400);border-radius:50%;border:2px solid var(--white);z-index:1}.timeline-current .timeline-marker{background:var(--navy);width:12px;height:12px;left:-2.75rem;box-shadow:0 0 0 3px rgba(0,51,102,.15)}.timeline-content h4{font-size:1.05rem;font-weight:700;margin-bottom:.25rem;color:var(--navy)}.timeline-org{font-size:.85rem;color:var(--medium-gray);margin-bottom:.5rem;font-weight:500}.timeline-content p:last-child{font-size:.9rem;color:var(--medium-gray);line-height:1.6}.ventures-section{padding:5rem 0;background:var(--light-gray)}.venture-primary{background:var(--navy);border-radius:var(--radius-lg);padding:3rem;margin-bottom:2rem;color:var(--white)}.venture-badge{display:inline-block;padding:.3rem .75rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(255,255,255,.25);border-radius:100px;color:var(--gray-300);margin-bottom:1.5rem}.venture-name{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem;color:var(--white)}.venture-role{font-size:1rem;color:var(--gray-400);margin-bottom:1.5rem}.venture-desc{font-size:1.05rem;line-height:1.7;color:var(--gray-300);margin-bottom:1.5rem;max-width:700px}.venture-highlights{list-style:none;margin-bottom:2rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.venture-highlights li{font-size:.9rem;color:var(--gray-300);padding-left:1.25rem;position:relative;line-height:1.5}.venture-highlights li::before{content:'';position:absolute;left:0;top:.55rem;width:5px;height:5px;background:var(--gray-500);border-radius:50%}.venture-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.venture-primary .tag{color:var(--gray-400);border-color:var(--gray-700);font-size:.75rem}.venture-primary .btn-primary{background:var(--white);color:var(--navy);border-color:var(--white)}.venture-primary .btn-primary:hover{background:var(--light-gray);border-color:var(--light-gray)}.ventures-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.venture-card{background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius);padding:2rem;transition:var(--transition);display:flex;flex-direction:column}.venture-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md);transform:translateY(-2px)}.venture-card h4{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--navy)}.venture-card-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--medium-gray);margin-bottom:1rem}.venture-card p{font-size:.9rem;color:var(--medium-gray);line-height:1.6;margin-bottom:1.25rem;flex-grow:1}.venture-card .venture-tags{margin-bottom:1.25rem}.tag{display:inline-block;padding:.3rem .65rem;font-size:.75rem;font-weight:500;border:1px solid var(--border-gray);border-radius:100px;color:var(--medium-gray)}.venture-link{font-size:.875rem;font-weight:600;color:var(--navy);text-decoration:none;transition:var(--transition)}.venture-link:hover{color:var(--dark-navy)}.research-section{padding:5rem 0;background:var(--white)}.research-intro{font-size:1.05rem;line-height:1.7;color:var(--medium-gray);max-width:700px;margin-bottom:3rem}.publications{display:grid;gap:1.5rem;max-width:800px}.publication-card{background:var(--light-gray);border:1px solid var(--border-gray);border-radius:var(--radius);padding:2rem;transition:var(--transition)}.publication-card:hover{border-color:var(--navy)}.pub-type{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--medium-gray);margin-bottom:.75rem}.publication-card h4{font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:.75rem;color:var(--navy)}.pub-venue{font-size:.85rem;color:var(--medium-gray);margin-bottom:.25rem}.pub-authors{font-size:.8rem;color:var(--gray-400)}.proof-section{padding:5rem 0;background:var(--light-gray)}.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}.proof-quote{background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius);padding:2rem}.proof-quote blockquote{font-size:.95rem;line-height:1.7;color:var(--charcoal);margin-bottom:1.5rem;font-style:italic}.proof-author{display:flex;align-items:center;gap:.75rem}.proof-author strong{display:block;font-size:.875rem;font-weight:600;color:var(--navy)}.proof-author span{display:block;font-size:.75rem;color:var(--medium-gray)}.connect-section{padding:5rem 0;background:var(--white)}.connect-content{max-width:600px;margin:0 auto;text-align:center}.connect-text{font-size:1.05rem;line-height:1.7;color:var(--medium-gray);margin-bottom:2.5rem}.connect-cta{margin-bottom:3rem}.social-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:var(--light-gray);border:1px solid var(--border-gray);border-radius:var(--radius);text-decoration:none;color:var(--charcoal);font-size:.85rem;font-weight:500;transition:var(--transition)}.social-link:hover{border-color:var(--navy);color:var(--navy);background:var(--white);transform:translateY(-1px)}.social-link svg{flex-shrink:0}.toast{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;font-family:var(--font-sans);box-shadow:var(--shadow-lg);z-index:3000;display:flex;align-items:center;gap:.5rem;max-width:400px;animation:slideInRight .3s ease,fadeOutRight .3s ease 4.7s forwards;color:var(--white)}.toast-success{background:#16a34a;border-left:4px solid #15803d}.toast-error{background:var(--red);border-left:4px solid var(--dark-red)}.toast-info{background:var(--navy);border-left:4px solid var(--dark-navy)}.toast-dismiss{background:0 0;border:none;color:var(--white);cursor:pointer;padding:0 0 0 .5rem;font-size:1.1rem;opacity:.7;transition:var(--transition);margin-left:auto}.toast-dismiss:hover{opacity:1}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:0.1s}.fade-in-delay-2{transition-delay:0.2s}.fade-in-delay-3{transition-delay:0.3s}@keyframes slideInRight{from{transform:translateX(120%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeOutRight{from{transform:translateX(0);opacity:1}to{transform:translateX(120%);opacity:0}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}.skeleton{background:linear-gradient(90deg,var(--light-gray) 25%,var(--border-gray) 50%,var(--light-gray) 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius)}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-visual{order:-1}.hero-image-wrapper{width:220px;height:220px}.hero-content{max-width:100%;text-align:center}.hero-cta{justify-content:center}.hero-stats{justify-content:center}.hero-badge{margin-left:auto;margin-right:auto}.hero-location{margin-left:auto;margin-right:auto}.about-grid{grid-template-columns:1fr;gap:3rem}.about-credentials{grid-template-columns:repeat(4,1fr)}.issues-grid{grid-template-columns:repeat(2,1fr)}.endorsements-grid{grid-template-columns:repeat(2,1fr)}.venture-highlights{grid-template-columns:1fr}.ventures-grid{grid-template-columns:1fr 1fr}.proof-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.nav-container{position:relative}.nav-menu{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--white);flex-direction:column;padding:.75rem 1.5rem 1rem;border-bottom:2px solid var(--border-gray);gap:.125rem;box-shadow:var(--shadow-lg);z-index:999}.nav-menu.active{display:flex}.nav-link{padding:.75rem 1rem;font-size:1rem;width:100%}.nav-link.active::after{display:none}.nav-link.active{background:var(--light-gray);border-radius:var(--radius)}.nav-actions-mobile{display:none;padding:.75rem 0 .25rem;gap:.75rem;border-top:1px solid var(--border-gray);margin-top:.5rem;width:100%}.nav-menu.active .nav-actions-mobile{display:flex}.nav-actions-mobile .btn{flex:1;text-align:center;padding:.75rem 1rem;font-size:.95rem}.nav-actions:not(.nav-actions-mobile){display:none}.nav-toggle{display:flex}.hero{padding:6rem 1.5rem 3rem;min-height:auto}.campaign-hero{min-height:auto;padding-top:calc(var(--nav-height) + var(--announcement-height) + 2rem);padding-bottom:3rem}.hero-stats{gap:1.25rem;flex-wrap:wrap}.hero-stat{min-width:calc(50% - 1rem)}.issues-grid{grid-template-columns:1fr}.endorsements-grid{grid-template-columns:1fr}.about-credentials{grid-template-columns:1fr 1fr}.ventures-grid{grid-template-columns:1fr}.venture-primary{padding:2rem}.donate-amounts{grid-template-columns:repeat(2,1fr)}.checkbox-group{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.timeline{padding-left:5.5rem}.timeline::before{left:3rem}.timeline-date{left:-5.5rem;width:3rem;font-size:.75rem}.timeline-marker{left:-2.65rem}.timeline-current .timeline-marker{left:-2.75rem}.event-card{flex-direction:column;gap:1rem}.event-date-badge{display:flex;gap:.5rem;align-items:baseline;min-width:auto;padding:.5rem .75rem}.event-date-month{margin-bottom:0}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand{max-width:100%}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{flex-wrap:wrap;justify-content:center}.footer-content{flex-direction:column;gap:1rem;text-align:center}.social-links{flex-wrap:wrap}.section-gray,.section-light,.section-navy{padding:3rem 0}.email-form{flex-direction:column}.email-form .btn{width:100%}.announcement-bar{font-size:.75rem;padding:.5rem 2.5rem .5rem 1rem;line-height:1.4}.announcement-bar p{margin:0}}@media (max-width:480px){.container{padding:0 1.25rem}h1{font-size:2rem}h2{font-size:1.5rem}.hero-name{font-size:2.25rem}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%;text-align:center}.hero-image-wrapper{width:160px;height:160px}.about-credentials{grid-template-columns:1fr}.timeline{padding-left:1.5rem}.timeline::before{display:none}.timeline-date{position:static;width:auto;text-align:left;margin-bottom:.25rem}.timeline-marker{display:none}.venture-primary{padding:1.5rem}.social-links{flex-direction:column}.social-link{justify-content:center}.btn{font-size:.85rem;padding:.7rem 1.25rem}.btn-large{padding:.85rem 1.75rem;font-size:.9rem}.donate-amounts{grid-template-columns:1fr 1fr;gap:.5rem}.amount-btn{padding:.75rem;font-size:1.1rem}.section-gray,.section-light,.section-navy{padding:2.5rem 0}.event-meta{flex-direction:column;gap:.35rem}.endorsement-card{padding:1.5rem}.toast{left:1rem;right:1rem;bottom:1rem;max-width:none}.footer-social{justify-content:center}.news-image,.news-image-placeholder{height:160px}}@media print{.announcement-bar,.btn-donate,.btn-volunteer,.email-capture,.footer,.nav,.toast{display:none}body{color:#000;background:#fff}.campaign-hero,.hero{min-height:auto;padding:2rem 0;background:0 0;color:#000}.campaign-hero .hero-headline,.campaign-hero .hero-name,.campaign-hero .stat-label,.campaign-hero .stat-number{color:#000}.section-navy{background:0 0;color:#000}.section-navy h2,.section-navy h3,.section-navy h4{color:#000}a{color:#000;text-decoration:underline}.fppc-disclaimer{background:0 0;border:1px solid #ccc;color:#333}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:0;background:var(--navy);color:var(--white);padding:.75rem 1.5rem;z-index:10000;font-weight:600;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:0}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}.fade-in{opacity:1;transform:none}}@media (prefers-contrast:high){:root{--border-gray:#999999;--medium-gray:#444444}.btn{border-width:2px}.nav{border-bottom-width:2px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.clearfix::after{content:'';display:table;clear:both}.spinner{width:24px;height:24px;border:3px solid var(--border-gray);border-top-color:var(--navy);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:2000;backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:var(--transition)}.overlay.active{opacity:1;visibility:visible}.divider{height:1px;background:var(--border-gray);border:none;margin:2rem 0}.badge{display:inline-block;padding:.2rem .6rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;border-radius:100px;line-height:1.4}.badge-navy{background:var(--navy);color:var(--white)}.badge-red{background:var(--red);color:var(--white)}.badge-gray{background:var(--light-gray);color:var(--medium-gray)}.responsive-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.responsive-embed iframe,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:var(--navy);color:var(--white);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transition:var(--transition);z-index:900}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:var(--dark-navy);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.page-header{text-align:center;padding-top:calc(var(--nav-height) + var(--announcement-height) + 2.5rem);padding-bottom:2.5rem}.announcement-dismissed .page-header{padding-top:calc(var(--nav-height) + 2.5rem)}.page-header .page-title,.page-header h1{font-size:clamp(2rem, 5vw, 3rem);font-weight:900;letter-spacing:-.02em;margin-bottom:.75rem;color:var(--white)}.page-header .page-subtitle,.page-header p{font-size:1.1rem;color:rgba(255,255,255,.8);max-width:600px;margin:0 auto;line-height:1.6}.announcement-close{background:0 0;border:none;color:rgba(255,255,255,.7);font-size:1.25rem;cursor:pointer;padding:.25rem;line-height:1;transition:var(--transition)}.announcement-close:hover{color:var(--white)}.announcement-bar .container{display:flex;align-items:center;justify-content:center;gap:1rem}.bio-pitch{max-width:800px;margin:0 auto;text-align:center}.bio-text p{font-size:1.05rem;line-height:1.8;color:var(--charcoal);margin-bottom:1rem}.bio-link{display:inline-block;font-weight:600;color:var(--navy);text-decoration:none;margin-bottom:2rem;transition:var(--transition)}.bio-link:hover{color:var(--dark-navy)}.stats-row{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-gray)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.35rem}.stat-item .stat-number{font-size:1.5rem;font-weight:800;color:var(--navy)}.stat-item .stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--medium-gray)}.bio-split{display:grid;grid-template-columns:1.3fr 0.7fr;gap:3rem;align-items:center}.bio-split-text p{font-size:1.05rem;line-height:1.8;color:var(--charcoal);margin-bottom:1rem}.bio-split-image{display:flex;justify-content:center}.career-text{max-width:800px;margin:2rem auto 0}.career-text p{font-size:1.05rem;line-height:1.8;color:var(--charcoal);margin-bottom:1rem}.why-running p{font-size:1.05rem;line-height:1.8;color:var(--charcoal);margin-bottom:1rem;max-width:800px}.cta-section{text-align:center;padding:4rem 0}.cta-section h2{margin-bottom:1.5rem}.cta-content{max-width:600px;margin:0 auto}.cta-content p{color:rgba(255,255,255,.8);margin-bottom:2rem;font-size:1.05rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.section-cta{text-align:center;margin-top:2rem}.email-section{text-align:center}.email-section .email-capture{max-width:600px;margin:0 auto}.email-text{color:rgba(255,255,255,.8);margin-bottom:2rem;font-size:1.05rem}.email-capture-form{display:flex;gap:.5rem;max-width:450px;margin:0 auto}.email-capture-form input[type=email]{flex:1;padding:.75rem 1rem;font-size:.95rem;font-family:var(--font-sans);border:2px solid transparent;border-radius:var(--radius);outline:0;transition:var(--transition)}.email-capture-form input[type=email]:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(0,51,102,.1)}.campaign-hero{text-align:center;padding-top:calc(var(--nav-height) + var(--announcement-height) + 3rem);padding-bottom:3rem}.campaign-hero .hero-container{display:flex;flex-direction:column;align-items:center;gap:0}.campaign-hero .hero-content{max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.announcement-dismissed .campaign-hero{padding-top:calc(var(--nav-height) + 3rem)}.hero-subtitle{font-size:1.15rem;color:rgba(255,255,255,.7);margin-bottom:1.5rem;font-weight:500;letter-spacing:.02em}.hero-tagline{font-size:1.2rem;color:rgba(255,255,255,.85);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.campaign-hero .hero-image-wrapper{width:200px;height:200px;margin:0 auto 1.5rem}.campaign-hero .hero-cta{justify-content:center}.footer-about{max-width:280px}.footer-about .footer-logo{display:block;margin-bottom:.75rem;font-size:1.25rem;font-weight:900;color:var(--white);letter-spacing:-.05em}.footer-about p{font-size:.85rem;color:rgba(255,255,255,.65);line-height:1.6}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-links h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5);margin-bottom:.5rem}.footer-links a{color:rgba(255,255,255,.75);text-decoration:none;font-size:.875rem;font-weight:500;transition:var(--transition)}.footer-links a:hover{color:var(--white)}.footer-newsletter h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5);margin-bottom:.75rem}.footer-heading{display:block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;color:var(--white)}.footer-newsletter .email-capture-form{flex-direction:column;max-width:100%}.footer-newsletter .email-capture-form input[type=email]{width:100%;padding:.65rem 1rem;font-size:.85rem}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom .social-links{display:flex;gap:.75rem}.footer-bottom .social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:var(--radius);color:rgba(255,255,255,.75);text-decoration:none;transition:var(--transition)}.footer-bottom .social-links a:hover{background:rgba(255,255,255,.2);color:var(--white);transform:translateY(-1px)}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:rgba(255,255,255,.5);text-decoration:none;font-size:.8rem;transition:var(--transition)}.footer-legal a:hover{color:rgba(255,255,255,.8)}.legal-content{max-width:800px;margin:0 auto;padding:3rem 0 4rem}.legal-content h2{font-size:1.35rem;font-weight:700;color:var(--navy);margin-top:2.5rem;margin-bottom:1rem;letter-spacing:-.01em}.legal-content h2:first-child{margin-top:0}.legal-content p{font-size:.95rem;line-height:1.8;color:var(--charcoal);margin-bottom:1rem}.legal-content ul{margin:.75rem 0 1.25rem 1.5rem;color:var(--charcoal)}.legal-content ul li{font-size:.95rem;line-height:1.7;margin-bottom:.4rem}.legal-content a{color:var(--navy);text-decoration:underline;transition:var(--transition)}.legal-content a:hover{color:var(--dark-navy)}.legal-updated{font-size:.85rem;color:var(--medium-gray);font-style:italic;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-gray)}.legal-fppc{font-size:.85rem;color:var(--medium-gray);text-align:center;margin-top:2rem;padding:1rem;background:var(--light-gray);border-radius:var(--radius)}.events-list{display:flex;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto}.host-event-section{text-align:center;max-width:600px;margin:0 auto}.host-event-section p{font-size:1.1rem;color:var(--medium-gray);margin-bottom:2rem;line-height:1.7}.news-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;justify-content:center}.filter-btn{padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;font-family:var(--font-sans);background:var(--white);border:1.5px solid var(--border-gray);border-radius:100px;color:var(--medium-gray);cursor:pointer;transition:var(--transition)}.filter-btn:hover{border-color:var(--navy);color:var(--navy)}.filter-btn.active{background:var(--navy);border-color:var(--navy);color:var(--white)}.heritage-section{display:grid;grid-template-columns:1.3fr 0.7fr;gap:3rem;align-items:center}.heritage-content p{font-size:1.05rem;line-height:1.8;color:var(--charcoal);margin-bottom:1rem}.heritage-image{display:flex;justify-content:center}.heritage-image-wrapper{width:280px;height:280px;border-radius:50%;overflow:hidden;border:4px solid var(--border-gray);box-shadow:var(--shadow-lg)}.heritage-photo{width:100%;height:100%;object-fit:cover;display:block}.genocide-section{max-width:800px;margin:0 auto}.genocide-section p{font-size:1.05rem;line-height:1.8;color:var(--charcoal);margin-bottom:1rem}.community-issues-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.community-issue-card{background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius-lg);padding:2rem;transition:var(--transition)}.community-issue-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md);transform:translateY(-2px)}.community-issue-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--light-gray);border-radius:var(--radius);margin-bottom:1rem;color:var(--navy)}.community-issue-card h3{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.community-issue-card p{font-size:.9rem;color:var(--medium-gray);line-height:1.65;margin-bottom:0}.organizations-section{max-width:900px;margin:0 auto}.organizations-intro{font-size:1.1rem;color:var(--medium-gray);margin-bottom:2rem;line-height:1.7}.organizations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.organization-card{background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius-lg);padding:1.5rem;transition:var(--transition)}.organization-card:hover{border-color:var(--navy);box-shadow:var(--shadow-sm)}.organization-card h4{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.organization-card p{font-size:.875rem;color:var(--medium-gray);line-height:1.6;margin-bottom:0}.armenian-cta{text-align:center;max-width:600px;margin:0 auto}.armenian-cta p{color:rgba(255,255,255,.8);font-size:1.1rem;margin-bottom:2rem}.about-section .about-grid{display:grid;grid-template-columns:1.3fr 0.7fr;gap:3rem;align-items:start}.about-section .about-story p{font-size:1.05rem;line-height:1.8;color:var(--charcoal);margin-bottom:1rem}.about-section .about-story p:first-child{color:var(--navy);font-weight:500}@media (max-width:1024px){.bio-split{grid-template-columns:1fr;gap:2rem}.bio-split-image{order:-1}.bio-split-image .hero-image-wrapper{width:200px;height:200px}.about-section .about-grid{grid-template-columns:1fr;gap:2rem}.heritage-section{grid-template-columns:1fr;gap:2rem}.heritage-image{order:-1}.heritage-image-wrapper{width:200px;height:200px}}@media (max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.footer-legal{justify-content:center}.email-capture-form{flex-direction:column}.cta-buttons{flex-direction:column;align-items:center}.stats-row{gap:1.25rem}.community-issues-grid{grid-template-columns:1fr}.organizations-grid{grid-template-columns:1fr}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}.stats-row{flex-direction:column;align-items:center}.page-header{padding-top:calc(var(--nav-height) + var(--announcement-height) + 2rem)}}.donate-form-wrapper{max-width:640px;margin:0 auto;text-align:center;padding:3rem 0}.amount-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem}.amount-btn.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.custom-amount-wrapper{margin-bottom:1.5rem;text-align:left}.custom-amount-wrapper label{display:block;font-size:.9rem;font-weight:600;color:var(--charcoal);margin-bottom:.5rem}.custom-amount-input{display:flex;align-items:center;max-width:240px;border:2px solid var(--border-gray);border-radius:var(--radius);overflow:hidden;transition:var(--transition)}.custom-amount-input:focus-within{border-color:var(--navy);box-shadow:0 0 0 3px rgba(0,51,102,.1)}.currency-symbol{padding:.75rem;font-size:1rem;font-weight:600;color:var(--medium-gray);background:var(--light-gray);border-right:1px solid var(--border-gray)}.custom-amount-input input{flex-grow:1;border:none;padding:.75rem;font-size:1rem;font-family:var(--font-sans);outline:0;background:0 0}.toggle-label{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;font-weight:500;color:var(--charcoal)}.toggle-label input[type=checkbox]{display:none}.toggle-switch{position:relative;width:48px;height:26px;background:var(--border-gray);border-radius:26px;transition:var(--transition);flex-shrink:0}.toggle-switch::after{content:'';position:absolute;left:3px;top:3px;width:20px;height:20px;background:var(--white);border-radius:50%;transition:var(--transition);box-shadow:0 1px 3px rgba(0,0,0,.15)}.toggle-label input[type=checkbox]:checked+.toggle-switch{background:var(--navy)}.toggle-label input[type=checkbox]:checked+.toggle-switch::after{left:25px}.donate-submit{width:100%;max-width:320px;font-size:1.1rem;padding:1rem 2rem}.donate-note{font-size:.8rem;color:var(--medium-gray);margin-top:1rem;line-height:1.5}.fundraising-progress{max-width:640px;margin:0 auto;text-align:center;padding:3rem 0}.progress-bar-wrapper{margin-bottom:1.5rem}.progress-bar{width:100%;height:16px;background:var(--border-gray);border-radius:16px;overflow:hidden;margin-bottom:.75rem}.progress-fill{height:100%;background:linear-gradient(90deg,var(--navy),var(--red));border-radius:16px;transition:width 1s ease}.progress-labels{display:flex;justify-content:space-between;font-size:.95rem;font-weight:600}.progress-raised{color:var(--navy)}.progress-goal{color:var(--medium-gray)}.donor-count{font-size:.95rem;color:var(--medium-gray);font-weight:500}.donate-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 0 3rem}.donate-card{background:var(--white);border:1px solid var(--border-gray);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:var(--transition)}.donate-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md);transform:translateY(-2px)}.donate-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:rgba(0,51,102,.06);border-radius:var(--radius);margin:0 auto 1.25rem;color:var(--navy)}.donate-card h3{font-size:1.125rem;margin-bottom:.75rem}.donate-card p{font-size:.9rem;color:var(--medium-gray);line-height:1.6}.legal-notice{max-width:800px;margin:0 auto;padding:3rem 0}.legal-notice .legal-content h4{font-size:1rem;font-weight:700;color:var(--navy);margin-top:1.5rem;margin-bottom:.5rem}.legal-notice .legal-content h4:first-child{margin-top:0}.legal-notice .legal-content p{font-size:.9rem;line-height:1.7;color:var(--medium-gray)}.legal-notice .legal-content ul{margin:.5rem 0 1rem 1.5rem;font-size:.9rem;line-height:1.7;color:var(--medium-gray)}.legal-notice .legal-content ul li{margin-bottom:.35rem}@media (max-width:768px){.amount-grid{grid-template-columns:repeat(3,1fr)}.donate-cards-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.amount-grid{grid-template-columns:repeat(2,1fr)}}