/* Scoped WordPress-source composition for the three public volunteer routes. */
body.row-signature .volunteer-exact {
  --ve-ink: #243b43;
  --ve-blue: #4f6d7a;
  --ve-orange: #a94322;
  --ve-paper: #fdf6ec;
  --ve-rule: #d8e1e5;
  width: min(100%, 78rem);
  margin: 0 auto;
  background: #fff;
  color: var(--ve-ink);
}

body.row-signature .volunteer-exact__masthead {
  padding: clamp(3rem, 8vw, 6.75rem) clamp(1.25rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
  text-align: center;
  border-bottom: 1px solid var(--ve-rule);
  background: var(--ve-paper);
}

body.row-signature .volunteer-exact__eyebrow,
body.row-signature .volunteer-exact__section-heading > p {
  margin: 0 0 .6rem;
  color: var(--ve-orange) !important;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.row-signature .volunteer-exact h1,
body.row-signature .volunteer-exact h2,
body.row-signature .volunteer-exact h3 { color: var(--ve-ink) !important; }
body.row-signature .volunteer-exact h1 { margin: 0; font-size: clamp(2.8rem, 7vw, 5.75rem) !important; line-height: .98; }
body.row-signature .volunteer-exact h2 { margin: 0; font-size: clamp(1.8rem, 3.8vw, 3rem) !important; line-height: 1.1; }
body.row-signature .volunteer-exact h3 { line-height: 1.2; }
body.row-signature .volunteer-exact__mission { max-width: 52rem; margin: 1.5rem auto 0; font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.7; }

body.row-signature .volunteer-exact__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 2rem; }
body.row-signature .volunteer-exact__button,
body.row-signature .volunteer-exact__submit {
  display: inline-flex; min-height: 2.9rem; align-items: center; justify-content: center;
  padding: .7rem 1.1rem; border: 1px solid var(--ve-blue); border-radius: 0;
  background: var(--ve-blue); color: #fff !important; font-weight: 800; letter-spacing: .04em;
  text-decoration: none; transition: background .18s ease, color .18s ease;
}
body.row-signature .volunteer-exact__button:hover,
body.row-signature .volunteer-exact__submit:hover { background: var(--ve-orange); border-color: var(--ve-orange); }
body.row-signature .volunteer-exact__button--quiet { background: transparent; color: var(--ve-blue) !important; }

body.row-signature .volunteer-exact__section { padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid var(--ve-rule); }
body.row-signature .volunteer-exact__section > div { max-width: 68rem; margin-inline: auto; }
body.row-signature .volunteer-exact__section-heading { max-width: 48rem; margin-bottom: 2rem; }
body.row-signature .volunteer-exact__section-heading > span { display: block; margin-top: .75rem; color: #52636c; }
body.row-signature .volunteer-exact__section-heading > span a { color: #294965; text-decoration: underline; text-underline-offset: .18em; }
body.row-signature .volunteer-exact__section--paper { background: var(--ve-paper); }

body.row-signature .volunteer-exact__signup-layout { display: grid; grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 6vw, 6rem); padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 5rem); }
body.row-signature .volunteer-exact__requirements { align-self: start; padding: 1.5rem 0; border-top: 5px solid var(--ve-orange); }
body.row-signature .volunteer-exact__requirements h2 { margin-top: 1.8rem; font-size: clamp(1.45rem, 2.7vw, 2.25rem) !important; }
body.row-signature .volunteer-exact__requirements ul { padding-left: 1.1rem; }
body.row-signature .volunteer-exact__requirements li { margin: .8rem 0; padding-left: .3rem; }
body.row-signature .volunteer-exact__requirements li a { text-decoration: underline; text-underline-offset: .18em; }
body.row-signature .volunteer-exact__portal-note a { text-decoration: underline; text-underline-offset: .18em; }
body.row-signature .volunteer-exact :is(a, .volunteer-exact__requirements a) { color: var(--ve-blue); }
body.row-signature .volunteer-exact__form-panel { padding: clamp(1.35rem, 3vw, 2.5rem); border: 1px solid var(--ve-rule); background: #fff; box-shadow: 12px 12px 0 rgba(79,109,122,.12); }
body.row-signature .volunteer-exact__form { display: grid; gap: 1.25rem; }
body.row-signature .volunteer-exact__form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
body.row-signature .volunteer-exact__form label,
body.row-signature .volunteer-exact__form legend { display: block; color: var(--ve-ink); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
body.row-signature .volunteer-exact__form :is(input:not([type="radio"]), select, textarea) { width: 100%; margin-top: .45rem; padding: .75rem; border: 1px solid #aabac1; border-radius: 0; background: #fff; color: var(--ve-ink); font: inherit; text-transform: none; }
body.row-signature .volunteer-exact__two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
body.row-signature .volunteer-exact__radios { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .45rem; }
body.row-signature .volunteer-exact__radios label { display: flex; align-items: center; gap: .35rem; font-size: .76rem; }
body.row-signature .volunteer-exact__radios input { accent-color: var(--ve-orange); }
body.row-signature .volunteer-exact__submit { width: 100%; cursor: pointer; font: inherit; text-transform: uppercase; }
body.row-signature .volunteer-exact__notice,
body.row-signature .volunteer-exact__error { margin-bottom: 1rem; padding: 1rem; border: 1px solid var(--ve-rule); background: var(--ve-paper); }
body.row-signature .volunteer-exact__error { border-color: #b44d4d; color: #7d2020; }

body.row-signature .volunteer-exact__documents { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; border: 1px solid var(--ve-rule); background: var(--ve-rule); }
body.row-signature .volunteer-exact__documents li { background: #fff; }
body.row-signature .volunteer-exact__documents a { display: block; min-height: 100%; padding: 1.25rem; color: var(--ve-blue); font-weight: 800; text-decoration: none; }
body.row-signature .volunteer-exact__documents a:hover { background: var(--ve-paper); color: var(--ve-orange); }
body.row-signature .volunteer-exact__tool-list { display: grid; gap: 2.5rem; }
body.row-signature .volunteer-exact__tool { padding: clamp(1rem, 3vw, 2rem); border: 1px solid var(--ve-rule); background: #fff; }
body.row-signature .volunteer-exact__tool :is(h3, h4) { color: var(--ve-ink) !important; }
body.row-signature .volunteer-exact__tool img { filter: none !important; }
body.row-signature .volunteer-exact__tool-card { padding: clamp(1rem, 3vw, 2rem); border: 1px solid var(--ve-rule) !important; background: #fff !important; color: var(--ve-ink) !important; }
body.row-signature .volunteer-exact--resources :is(.volunteer-exact__tool, .volunteer-exact__tool-card) .volunteer-exact__tool-title { color: var(--ve-ink) !important; }
body.row-signature .volunteer-exact--resources :is(.volunteer-exact__tool, .volunteer-exact__tool-card) .volunteer-exact__tool-description { color: #52636c !important; }
body.row-signature .volunteer-exact--resources .volunteer-exact__tool-download { background: #f2b544 !important; color: #243b43 !important; }
body.row-signature .volunteer-exact--resources .volunteer-exact__tool-download:hover { background: #fff !important; color: #243b43 !important; }
body.row-signature .volunteer-exact--resources .volunteer-exact__tool-details { border-color: var(--ve-rule) !important; background: var(--ve-paper) !important; color: var(--ve-ink) !important; }
body.row-signature .volunteer-exact--resources .volunteer-exact__tool-details :is(summary, h4) { color: var(--ve-ink) !important; }
body.row-signature .volunteer-exact__video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
body.row-signature .volunteer-exact__video-card { overflow: hidden; border: 1px solid var(--ve-rule); background: #fff; }
body.row-signature .volunteer-exact__video-card h3 { margin: 0; padding: 1rem; font-size: 1.15rem !important; }
body.row-signature .volunteer-exact--resources #section-videos > div > article,
body.row-signature .volunteer-exact--resources #section-techniques > div > article { border-radius: 0 !important; }

@media (max-width: 760px) {
  body.row-signature .volunteer-exact__signup-layout,
  body.row-signature .volunteer-exact__two-col { grid-template-columns: 1fr; }
  body.row-signature .volunteer-exact__requirements { padding-top: 1rem; }
  body.row-signature .volunteer-exact__video-grid { grid-template-columns: 1fr; }
  body.row-signature .volunteer-exact__documents { grid-template-columns: 1fr; }
  body.row-signature .volunteer-exact__section { padding-inline: 1rem; }
}

/* Volunteer Training — homepage-aligned editorial media library. */
body.row-signature .volunteer-exact--training {
  width: 100%;
  max-width: none;
  overflow: clip;
  background: var(--row-paper, #f7f5f0);
  color: var(--row-ink, #142027);
}

body.row-signature .volunteer-exact--training,
body.row-signature .volunteer-exact--training * {
  box-sizing: border-box;
}

body.row-signature .volunteer-training-hero {
  position: relative;
  min-height: clamp(34rem, 62vw, 43rem);
  overflow: hidden;
  isolation: isolate;
  background: #172c3f;
}

body.row-signature .volunteer-training-hero__image,
body.row-signature .volunteer-training-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.row-signature .volunteer-training-hero__image {
  z-index: -3;
  display: block;
  max-width: none;
  object-fit: cover;
  object-position: center 46%;
  filter: none !important;
  transform: scale(1.015);
}

body.row-signature .volunteer-training-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(10, 24, 35, .9) 0%, rgba(10, 24, 35, .7) 46%, rgba(10, 24, 35, .18) 78%),
    linear-gradient(180deg, rgba(10, 24, 35, .12) 42%, rgba(10, 24, 35, .76) 100%);
}

body.row-signature .volunteer-training-hero__shell,
body.row-signature .volunteer-training-library__shell {
  width: min(82.5rem, calc(100% - 5rem));
  margin-inline: auto;
}

body.row-signature .volunteer-training-hero__shell {
  display: flex;
  align-items: flex-end;
  min-height: inherit;
  padding: 7rem 0 8.25rem;
}

body.row-signature .volunteer-training-hero__copy {
  width: min(48rem, 70%);
}

body.row-signature .volunteer-training-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  margin: 0 0 1.25rem;
  padding: .5rem 1rem;
  border-radius: 999px;
  background: rgba(247, 245, 240, .92);
  color: var(--row-ink, #142027) !important;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

body.row-signature .volunteer-exact--training .volunteer-training-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #fffdfa !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(3.35rem, 7vw, 6.75rem) !important;
  font-weight: 700 !important;
  letter-spacing: -.055em;
  line-height: .94;
  text-wrap: balance;
}

body.row-signature .volunteer-training-hero__portal-note {
  max-width: 43rem;
  margin: 1.7rem 0 0;
  color: rgba(255, 255, 255, .9) !important;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.6;
}

body.row-signature .volunteer-training-hero__portal-note a {
  color: #fff !important;
  font-weight: 700;
  text-decoration-color: var(--row-yellow, #ffc94f);
  text-decoration-thickness: 2px;
  text-underline-offset: .25em;
}

body.row-signature .volunteer-training-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

body.row-signature .volunteer-training-hero__action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
  padding: 0 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

body.row-signature .volunteer-training-hero__action svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

body.row-signature .volunteer-training-hero__action--primary {
  background: var(--row-orange, #f15a24);
  color: #fff !important;
}

body.row-signature .volunteer-training-hero__action--secondary {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
  backdrop-filter: blur(14px);
}

body.row-signature .volunteer-training-hero__action:hover {
  border-color: #fff;
  background: #fff;
  color: var(--row-berry-dark, #73172e) !important;
  transform: translateY(-2px);
}

body.row-signature .volunteer-training-hero__action:active {
  transform: translateY(0);
}

body.row-signature .volunteer-training-hero__action:focus-visible,
body.row-signature .volunteer-training-card__media button:focus-visible {
  outline: 3px solid var(--row-yellow, #ffc94f) !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 2px #142027 !important;
}

body.row-signature .volunteer-training-hero__book-edge {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: clamp(3.25rem, 6vw, 4.75rem);
  fill: var(--row-paper, #f7f5f0);
  pointer-events: none;
}

body.row-signature .volunteer-training-library {
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(6rem, 9vw, 9rem);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 201, 79, .18), transparent 27rem),
    var(--row-paper, #f7f5f0);
}

body.row-signature .volunteer-training-library__heading {
  display: grid;
  grid-template-columns: minmax(10rem, .48fr) minmax(0, 1.52fr);
  align-items: start;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(20, 32, 39, .2);
}

body.row-signature .volunteer-training-library__heading > p {
  display: inline-flex;
  width: fit-content;
  min-height: 2.25rem;
  margin: 0;
  padding: .5rem 1rem;
  align-items: center;
  border-radius: 999px;
  background: #ede1cf;
  color: var(--row-ink, #142027) !important;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

body.row-signature .volunteer-exact--training .volunteer-training-library h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--row-ink, #142027) !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(2.65rem, 5.2vw, 5rem) !important;
  font-weight: 500 !important;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-wrap: balance;
}

body.row-signature .volunteer-training-library__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.65rem);
}

body.row-signature .volunteer-training-card {
  grid-column: span 3;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 39, .14) !important;
  border-radius: 1.6rem !important;
  background: var(--row-white, #fffdfa);
  box-shadow: 0 1.1rem 3rem rgba(24, 40, 47, .09);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

body.row-signature .volunteer-training-card--featured {
  grid-column: span 6;
}

body.row-signature .volunteer-exact--training .volunteer-training-card__media {
  position: relative;
  display: grid !important;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0;
  background: #1b3349 !important;
  place-items: center;
  isolation: isolate;
}

body.row-signature .volunteer-exact--training .volunteer-training-card__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  background: linear-gradient(180deg, rgba(10, 23, 34, .04), rgba(10, 23, 34, .44));
  content: "";
  pointer-events: none;
}

body.row-signature .volunteer-training-card__poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: none !important;
  transform: scale(1.005);
  transition: transform 520ms cubic-bezier(.22, 1, .36, 1);
}

body.row-signature .volunteer-exact--training .volunteer-training-card__media button {
  position: relative;
  z-index: 2;
  width: clamp(3.7rem, 6vw, 4.8rem);
  height: clamp(3.7rem, 6vw, 4.8rem);
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--row-yellow, #ffc94f) !important;
  color: var(--row-ink, #142027) !important;
  box-shadow: 0 .75rem 2rem rgba(10, 23, 34, .3);
  transition: background-color 200ms ease, transform 200ms ease;
}

body.row-signature .volunteer-exact--training .volunteer-training-card__media button:hover {
  background: #fff !important;
  transform: scale(1.07);
}

body.row-signature .volunteer-exact--training .volunteer-training-card__media iframe {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
}

body.row-signature .volunteer-training-card__body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  min-height: 7.6rem;
  padding: 1.35rem 1.45rem 1.6rem;
}

body.row-signature .volunteer-training-card__index {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  margin: 0;
  border-radius: 50%;
  background: var(--row-green-pale, #dce8d9);
  color: #365c3f !important;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  place-items: center;
}

body.row-signature .volunteer-exact--training .volunteer-training-card h3 {
  margin: .15rem 0 0;
  padding: 0;
  color: var(--row-ink, #142027) !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem) !important;
  font-weight: 700 !important;
  letter-spacing: -.02em;
  line-height: 1.3;
  text-wrap: balance;
}

@media (hover: hover) and (pointer: fine) {
  body.row-signature .volunteer-training-card:hover {
    border-color: rgba(41, 73, 101, .45) !important;
    box-shadow: 0 1.5rem 3.8rem rgba(24, 40, 47, .15);
    transform: translateY(-.3rem);
  }

  body.row-signature .volunteer-training-card:hover .volunteer-training-card__poster {
    transform: scale(1.045);
  }
}

@media (max-width: 68.75rem) {
  body.row-signature .volunteer-training-card,
  body.row-signature .volunteer-training-card--featured {
    grid-column: span 6;
  }
}

@media (max-width: 48rem) {
  body.row-signature .volunteer-training-hero {
    min-height: 41rem;
  }

  body.row-signature .volunteer-training-hero__image {
    object-position: 58% center;
  }

  body.row-signature .volunteer-training-hero__shade {
    background: linear-gradient(180deg, rgba(10, 24, 35, .18) 0%, rgba(10, 24, 35, .88) 66%, rgba(10, 24, 35, .96) 100%);
  }

  body.row-signature .volunteer-training-hero__shell,
  body.row-signature .volunteer-training-library__shell {
    width: min(100% - 2.5rem, 42rem);
  }

  body.row-signature .volunteer-training-hero__shell {
    align-items: flex-end;
    padding: 6.5rem 0 6.5rem;
  }

  body.row-signature .volunteer-training-hero__copy {
    width: 100%;
  }

  body.row-signature .volunteer-training-library__heading {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  body.row-signature .volunteer-training-card,
  body.row-signature .volunteer-training-card--featured {
    grid-column: span 12;
  }
}

@media (max-width: 30rem) {
  body.row-signature .volunteer-training-hero {
    min-height: 44rem;
  }

  body.row-signature .volunteer-training-hero__shell,
  body.row-signature .volunteer-training-library__shell {
    width: calc(100% - 2rem);
  }

  body.row-signature .volunteer-exact--training .volunteer-training-hero h1 {
    font-size: clamp(2.45rem, 12.5vw, 3.75rem) !important;
  }

  body.row-signature .volunteer-training-hero__actions {
    display: grid;
  }

  body.row-signature .volunteer-training-hero__action {
    width: 100%;
  }

  body.row-signature .volunteer-training-library {
    padding-top: 4.5rem;
  }

  body.row-signature .volunteer-training-card {
    border-radius: 1.25rem !important;
  }

  body.row-signature .volunteer-training-card__body {
    min-height: 0;
    padding: 1.1rem 1.1rem 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.row-signature .volunteer-training-hero__image,
  body.row-signature .volunteer-training-hero__action,
  body.row-signature .volunteer-training-card,
  body.row-signature .volunteer-training-card__poster,
  body.row-signature .volunteer-training-card__media button {
    transform: none !important;
    transition: none !important;
  }
}

/* 2026 homepage-aligned volunteer resource library. */
body.row-signature.page-pages-volunteer-resources .volunteer-exact--resources {
  --resource-cream: #f3ecdf;
  --resource-paper: #fffaf2;
  --resource-navy: #294965;
  --resource-forest: #4f7357;
  --resource-berry: #8f1d4b;
  --resource-orange: #d84a1b;
  --resource-gold: #ffc94f;
  --resource-lavender: #765797;
  background: var(--resource-cream);
}

body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero {
  min-height: clamp(30rem, 48vw, 37rem);
  border-bottom: .45rem solid var(--resource-gold);
}

body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero__shade {
  background:
    linear-gradient(90deg, rgba(12, 29, 41, .94) 0%, rgba(12, 29, 41, .74) 48%, rgba(12, 29, 41, .14) 86%),
    linear-gradient(180deg, rgba(12, 29, 41, .04), rgba(12, 29, 41, .72));
}

body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero__shell {
  width: min(82rem, calc(100% - 5rem));
  padding-block: 6.5rem 7.25rem;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero__eyebrow {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--resource-gold) !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero__eyebrow::before {
  width: 2.8rem;
  height: .24rem;
  margin-right: .8rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero h1 {
  max-width: 10ch !important;
  font-size: clamp(3.4rem, 7vw, 6.4rem) !important;
  line-height: .98 !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero__nav {
  max-width: 46rem;
  gap: .65rem;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero__nav a {
  min-height: 3.1rem;
  border-radius: .8rem;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero__book-edge {
  display: none;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-section {
  position: relative;
  padding: clamp(4.75rem, 7vw, 7rem) clamp(2rem, 5vw, 5rem);
  overflow: hidden;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-section > div {
  position: relative;
  z-index: 1;
  width: min(78rem, 100%);
  margin-inline: auto;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-section:nth-of-type(odd) {
  background:
    radial-gradient(circle at 94% 8%, rgba(255, 201, 79, .15), transparent 24rem),
    var(--resource-cream);
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 8% 88%, rgba(79, 115, 87, .12), transparent 24rem),
    var(--resource-paper);
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading {
  grid-template-columns: minmax(8rem, .3fr) minmax(0, 1.7fr);
  gap: .4rem clamp(2rem, 5vw, 5rem);
  margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
  padding-bottom: clamp(1.7rem, 3vw, 2.4rem);
  border-bottom-color: rgba(20, 32, 39, .16);
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading > p {
  position: relative;
  padding: 4rem 0 0;
  border-radius: 0;
  background: transparent;
  color: var(--resource-navy) !important;
  font-size: .74rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading > p::before,
body.row-signature.page-pages-volunteer-resources .volunteer-resource-ted > div > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.15rem;
  height: 3.15rem;
  background: var(--section-accent, var(--resource-gold));
  clip-path: polygon(50% 0%, 61.8% 34.5%, 98% 35.5%, 69% 57%, 79.5% 92%, 50% 71%, 20.5% 92%, 31% 57%, 2% 35.5%, 38.2% 34.5%);
  content: "";
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-documents { --section-accent: var(--resource-gold); }
body.row-signature.page-pages-volunteer-resources .volunteer-resource-tools { --section-accent: #90d5ee; }
body.row-signature.page-pages-volunteer-resources .volunteer-resource-videos { --section-accent: #f4a5c0; }
body.row-signature.page-pages-volunteer-resources .volunteer-resource-techniques { --section-accent: #a8d5ad; }

body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading h2 {
  max-width: 15ch;
  color: var(--resource-navy) !important;
  font-size: clamp(2.55rem, 5vw, 4.7rem) !important;
  font-weight: 700 !important;
  line-height: 1.02;
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading > span {
  color: #435865;
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents {
  gap: 1rem;
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents li {
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 1.2rem 2.8rem rgba(20, 32, 39, .12);
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents li:nth-child(1) { background: var(--resource-navy); }
body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents li:nth-child(2) { background: var(--resource-forest); }
body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents li:nth-child(3) { background: var(--resource-berry); }

body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents li:nth-child(n) {
  border-top: 0;
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents a {
  position: relative;
  min-height: 11rem;
  padding: 1.65rem;
  color: #fff !important;
  font-size: 1.18rem;
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents a::before {
  position: absolute;
  top: 1.4rem;
  left: 1.45rem;
  width: 1.8rem;
  height: 1.8rem;
  background: var(--resource-gold);
  clip-path: polygon(50% 0%, 61.8% 34.5%, 98% 35.5%, 69% 57%, 79.5% 92%, 50% 71%, 20.5% 92%, 31% 57%, 2% 35.5%, 38.2% 34.5%);
  content: "";
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents a:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff !important;
  transform: translateY(-.25rem);
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-tool-card {
  padding: clamp(1.5rem, 3vw, 2.5rem) !important;
  border: 0 !important;
  border-radius: 1.5rem !important;
  box-shadow: 0 1.5rem 3.4rem rgba(20, 32, 39, .16);
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-tool-card:nth-child(1) {
  background: var(--resource-navy) !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-tool-card:nth-child(2) {
  background: var(--resource-berry) !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-tool-card :is(.volunteer-exact__tool-title, .volunteer-exact__tool-description) {
  color: #fff !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-tool-card a:not(.volunteer-exact__tool-download) {
  color: #fff !important;
  text-decoration-color: var(--resource-gold);
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__tool-download {
  border-radius: .75rem !important;
  background: var(--resource-gold) !important;
  color: #172632 !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-tool-card figure {
  border: 0;
  border-radius: 1rem !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-featured-video,
body.row-signature.page-pages-volunteer-resources .volunteer-resource-video-card,
body.row-signature.page-pages-volunteer-resources .volunteer-resource-ted > div > div {
  border: 1px solid rgba(20, 32, 39, .1) !important;
  border-radius: 1.35rem !important;
  background: var(--resource-paper) !important;
  box-shadow: 0 1.15rem 2.8rem rgba(20, 32, 39, .09);
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-video-grid .volunteer-resource-video-card:nth-child(3n + 1) { border-top: .42rem solid var(--resource-berry) !important; }
body.row-signature.page-pages-volunteer-resources .volunteer-resource-video-grid .volunteer-resource-video-card:nth-child(3n + 2) { border-top: .42rem solid var(--resource-forest) !important; }
body.row-signature.page-pages-volunteer-resources .volunteer-resource-video-grid .volunteer-resource-video-card:nth-child(3n) { border-top: .42rem solid var(--resource-orange) !important; }

body.row-signature.page-pages-volunteer-resources .volunteer-resource-technique-grid .volunteer-resource-video-card:nth-child(4n + 1) { border-top: .42rem solid var(--resource-navy) !important; }
body.row-signature.page-pages-volunteer-resources .volunteer-resource-technique-grid .volunteer-resource-video-card:nth-child(4n + 2) { border-top: .42rem solid var(--resource-forest) !important; }
body.row-signature.page-pages-volunteer-resources .volunteer-resource-technique-grid .volunteer-resource-video-card:nth-child(4n + 3) { border-top: .42rem solid var(--resource-berry) !important; }
body.row-signature.page-pages-volunteer-resources .volunteer-resource-technique-grid .volunteer-resource-video-card:nth-child(4n) { border-top: .42rem solid var(--resource-lavender) !important; }

body.row-signature.page-pages-volunteer-resources .volunteer-resource-video-card__body {
  min-height: 7rem;
  padding: 1.4rem 1.5rem 1.65rem !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-video-card h3,
body.row-signature.page-pages-volunteer-resources .volunteer-resource-featured-video h3,
body.row-signature.page-pages-volunteer-resources .volunteer-resource-ted h2 {
  color: var(--resource-navy) !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-video__media button {
  border-radius: .9rem;
  background: var(--resource-gold) !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-ted > div > div {
  position: relative;
  padding-top: 6.2rem;
}

body.row-signature.page-pages-volunteer-resources .volunteer-resource-ted > div > div:first-child { --section-accent: var(--resource-orange); }
body.row-signature.page-pages-volunteer-resources .volunteer-resource-ted > div > div:last-child { --section-accent: var(--resource-lavender); }

body.row-signature.page-pages-volunteer-resources .volunteer-resource-ted > div > div::before {
  top: 1.8rem;
  left: 1.8rem;
}

@media (hover: hover) and (pointer: fine) {
  body.row-signature.page-pages-volunteer-resources .volunteer-resource-video-card:hover,
  body.row-signature.page-pages-volunteer-resources .volunteer-resource-featured-video:hover {
    box-shadow: 0 1.7rem 3.8rem rgba(20, 32, 39, .15);
    transform: translateY(-.35rem);
  }
}

@media (max-width: 48rem) {
  body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero {
    min-height: 41rem;
  }

  body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero__shell {
    width: calc(100% - 2rem);
    padding-block: 6rem 4rem;
  }

  body.row-signature.page-pages-volunteer-resources .volunteer-resource-section {
    padding: 4rem 1rem 4.75rem;
  }

  body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading > p {
    grid-row: auto;
    padding-top: 3.4rem;
  }

  body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading > span {
    grid-column: auto;
  }

  body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading > p::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}

@media (max-width: 30rem) {
  body.row-signature.page-pages-volunteer-resources .volunteer-resources-hero__nav a {
    border-radius: .75rem;
  }

  body.row-signature.page-pages-volunteer-resources .volunteer-resource-tool-card,
  body.row-signature.page-pages-volunteer-resources .volunteer-resource-featured-video,
  body.row-signature.page-pages-volunteer-resources .volunteer-resource-video-card,
  body.row-signature.page-pages-volunteer-resources .volunteer-resource-ted > div > div {
    border-radius: 1.1rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.row-signature.page-pages-volunteer-resources .volunteer-resource-featured-video {
    transform: none !important;
    transition: none !important;
  }
}

/* Volunteer Signup + Resources — extend the approved photo-led volunteer system. */
body.row-signature :is(.volunteer-exact--signup, .volunteer-exact--resources) {
  width: 100%;
  max-width: none;
  overflow: clip;
  background: var(--row-paper, #f7f5f0);
  color: var(--row-ink, #142027);
}

body.row-signature :is(.volunteer-exact--signup, .volunteer-exact--resources),
body.row-signature :is(.volunteer-exact--signup, .volunteer-exact--resources) * {
  box-sizing: border-box;
}

body.row-signature :is(.volunteer-signup-hero, .volunteer-resources-hero) {
  position: relative;
  min-height: clamp(34rem, 58vw, 42rem);
  overflow: hidden;
  isolation: isolate;
  background: #172c3f;
}

body.row-signature :is(.volunteer-signup-hero__image, .volunteer-resources-hero__image),
body.row-signature :is(.volunteer-signup-hero__shade, .volunteer-resources-hero__shade) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.row-signature :is(.volunteer-signup-hero__image, .volunteer-resources-hero__image) {
  z-index: -3;
  display: block;
  max-width: none;
  object-fit: cover;
  filter: none !important;
  transform: scale(1.015);
}

body.row-signature .volunteer-signup-hero__image {
  object-position: center 48%;
}

body.row-signature .volunteer-resources-hero__image {
  object-position: center 46%;
}

body.row-signature :is(.volunteer-signup-hero__shade, .volunteer-resources-hero__shade) {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(10, 24, 35, .92) 0%, rgba(10, 24, 35, .72) 48%, rgba(10, 24, 35, .2) 82%),
    linear-gradient(180deg, rgba(10, 24, 35, .08) 34%, rgba(10, 24, 35, .78) 100%);
}

body.row-signature :is(.volunteer-signup-hero__shell, .volunteer-resources-hero__shell) {
  display: flex;
  width: min(82.5rem, calc(100% - 5rem));
  min-height: inherit;
  margin-inline: auto;
  padding: 7rem 0 8.25rem;
  align-items: flex-end;
}

body.row-signature :is(.volunteer-signup-hero__copy, .volunteer-resources-hero__copy) {
  width: min(50rem, 74%);
}

body.row-signature .volunteer-signup-hero__copy {
  width: min(60rem, 82%);
}

body.row-signature :is(.volunteer-signup-hero__eyebrow, .volunteer-resources-hero__eyebrow) {
  display: inline-flex;
  min-height: 2.25rem;
  margin: 0 0 1.25rem;
  padding: .5rem 1rem;
  align-items: center;
  border-radius: 999px;
  background: rgba(247, 245, 240, .94);
  color: var(--row-ink, #142027) !important;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

body.row-signature .volunteer-exact--signup .volunteer-signup-hero h1,
body.row-signature .volunteer-exact--resources .volunteer-resources-hero h1 {
  max-width: 13ch;
  margin: 0;
  color: #fffdfa !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(3.35rem, 7vw, 6.75rem) !important;
  font-weight: 700 !important;
  letter-spacing: -.055em;
  line-height: .94;
  text-wrap: balance;
}

body.row-signature .volunteer-signup-hero__mission {
  max-width: 44rem;
  margin: 1.7rem 0 0;
  color: rgba(255, 255, 255, .92) !important;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

body.row-signature .volunteer-signup-hero__actions,
body.row-signature .volunteer-resources-hero__nav {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

body.row-signature .volunteer-signup-hero__action,
body.row-signature .volunteer-resources-hero__nav a {
  display: inline-flex;
  min-height: 3.5rem;
  padding: 0 1.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

body.row-signature .volunteer-signup-hero__action--primary {
  border-color: transparent;
  background: var(--row-orange, #f15a24);
}

body.row-signature .volunteer-signup-hero__action svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

body.row-signature :is(.volunteer-signup-hero__action, .volunteer-resources-hero__nav a):hover {
  border-color: #fff;
  background: #fff;
  color: var(--row-berry-dark, #73172e) !important;
  transform: translateY(-2px);
}

body.row-signature :is(.volunteer-signup-hero__action, .volunteer-resources-hero__nav a):active {
  transform: translateY(0);
}

body.row-signature :is(.volunteer-signup-hero__action, .volunteer-resources-hero__nav a):focus-visible,
body.row-signature .volunteer-signup-path__button:focus-visible,
body.row-signature .volunteer-exact--signup :is(input, select, textarea, button, summary):focus-visible,
body.row-signature .volunteer-exact--resources :is(a, button, summary):focus-visible {
  outline: 3px solid var(--row-yellow, #ffc94f) !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 2px #142027 !important;
}

body.row-signature :is(.volunteer-signup-hero__book-edge, .volunteer-resources-hero__book-edge) {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: clamp(3.25rem, 6vw, 4.75rem);
  fill: var(--row-paper, #f7f5f0);
  pointer-events: none;
}

/* Signup */
body.row-signature .volunteer-signup-content {
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(7rem, 10vw, 10rem);
  background:
    radial-gradient(circle at 8% 12%, rgba(185, 208, 215, .38), transparent 29rem),
    radial-gradient(circle at 92% 88%, rgba(255, 201, 79, .16), transparent 26rem),
    var(--row-paper, #f7f5f0);
}

body.row-signature .volunteer-signup-path {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.2fr);
  width: min(76rem, calc(100% - 5rem));
  margin-inline: auto;
  border: 1px solid rgba(20, 32, 39, .13);
  border-radius: 2.25rem;
  overflow: hidden;
  background: #fffdfa;
  box-shadow: 0 1.7rem 4.5rem rgba(20, 32, 39, .12);
}

body.row-signature .volunteer-signup-path::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: .5rem;
  background: linear-gradient(90deg, var(--row-yellow, #ffc94f), var(--row-orange, #f15a24) 34%, var(--row-berry, #8b3a52) 68%, var(--row-green, #6b8e5c));
  content: "";
}

body.row-signature .volunteer-signup-path__intro {
  position: relative;
  display: flex;
  min-height: 40rem;
  padding: clamp(3rem, 5vw, 5rem) clamp(2rem, 4vw, 4rem);
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 100%, rgba(144, 213, 238, .22), transparent 18rem),
    radial-gradient(circle at 94% 6%, rgba(255, 201, 79, .18), transparent 16rem),
    var(--row-blue, #294965);
  color: #fff;
}

body.row-signature .volunteer-signup-path__intro::after {
  position: absolute;
  right: -6rem;
  bottom: -9rem;
  width: 19rem;
  height: 19rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(255, 255, 255, .035), 0 0 0 6rem rgba(255, 255, 255, .025);
  content: "";
}

body.row-signature .volunteer-signup-path__eyebrow,
body.row-signature .volunteer-signup-path__heading p {
  margin: 0;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body.row-signature .volunteer-signup-path__eyebrow {
  color: var(--row-yellow, #ffc94f) !important;
}

body.row-signature .volunteer-signup-path__intro h2 {
  max-width: 9.5em;
  margin: 1.4rem 0 0;
  color: #fffdfa !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(2.4rem, 4.5vw, 4.35rem) !important;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1.04;
  text-wrap: balance;
}

body.row-signature .volunteer-signup-path__intro h2 em {
  color: var(--row-yellow, #ffc94f);
  font-weight: 400;
}

body.row-signature .volunteer-signup-path__lead {
  max-width: 29rem;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, .78) !important;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.7;
}

body.row-signature .volunteer-signup-path__commitment {
  position: relative;
  z-index: 1;
  display: flex;
  width: fit-content;
  margin-top: auto;
  padding-top: clamp(3rem, 7vw, 6rem);
  align-items: flex-end;
  gap: 1rem;
}

body.row-signature .volunteer-signup-path__commitment strong {
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .8;
}

body.row-signature .volunteer-signup-path__commitment span {
  color: rgba(255, 255, 255, .68);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.row-signature .volunteer-signup-path__details {
  display: flex;
  min-width: 0;
  padding: clamp(3rem, 5vw, 5rem) clamp(2rem, 4.5vw, 4.5rem);
  flex-direction: column;
}

body.row-signature .volunteer-signup-path__heading {
  display: flex;
  padding-bottom: 1.3rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(20, 32, 39, .16);
}

body.row-signature .volunteer-signup-path__heading p {
  color: var(--row-orange-dark, #b44724) !important;
}

body.row-signature .volunteer-signup-path__heading span {
  color: rgba(20, 32, 39, .58);
  font-size: .78rem;
}

body.row-signature .volunteer-signup-path__notice {
  display: grid;
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  gap: .2rem;
  border: 1px solid rgba(20, 32, 39, .12);
  border-radius: 1rem;
  background: #eef2f0;
  color: var(--row-ink, #142027);
  font-size: .88rem;
  line-height: 1.45;
}

body.row-signature .volunteer-signup-path__notice--success {
  border-color: rgba(107, 142, 92, .42);
  background: rgba(168, 213, 173, .24);
}

body.row-signature .volunteer-signup-path__notice--error {
  border-color: rgba(180, 71, 36, .42);
  background: rgba(241, 90, 36, .09);
}

body.row-signature .volunteer-signup-path__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.row-signature .volunteer-signup-path__steps li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  margin: 0;
  padding: 1.35rem 0;
  gap: 1rem;
  border-bottom: 1px solid rgba(20, 32, 39, .11);
}

body.row-signature .volunteer-signup-path__number {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  background: var(--row-yellow, #ffc94f);
  color: var(--row-ink, #142027);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  place-items: center;
}

body.row-signature .volunteer-signup-path__steps li:nth-child(2) .volunteer-signup-path__number { background: #a8d5ad; }
body.row-signature .volunteer-signup-path__steps li:nth-child(3) .volunteer-signup-path__number { background: #f4a5c0; }
body.row-signature .volunteer-signup-path__steps li:nth-child(4) .volunteer-signup-path__number { background: #90d5ee; }

body.row-signature .volunteer-signup-path__steps h3 {
  margin: 0;
  color: var(--row-blue, #294965) !important;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 800;
  letter-spacing: .015em;
  line-height: 1.2;
}

body.row-signature .volunteer-signup-path__steps p {
  margin: .35rem 0 0;
  color: rgba(20, 32, 39, .7) !important;
  font-size: .94rem;
  line-height: 1.55;
}

body.row-signature .volunteer-signup-path__steps a,
body.row-signature .volunteer-signup-path__help a {
  color: var(--row-blue, #294965) !important;
  font-weight: 800;
  text-decoration-color: var(--row-yellow, #ffc94f);
  text-decoration-thickness: 2px;
  text-underline-offset: .2rem;
}

body.row-signature .volunteer-signup-path__action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 1.8rem;
  padding: 1.15rem 1.15rem 1.15rem 1.35rem;
  align-items: center;
  gap: 1.25rem;
  border-radius: 1.25rem;
  background: #eef2f0;
}

body.row-signature .volunteer-signup-path__action > div {
  display: grid;
  gap: .2rem;
}

body.row-signature .volunteer-signup-path__action strong {
  color: var(--row-ink, #142027);
  font-size: .96rem;
}

body.row-signature .volunteer-signup-path__action > div span {
  color: rgba(20, 32, 39, .62);
  font-size: .82rem;
  line-height: 1.4;
}

body.row-signature .volunteer-signup-path__button {
  display: inline-flex;
  min-height: 3.65rem;
  padding: .9rem 1.15rem .9rem 1.35rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: .9rem;
  background: var(--row-orange, #f15a24);
  box-shadow: 0 .8rem 1.8rem rgba(180, 71, 36, .18);
  color: #fff !important;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.row-signature .volunteer-signup-path__button svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

body.row-signature .volunteer-signup-path__button:is(:hover, :focus-visible) {
  background: var(--row-blue, #294965);
  box-shadow: 0 1rem 2.1rem rgba(41, 73, 101, .2);
  transform: translateY(-2px);
}

body.row-signature .volunteer-signup-path__button:is(:hover, :focus-visible) svg {
  transform: translateX(.2rem);
}

body.row-signature .volunteer-signup-path__help {
  margin: 1rem 0 0;
  color: rgba(20, 32, 39, .62) !important;
  font-size: .8rem;
  text-align: right;
}

/* Resources */
body.row-signature .volunteer-resources-hero__nav {
  max-width: 48rem;
}

body.row-signature .volunteer-resources-hero__nav a {
  min-height: 3rem;
  padding-inline: 1.1rem;
  font-size: .72rem;
}

body.row-signature .volunteer-exact--resources .volunteer-resource-section {
  padding: clamp(5rem, 8vw, 8rem) clamp(2.5rem, 5vw, 5rem);
  border: 0;
  scroll-margin-top: 7rem;
}

body.row-signature .volunteer-exact--resources .volunteer-resource-section > div {
  max-width: 78rem;
}

body.row-signature .volunteer-exact--resources .volunteer-resource-section:nth-of-type(even) {
  background: #fffdfa;
}

body.row-signature .volunteer-exact--resources .volunteer-resource-section:nth-of-type(odd) {
  background: var(--row-paper, #f7f5f0);
}

body.row-signature .volunteer-exact--resources .volunteer-exact__section-heading {
  display: grid;
  grid-template-columns: minmax(10rem, .42fr) minmax(0, 1.58fr);
  max-width: none;
  gap: .35rem clamp(1.5rem, 4vw, 4.5rem);
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(20, 32, 39, .18);
}

body.row-signature .volunteer-exact--resources .volunteer-exact__section-heading > p {
  grid-row: 1 / span 2;
  width: fit-content;
  height: fit-content;
  margin: .25rem 0 0;
  padding: .55rem 1rem;
  border-radius: 999px;
  background: #ede1cf;
  color: var(--row-ink, #142027) !important;
  line-height: 1;
}

body.row-signature .volunteer-exact--resources .volunteer-exact__section-heading h2 {
  max-width: 18ch;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(2.65rem, 5.2vw, 5rem) !important;
  font-weight: 500 !important;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-wrap: balance;
}

body.row-signature .volunteer-exact--resources .volunteer-exact__section-heading > span {
  grid-column: 2;
  max-width: 55rem;
  margin-top: .85rem;
  font-size: 1.02rem;
  line-height: 1.65;
}

body.row-signature .volunteer-exact--resources .volunteer-exact__documents {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  border: 0;
  background: transparent;
}

body.row-signature .volunteer-exact--resources .volunteer-exact__documents li {
  overflow: hidden;
  border: 1px solid rgba(20, 32, 39, .13);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 .8rem 2.4rem rgba(20, 32, 39, .07);
}

body.row-signature .volunteer-exact--resources .volunteer-exact__documents a {
  display: flex;
  min-height: 9rem;
  padding: 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  color: var(--row-ink, #142027) !important;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.35;
  transition: color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

body.row-signature .volunteer-exact--resources .volunteer-exact__documents li:nth-child(1) {
  border-top: .45rem solid var(--row-blue, #294965);
}

body.row-signature .volunteer-exact--resources .volunteer-exact__documents li:nth-child(2) {
  border-top: .45rem solid var(--row-green, #5b8163);
}

body.row-signature .volunteer-exact--resources .volunteer-exact__documents li:nth-child(3) {
  border-top: .45rem solid var(--row-berry, #8f1d4b);
}

body.row-signature .volunteer-exact--resources .volunteer-exact__documents a:hover {
  background: #f7f5f0;
  color: var(--row-berry-dark, #73172e) !important;
  transform: translateY(-2px);
}

body.row-signature .volunteer-exact--resources .volunteer-exact__tool-list {
  gap: clamp(2rem, 4vw, 3.5rem);
}

body.row-signature .volunteer-exact--resources .volunteer-resource-tool-card {
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid rgba(20, 32, 39, .12) !important;
  border-radius: 2rem !important;
  background: #fff !important;
  box-shadow: 0 1.25rem 3.5rem rgba(20, 32, 39, .09);
}

body.row-signature .volunteer-exact--resources .volunteer-resource-tool-card figure {
  border: 1px solid rgba(20, 32, 39, .1);
}

body.row-signature .volunteer-exact--resources .volunteer-resource-featured-video {
  overflow: hidden;
  border: 1px solid rgba(20, 32, 39, .12);
  border-radius: 2rem !important;
  background: #fff !important;
  box-shadow: 0 1.25rem 3.5rem rgba(20, 32, 39, .1);
}

body.row-signature .volunteer-exact--resources .volunteer-resource-featured-video video {
  display: block;
  min-height: 0;
  border: 0;
  background: #172c3f;
}

body.row-signature .volunteer-resource-video-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 39, .12) !important;
  border-radius: 1.6rem !important;
  background: #fff !important;
  box-shadow: 0 1.1rem 3rem rgba(20, 32, 39, .08);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

body.row-signature .volunteer-exact--resources .volunteer-resource-video__media {
  position: relative;
  display: grid;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: #1b3349 !important;
  place-items: center;
  isolation: isolate;
}

body.row-signature .volunteer-exact--resources .volunteer-resource-video__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  background: linear-gradient(180deg, rgba(10, 23, 34, .04), rgba(10, 23, 34, .45));
  content: "";
}

body.row-signature .volunteer-resource-video__poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: none !important;
  transform: scale(1.005);
  transition: transform 520ms cubic-bezier(.22, 1, .36, 1);
}

body.row-signature .volunteer-exact--resources .volunteer-resource-video__media button {
  position: relative;
  z-index: 2;
  width: clamp(3.7rem, 6vw, 4.8rem);
  height: clamp(3.7rem, 6vw, 4.8rem);
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--row-yellow, #ffc94f) !important;
  color: var(--row-ink, #142027) !important;
  box-shadow: 0 .75rem 2rem rgba(10, 23, 34, .3);
}

body.row-signature .volunteer-exact--resources .volunteer-resource-video__media iframe {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
}

body.row-signature .volunteer-resource-video-card__body {
  min-height: 6.75rem;
  padding: 1.35rem 1.45rem 1.55rem !important;
}

body.row-signature .volunteer-exact--resources .volunteer-resource-video-card h3 {
  margin: 0;
  color: var(--row-ink, #142027) !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-weight: 700 !important;
  letter-spacing: -.02em;
  line-height: 1.25;
  text-wrap: balance;
}

body.row-signature .volunteer-exact--resources .volunteer-resource-video-card__body > p {
  color: #52636c !important;
  line-height: 1.55;
}

body.row-signature .volunteer-exact--resources .volunteer-resource-ted > div {
  gap: clamp(2rem, 4vw, 4rem);
}

body.row-signature .volunteer-exact--resources .volunteer-resource-ted > div > div {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(20, 32, 39, .12);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 1.1rem 3rem rgba(20, 32, 39, .08);
}

body.row-signature .volunteer-exact--resources .volunteer-resource-ted h2 {
  color: var(--row-ink, #142027) !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem) !important;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

body.row-signature .volunteer-exact--resources .volunteer-resource-ted img {
  filter: none !important;
}

@media (hover: hover) and (pointer: fine) {
  body.row-signature .volunteer-resource-video-card:hover {
    border-color: rgba(41, 73, 101, .45) !important;
    box-shadow: 0 1.5rem 3.8rem rgba(20, 32, 39, .14);
    transform: translateY(-.3rem);
  }

  body.row-signature .volunteer-resource-video-card:hover .volunteer-resource-video__poster {
    transform: scale(1.045);
  }
}

@media (max-width: 68.75rem) {
  body.row-signature .volunteer-signup-path {
    grid-template-columns: minmax(16rem, .68fr) minmax(0, 1.32fr);
    width: min(76rem, calc(100% - 3rem));
  }

  body.row-signature .volunteer-signup-path__intro,
  body.row-signature .volunteer-signup-path__details {
    padding-inline: clamp(1.75rem, 3.5vw, 3rem);
  }

  body.row-signature .volunteer-exact--resources .volunteer-exact__documents {
    grid-template-columns: 1fr 1fr;
  }

  body.row-signature .volunteer-exact--resources .volunteer-exact__documents li:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 48rem) {
  body.row-signature :is(.volunteer-signup-hero, .volunteer-resources-hero) {
    min-height: 43rem;
  }

  body.row-signature :is(.volunteer-signup-hero__shade, .volunteer-resources-hero__shade) {
    background: linear-gradient(180deg, rgba(10, 24, 35, .16) 0%, rgba(10, 24, 35, .88) 62%, rgba(10, 24, 35, .97) 100%);
  }

  body.row-signature :is(.volunteer-signup-hero__shell, .volunteer-resources-hero__shell) {
    width: min(100% - 2.5rem, 42rem);
    padding: 6.5rem 0 6.5rem;
  }

  body.row-signature :is(.volunteer-signup-hero__copy, .volunteer-resources-hero__copy) {
    width: 100%;
  }

  body.row-signature .volunteer-signup-hero__image {
    object-position: 56% center;
  }

  body.row-signature .volunteer-resources-hero__image {
    object-position: 58% center;
  }

  body.row-signature .volunteer-signup-path {
    grid-template-columns: 1fr;
    width: min(100% - 2.5rem, 42rem);
  }

  body.row-signature .volunteer-signup-path__intro {
    min-height: 32rem;
  }

  body.row-signature .volunteer-signup-path__action {
    grid-template-columns: 1fr;
  }

  body.row-signature .volunteer-signup-path__button {
    width: 100%;
  }

  body.row-signature .volunteer-exact--resources .volunteer-resource-section {
    padding-inline: 1.25rem;
  }

  body.row-signature .volunteer-exact--resources .volunteer-exact__section-heading {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  body.row-signature .volunteer-exact--resources .volunteer-exact__section-heading > p {
    grid-row: auto;
  }

  body.row-signature .volunteer-exact--resources .volunteer-exact__section-heading > span {
    grid-column: auto;
  }

  body.row-signature .volunteer-exact--resources .volunteer-exact__documents {
    grid-template-columns: 1fr;
  }

  body.row-signature .volunteer-exact--resources .volunteer-exact__documents li:last-child {
    grid-column: auto;
  }
}

@media (max-width: 30rem) {
  body.row-signature :is(.volunteer-signup-hero, .volunteer-resources-hero) {
    min-height: 45rem;
  }

  body.row-signature :is(.volunteer-signup-hero__shell, .volunteer-resources-hero__shell),
  body.row-signature .volunteer-signup-path {
    width: calc(100% - 2rem);
  }

  body.row-signature .volunteer-exact--resources .volunteer-resources-hero h1 {
    font-size: clamp(2.4rem, 12.25vw, 3.7rem) !important;
  }

  body.row-signature .volunteer-exact--signup .volunteer-signup-hero h1 {
    font-size: clamp(1.9rem, 9.4vw, 3.35rem) !important;
  }

  body.row-signature .volunteer-signup-hero__actions,
  body.row-signature .volunteer-resources-hero__nav {
    display: grid;
  }

  body.row-signature .volunteer-signup-hero__action,
  body.row-signature .volunteer-resources-hero__nav a {
    width: 100%;
  }

  body.row-signature .volunteer-signup-content {
    padding-top: 4.5rem;
  }

  body.row-signature .volunteer-signup-path,
  body.row-signature .volunteer-exact--resources .volunteer-resource-tool-card,
  body.row-signature .volunteer-resource-video-card,
  body.row-signature .volunteer-exact--resources .volunteer-resource-ted > div > div {
    border-radius: 1.35rem !important;
  }

  body.row-signature .volunteer-signup-path__intro,
  body.row-signature .volunteer-signup-path__details {
    padding: 2.4rem 1.35rem;
  }

  body.row-signature .volunteer-signup-path__intro {
    min-height: 29rem;
  }

  body.row-signature .volunteer-signup-path__intro h2 {
    font-size: clamp(2.15rem, 11vw, 3rem) !important;
  }

  body.row-signature .volunteer-signup-path__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  body.row-signature .volunteer-signup-path__steps li {
    grid-template-columns: 2.7rem minmax(0, 1fr);
    gap: .75rem;
  }

  body.row-signature .volunteer-signup-path__action {
    padding: 1rem;
  }

  body.row-signature .volunteer-signup-path__help {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.row-signature :is(.volunteer-signup-hero__image, .volunteer-resources-hero__image),
  body.row-signature :is(.volunteer-signup-hero__action, .volunteer-resources-hero__nav a),
  body.row-signature .volunteer-signup-path__button,
  body.row-signature .volunteer-resource-video-card,
  body.row-signature .volunteer-resource-video__poster,
  body.row-signature .volunteer-resource-video__media button {
    transform: none !important;
    transition: none !important;
  }
}

/* Resource-library finish layer: keep the brand stars and dark cards legible
   above the shared signup/resources foundation declared immediately above. */
body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading > p {
  display: flex;
  min-height: 3.15rem;
  margin: 0;
  padding: 0 0 0 4.1rem;
  align-items: center;
  border-radius: 0;
  background: transparent;
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents a,
body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents a:hover {
  color: #fff !important;
}

body.row-signature.page-pages-volunteer-resources .volunteer-exact__documents a::after {
  color: rgba(255, 255, 255, .9);
}

@media (max-width: 48rem) {
  body.row-signature.page-pages-volunteer-resources .volunteer-exact__section-heading > p {
    min-height: 2.6rem;
    padding-left: 3.45rem;
  }
}
