/* Non-visual SEO and performance support for the preserved volunteer& legacy design. */
img { max-width: 100%; }
video { max-width: 100%; background: #000; }
a:focus-visible { outline: 2px solid #ffffff; outline-offset: 2px; }
.hd a, .rightnav a { text-rendering: optimizeLegibility; }
@media (max-width: 760px) {
  body { -webkit-text-size-adjust: 100%; }
}

body.volunteerand-site {
  min-width: 0;
  max-width: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #050607;
  color: #f4f7f8;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.vol-page-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  opacity: .34;
  filter: saturate(.86) contrast(1.04);
}

.volunteerand-site::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.68) 44%, rgba(0,0,0,.3) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.78) 100%);
  pointer-events: none;
}

.vol-shell {
  width: min(1180px, calc(100vw - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 18px 0 42px;
}

.vol-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0 22px;
}

.vol-logo {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.vol-logo img {
  display: block;
  width: 240px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
  background: transparent;
}

.vol-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 3px;
}

.vol-header nav a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  padding: 11px 10px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.vol-header nav a:hover,
.vol-header nav a.is-active {
  color: #fff;
  background: rgba(116, 153, 198, .32);
  border-top-color: #9fc4e8;
}

.vol-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .72fr);
  gap: 42px;
  align-items: end;
  min-height: 500px;
  padding: 42px 0 54px;
}

.vol-hero-copy h1,
.vol-video-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .96;
  font-weight: 700;
  letter-spacing: 0;
}

.vol-hero-copy p:not(.vol-kicker),
.vol-video-hero aside p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.6;
}

.vol-kicker {
  margin: 0 0 14px;
  color: #9fc4e8;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
}

.vol-hero-media {
  margin: 0;
  border-top: 1px solid rgba(159,196,232,.72);
  background: rgba(0,0,0,.38);
}

.vol-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  opacity: .92;
}

.vol-section {
  margin: 0 0 34px;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.18);
}

.vol-prose {
  max-width: 820px;
}

.vol-prose h2,
.vol-split h2,
.vol-panel h3,
.vol-media-callout h2,
.vol-video-hero h1 + p,
.vol-impact h2,
.vol-process h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 30px;
  line-height: 1.14;
  letter-spacing: 0;
}

.vol-prose p,
.vol-split p,
.vol-panel p,
.vol-clean-list,
.vol-timeline p,
.vol-faq p,
.vol-impact p,
.vol-process p {
  margin: 0 0 16px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.65;
}

.vol-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  border-top: 1px solid rgba(159,196,232,.42);
  background: rgba(159,196,232,.34);
}

.vol-metrics div {
  min-height: 112px;
  padding: 20px;
  background: rgba(5,6,7,.76);
}

.vol-metrics strong {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.vol-metrics span {
  display: block;
  margin-top: 9px;
  color: #b8d6c5;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}

.vol-story-grid,
.vol-video-grid,
.vol-impact,
.vol-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(159,196,232,.32);
  padding: 1px;
}

.vol-story-card,
.vol-video-card,
.vol-impact > div,
.vol-process article {
  min-height: 100%;
  background: rgba(5,6,7,.78);
}

.vol-story-card a,
.vol-video-card a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.vol-story-card picture,
.vol-video-card picture {
  display: block;
}

.vol-story-card img,
.vol-video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  filter: grayscale(.08) saturate(.92) contrast(1.08);
}

.vol-story-card span,
.vol-video-card span {
  display: block;
  padding: 18px 18px 0;
  color: #9fc4e8;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.vol-story-card h2,
.vol-video-card h2 {
  min-height: 62px;
  margin: 0;
  padding: 8px 18px 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: 0;
}

.vol-story-card p,
.vol-video-card p {
  margin: 0;
  padding: 12px 18px 22px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.55;
}

.vol-story-card a:hover,
.vol-video-card a:hover {
  background: rgba(116,153,198,.17);
}

.vol-split,
.vol-story-detail,
.vol-media-callout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.vol-panel,
.vol-split > div {
  padding: 26px;
  background: rgba(5,6,7,.62);
  border-top: 1px solid rgba(159,196,232,.58);
}

.vol-panel.accent,
.vol-split > div:nth-child(2) {
  border-top-color: #b8d6c5;
}

.vol-clean-list {
  padding-left: 19px;
}

.vol-clean-list li {
  margin: 0 0 10px;
}

.vol-clean-list.numbered {
  padding-left: 22px;
}

.vol-link,
.vol-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 16px;
  color: #071015;
  background: #b8d6c5;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.vol-link:hover,
.vol-button:hover {
  background: #9fc4e8;
}

.vol-media-callout {
  align-items: center;
  background: rgba(5,6,7,.7);
  padding: 0;
}

.vol-media-callout picture,
.vol-media-callout img {
  display: block;
}

.vol-media-callout img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: grayscale(.08) saturate(.92) contrast(1.08);
}

.vol-media-callout > div {
  padding: 34px;
}

.vol-video-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 30px;
  align-items: center;
  padding: 32px 0 48px;
}

.vol-video-frame {
  background: #000;
  border-top: 1px solid rgba(159,196,232,.72);
}

.vol-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
}

.vol-video-hero aside {
  padding: 28px 0;
}

.vol-video-hero h1 {
  font-size: clamp(34px, 4vw, 58px);
}

.vol-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(159,196,232,.32);
}

.vol-timeline article {
  min-height: 148px;
  padding: 20px;
  background: rgba(5,6,7,.75);
}

.vol-timeline span,
.vol-process span {
  display: block;
  margin-bottom: 12px;
  color: #9fc4e8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.vol-process article,
.vol-impact > div {
  padding: 24px;
}

.vol-faq {
  max-width: 900px;
}

.vol-faq details {
  border-top: 1px solid rgba(159,196,232,.38);
  padding: 19px 0;
}

.vol-faq summary {
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.vol-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.18);
  padding: 18px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  line-height: 1.45;
}

.vol-footer p {
  margin: 0;
}

.vol-footer a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
}

.vol-footer a:hover {
  color: #fff;
}

@media (max-width: 920px) {
  .vol-shell {
    width: min(100% - 28px, 760px);
  }

  .vol-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .vol-header nav {
    justify-content: flex-start;
  }

  .vol-hero,
  .vol-video-hero,
  .vol-split,
  .vol-story-detail,
  .vol-media-callout {
    grid-template-columns: 1fr;
  }

  .vol-hero {
    min-height: 0;
    padding-top: 24px;
  }

  .vol-hero-media img {
    aspect-ratio: 16 / 10;
  }

  .vol-metrics,
  .vol-story-grid,
  .vol-video-grid,
  .vol-impact,
  .vol-process,
  .vol-timeline {
    grid-template-columns: 1fr;
  }

  .vol-footer {
    display: block;
  }

  .vol-footer p + p {
    margin-top: 8px;
  }
}

@media (max-width: 520px) {
  .vol-shell {
    width: calc(100% - 24px);
  }

  .vol-logo img {
    width: 210px;
  }

  .vol-header nav a {
    font-size: 11px;
    padding: 10px 8px;
  }

  .vol-hero-copy h1,
  .vol-video-hero h1 {
    font-size: 40px;
  }

  .vol-hero-copy p:not(.vol-kicker),
  .vol-video-hero aside p {
    font-size: 16px;
  }

  .vol-panel,
  .vol-split > div,
  .vol-media-callout > div {
    padding: 22px 18px;
  }
}
