/* 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;
}
