/* Alternative presentation shares the same content, routes and forms. */
.design-picker {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  white-space: nowrap;
}
.design-picker button {
  font: inherit;
  color: inherit;
  background: #ffffff12;
  border: 1px solid #ffffff70;
  border-radius: 6px;
  padding: 2px 9px;
  min-height: 26px;
  cursor: pointer;
}
.design-picker button[aria-pressed="true"] {
  color: #192033;
  background: #fff;
}
.topline .container {
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bright-shortcuts {
  display: none;
}
html[data-theme="bright"] {
  --purple: #07665f;
  --purple-dark: #073c3b;
  --lavender: #e9f6f1;
  --ink: #173c3a;
  --muted: #526b69;
  --cream: #fbfaf3;
  --line: #d7e7df;
  --shadow: 0 16px 40px #073c3b0c;
}
[data-theme="bright"] body {
  background: #fffefa;
}
[data-theme="bright"] h1,
[data-theme="bright"] h2 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}
[data-theme="bright"] .topline {
  background: #073c3b;
}
[data-theme="bright"] .site-header {
  background: #fffefa;
  box-shadow: none;
  border-bottom: 1px solid #dbe8e2;
}
[data-theme="bright"] .brand {
  color: #173c3a;
}
[data-theme="bright"] .main-nav > a,
[data-theme="bright"] .nav-dropdown summary {
  color: #173c3a;
}
[data-theme="bright"] .main-nav > a:hover,
[data-theme="bright"] .main-nav > a[aria-current],
[data-theme="bright"] .nav-dropdown[open] summary,
[data-theme="bright"] .nav-dropdown summary:hover {
  background: #e3f3ec;
  color: #07665f;
}
[data-theme="bright"] .nav-dropdown > div {
  border-color: #cbded5;
  box-shadow: 0 20px 45px #073c3b1c;
}
[data-theme="bright"] .nav-dropdown a:hover {
  background: #e9f6f1;
  color: #07665f;
}
[data-theme="bright"] .button {
  background: #07665f;
  color: #fff;
  border-radius: 999px;
  box-shadow: none;
  border: 1px solid #07665f;
}
[data-theme="bright"] .button:hover {
  background: #073c3b;
}
[data-theme="bright"] .button.secondary {
  background: #fffefa;
  color: #07665f;
  border-color: #a8c6b9;
}
[data-theme="bright"] .bright-shortcuts {
  display: block;
  border-bottom: 1px solid #dbe8e2;
  background: #eff7f2;
}
[data-theme="bright"] .bright-shortcuts .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 16px;
  font-size: 0.83rem;
}
[data-theme="bright"] .bright-shortcuts .container > span {
  font-weight: 750;
  color: #173c3a;
}
[data-theme="bright"] .bright-shortcuts a {
  display: flex;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  font-weight: 650;
  color: #07665f;
}
[data-theme="bright"] .hero {
  background:
    radial-gradient(ellipse at 100% 10%, #e1f0d8, transparent 58%), #fffefa;
  color: #173c3a;
  padding: 55px 0 60px;
}
[data-theme="bright"] .hero-grid {
  grid-template-columns: 1fr 1.12fr;
  gap: 55px;
}
[data-theme="bright"] .hero-copy p,
[data-theme="bright"] .hero .hero-copy .eyebrow {
  color: #526b69;
}
[data-theme="bright"] .hero .hero-emphasis {
  font-family: Manrope, Arial, sans-serif;
  font-style: normal;
  font-weight: 750;
  color: #07665f;
}
[data-theme="bright"] .hero h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}
[data-theme="bright"] .hero .button {
  background: #07665f;
  color: #fff;
  box-shadow: none;
}
[data-theme="bright"] .hero .button.secondary {
  background: transparent;
  color: #07665f;
  border-color: #a8c6b9;
}
[data-theme="bright"] .hero .editorial-image img {
  border-radius: 180px 180px 24px 24px;
  box-shadow: 12px 12px 0 #e4eabf;
  aspect-ratio: 1/1;
  object-fit: cover;
}
[data-theme="bright"] .hero .editorial-image figcaption {
  color: #526b69;
  margin-top: 22px;
}
[data-theme="bright"] .photo-note {
  border: 1px solid #b7d4c7;
  border-radius: 14px;
  box-shadow: 0 12px 32px #073c3b16;
  color: #173c3a;
}
[data-theme="bright"] .photo-note > span {
  color: #07665f;
}
[data-theme="bright"] .hero.text-hero {
  background: linear-gradient(120deg, #eef7f0, #fff9de);
}
[data-theme="bright"] .jump-links {
  background: #eff7f2;
  border-radius: 12px;
  box-shadow: none;
}
[data-theme="bright"] .jump-links a {
  background: #fffefa;
  border-color: #c8ded2;
  color: #07665f;
  border-radius: 999px;
}
[data-theme="bright"] .support-grid {
  gap: 24px;
}
[data-theme="bright"] .support-grid > * {
  background: #fff;
  border: 1px solid #cbded5;
  border-top: 5px solid #07665f;
  border-radius: 22px;
  box-shadow: none;
}
[data-theme="bright"] .support-grid > :nth-child(3n + 2) {
  background: #f1f8eb;
  border-top-color: #789747;
}
[data-theme="bright"] .support-grid > :nth-child(3n + 3) {
  background: #fff6e5;
  border-top-color: #ce973b;
}
[data-theme="bright"] .section-mission {
  background: linear-gradient(120deg, #073c3b, #0b7567) !important;
}
[data-theme="bright"] .section-vision {
  background: linear-gradient(120deg, #edf6e6, #fff9df) !important;
}
[data-theme="bright"] .person-card,
[data-theme="bright"] .form-card,
[data-theme="bright"] .committee-role {
  border-color: #cfdfd5;
  box-shadow: 0 12px 35px #073c3b0b;
  border-radius: 22px;
}
[data-theme="bright"] .committee-role {
  background: linear-gradient(145deg, #fffefa, #edf6e6);
}
[data-theme="bright"] .role-number {
  background: #07665f;
}
[data-theme="bright"] footer {
  background: #073c3b;
  border-top-color: #d8bd6b;
}
[data-theme="bright"] footer a,
[data-theme="bright"] footer .brand {
  color: #fff;
}
[data-theme="bright"] footer p,
[data-theme="bright"] .footer-bottom {
  color: #d4e7dc;
}
@media (max-width: 1200px) {
  [data-theme="bright"] .nav-dropdown > div {
    box-shadow: none;
    background: #eff7f2;
  }
}
@media (max-width: 760px) {
  .topline .container {
    justify-content: center;
    gap: 5px;
    padding-block: 2px;
  }
  .topline .container > span:first-child {
    display: none;
  }
  .design-picker {
    font-size: 0.7rem;
  }
  .topline .container > span:nth-child(2) {
    font-size: 0.65rem;
  }
  [data-theme="bright"] .bright-shortcuts .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 8px;
  }
  [data-theme="bright"] .bright-shortcuts .container > span {
    padding: 6px 0;
  }
  [data-theme="bright"] .bright-shortcuts a {
    padding: 9px 0;
    justify-content: space-between;
    border-top: 1px solid #dbe8e2;
  }
  [data-theme="bright"] .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  [data-theme="bright"] .hero {
    padding: 32px 0 45px;
  }
  [data-theme="bright"] .hero h1 {
    font-size: 2.45rem;
  }
  [data-theme="bright"] .hero .editorial-image img {
    border-radius: 120px 120px 20px 20px;
    box-shadow: 7px 7px 0 #e4eabf;
  }
}
.topline {
  padding-block: 4px;
}

/* Sparks: blue and ivory, with restrained accents from the charity logo. */
html[data-theme="sparks"] {
  --purple: #175b85;
  --purple-dark: #14344d;
  --lavender: #eaf3f9;
  --gold: #c59623;
  --ink: #17364c;
  --muted: #526575;
  --line: #d9e4eb;
}
[data-theme="sparks"] body {
  background: #fffefa;
}
[data-theme="sparks"] .topline {
  background: #14344d;
}
[data-theme="sparks"] .site-header {
  background: #fffefa;
  border-bottom: 3px solid #287aa5;
}
[data-theme="sparks"] .brand {
  color: #17364c;
}
[data-theme="sparks"] .hero {
  background: linear-gradient(115deg, #eef6fb 0%, #f7faf9 60%, #fff8e8 100%);
}
[data-theme="sparks"] .hero .hero-copy,
[data-theme="sparks"] .hero .hero-copy p,
[data-theme="sparks"] .hero h1 {
  color: #17364c;
}
[data-theme="sparks"] .hero .hero-copy .eyebrow {
  color: #175b85;
}
[data-theme="sparks"] .hero .hero-emphasis {
  color: #663681;
}
[data-theme="sparks"] .button,
[data-theme="sparks"] .hero .button:not(.secondary) {
  background: #175b85;
  border-color: #175b85;
  color: #fff;
}
[data-theme="sparks"] .button:hover,
[data-theme="sparks"] .hero .button:not(.secondary):hover {
  background: #123f5d;
  border-color: #123f5d;
}
[data-theme="sparks"] .button.secondary,
[data-theme="sparks"] .hero .button.secondary {
  background: #fffefa;
  border-color: #a7becd;
  color: #175b85;
}
[data-theme="sparks"] .button.secondary:hover {
  background: #eaf3f9;
}
[data-theme="sparks"] .main-nav > a,
[data-theme="sparks"] .nav-dropdown summary {
  color: #17364c;
}
[data-theme="sparks"] .main-nav > a[aria-current],
[data-theme="sparks"] .main-nav > a:hover,
[data-theme="sparks"] .nav-dropdown[open] summary,
[data-theme="sparks"] .nav-dropdown a:hover {
  background: #eaf3f9;
  color: #175b85;
}
[data-theme="sparks"] .support-section {
  background: #edf4f8;
}
[data-theme="sparks"] .support-card {
  border-top: 3px solid #287aa5;
}
[data-theme="sparks"] .support-card:nth-child(3n + 2) {
  border-top-color: #77508c;
}
[data-theme="sparks"] .support-card:nth-child(3n) {
  border-top-color: #62833a;
}
[data-theme="sparks"] .support-card .icon {
  background: #eaf3f9;
  color: #175b85;
}
[data-theme="sparks"] .support-card:nth-child(3n + 2) .icon {
  background: #f2edf6;
  color: #663681;
}
[data-theme="sparks"] .support-card:nth-child(3n) .icon {
  background: #eef4e6;
  color: #426225;
}
[data-theme="sparks"] .values-strip {
  background: #edf2e7;
  color: #37502c;
}
[data-theme="sparks"] .closing {
  background: #e7f0f6;
  color: #17364c;
}
[data-theme="sparks"] .closing h2 {
  color: #17364c;
}
[data-theme="sparks"] .connect-panel {
  background: #eef3f7;
  color: #17364c;
  border: 1px solid #d9e4eb;
  box-shadow: 0 16px 40px #14344d0d;
}
[data-theme="sparks"] .connect-panel h2 {
  color: #17364c;
}
[data-theme="sparks"] .connect-panel p {
  color: #526575;
}
[data-theme="sparks"] .connect-panel .eyebrow {
  color: #175b85;
}
[data-theme="sparks"] .connect-steps div {
  color: #17364c;
  background: #fffefa;
  border-color: #d9e4eb;
}
[data-theme="sparks"] .connect-steps span {
  color: #663681;
  background: #f2edf6;
  border-radius: 50%;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
[data-theme="sparks"]
  :is(a, button, summary, input, textarea, select):focus-visible {
  outline: 3px solid #663681;
  outline-offset: 3px;
}
[data-theme="sparks"] :is(.topline, footer) :is(a, button):focus-visible {
  outline-color: #fff;
}
[data-theme="sparks"] footer {
  background: #14344d;
}
[data-theme="sparks"] footer .brand {
  color: #fff;
}
@media (max-width: 760px) {
  .topline .container {
    justify-content: center;
    gap: 6px;
    padding-block: 6px;
  }
  .design-picker {
    justify-content: center;
  }
  .design-picker button {
    min-height: 36px;
    padding-inline: 12px;
  }
}
