/* Combined ROW Resources page — isolated from the shared public-site layer. */

.resources-index {
  --resources-navy: #294965;
  --resources-green: #5b8163;
  --resources-berry: #8f1d4b;
  --resources-purple: #5e477f;
  --resources-coral: #f15a24;
  --resources-gold: #ffc94f;
  --resources-blue: #b9d0d7;
  --resources-paper: #f7f5f0;
  --resources-white: #fffdf8;
  --resources-pink: #f2dce5;
  --resources-display: var(--row-signature-display, "Arvo", Rockwell, Georgia, serif);
  --resources-body: var(--row-signature-body, "Atkinson Hyperlegible Next", sans-serif);
  --resources-condensed: "Barlow Condensed", var(--resources-body);
  background: var(--resources-paper);
  color: var(--resources-navy);
  font-family: var(--resources-body);
}

.resources-index *,
.resources-index *::before,
.resources-index *::after {
  box-sizing: border-box;
}

.resources-index [hidden] {
  display: none !important;
}

.resources-index img,
.resources-index iframe {
  display: block;
  max-width: 100%;
}

.resources-index button,
.resources-index summary,
.resources-index a {
  -webkit-tap-highlight-color: rgba(255, 201, 79, 0.3);
  touch-action: manipulation;
}

.resources-index button {
  font: inherit;
}

.resources-index :is(a, button, summary):focus-visible {
  outline: 0.25rem solid var(--resources-gold);
  outline-offset: 0.25rem;
}

.resources-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.resources-shell {
  width: min(calc(100% - 3rem), 75rem);
  margin-inline: auto;
}

.resources-kicker {
  display: block;
  margin: 0 0 0.75rem;
  color: currentColor;
  font-family: var(--resources-condensed);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Hero — an open book becomes the page thesis. */
.resources-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 2px solid var(--resources-navy);
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(41, 73, 101, 0.12) 50%, transparent 50.1%),
    var(--resources-paper);
}

.resources-hero::before {
  position: absolute;
  inset: 0 auto 0 max(0.75rem, calc((100% - 75rem) / 2));
  z-index: -1;
  width: 0.6rem;
  background: var(--resources-green);
  content: "";
}

.resources-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(20rem, 0.96fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  min-height: 42rem;
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(4rem, 7vw, 6rem) 2rem;
}

.resources-hero__copy,
.resources-hero__image {
  min-width: 0;
}

body.row-signature .resources-index .resources-hero h1 {
  max-width: 100%;
  margin: 0;
  color: var(--resources-green) !important;
  font-family: var(--resources-display) !important;
  font-size: clamp(4.5rem, 6.5vw, 6rem) !important;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.9;
  overflow-wrap: normal;
  text-wrap: balance;
}

.resources-hero blockquote {
  position: relative;
  max-width: 38rem;
  margin: clamp(2rem, 5vw, 3rem) 0 0;
  padding: 1.4rem 1.5rem 1.25rem;
  border: 2px solid var(--resources-navy);
  border-left: 0.65rem solid var(--resources-blue);
  border-radius: 0.35rem;
  background: var(--resources-white);
  box-shadow: 0.45rem 0.45rem 0 var(--resources-navy);
}

.resources-hero blockquote p {
  margin: 0;
  color: var(--resources-navy);
  font-family: var(--resources-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.38;
  text-wrap: pretty;
}

.resources-hero blockquote cite {
  display: block;
  margin-top: 0.65rem;
  color: var(--resources-berry);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
}

.resources-hero__image {
  position: relative;
  margin: 0;
  padding: 0.85rem;
  border: 2px solid var(--resources-navy);
  border-radius: 0.4rem;
  background: var(--resources-white);
  box-shadow: 0.75rem 0.75rem 0 var(--resources-navy);
  transform: rotate(1deg);
}

.resources-hero__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 2px solid var(--resources-navy);
  border-radius: 0.2rem;
  object-fit: cover;
  filter: none !important;
}

.resources-hero__bookmark {
  position: absolute;
  top: -1.45rem;
  right: 1.5rem;
  z-index: 1;
  width: 4.25rem;
  height: 4.15rem;
  background: var(--resources-gold);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
}

/* Anchored page chapters. */
.resources-section-nav {
  position: sticky;
  top: 5rem;
  z-index: 35;
  border-bottom: 2px solid var(--resources-navy);
  background: var(--resources-navy);
  box-shadow: 0 0.35rem 0 rgba(41, 73, 101, 0.18);
}

.resources-section-nav__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 75rem);
  margin-inline: auto;
}

.resources-section-nav a {
  display: grid;
  min-width: 0;
  min-height: 3.45rem;
  place-items: center;
  padding: 0.65rem 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff !important;
  font-family: var(--resources-condensed);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.resources-section-nav a:last-child {
  border-right: 0;
}

.resources-section-nav a:hover,
.resources-section-nav a[aria-current="location"] {
  background: var(--resources-gold);
  color: var(--resources-navy);
}

.resources-section {
  scroll-margin-top: 9rem;
}

.resources-section__header {
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.resources-section__header--split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

.resources-section__header h2,
.resources-section__header h3 {
  margin: 0;
  color: var(--resources-navy);
  font-family: var(--resources-display);
  font-size: clamp(2.7rem, 6vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.resources-section__header > p,
.resources-section__header--split > p {
  max-width: 31rem;
  margin: 0;
  color: var(--resources-navy);
  font-size: 1.08rem;
  line-height: 1.7;
}

.resources-section__number {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  place-items: center;
  border: 2px solid currentColor;
  background: var(--resources-gold);
  color: var(--resources-navy);
  font-family: var(--resources-condensed);
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0.25rem 0.25rem 0 currentColor;
}

body.row-signature .resources-index .resources-section__header--light,
body.row-signature .resources-index .resources-section__header--light h2,
body.row-signature .resources-index .resources-section__header--light h3,
body.row-signature .resources-index .resources-section__header--light > p {
  color: #fff !important;
}

/* FAQ — reference cards that unfold like pages. */
.resources-faq {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 2.75rem, rgba(41, 73, 101, 0.055) 2.75rem 2.8rem),
    var(--resources-white);
}

.resources-faq .resources-kicker {
  color: var(--resources-purple);
}

.resources-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: start;
}

.resources-faq__item {
  min-width: 0;
  border: 2px solid var(--resources-navy);
  border-radius: 0.35rem;
  background: #edf0ef;
  box-shadow: 0.4rem 0.4rem 0 var(--resources-gold);
}

body.row-signature .resources-index .resources-faq__item summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  min-height: 4.4rem;
  padding: 1rem 1.15rem;
  border-radius: 0.2rem 0.2rem 0 0;
  background: var(--resources-purple);
  color: #fff !important;
  cursor: pointer;
  font-family: var(--resources-condensed);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  list-style: none;
  text-transform: uppercase;
}

body.row-signature .resources-index .resources-faq__item summary * {
  color: inherit !important;
}

.resources-faq__item summary::-webkit-details-marker {
  display: none;
}

.resources-faq__toggle {
  display: grid;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.resources-faq__toggle svg {
  width: 1rem;
  transition: transform 180ms ease;
}

.resources-faq__item[open] .resources-faq__toggle svg {
  transform: rotate(180deg);
}

.resources-faq__answer {
  padding: 1.25rem 1.35rem 1.4rem;
  color: var(--resources-navy);
  font-size: 1rem;
  line-height: 1.65;
}

.resources-faq__answer p {
  margin: 0;
}

.resources-faq__answer p + p {
  margin-top: 0.85rem;
}

.resources-faq__answer strong {
  font-family: var(--resources-condensed);
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.resources-faq__answer a {
  color: var(--resources-berry);
  font-weight: 700;
  text-decoration-thickness: 0.12rem;
  text-underline-offset: 0.2rem;
}

.resources-faq__note {
  padding-top: 0.85rem;
  border-top: 1px solid rgba(41, 73, 101, 0.22);
  font-size: 0.9rem;
  font-weight: 700;
}

/* Spotlight gallery — a curated editorial index. */
.resources-spotlights {
  padding: clamp(5rem, 9vw, 8rem) 0;
  border-top: 0.75rem solid var(--resources-green);
  background: var(--resources-paper);
}

.resources-spotlights .resources-kicker {
  color: var(--resources-navy);
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.spotlight-card {
  min-width: 0;
}

.spotlight-card__button {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border: 2px solid rgba(143, 29, 75, 0.42);
  border-radius: 0.4rem;
  background: var(--resources-white);
  color: var(--resources-navy);
  box-shadow: 0.45rem 0.45rem 0 var(--resources-navy);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.spotlight-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-bottom: 2px solid var(--resources-navy);
  background: var(--resources-blue);
}

.spotlight-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
  transition: transform 220ms ease;
}

.spotlight-card:nth-child(4) .spotlight-card__media img,
.spotlight-card:nth-child(6) .spotlight-card__media img,
.spotlight-card:nth-child(7) .spotlight-card__media img,
.spotlight-card:nth-child(8) .spotlight-card__media img,
.spotlight-card:nth-child(10) .spotlight-card__media img {
  object-fit: contain;
  padding: 1rem;
  background: #fff;
}

.spotlight-card__folio {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 2px solid var(--resources-navy);
  background: var(--resources-gold);
  color: var(--resources-navy);
  font-family: var(--resources-condensed);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0.18rem 0.18rem 0 var(--resources-navy);
}

.spotlight-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
  padding: 1.3rem 1.25rem 1.35rem;
}

.spotlight-card__title {
  color: var(--resources-navy);
  font-family: var(--resources-condensed);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  text-wrap: pretty;
}

.spotlight-card__action {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  width: fit-content;
  min-height: 2.75rem;
  margin-top: auto;
  color: var(--resources-berry);
  font-size: 0.88rem;
  font-weight: 800;
}

.spotlight-card__action svg {
  width: 1.1rem;
  transition: transform 180ms ease;
}

/* Spotlight article dialog. */
.spotlight-dialog {
  width: min(calc(100% - 2rem), 66rem);
  max-height: min(92dvh, 58rem);
  padding: 0;
  overflow: visible;
  border: 2px solid var(--resources-navy);
  border-radius: 0.45rem;
  background: var(--resources-white);
  color: var(--resources-navy);
  box-shadow: 0.85rem 0.85rem 0 var(--resources-gold);
}

.spotlight-dialog::backdrop {
  background: rgba(24, 39, 55, 0.78);
  backdrop-filter: blur(2px);
}

.spotlight-dialog__scroll {
  max-height: min(92dvh, 58rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.spotlight-dialog__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 5;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 2px solid var(--resources-navy);
  border-radius: 0.25rem;
  background: var(--resources-gold);
  color: var(--resources-navy);
  box-shadow: 0.25rem 0.25rem 0 var(--resources-navy);
  cursor: pointer;
}

.spotlight-dialog__close svg {
  width: 1.25rem;
}

.spotlight-article__header {
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 6vw, 5rem) clamp(2rem, 4vw, 3rem);
  border-bottom: 2px solid var(--resources-navy);
  background: var(--resources-paper);
}

.spotlight-article__header .resources-kicker {
  color: var(--resources-green);
}

.spotlight-article__header h3 {
  max-width: 18ch;
  margin: 0;
  color: var(--resources-navy);
  font-family: var(--resources-display);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  letter-spacing: -0.055em;
  line-height: 1;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.spotlight-article__subtitle {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: var(--resources-purple);
  font-family: var(--resources-condensed);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.spotlight-article__date {
  margin: 0.8rem 0 0;
  color: var(--resources-berry);
  font-weight: 800;
}

.spotlight-article__image {
  width: min(calc(100% - 3rem), 54rem);
  margin: clamp(2rem, 5vw, 4rem) auto;
  padding: 0.7rem;
  border: 2px solid var(--resources-navy);
  background: #fff;
  box-shadow: 0.55rem 0.55rem 0 var(--resources-blue);
}

.spotlight-article__image img {
  width: 100%;
  max-height: 34rem;
  object-fit: contain;
  filter: none !important;
}

.spotlight-article__content {
  width: min(calc(100% - 3rem), 46rem);
  margin-inline: auto;
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
  font-size: 1.05rem;
  line-height: 1.78;
}

.spotlight-article__content > p {
  margin: 0;
}

.spotlight-article__content strong {
  padding: 0.08em 0.15em;
  background: linear-gradient(transparent 55%, rgba(255, 201, 79, 0.72) 55%);
  color: var(--resources-navy);
}

.spotlight-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 2.5rem 0;
  border: 2px solid var(--resources-navy);
  box-shadow: 0.4rem 0.4rem 0 var(--resources-green);
}

.spotlight-facts div {
  padding: 1rem 1.1rem;
  border-right: 1px solid rgba(41, 73, 101, 0.32);
  border-bottom: 1px solid rgba(41, 73, 101, 0.32);
}

.spotlight-facts div:nth-child(even) {
  border-right: 0;
}

.spotlight-facts div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.spotlight-facts dt {
  color: var(--resources-berry);
  font-family: var(--resources-condensed);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.spotlight-facts dd {
  margin: 0.35rem 0 0;
  line-height: 1.55;
}

.spotlight-application {
  padding: 1.25rem;
  border-left: 0.55rem solid var(--resources-coral);
  background: var(--resources-paper);
}

.spotlight-application p {
  margin: 0 0 0.45rem;
  font-weight: 800;
}

.spotlight-application a {
  color: var(--resources-berry);
  font-weight: 800;
  overflow-wrap: anywhere;
  text-underline-offset: 0.2rem;
}

.spotlight-dialog__footer {
  padding: 0 clamp(1.5rem, 5vw, 4rem) clamp(2rem, 5vw, 4rem);
}

.spotlight-share {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(41, 73, 101, 0.38);
  border-bottom: 1px solid rgba(41, 73, 101, 0.38);
}

.spotlight-share > span {
  font-family: var(--resources-condensed);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.spotlight-share > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.spotlight-share button {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.55rem 0.75rem;
  border: 0;
  background: transparent;
  color: var(--resources-navy);
  cursor: pointer;
  font-weight: 800;
}

.spotlight-share button svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}

.spotlight-share button span {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.spotlight-gallery {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.75rem;
}

.spotlight-gallery__control {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 2px solid var(--resources-navy);
  border-radius: 0.25rem;
  background: var(--resources-green);
  color: #fff;
  cursor: pointer;
  box-shadow: 0.22rem 0.22rem 0 var(--resources-navy);
}

.spotlight-gallery__control svg {
  width: 1.15rem;
}

.spotlight-gallery__rail {
  display: flex;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.4rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.spotlight-gallery__thumb {
  flex: 0 0 5.25rem;
  height: 3.8rem;
  padding: 0.18rem;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0.2rem;
  background: #fff;
  cursor: pointer;
}

.spotlight-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-gallery__thumb.is-active {
  border-color: var(--resources-berry);
  box-shadow: 0.18rem 0.18rem 0 var(--resources-navy);
}

/* Video library — one cinematic feature, one tactile rail. */
.resources-videos {
  padding: clamp(5rem, 9vw, 8rem) 0;
  border-top: 0.75rem solid var(--resources-blue);
  background: var(--resources-navy);
  color: #fff;
}

.resources-videos .resources-kicker {
  color: var(--resources-gold);
}

.resources-videos .video-library__caption .resources-kicker {
  color: var(--resources-berry);
}

.video-library__featured {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(17rem, 0.55fr);
  border: 2px solid #fff;
  background: #fff;
  color: var(--resources-navy);
  box-shadow: 0.65rem 0.65rem 0 var(--resources-gold);
}

.video-stage,
.education-card__video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #182735;
}

.video-stage {
  border-right: 2px solid var(--resources-navy);
}

.video-stage img,
.education-card__video img,
.video-stage iframe,
.education-card__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.video-play,
.education-card__video button {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 4.25rem;
  height: 4.25rem;
  place-items: center;
  border: 2px solid var(--resources-navy);
  border-radius: 50%;
  background: var(--resources-gold);
  color: var(--resources-navy);
  cursor: pointer;
  box-shadow: 0.3rem 0.3rem 0 var(--resources-navy);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.video-play svg,
.education-card__video button svg {
  width: 1.65rem;
  fill: currentColor;
}

.video-library__caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.video-library__caption h3 {
  margin: 0;
  font-family: var(--resources-display);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.video-library__caption > span {
  width: fit-content;
  margin-top: 1.5rem;
  padding: 0.45rem 0.65rem;
  border: 2px solid var(--resources-navy);
  background: var(--resources-blue);
  font-family: var(--resources-condensed);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.video-carousel {
  margin-top: 2.5rem;
}

.video-carousel__controls {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.video-carousel__controls > span {
  margin-right: auto;
  font-family: var(--resources-condensed);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-carousel__controls button {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.video-carousel__controls button svg {
  width: 1.2rem;
}

.video-carousel__rail {
  display: flex;
  gap: 1rem;
  padding: 0.45rem 0.45rem 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--resources-gold) rgba(255, 255, 255, 0.2);
  list-style: none;
}

.video-carousel__rail > li {
  display: flex;
  flex: 0 0 min(17rem, 72vw);
  min-width: 0;
  scroll-snap-align: start;
}

.video-thumbnail {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 0.3rem;
  background: #fff;
  color: var(--resources-navy);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.video-thumbnail.is-active {
  border-color: var(--resources-gold);
  box-shadow: 0.35rem 0.35rem 0 var(--resources-gold);
  transform: translateY(-0.2rem);
}

.video-thumbnail__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-thumbnail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumbnail__image > span {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  padding: 0.25rem 0.45rem;
  background: var(--resources-navy);
  color: #fff;
  font-family: var(--resources-condensed);
  font-weight: 700;
}

.video-thumbnail__title {
  padding: 0.85rem 0.9rem 1rem;
  font-family: var(--resources-condensed);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

/* Volunteer resources — practical tools followed by a learning path. */
.volunteer-resources {
  background: var(--resources-white);
}

.volunteer-resources__intro {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  border-top: 0.75rem solid var(--resources-berry);
  background: var(--resources-berry);
}

.volunteer-resources__intro .resources-section__header {
  margin-bottom: 0;
}

.volunteer-resources__intro .resources-kicker {
  color: var(--resources-gold);
}

.volunteer-resources__content {
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.volunteer-documents > header h3,
.continuing-education__header h3 {
  margin: 0;
  color: var(--resources-navy);
  font-family: var(--resources-display);
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  letter-spacing: -0.05em;
  line-height: 1.05;
  text-wrap: balance;
}

.volunteer-documents > header .resources-kicker,
.continuing-education__header .resources-kicker {
  color: var(--resources-berry);
}

.volunteer-documents ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.volunteer-document {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-width: 0;
  min-height: 5.5rem;
  padding: 1rem;
  border: 2px solid var(--resources-navy);
  border-radius: 0.3rem;
  background: var(--resources-paper);
  box-shadow: 0.35rem 0.35rem 0 var(--resources-blue);
}

.volunteer-document__icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 2px solid var(--resources-navy);
  background: var(--resources-pink);
  color: var(--resources-berry);
}

.volunteer-document__icon svg {
  width: 1.4rem;
}

.volunteer-document a,
.volunteer-document__title {
  min-width: 0;
  color: var(--resources-berry);
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration-thickness: 0.12rem;
  text-underline-offset: 0.2rem;
}

.volunteer-document__status {
  padding: 0.35rem 0.5rem;
  border: 1px solid rgba(41, 73, 101, 0.35);
  color: #5d6b76;
  font-family: var(--resources-condensed);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.volunteer-document--unavailable {
  background: #ecece8;
}

.continuing-education {
  margin-top: clamp(5rem, 9vw, 8rem);
  padding-top: clamp(4rem, 7vw, 6rem);
  border-top: 2px solid var(--resources-navy);
}

.continuing-education__header {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.resources-tab-link {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.65rem 0.85rem;
  border: 2px solid var(--resources-navy);
  border-radius: 0.25rem;
  background: var(--resources-gold);
  color: var(--resources-navy);
  font-weight: 800;
  box-shadow: 0.25rem 0.25rem 0 var(--resources-navy);
  text-decoration: none;
}

.continuing-education__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.education-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(12rem, 0.9fr);
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--resources-navy);
  border-radius: 0.35rem;
  background: var(--education-bg, var(--resources-blue));
  box-shadow: 0.45rem 0.45rem 0 var(--resources-navy);
}

.education-card--1 { --education-bg: #f7e5b7; }
.education-card--2 { --education-bg: #dce8df; }
.education-card--3 { --education-bg: #e4ddeb; }
.education-card--4 { --education-bg: #f1dbe4; }

.education-card__video {
  border-right: 2px solid var(--resources-navy);
}

.education-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 1.25rem;
}

.education-card__body h4 {
  margin: 0;
  color: var(--resources-navy);
  font-family: var(--resources-condensed);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  text-wrap: pretty;
}

.education-card__body p {
  margin: 0.8rem 0 0;
  color: var(--resources-navy);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* 3Ts — a connected learning path, not a poster or card stack. */
.literacy-three-ts {
  position: relative;
  margin-top: clamp(5rem, 10vw, 9rem);
  padding: clamp(3rem, 7vw, 5.5rem);
  border: 2px solid var(--resources-navy);
  border-radius: 0.4rem;
  background:
    repeating-linear-gradient(0deg, transparent 0 2.25rem, rgba(41, 73, 101, 0.06) 2.25rem 2.3rem),
    #f5eddb;
  box-shadow: 0.8rem 0.8rem 0 var(--resources-green);
}

.literacy-three-ts::before {
  position: absolute;
  top: -1.6rem;
  left: clamp(1.5rem, 7vw, 5rem);
  width: 5.5rem;
  height: 3.8rem;
  background: var(--resources-gold);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
  content: "";
}

.literacy-three-ts__header {
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}

.literacy-three-ts__eyebrow {
  margin: 0;
  color: var(--resources-purple);
  font-family: var(--resources-display);
  font-size: clamp(4rem, 9vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.literacy-three-ts__header h3 {
  margin: 0.7rem 0 0;
  color: var(--resources-navy);
  font-family: var(--resources-condensed);
  font-size: clamp(1.5rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.literacy-three-ts__strapline {
  margin: 1.5rem 0 0;
  color: var(--resources-berry);
  font-family: var(--resources-condensed);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.literacy-three-ts__strapline span {
  color: var(--resources-coral);
}

.literacy-three-ts__header > p:last-child {
  margin: 1.5rem auto 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.literacy-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: clamp(3rem, 7vw, 5rem);
}

.literacy-path::before {
  position: absolute;
  top: 2.75rem;
  right: 9%;
  left: 9%;
  height: 0.3rem;
  background: linear-gradient(90deg, var(--resources-coral), var(--resources-green), var(--resources-purple));
  content: "";
}

.literacy-path__step {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.literacy-path__step + .literacy-path__step {
  padding-left: clamp(1rem, 3vw, 2rem);
  border-left: 1px solid rgba(41, 73, 101, 0.25);
}

.literacy-path__icon {
  display: grid;
  width: 5.75rem;
  height: 5.75rem;
  margin-bottom: 1.5rem;
  place-items: center;
  border: 2px solid var(--resources-navy);
  border-radius: 50%;
  background: var(--step-color, var(--resources-gold));
  color: var(--resources-navy);
  box-shadow: 0.35rem 0.35rem 0 var(--resources-navy);
}

.literacy-path__step--tune { --step-color: #f6c8a9; }
.literacy-path__step--talk { --step-color: #c8dfce; }
.literacy-path__step--turns { --step-color: #d7cae3; }

.literacy-path__icon svg {
  width: 3rem;
}

.literacy-path__step h4 {
  margin: 0;
  color: var(--resources-navy);
  font-family: var(--resources-condensed);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.literacy-path__step p {
  margin: 0.85rem 0 0;
  color: var(--resources-navy);
  line-height: 1.62;
}

.literacy-path__step p:last-child {
  font-weight: 800;
}

.literacy-three-ts__closing {
  width: fit-content;
  max-width: 100%;
  margin: clamp(3rem, 7vw, 5rem) auto 0;
  padding: 1rem 1.25rem;
  border: 2px solid var(--resources-navy);
  background: var(--resources-navy);
  color: #fff;
  font-family: var(--resources-condensed);
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0.4rem 0.4rem 0 var(--resources-gold);
}

@media (hover: hover) and (pointer: fine) {
  .spotlight-card__button:hover,
  .resources-tab-link:hover,
  .spotlight-gallery__control:hover {
    transform: translate(-0.18rem, -0.18rem);
    box-shadow: 0.7rem 0.7rem 0 var(--resources-navy);
  }

  .spotlight-card__button:hover {
    border-color: var(--resources-berry);
  }

  .spotlight-card__button:hover .spotlight-card__media img {
    transform: scale(1.025);
  }

  .spotlight-card__button:hover .spotlight-card__action svg {
    transform: translateX(0.2rem);
  }

  .video-play:hover,
  .education-card__video button:hover {
    box-shadow: 0.45rem 0.45rem 0 var(--resources-navy);
    transform: translate(calc(-50% - 0.12rem), calc(-50% - 0.12rem));
  }
}

@media (max-width: 64rem) {
  .resources-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.78fr);
    min-height: 38rem;
  }

  .spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .continuing-education__grid {
    grid-template-columns: 1fr;
  }

  .education-card {
    grid-template-columns: minmax(0, 1.2fr) minmax(15rem, 0.8fr);
  }
}

@media (max-width: 48rem) {
  .resources-shell {
    width: min(calc(100% - 2rem), 40rem);
  }

  .resources-hero {
    background: var(--resources-paper);
  }

  .resources-hero::before {
    left: 0.5rem;
    width: 0.45rem;
  }

  .resources-hero__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
    min-height: 0;
    padding: 3.75rem 0 4.5rem 1rem;
  }

  body.row-signature .resources-index .resources-hero h1 {
    font-size: clamp(3.1rem, 13vw, 4.75rem) !important;
    letter-spacing: -0.065em;
  }

  .resources-hero blockquote {
    width: calc(100% - 0.6rem);
  }

  .resources-hero__image {
    width: calc(100% - 0.75rem);
    transform: none;
  }

  .resources-hero__image img {
    aspect-ratio: 4 / 3;
  }

  .resources-section-nav {
    top: 4.65rem;
  }

  .resources-section-nav::after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2.25rem;
    background: linear-gradient(90deg, transparent, var(--resources-paper));
    content: "";
    pointer-events: none;
  }

  .resources-section-nav__inner {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scroll-padding-inline: 1rem 2.5rem;
  }

  .resources-section-nav a {
    flex: 0 0 auto;
    min-width: 9.6rem;
    min-height: 3.25rem;
    padding-inline: 1rem;
    font-size: 0.84rem;
  }

  .resources-section {
    scroll-margin-top: 8.5rem;
  }

  .resources-section__header--split {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .resources-section__header h2,
  .resources-section__header h3 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .resources-faq__grid,
  .volunteer-documents ul {
    grid-template-columns: 1fr;
  }

  .resources-faq__item:not([open]) .resources-faq__answer {
    display: none;
  }

  .video-library__featured {
    grid-template-columns: 1fr;
  }

  .video-stage {
    border-right: 0;
    border-bottom: 2px solid var(--resources-navy);
  }

  .spotlight-facts {
    grid-template-columns: 1fr;
  }

  .spotlight-facts div,
  .spotlight-facts div:nth-child(even),
  .spotlight-facts div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(41, 73, 101, 0.32);
  }

  .spotlight-facts div:last-child {
    border-bottom: 0;
  }

  .continuing-education__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .education-card {
    grid-template-columns: 1fr;
  }

  .education-card__video {
    border-right: 0;
    border-bottom: 2px solid var(--resources-navy);
  }

  .literacy-three-ts {
    padding: 3.75rem 1.25rem 2.5rem;
  }

  .literacy-path {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .literacy-path::before {
    top: 2rem;
    bottom: 2rem;
    left: 2.7rem;
    width: 0.3rem;
    height: auto;
    background: linear-gradient(180deg, var(--resources-coral), var(--resources-green), var(--resources-purple));
  }

  .literacy-path__step,
  .literacy-path__step + .literacy-path__step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.25rem;
    padding-left: 0;
    border-left: 0;
  }

  .literacy-path__icon {
    width: 5.25rem;
    height: 5.25rem;
    margin: 0;
  }
}

@media (max-width: 36rem) {
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .spotlight-dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .spotlight-dialog__scroll {
    height: 100dvh;
    max-height: none;
  }

  .spotlight-dialog__close {
    position: fixed;
    top: max(0.75rem, env(safe-area-inset-top));
    right: max(0.75rem, env(safe-area-inset-right));
  }

  .spotlight-article__header {
    padding: 5rem 1rem 2rem;
  }

  .spotlight-article__header h3 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .spotlight-article__image,
  .spotlight-article__content {
    width: calc(100% - 2rem);
  }

  .spotlight-dialog__footer {
    padding-inline: 1rem;
  }

  .spotlight-share {
    align-items: flex-start;
    flex-direction: column;
  }

  .spotlight-share button {
    padding-inline: 0;
  }

  .spotlight-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .spotlight-gallery__control {
    display: none;
  }

  .volunteer-document {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .volunteer-document__status {
    grid-column: 2;
    width: fit-content;
  }
}

@media (max-width: 22rem) {
  .resources-shell {
    width: calc(100% - 1.5rem);
  }

  .resources-hero__layout {
    padding-left: 0.75rem;
  }

  body.row-signature .resources-index .resources-hero h1 {
    font-size: clamp(2.8rem, 14vw, 3.2rem) !important;
  }

  .resources-hero blockquote {
    padding: 1.1rem;
    border-left-width: 0.4rem;
  }

  .resources-hero__image {
    padding: 0.55rem;
    box-shadow: 0.5rem 0.5rem 0 var(--resources-navy);
  }

  .resources-section-nav a {
    min-width: 8.7rem;
  }

  .resources-section__header h2,
  .resources-section__header h3 {
    font-size: 2.35rem;
  }

  .resources-faq__item summary {
    padding-inline: 0.85rem;
  }

  .resources-faq__answer {
    padding-inline: 1rem;
  }

  .literacy-path__step,
  .literacy-path__step + .literacy-path__step {
    grid-template-columns: 1fr;
  }

  .literacy-path::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .resources-index *,
  .resources-index *::before,
  .resources-index *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
  }

  .resources-hero__image,
  .spotlight-card__button:hover,
  .video-thumbnail.is-active,
  .video-play:hover,
  .education-card__video button:hover {
    transform: none !important;
  }
}
