/* Fundraising page styles extracted from ways-to-fundraise.html. */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/bricolage-grotesque-latin-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/inter-tight-latin-var.woff2') format('woff2');
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --teal: #0A5651;
    --teal-light: #E8F3EF;
    --teal-mid: #0F8F86;
    --teal-dark: #063836;
    --gold: #C46A4A;
    --gold-light: #F7E8DB;
    --purple: #4F6791;
    --purple-light: #E7ECF4;
    --text: #0A2A28;
    --text-muted: #5E6F6D;
    --border: rgba(10,86,81,0.13);
    --bg: #F4EFE3;
    --white: #FBF7EE;
    --radius: 12px;
    --shadow: 0 16px 44px -26px rgba(10,42,40,0.30);
  }

  body {
    font-family: 'Inter Tight', system-ui, -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
  }

  /* NAV */
  nav {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
	  .nav-logo {
	    font-family: 'Bricolage Grotesque', 'Inter Tight', system-ui, sans-serif;
	    font-size: 1.2rem;
	    font-weight: 700;
	    color: var(--teal-dark);
	    text-decoration: none;
	    letter-spacing: -0.3px;
	  }
	  .nav-logo img {
	    width: 180px;
	    height: auto;
	    display: block;
	  }
	  .fundraiser-nav-actions {
	    display: flex;
	    align-items: center;
	    gap: 0.85rem;
	  }
	  .fundraiser-nav-actions > a:not(.nav-cta) {
	    color: var(--text-muted);
	    font-size: 0.92rem;
	    font-weight: 600;
	    text-decoration: none;
	  }
	  .fundraiser-nav-actions > a:not(.nav-cta):hover {
	    color: var(--teal);
	  }
	  .language-control {
	    min-height: 42px;
	    display: inline-flex;
	    align-items: center;
	    gap: 0.55rem;
	    padding: 0 0.78rem;
	    border: 1px solid var(--border);
	    border-radius: 999px;
	    background: rgba(255,255,255,0.54);
	  }
	  .language-control-label {
	    color: var(--teal);
	    font-size: 0.74rem;
	    font-weight: 800;
	    letter-spacing: 0.08em;
	    line-height: 1;
	    text-transform: uppercase;
	  }
	  .language-select {
	    max-width: 148px;
	    border: 0;
	    background: transparent;
	    color: var(--teal-dark);
	    font: inherit;
	    font-size: 0.9rem;
	    font-weight: 700;
	    outline: none;
	  }
	  .language-select:focus-visible {
	    outline: 2px solid var(--gold);
	    outline-offset: 3px;
	    border-radius: 8px;
	  }
	  .skip-link {
	    position: fixed;
	    top: 12px;
	    left: 12px;
	    z-index: 999;
	    transform: translateY(-140%);
	    padding: 0.7rem 1rem;
	    border-radius: 999px;
	    background: var(--teal-dark);
	    color: white;
	    font-weight: 700;
	    text-decoration: none;
	  }
	  .skip-link:focus {
	    transform: translateY(0);
	  }
	  .visually-hidden {
	    position: absolute;
	    width: 1px;
	    height: 1px;
	    padding: 0;
	    margin: -1px;
	    overflow: hidden;
	    clip: rect(0,0,0,0);
	    white-space: nowrap;
	    border: 0;
	  }
	  .nav-cta {
	    background: var(--teal);
	    color: white;
    border: none;
    padding: 0.5rem 1.4rem;
    border-radius: 50px;
    font-family: 'Inter Tight', system-ui, -apple-system, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    transition: background 0.2s;
  }
	  .nav-cta:hover { background: var(--teal-dark); }

  @media (max-width: 760px) {
    nav {
      min-height: 64px;
      height: auto;
      padding: 0.55rem 1rem;
      gap: 0.75rem;
    }
    .nav-logo img {
      width: 136px;
    }
    .nav-logo span,
    .fundraiser-nav-actions > a {
      display: none;
    }
    .fundraiser-nav-actions {
      margin-left: auto;
      gap: 0;
    }
    .language-control {
      min-height: 38px;
      padding: 0 0.65rem;
    }
    .language-control-label {
      display: none;
    }
    .language-select {
      max-width: 124px;
      font-size: 0.84rem;
    }
  }

  /* HERO */
  .hero {
    background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 58%, var(--teal-mid) 100%);
    color: white;
    padding: 5rem 2rem 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero-content { position: relative; max-width: 720px; margin: 0 auto; }
  .hero-tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
  }
  .hero h1 {
    font-family: 'Bricolage Grotesque', 'Inter Tight', system-ui, sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.2rem;
    text-shadow: 0 2px 18px rgba(0,0,0,0.22);
  }
  .hero p {
    font-size: 1.1rem;
    font-weight: 300;
    color: rgba(255,255,255,0.92);
    opacity: 0.9;
    max-width: 560px;
    margin: 0 auto 2rem;
  }
  .hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .btn-white {
    background: white;
    color: var(--teal-dark);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
  }
  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
  .btn-outline {
    background: transparent;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1.5px solid rgba(255,255,255,0.6);
    transition: background 0.2s;
  }
  .btn-outline:hover { background: rgba(255,255,255,0.1); }

  /* CAUSES STRIP */
  .causes {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 1.5rem 2rem;
  }
  .causes-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .causes-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    white-space: nowrap;
  }
  .cause-pill {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1.5px solid;
    text-decoration: none;
    transition: all 0.2s;
  }
  .cause-pill.food { border-color: var(--gold); color: var(--gold); background: var(--gold-light); }
  .cause-pill.hub { border-color: var(--teal); color: var(--teal); background: var(--teal-light); }
  .cause-pill.counsel { border-color: var(--purple); color: var(--purple); background: var(--purple-light); }
  .cause-pill:hover { filter: brightness(0.95); transform: translateY(-1px); }
  .cause-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }

  /* SECTION */
  section { max-width: 960px; margin: 0 auto; padding: 3.5rem 2rem; }
  .section-title {
    font-family: 'Bricolage Grotesque', 'Inter Tight', system-ui, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--teal-dark);
    margin-bottom: 0.5rem;
  }
  .section-sub {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    font-weight: 300;
  }

  /* WAYS GRID */
  .ways-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
  }
  .filter-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0 0 1.4rem;
  }
  .filter-controls button {
    min-height: 40px;
    padding: 0.55rem 1rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--white);
    color: var(--text-muted);
    font-family: 'Inter Tight', system-ui, -apple-system, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
  }
  .filter-controls button:hover {
    transform: translateY(-1px);
    border-color: rgba(10,86,81,0.22);
    color: var(--teal);
  }
  .filter-controls button[aria-pressed="true"] {
    background: var(--teal);
    border-color: var(--teal);
    color: white;
  }
  .way-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.8rem;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
  }
  .way-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    border-radius: var(--radius) var(--radius) 0 0;
  }
  .way-card.teal::before { background: var(--teal); }
  .way-card.gold::before { background: var(--gold); }
  .way-card.purple::before { background: var(--purple); }
  .way-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

  .way-icon {
    width: 52px; height: 52px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .way-card.teal .way-icon { background: var(--teal-light); }
  .way-card.gold .way-icon { background: var(--gold-light); }
  .way-card.purple .way-icon { background: var(--purple-light); }

  .way-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text);
  }
  .way-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.2rem;
  }
  .way-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.7rem;
    border-radius: 50px;
    margin-bottom: 1rem;
  }
  .tag-teal { background: var(--teal-light); color: var(--teal-dark); }
  .tag-gold { background: var(--gold-light); color: #7a5520; }
  .tag-purple { background: var(--purple-light); color: var(--purple); }

  .way-link {
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
  }
  .way-card.teal .way-link { color: var(--teal); }
  .way-card.gold .way-link { color: var(--gold); }
  .way-card.purple .way-link { color: var(--purple); }
  .way-link::after { content: '→'; }

  /* IMPACT STRIP */
  .impact-strip {
    background: var(--teal-dark);
    color: white;
    padding: 3rem 2rem;
    margin: 0;
  }
  .impact-inner {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
  }
  .impact-stats {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
  }
  .impact-stat .num {
    font-family: 'Bricolage Grotesque', 'Inter Tight', system-ui, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: white;
  }
  .impact-stat .label {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 0.3rem;
  }
  .impact-quote {
    max-width: 300px;
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.85;
    line-height: 1.7;
    border-left: 2px solid rgba(255,255,255,0.3);
    padding-left: 1.2rem;
  }

  /* STEPS */
  .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; }
  .step { text-align: center; }
  .step-num {
    width: 48px; height: 48px;
    background: var(--teal);
    color: white;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Bricolage Grotesque', 'Inter Tight', system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 auto 1rem;
  }
  .step h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; }
  .step p { font-size: 0.9rem; color: var(--text-muted); }

  /* TIPS */
  .tips-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
  .tip {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.4rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
  .tip-icon {
    width: 40px; height: 40px; min-width: 40px;
    background: var(--teal-light);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
  }
  .tip h4 { font-size: 0.9rem; font-weight: 600; margin-bottom: 0.3rem; }
  .tip p { font-size: 0.82rem; color: var(--text-muted); }

  /* CTA BANNER */
  .cta-banner {
    background: linear-gradient(135deg, var(--gold-light), #fff8ee);
    border: 1px solid #e8c97a;
    border-radius: var(--radius);
    padding: 2.5rem;
    text-align: center;
    margin: 0 2rem 4rem;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-banner h2 {
    font-family: 'Bricolage Grotesque', 'Inter Tight', system-ui, sans-serif;
    font-size: 1.7rem;
    color: var(--teal-dark);
    margin-bottom: 0.7rem;
  }
  .cta-banner p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .btn-teal {
    background: var(--teal);
    color: white;
    padding: 0.75rem 1.8rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
  }
  .btn-teal:hover { background: var(--teal-dark); }
  .btn-border {
    background: transparent;
    color: var(--teal);
    padding: 0.75rem 1.8rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1.5px solid var(--teal);
    transition: all 0.2s;
  }
  .btn-border:hover { background: var(--teal-light); }

  .feedback-section {
    max-width: 960px;
    margin: 0 auto;
    padding: 3.5rem 2rem;
  }
  .feedback-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
  }
  .feedback-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.4rem;
    box-shadow: var(--shadow);
  }
  .feedback-card h3 {
    color: var(--teal-dark);
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .feedback-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .nav-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
  }
  .nav-logo img {
    width: 120px;
    height: auto;
    display: block;
  }
  .fundraise-kit-card,
  .contact-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  }
.fundraise-kit-card {
  overflow: hidden;
}
.tools-header {
  background: var(--teal-light);
  border-top: 1px solid #c2dfd6;
  border-bottom: 1px solid #c2dfd6;
  padding: 3rem 2rem 2.5rem;
}
.tools-header-inner {
  max-width: 960px;
  margin: 0 auto;
}
.tools-eyebrow {
  display: inline-block;
  background: var(--teal);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.tools-title {
  font-family: 'Bricolage Grotesque', 'Inter Tight', system-ui, sans-serif;
  font-size: 1.9rem;
  color: var(--teal-dark);
  margin-bottom: 0.5rem;
}
.tools-lede {
  color: var(--text-muted);
  font-size: 1rem;
  font-weight: 300;
  max-width: 620px;
}
.section-tight { padding-top: 0; }
.section-soft-bottom { padding-bottom: 1rem; }
.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.guide-media {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.guide-media--teal { background: linear-gradient(135deg, var(--teal-dark), var(--teal)); }
.guide-media--purple { background: linear-gradient(135deg, #3d2f8a, var(--purple)); }
.guide-media--gold { background: linear-gradient(135deg, #8a5c1a, var(--gold)); }
.guide-media--green { background: linear-gradient(135deg, #0f5040, #1a9e72); }
.guide-media--orange { background: linear-gradient(135deg, #7a3a10, #d4722a); }
.guide-body { padding: 1.4rem; }
.guide-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0.2rem 0.7rem;
  border-radius: 50px;
  margin-bottom: 0.8rem;
}
.guide-tag--teal {
  background: var(--teal-light);
  color: var(--teal-dark);
}
.guide-tag--purple {
  background: var(--purple-light);
  color: var(--purple);
}
.guide-tag--gold {
  background: var(--gold-light);
  color: #7a5520;
}
.guide-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.guide-copy {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.guide-details {
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}
.guide-summary {
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.guide-summary::-webkit-details-marker { display: none; }
.guide-summary--teal { color: var(--teal); }
.guide-summary--purple { color: var(--purple); }
.guide-summary--gold { color: var(--gold); }
.guide-list {
  margin-top: 0.8rem;
  padding-left: 1.2rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.8;
}
.resource-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.resource-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.4rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.resource-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.resource-icon--teal { background: var(--teal-light); }
.resource-icon--gold { background: var(--gold-light); }
.resource-icon--purple { background: var(--purple-light); }
.resource-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.resource-copy {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.6rem;
}
.resource-link {
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}
.resource-link--teal { color: var(--teal); }
.resource-link--gold { color: var(--gold); }
.resource-link--purple { color: var(--purple); }
.faq-wrap {
  max-width: 720px;
}
.fundraiser-faq {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  margin-bottom: 0.8rem;
  background: var(--white);
}
.fundraiser-faq summary {
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.fundraiser-faq summary::-webkit-details-marker { display: none; }
.faq-plus {
  color: var(--teal);
  font-size: 1.2rem;
}
.faq-body-text {
  margin-top: 0.8rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.link-teal { color: var(--teal); }
.support-panel {
  background: var(--teal-light);
  border-top: 1px solid #c2dfd6;
  border-bottom: 1px solid #c2dfd6;
  padding: 3rem 2rem;
}
.support-panel-inner {
  max-width: 960px;
  margin: 0 auto;
}
.support-title {
  font-family: 'Bricolage Grotesque', 'Inter Tight', system-ui, sans-serif;
  font-size: 1.6rem;
  color: var(--teal-dark);
  margin-bottom: 0.5rem;
}
.support-lede {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 300;
  margin-bottom: 2rem;
  max-width: 560px;
}
.contact-card-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.1rem;
}
.contact-card-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--teal);
}
.cta-btns--spaced { margin-top: 1.8rem; }
.footer-note {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  opacity: 0.6;
}
.contact-card {
  padding: 1.3rem 1.4rem;
  text-decoration: none;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .contact-card-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: var(--teal-light);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    font-weight: 800;
    font-size: 0.86rem;
  }
  @media (hover: hover) and (pointer: fine) {
    .way-card:hover,
    .fundraise-kit-card:hover,
    .feedback-card:hover,
    .contact-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow);
      border-color: rgba(10,86,81,0.22);
    }
  }

  /* FOOTER */
  footer {
    background: var(--teal-dark);
    color: rgba(255,255,255,0.7);
    text-align: center;
    padding: 2rem;
    font-size: 0.85rem;
  }
  footer a { color: rgba(255,255,255,0.9); }

  @media (max-width: 600px) {
    nav {
      padding: 0 1rem;
      gap: 0.75rem;
    }
    .nav-logo img { width: 96px; }
    .nav-logo span { font-size: 0.95rem; }
    .nav-cta {
      padding: 0.5rem 1rem;
      font-size: 0.84rem;
    }
    .impact-inner { grid-template-columns: 1fr; }
    .impact-quote { display: none; }
    nav .nav-logo { font-size: 1rem; }
    .filter-controls { gap: 0.45rem; }
    .filter-controls button { flex: 1 1 calc(50% - 0.45rem); }
  }
