:root {
      --purple: #921bcd;
      --purple-dark: #6e0fa7;
      --purple-soft: #f4eafd;
      --lavender: #b18fd4;
      --green: #1ba920;
      --green-dark: #117a17;
      --green-soft: #eaf8eb;
      --ink: #23202a;
      --muted: #6f6876;
      --line: #ece7ef;
      --surface: #ffffff;
      --surface-2: #fbf9fc;
      --shadow: 0 20px 60px rgba(58, 24, 75, .10);
      --radius-lg: 30px;
      --radius-md: 20px;
      --radius-sm: 14px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Alexandria", Tahoma, Arial, sans-serif;
      color: var(--ink);
      background: var(--surface);
      line-height: 1.85;
      overflow-x: hidden;
    }
    body.menu-open { overflow: hidden; }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea, select { font: inherit; }
    .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
    .section { padding: 100px 0; }
    .section-soft { background: var(--surface-2); }
    .eyebrow {
      display: inline-flex; align-items: center; gap: 9px;
      color: var(--purple-dark); background: var(--purple-soft);
      border: 1px solid #ead7f7; border-radius: 999px;
      padding: 8px 14px; font-size: 13px; font-weight: 700;
      margin-bottom: 14px;
    }
    .eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
    .section-head { max-width: 720px; margin-bottom: 45px; }
    .section-head.center { text-align: center; margin-inline: auto; }
    h1, h2, h3, p { margin-top: 0; }
    h1 { font-size: clamp(38px, 5.4vw, 70px); line-height: 1.25; letter-spacing: -1.8px; margin-bottom: 22px; }
    h2 { font-size: clamp(29px, 4vw, 46px); line-height: 1.35; letter-spacing: -1px; margin-bottom: 16px; }
    h3 { font-size: 20px; line-height: 1.55; margin-bottom: 10px; }
    .lead { font-size: 18px; color: var(--muted); max-width: 700px; }
    .muted { color: var(--muted); }

    .btn {
      min-height: 52px; padding: 0 22px; border-radius: 14px;
      display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      font-weight: 700; border: 1px solid transparent; transition: .25s ease;
      cursor: pointer;
    }
    .btn svg { width: 19px; height: 19px; }
    .btn-primary { background: var(--purple); color: #fff; box-shadow: 0 13px 30px rgba(146,27,205,.25); }
    .btn-primary:hover { transform: translateY(-2px); background: var(--purple-dark); }
    .btn-secondary { background: #fff; border-color: var(--line); }
    .btn-secondary:hover { border-color: var(--purple); color: var(--purple); transform: translateY(-2px); }
    .btn-green { background: var(--green); color: #fff; box-shadow: 0 13px 30px rgba(27,169,32,.20); }
    .btn-green:hover { background: var(--green-dark); transform: translateY(-2px); }

.site-main { min-height: 60vh; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 12px; left: 12px; width: auto; height: auto; padding: 8px 12px; clip: auto; color: #fff; background: #211127; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
.phone-number { direction:ltr; unicode-bidi:isolate; display:inline-block; }
/* Internal page eyebrows match the illustrated homepage style. */
.na-about-page .na-eyebrow:not([style]),
.nm-assistance-page .nm-eyebrow:not([style]),
.nm-activities-page .nm-eyebrow:not([style]),
.nm-request-page .nm-eyebrow:not([style]) {
  position: relative;
  min-height: 58px;
  margin-bottom: 20px;
  padding: 8px 42px 8px 88px;
  border: 2px solid #a467df;
  border-radius: 999px;
  color: #5f16aa;
  background-color: #fbf8ff;
  background-image: url("../img/icons/awareness-ribbon.svg");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 46px 46px;
  box-shadow: 0 6px 15px rgba(91, 35, 145, .18), inset 0 0 18px rgba(171, 112, 224, .08);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.na-about-page .na-eyebrow:not([style])::before,
.nm-assistance-page .nm-eyebrow:not([style])::before,
.nm-activities-page .nm-eyebrow:not([style])::before,
.nm-request-page .nm-eyebrow:not([style])::before {
  content: "";
  position: absolute;
  left: 72px;
  top: 13px;
  bottom: 13px;
  width: 1px;
  height: auto;
  border-radius: 0;
  background: #ded4e8;
}

.na-about-page .na-eyebrow:not([style])::after,
.nm-assistance-page .nm-eyebrow:not([style])::after,
.nm-activities-page .nm-eyebrow:not([style])::after,
.nm-request-page .nm-eyebrow:not([style])::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 42px;
  height: 42px;
  background: url("../img/icons/green-leaf.svg") center / contain no-repeat;
  transform: translateY(-50%) rotate(-8deg);
}

@media (max-width: 720px) {
  .na-about-page .na-eyebrow:not([style]),
  .nm-assistance-page .nm-eyebrow:not([style]),
  .nm-activities-page .nm-eyebrow:not([style]),
  .nm-request-page .nm-eyebrow:not([style]) {
    min-height: 50px;
    padding: 7px 34px 7px 72px;
    background-position: left 12px center;
    background-size: 38px 38px;
    font-size: 15px;
  }

  .na-about-page .na-eyebrow:not([style])::before,
  .nm-assistance-page .nm-eyebrow:not([style])::before,
  .nm-activities-page .nm-eyebrow:not([style])::before,
  .nm-request-page .nm-eyebrow:not([style])::before {
    left: 60px;
    top: 11px;
    bottom: 11px;
  }

  .na-about-page .na-eyebrow:not([style])::after,
  .nm-assistance-page .nm-eyebrow:not([style])::after,
  .nm-activities-page .nm-eyebrow:not([style])::after,
  .nm-request-page .nm-eyebrow:not([style])::after {
    right: -17px;
    width: 36px;
    height: 36px;
  }
}
