@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=DM+Sans:wght@300;400;500&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --plum:#4A1942;--plum-mid:#6B2D63;--plum-light:#F7EEF6;
  --lav:#C77DFF;--lav-light:#EDD9FF;--lav-mid:#B57BEE;
  --peach:#F7C59F;--peach-light:#FFF5ED;
  --white:#FFFFFF;--cream:#FBF7FC;
  --text-dark:#2A0F27;--text-mid:#6B4466;--text-light:#A87EA3;
}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--text-dark);font-size:16px;line-height:1.65}
nav{background:var(--white);border-bottom:1px solid var(--lav-light);padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;height:68px;position:sticky;top:0;z-index:100}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.nav-logo-icon{width:36px;height:36px;background:var(--lav);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px}
.nav-logo-text{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:var(--plum)}
.nav-logo-sub{font-size:10px;font-weight:500;color:var(--text-light);letter-spacing:1.5px;text-transform:uppercase;line-height:1}
.nav-links{display:flex;gap:1.75rem;list-style:none;align-items:center}
.nav-links a{text-decoration:none;font-size:14px;font-weight:500;color:var(--text-mid)}
.nav-links a:hover{color:var(--plum)}
.nav-donate{background:var(--lav)!important;color:var(--white)!important;padding:8px 20px!important;border-radius:24px}
.nav-donate:hover{background:var(--plum)!important}
.btn-primary{background:var(--lav);color:var(--white);border:none;padding:13px 28px;border-radius:30px;font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;font-family:'DM Sans',sans-serif;transition:background 0.2s}
.btn-primary:hover{background:var(--plum)}
.btn-plum{background:var(--plum);color:var(--white);border:none;padding:13px 28px;border-radius:30px;font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;font-family:'DM Sans',sans-serif}
.btn-plum:hover{background:var(--plum-mid)}
.btn-outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,0.45);padding:12px 28px;border-radius:30px;font-size:15px;font-weight:400;text-decoration:none;display:inline-block;font-family:'DM Sans',sans-serif}
.btn-outline:hover{border-color:var(--white);background:rgba(255,255,255,0.1)}
.page-hero{background:var(--plum);padding:3.5rem 2.5rem;text-align:center}
.page-hero h1{font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:700;color:var(--white);margin-bottom:0.5rem}
.page-hero p{color:rgba(255,255,255,0.7);font-size:17px;font-weight:300}
.section{padding:4rem 2.5rem;max-width:960px;margin:0 auto}
.section-wide{padding:4rem 2.5rem}
.section-center{text-align:center}
.section-tag{display:inline-block;font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--lav);margin-bottom:0.75rem}
.section h2{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:700;color:var(--plum);line-height:1.25;margin-bottom:0.9rem}
.section h3{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:var(--plum);margin-bottom:0.5rem}
.section p{color:var(--text-mid);font-size:16px;line-height:1.7;margin-bottom:1rem}
.section ul,.section ol{color:var(--text-mid);font-size:16px;line-height:1.7;padding-left:1.5rem;margin-bottom:1rem}
.section li{margin-bottom:0.4rem}
.card{background:var(--white);border:1px solid var(--lav-light);border-radius:20px;padding:1.75rem}
.card h3{font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--plum);margin-bottom:0.5rem}
.card p,.card li{font-size:14px;color:var(--text-mid);line-height:1.65}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.stats-bar{background:var(--plum);padding:3.5rem 2.5rem}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:900px;margin:0 auto;text-align:center}
.stat-num{font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:700;color:var(--lav);line-height:1;margin-bottom:0.35rem}
.stat-label{font-size:13px;color:rgba(255,255,255,0.65)}
.donate-section{background:var(--lav-light);padding:3.5rem 2.5rem;text-align:center}
.donate-section h3{font-family:'Playfair Display',serif;font-size:1.6rem;color:var(--plum);margin-bottom:0.5rem}
.donate-section p{font-size:15px;color:var(--text-mid);margin-bottom:1.5rem}
.donate-pills{display:flex;gap:0.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}
.donate-pill{background:var(--white);border:2px solid var(--lav-light);border-radius:30px;padding:9px 22px;font-size:15px;font-weight:500;color:var(--plum);cursor:pointer;font-family:'DM Sans',sans-serif}
.donate-pill:hover,.donate-pill.active{border-color:var(--lav);background:var(--lav-light)}
footer{background:var(--plum);padding:2.5rem}
.footer-inner{max-width:960px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}
.footer-logo-text{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:var(--white)}
.footer-links{display:flex;flex-wrap:wrap;gap:0.75rem 1.5rem;max-width:500px}
.footer-links a{font-size:13px;text-decoration:none;color:rgba(255,255,255,0.6)}
.footer-links a:hover{color:var(--white)}
.footer-bottom{background:rgba(0,0,0,0.2);text-align:center;padding:1rem 2.5rem;font-size:12px;color:rgba(255,255,255,0.45)}
.footer-bottom a{color:var(--lav);text-decoration:none}
.newsletter{background:var(--plum-light);padding:3rem 2.5rem;text-align:center;border-top:1px solid var(--lav-light)}
.newsletter h3{font-family:'Playfair Display',serif;font-size:1.5rem;color:var(--plum);margin-bottom:0.4rem}
.newsletter p{font-size:15px;color:var(--text-light);margin-bottom:1.25rem}
.nl-form{display:flex;gap:0.75rem;justify-content:center;flex-wrap:wrap}
.nl-form input{padding:11px 18px;border:1.5px solid var(--lav-light);border-radius:30px;font-size:14px;font-family:'DM Sans',sans-serif;color:var(--text-dark);background:var(--white);outline:none;width:260px}
.nl-form input:focus{border-color:var(--lav)}
.board-card{background:var(--white);border:1px solid var(--lav-light);border-radius:16px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}
.board-card h4{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--plum);margin-bottom:0.2rem}
.board-card .role{font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--lav);margin-bottom:0.75rem}
.board-card ol{padding-left:1.2rem;font-size:14px;color:var(--text-mid);line-height:1.65}
.board-card ol li{margin-bottom:0.3rem}
.badge{display:inline-block;background:var(--lav-light);color:var(--plum);font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:1rem}
.highlight-box{background:var(--peach-light);border:1px solid var(--peach);border-radius:16px;padding:1.5rem 2rem;margin:1.5rem 0}
.highlight-box p{color:var(--text-dark);margin-bottom:0}
@media(max-width:768px){
  .nav-links{display:none}
  .grid-3,.grid-2{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .page-hero h1{font-size:2rem}
  /* Hero section */
  section[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important;padding:2.5rem 1.25rem!important;}
  section[style*="grid-template-columns:1fr 1fr"] h1{font-size:2.1rem!important;}
  section[style*="grid-template-columns:1fr 1fr"] div[style*="align-items:flex-end"]{align-items:stretch!important;}
  /* Donate bar */
  section[style*="Support HELP"] div,
  div[style*="display:flex"][style*="justify-content:center"]{flex-direction:column!important;align-items:center!important;}
  /* Tables */
  table{font-size:13px!important;}
  td{padding:6px 8px!important;}
  /* Board cards */
  .board-card{padding:1.25rem!important;}
  /* Buttons full width on mobile */
  .btn-primary,.btn-outline{display:block;text-align:center;width:100%;box-sizing:border-box;}
  /* Donation cards */
  .card form button,.card a[href*="venmo"]{width:100%!important;box-sizing:border-box!important;}
  /* Donate bar buttons */
  section[style*="background:var(--plum)"] form button,
  section[style*="background:var(--plum)"] a[href*="venmo"]{width:280px!important;}
}
@media(max-width:480px){
  .stats-grid{grid-template-columns:1fr}
  .page-hero{padding:2rem 1rem}
  section[style*="grid-template-columns:1fr 1fr"] h1{font-size:1.75rem!important;}
  .footer-inner{flex-direction:column;gap:1.5rem;}
  .footer-links{columns:2;}
}
