.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Homepage program index: one editorial lead plus three connected pathways. */
.program-preview {
  padding: 8rem max(1.5rem, calc((100vw - 1240px) / 2));
  background: #fff;
}

.play {
  font-size: 1rem;
}

.program-preview-head {
  display: grid;
  grid-template-columns: minmax(110px, 2fr) minmax(0, 6fr) minmax(240px, 4fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
  margin-bottom: 3.5rem;
}

.program-preview-head h2,
.program-preview-head p {
  margin: 0;
}

.program-preview-head h2 {
  max-width: 15ch;
  font-size: var(--type-section);
  line-height: 1.02;
}

.program-preview-head > p:last-child {
  font-weight: 700;
}

.program-ledger {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  border-top: 2px solid var(--brand-541);
  border-left: 2px solid var(--brand-541);
}

.program-entry {
  grid-column: span 4;
  min-width: 0;
  border-right: 2px solid var(--brand-541);
  border-bottom: 2px solid var(--brand-541);
}

.program-entry:nth-child(1) {
  grid-column: 1 / -1;
}

.program-entry > a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  height: 100%;
  color: var(--brand-541);
  text-decoration: none;
}

.program-entry:nth-child(1) > a {
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  grid-template-rows: 1fr;
}

.program-entry figure {
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: var(--brand-7499);
}

.program-entry:nth-child(1) figure {
  aspect-ratio: 3 / 2;
}

.program-entry img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .45s ease;
}

.program-entry:nth-child(1) img {
  object-position: 62% 45%;
}

.program-entry:nth-child(2) img {
  object-position: 20% 48%;
}

.program-entry:nth-child(3) img {
  object-position: 80% 48%;
}

.program-entry:nth-child(4) img {
  object-position: 58% 50%;
}

.program-entry:hover img,
.program-entry:focus-within img {
  transform: scale(1.035);
}

.program-entry-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 290px;
  padding: clamp(1.75rem, 2.4vw, 2.75rem);
}

.program-entry h3 {
  width: 100%;
  max-width: none;
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 2vw, 2.15rem);
  line-height: 1.08;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

.program-entry:nth-child(1) h3 {
  max-width: 10ch;
  font-size: clamp(2.4rem, 3.5vw, 3.75rem);
}

.program-entry p {
  max-width: 37ch;
  margin: 0 0 2rem;
  overflow-wrap: anywhere;
}

.program-entry .text-action {
  margin-top: auto;
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
  overflow-wrap: anywhere;
}

.program-entry.feature {
  background: var(--brand-7475);
}

.program-entry.feature > a,
.program-entry.feature .text-action {
  color: #fff;
}

/* Shared interior-page foundation. */
.program-page {
  background: #fff;
}

.program-page header {
  background: var(--brand-541);
}

.program-page main {
  padding-top: 84px;
  overflow: clip;
}

.program-page h1,
.program-page h2,
.program-page h3,
.program-page p {
  margin-top: 0;
}

.program-page h1 {
  max-width: 12ch;
  margin-bottom: 1.75rem;
  font-size: var(--type-program-hero);
  line-height: .98;
  letter-spacing: -.035em;
}

.program-page h2 {
  font-size: var(--type-section);
  line-height: .98;
}

.program-page .kicker {
  color: var(--brand-7475);
}

.program-page .kicker.light {
  color: var(--brand-7499);
}

.program-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  min-height: 670px;
  background: var(--brand-7499-50);
}

.program-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(4rem, 6vw, 7rem) clamp(2rem, 5vw, 6rem);
  padding-left: max(1.5rem, calc((100vw - 1240px) / 2));
}

.program-hero-copy > p:not(.kicker) {
  max-width: 52ch;
  margin-bottom: 2rem;
  font-size: 1.15rem;
  line-height: 1.65;
}

.program-hero-media {
  position: relative;
  min-height: 670px;
  margin: 0;
  overflow: hidden;
  background: var(--brand-541);
}

.program-hero-media::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--brand-warm-red);
  content: "";
}

.program-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-hero.reverse {
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
}

.program-hero.reverse .program-hero-media {
  order: -1;
}

.program-hero.reverse .program-hero-media::after {
  inset: 0 0 0 auto;
}

.program-hero.reverse .program-hero-copy {
  padding-left: clamp(2rem, 5vw, 6rem);
  padding-right: max(1.5rem, calc((100vw - 1240px) / 2));
}

.life-enrichment-page .program-hero {
  background: var(--brand-7499);
}

.orientation-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--brand-7499);
  border-top: 2px solid var(--brand-541);
  border-bottom: 2px solid var(--brand-541);
}

.orientation-strip > div {
  padding: 2rem clamp(1.5rem, 4vw, 4rem);
  border-right: 1px solid rgb(0 59 113 / 34%);
}

.orientation-strip > div:last-child {
  border-right: 0;
}

.orientation-strip span,
.orientation-strip strong {
  display: block;
}

.orientation-strip span {
  margin-bottom: .45rem;
  color: var(--brand-7475);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
}

.orientation-strip strong {
  font-family: var(--font-headline);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 500;
  line-height: 1.25;
}

.program-overview {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding: 9rem max(1rem, calc((100vw - 1240px) / 2));
  background: #fff;
}

.program-overview > div:last-child {
  padding-top: .75rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

.program-overview .plain-note {
  margin-top: 2.5rem;
  padding: 1.5rem 0 0;
  border-top: 2px solid var(--brand-541);
  color: var(--brand-7475);
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 700;
}

.program-ledger-section {
  padding: 8rem max(1rem, calc((100vw - 1240px) / 2));
  background: var(--brand-7499-50);
}

.program-ledger-section > header {
  position: static;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  height: auto;
  margin-bottom: 4rem;
  padding: 0;
  color: var(--brand-541);
  background: transparent;
}

.program-ledger-section > header p {
  max-width: 48ch;
  align-self: end;
}

.program-lines {
  border-top: 2px solid var(--brand-541);
}

.program-lines article {
  display: grid;
  grid-template-columns: 64px minmax(230px, .85fr) minmax(0, 1.15fr);
  gap: 2rem;
  align-items: start;
  padding: 2rem 0;
  border-bottom: 1px solid rgb(0 59 113 / 28%);
}

.program-lines article > span {
  color: var(--brand-7475);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
}

.program-lines h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  line-height: 1.1;
}

.program-lines p {
  max-width: 58ch;
  margin: 0;
}

.program-dark-band {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  padding: 8rem max(1rem, calc((100vw - 1240px) / 2));
  color: #fff;
  background: var(--signature-deep-blue);
}

.program-dark-band h2 {
  color: #fff;
}

.program-dark-band > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgb(255 255 255 / 45%);
}

.program-dark-band article {
  padding: 2rem 2rem 2rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.program-dark-band article:nth-child(even) {
  padding-left: 2rem;
  border-left: 1px solid rgb(255 255 255 / 30%);
}

.program-dark-band h3 {
  font-size: 1.6rem;
}

.program-dark-band p {
  color: rgb(255 255 255 / 84%);
}

.program-process {
  padding: 8rem max(1rem, calc((100vw - 1240px) / 2));
  color: #fff;
  background: var(--brand-7475);
}

.program-process-head {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.program-process-head p:last-child {
  max-width: 52ch;
  align-self: end;
}

.program-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 2px solid #fff;
  list-style: none;
}

.program-steps li {
  min-height: 280px;
  padding: 2rem;
  border-right: 1px solid rgb(255 255 255 / 40%);
}

.program-steps li:last-child {
  border-right: 0;
}

.program-steps span,
.program-steps strong {
  display: block;
  font-family: var(--font-ui);
}

.program-steps span {
  margin-bottom: 4.5rem;
  color: var(--brand-7499);
  font-size: .9375rem;
  font-weight: 700;
}

.program-steps strong {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.proof-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  min-height: 680px;
  background: #fff;
}

.proof-split figure {
  min-height: 680px;
  margin: 0;
  overflow: hidden;
}

.proof-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-split > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem);
}

.proof-split > div p:not(.kicker) {
  max-width: 44ch;
  font-size: 1.1rem;
  line-height: 1.7;
}

.program-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  padding: 8rem max(1rem, calc((100vw - 1240px) / 2));
  background: var(--brand-7499-50);
}

.program-faq details {
  border-top: 1px solid var(--brand-541);
}

.program-faq details:last-child {
  border-bottom: 1px solid var(--brand-541);
}

.program-faq summary {
  padding: 1.5rem 2rem 1.5rem 0;
  font-family: var(--font-ui);
  font-weight: 700;
  cursor: pointer;
}

.program-faq details p {
  max-width: 60ch;
  padding: 0 2rem 1.5rem 0;
}

.safe-note {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 3rem;
  padding: 3rem max(1rem, calc((100vw - 1240px) / 2));
  color: var(--brand-541);
  background: var(--brand-7499);
  border-top: 7px solid var(--brand-warm-red);
}

.safe-note strong {
  font-family: var(--font-ui);
  font-size: 1.15rem;
}

.safe-note p {
  max-width: 70ch;
  margin: 0;
}

.program-switcher {
  padding: 4rem max(1rem, calc((100vw - 1240px) / 2));
  background: #fff;
}

.program-switcher > span {
  display: block;
  margin-bottom: 1.25rem;
  color: var(--brand-7475);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
}

.program-switcher nav {
  position: static;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  background: transparent;
  border-top: 2px solid var(--brand-541);
  border-left: 2px solid var(--brand-541);
}

.program-switcher a {
  min-width: 0;
  padding: 1.5rem;
  color: var(--brand-541);
  background: #fff;
  border-right: 2px solid var(--brand-541);
  border-bottom: 2px solid var(--brand-541);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.program-switcher a:hover,
.program-switcher a:focus-visible,
.program-switcher a[aria-current="page"] {
  color: #fff;
  background: var(--brand-7475);
}

.program-cta {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 5rem;
  align-items: end;
  padding: 7rem max(1rem, calc((100vw - 1120px) / 2));
  color: #fff;
  background: var(--brand-7475);
}

.program-cta h2 {
  color: #fff;
}

.program-cta > div:last-child > p {
  max-width: 32ch;
  font-size: 1.125rem;
  line-height: 1.65;
}

.program-cta .phone {
  margin-left: 1rem;
}

/* Care Navigation owns the dark sticky editorial treatment. */
.navigation-feature {
  display: grid;
  grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr);
  min-height: 140vh;
  color: #fff;
  background: var(--signature-deep-blue);
}

.navigation-copy {
  position: sticky;
  top: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: start;
  min-height: calc(100vh - 84px);
  padding: 5rem clamp(2rem, 6vw, 7rem);
  padding-left: max(1.5rem, calc((100vw - 1400px) / 2));
}

.navigation-copy h1 {
  color: #fff;
  max-width: 12ch;
  font-size: clamp(2.9rem, 4.4vw, 5rem);
  line-height: .98;
}

.navigation-copy > p:not(.kicker) {
  max-width: 47ch;
  font-size: 1.1rem;
  line-height: 1.65;
}

.navigation-copy ol {
  margin: 2.5rem 0 0;
  padding: 0;
  border-top: 1px solid rgb(255 255 255 / 38%);
  list-style: none;
}

.navigation-copy li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 28%);
  font-family: var(--font-ui);
  font-weight: 700;
}

.navigation-copy li span {
  color: var(--brand-7499);
}

.navigation-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(320px, .9fr) minmax(430px, 1.2fr) minmax(320px, .9fr);
  gap: 12px;
  min-height: 140vh;
  padding: 2rem;
  background: var(--brand-7499);
}

.navigation-mosaic figure {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--brand-541);
}

.navigation-mosaic figure:first-child,
.navigation-mosaic figure:last-child {
  grid-column: 1 / -1;
}

.navigation-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigation-mosaic figure:nth-child(3) img {
  object-position: 52% center;
}

.moment-ledger {
  padding: 8rem max(1rem, calc((100vw - 1240px) / 2));
  background: #fff;
}

.moment-ledger > header {
  position: static;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  height: auto;
  margin-bottom: 4rem;
  padding: 0;
  color: var(--brand-541);
  background: transparent;
}

.moment-row {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  min-height: 390px;
  border-top: 2px solid var(--brand-541);
}

.moment-row:last-child {
  border-bottom: 2px solid var(--brand-541);
}

.moment-row:nth-child(even) figure {
  order: 2;
}

/* Resources: a zero-card editorial field guide with a sticky topic index. */
.resources-page {
  background: #fff;
}

.resources-page section[id],
.resources-page article[id] {
  scroll-margin-top: 112px;
}

.resources-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  min-height: 660px;
  padding: 8rem max(1.5rem, calc((100vw - 1240px) / 2));
  overflow: hidden;
  color: #fff;
  background: var(--signature-deep-blue);
}

.resources-hero::after {
  position: absolute;
  top: 0;
  right: clamp(2rem, 7vw, 8rem);
  width: min(28vw, 360px);
  height: 9px;
  background: var(--brand-warm-red);
  content: "";
}

.resources-hero h1 {
  max-width: 10ch;
  margin: 0;
  color: #fff;
  font-size: var(--type-program-hero);
}

.resources-hero-intro {
  padding-top: 2rem;
  border-top: 1px solid rgb(255 255 255 / 48%);
}

.resources-hero-intro span,
.resources-hero-intro a {
  font-family: var(--font-ui);
  font-weight: 700;
}

.resources-hero-intro span {
  display: block;
  margin-bottom: 3rem;
  color: var(--brand-7499);
}

.resources-hero-intro p {
  max-width: 37ch;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.65;
}

.resources-hero-intro a {
  color: #fff;
  text-underline-offset: .25em;
}

.resources-guide {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(4rem, 10vw, 10rem);
  align-items: start;
  padding: 9rem max(1.5rem, calc((100vw - 1240px) / 2));
  background: #fff;
}

.resources-index {
  position: sticky;
  top: 116px;
  display: block;
  padding: 0;
  color: var(--brand-541);
  background: transparent;
  border-top: 2px solid var(--brand-541);
}

.resources-index p {
  margin: 0;
  padding: 1.25rem 0;
  color: var(--brand-7475);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
}

.resources-index a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: .75rem;
  padding: 1.05rem 0;
  color: var(--brand-541);
  border-top: 1px solid rgb(0 59 113 / 28%);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.resources-index a:last-child {
  border-bottom: 1px solid rgb(0 59 113 / 28%);
}

.resources-index a:hover,
.resources-index a:focus-visible {
  color: var(--brand-7475);
  text-decoration: underline;
  text-underline-offset: .2em;
}

.resources-index a span {
  color: var(--brand-7475);
}

.resources-chapters {
  min-width: 0;
}

.resource-chapter {
  position: relative;
  padding: 0 0 7rem;
  border-top: 2px solid var(--brand-541);
}

.resource-chapter + .resource-chapter {
  padding-top: 7rem;
}

.resource-chapter:nth-child(2) {
  margin-left: clamp(0rem, 5vw, 5rem);
}

.resource-chapter .chapter-number {
  display: block;
  margin: 1.25rem 0 4rem;
  color: var(--brand-7475);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
}

.resource-chapter h2 {
  max-width: 12ch;
  margin-bottom: 1.75rem;
  font-size: clamp(2.7rem, 4.4vw, 4.6rem);
}

.resource-chapter h3 {
  margin: 3rem 0 1rem;
  color: var(--brand-7475);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.resource-chapter .chapter-lead {
  max-width: 51ch;
  font-size: 1.2rem;
  line-height: 1.65;
}

.resource-chapter ul,
.resource-chapter ol {
  max-width: 58ch;
  margin: 0 0 2rem;
  padding-left: 1.4rem;
}

.resource-chapter li {
  margin-bottom: .8rem;
  padding-left: .45rem;
}

.resource-chapter li::marker {
  color: var(--brand-7475);
  font-family: var(--font-ui);
  font-weight: 700;
}

.resource-chapter .chapter-note {
  max-width: 58ch;
  margin: 2.5rem 0;
  padding: 1.5rem 0;
  color: var(--brand-7475);
  border-top: 1px solid rgb(0 59 113 / 35%);
  border-bottom: 1px solid rgb(0 59 113 / 35%);
  font-size: .95rem;
}

.resource-chapter .chapter-action {
  color: var(--brand-541);
  font-family: var(--font-ui);
  font-weight: 700;
  text-underline-offset: .22em;
}

.resources-governance {
  display: grid;
  grid-template-columns: .45fr 1.55fr;
  gap: 3rem;
  padding: 3rem max(1.5rem, calc((100vw - 1240px) / 2));
  color: var(--brand-541);
  background: var(--brand-7499);
  border-top: 7px solid var(--brand-warm-red);
}

.resources-governance span {
  font-family: var(--font-ui);
  font-weight: 700;
}

.resources-governance p {
  max-width: 69ch;
  margin: 0;
}

.resources-faq {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(4rem, 10vw, 10rem);
  padding: 8rem max(1.5rem, calc((100vw - 1240px) / 2));
  color: #fff;
  background: var(--signature-deep-blue);
}

.resources-faq h2 {
  max-width: 10ch;
  color: #fff;
}

.resources-faq details {
  border-top: 1px solid rgb(255 255 255 / 46%);
}

.resources-faq details:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 46%);
}

.resources-faq summary {
  padding: 1.55rem 2rem 1.55rem 0;
  font-family: var(--font-ui);
  font-weight: 700;
  cursor: pointer;
}

.resources-faq details p {
  max-width: 60ch;
  padding: 0 2rem 1.5rem 0;
  color: rgb(255 255 255 / 84%);
}

.resource-register {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(4rem, 10vw, 10rem);
  padding: 8rem max(1.5rem, calc((100vw - 1240px) / 2));
  color: #fff;
  background: var(--brand-7475);
}

.resource-register h2 {
  max-width: 9ch;
  color: #fff;
}

.resource-register-heading > p:last-child {
  max-width: 38ch;
}

.resource-register-lines {
  border-top: 2px solid #fff;
}

.resource-register-lines p {
  display: grid;
  grid-template-columns: 46px minmax(170px, .8fr) minmax(180px, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin: 0;
  padding: 1.55rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 40%);
}

.resource-register-lines span,
.resource-register-lines strong,
.resource-register-lines small,
.resource-register-lines a {
  font-family: var(--font-ui);
  font-size: .9375rem;
  line-height: 1.45;
}

.resource-register-lines span {
  color: var(--brand-7499);
  font-weight: 700;
}

.resource-register-lines small {
  color: rgb(255 255 255 / 78%);
}

.resource-register-lines a {
  color: #fff;
  font-weight: 700;
  text-underline-offset: .22em;
}

.moment-row figure {
  min-height: 390px;
  margin: 0;
  overflow: hidden;
}

.moment-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moment-row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 6rem);
}

.moment-row h3 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.moment-row p {
  max-width: 45ch;
  font-size: 1.08rem;
  line-height: 1.65;
}

.motion-rail {
  overflow: hidden;
  padding: 1.15rem 0;
  color: var(--brand-541);
  background: var(--brand-1375);
  font-family: var(--font-ui);
  font-weight: 700;
  white-space: nowrap;
}

.motion-rail div {
  width: max-content;
  animation: ticker 28s linear infinite;
}

/* Verified Danville facility gallery: one editorial mosaic with a native dialog viewer. */
.facility-gallery {
  scroll-margin-top: 100px;
  padding: 8rem max(1rem, calc((100vw - 1240px) / 2));
  overflow: hidden;
  background: #fff;
}

.facility-gallery-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
  align-items: end;
  margin-bottom: 3.5rem;
}

.facility-gallery-heading > div {
  grid-column: 1 / span 8;
}

.facility-gallery-heading > p {
  grid-column: 9 / -1;
  max-width: 42ch;
  margin: 0 0 .65rem;
  font-size: 1.0625rem;
}

.facility-gallery-heading h2 {
  margin: .55rem 0 0;
  font-size: var(--type-section);
}

.facility-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(.65rem, 1vw, 1rem);
}

.facility-gallery-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--brand-7499);
}

.facility-gallery-grid figure a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.facility-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.facility-gallery-grid a:hover img,
.facility-gallery-grid a:focus-visible img {
  transform: scale(1.018);
}

.facility-gallery-grid a:focus-visible {
  outline-offset: -6px;
}

.facility-gallery-grid .gallery-lead {
  grid-column: 1 / -1;
  aspect-ratio: 3 / 1;
}

.facility-gallery-grid .gallery-half {
  grid-column: span 6;
  aspect-ratio: 3 / 2;
}

.facility-gallery-grid .gallery-third {
  grid-column: span 4;
  aspect-ratio: 3 / 2;
}

.facility-gallery-grid .gallery-quarter {
  grid-column: span 3;
  aspect-ratio: 3 / 2;
}

.facility-gallery-grid figcaption {
  position: absolute;
  right: auto;
  bottom: .75rem;
  left: .75rem;
  max-width: calc(100% - 1.5rem);
  padding: .45rem .65rem;
  color: #fff;
  background: rgb(0 59 113 / 92%);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.35;
  pointer-events: none;
}

.facility-gallery-note {
  margin: 1rem 0 0;
  color: var(--brand-7475);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 500;
}

.gallery-lightbox {
  width: min(94vw, 1400px);
  height: min(92vh, 920px);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--brand-541);
  border: 0;
  box-shadow: 0 30px 90px rgb(0 20 40 / 80%);
}

.gallery-lightbox::backdrop {
  background: rgb(0 20 40 / 90%);
  backdrop-filter: blur(8px);
}

.gallery-lightbox-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
}

.gallery-lightbox-close,
.gallery-lightbox-controls button {
  min-height: 48px;
  color: #fff;
  background: transparent;
  border: 1px solid rgb(255 255 255 / 45%);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
  cursor: pointer;
}

.gallery-lightbox-close {
  justify-self: end;
  margin: 0;
  padding: .65rem 1.25rem;
  border-width: 0 0 0 1px;
  letter-spacing: .04em;
}

.gallery-lightbox-close span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: .55rem;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.gallery-lightbox-stage {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0 clamp(.75rem, 2vw, 2rem);
  overflow: hidden;
  background: #031f3b;
}

.gallery-lightbox-stage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gallery-lightbox-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.2rem clamp(1rem, 3vw, 2.5rem);
  background: var(--signature-deep-blue);
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.gallery-lightbox-footer p {
  margin: .15rem 0 0;
  font: 500 clamp(1.2rem, 2vw, 1.65rem) / 1.2 var(--font-headline);
}

.gallery-lightbox-count {
  color: var(--brand-1375);
  font-family: var(--font-ui);
  font-size: .9375rem;
  font-weight: 700;
}

.gallery-lightbox-controls {
  display: flex;
  gap: .65rem;
}

.gallery-lightbox-controls button {
  padding: .7rem 1rem;
}

.gallery-lightbox-controls button:hover,
.gallery-lightbox-controls button:focus-visible,
.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus-visible {
  color: var(--brand-541);
  background: var(--brand-1375);
  border-color: var(--brand-1375);
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .program-preview-head,
  .program-overview,
  .program-dark-band,
  .program-faq,
  .program-process-head,
  .moment-ledger > header {
    gap: 3rem;
  }

  .program-preview {
    padding: 6rem clamp(1.25rem, 3vw, 2rem);
  }

  .program-preview-head {
    grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
    gap: 1.5rem 2rem;
    margin-bottom: 3rem;
  }

  .program-preview-head .kicker {
    grid-column: 1 / -1;
  }

  .program-entry,
  .program-entry:nth-child(1),
  .program-entry:nth-child(2),
  .program-entry:nth-child(3),
  .program-entry:nth-child(4) {
    grid-column: span 6;
  }

  .program-entry > a,
  .program-entry:nth-child(1) > a,
  .program-entry:nth-child(2) > a,
  .program-entry:nth-child(4) > a {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
  }

  .program-entry:nth-child(1) figure,
  .program-entry:nth-child(2) figure,
  .program-entry:nth-child(4) figure {
    order: 0;
  }

  .program-entry figure,
  .program-entry:nth-child(1) figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .program-entry img {
    min-height: 0;
  }

  .program-entry-copy {
    min-height: 280px;
    padding: clamp(1.5rem, 3vw, 2rem);
  }

  .program-entry h3,
  .program-entry:nth-child(1) h3 {
    width: 100%;
    max-width: none;
    font-size: clamp(1.7rem, 3.2vw, 2.1rem);
    line-height: 1.08;
  }

  .resources-hero,
  .resources-guide,
  .resources-faq,
  .resource-register {
    gap: 4rem;
  }

  .resource-register-lines p {
    grid-template-columns: 40px minmax(160px, 1fr) auto;
  }

  .resource-register-lines small {
    grid-column: 2 / -1;
    grid-row: 2;
  }
}

@media (max-width: 900px) {
  .program-preview {
    padding-block: 6rem;
  }

  .program-preview-head,
  .program-overview,
  .program-ledger-section > header,
  .program-dark-band,
  .program-process-head,
  .program-faq,
  .safe-note,
  .program-cta,
  .moment-ledger > header {
    grid-template-columns: 1fr;
  }

  .program-preview-head {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .program-preview-head .kicker {
    grid-column: auto;
  }

  .program-page main {
    padding-top: 72px;
  }

  .program-hero,
  .program-hero.reverse {
    grid-template-columns: 1fr;
  }

  .program-hero-copy,
  .program-hero.reverse .program-hero-copy {
    padding: 5rem 1.25rem;
  }

  .program-hero-media,
  .program-hero.reverse .program-hero-media {
    order: 0;
    min-height: 470px;
  }

  .orientation-strip {
    grid-template-columns: 1fr;
  }

  .orientation-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgb(0 59 113 / 34%);
  }

  .orientation-strip > div:last-child {
    border-bottom: 0;
  }

  .program-overview,
  .program-ledger-section,
  .program-dark-band,
  .program-process,
  .program-faq,
  .moment-ledger {
    padding: 6rem 1.25rem;
  }

  .program-lines article {
    grid-template-columns: 44px 1fr;
    gap: 1rem;
  }

  .program-lines article p {
    grid-column: 2;
  }

  .program-dark-band > div:last-child {
    grid-template-columns: 1fr;
  }

  .program-dark-band article,
  .program-dark-band article:nth-child(even) {
    padding: 2rem 0;
    border-left: 0;
  }

  .program-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-steps li:nth-child(2) {
    border-right: 0;
  }

  .program-steps li:nth-child(-n+2) {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
  }

  .proof-split {
    grid-template-columns: 1fr;
  }

  .proof-split figure {
    min-height: 470px;
  }

  .program-switcher nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-cta {
    gap: 2rem;
    padding: 5rem 1.25rem;
  }

  .navigation-feature {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .navigation-copy {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 5rem 1.25rem;
  }

  .navigation-mosaic {
    grid-template-rows: 270px 340px 270px;
    min-height: auto;
    padding: 12px;
  }

  .moment-row {
    grid-template-columns: 1fr;
  }

  .moment-row:nth-child(even) figure {
    order: 0;
  }

  .moment-row figure {
    min-height: 340px;
  }

  .resources-hero,
  .resources-guide,
  .resources-faq,
  .resource-register,
  .resources-governance {
    grid-template-columns: 1fr;
  }

  .resources-hero {
    gap: 4rem;
    min-height: auto;
    padding: 6rem 1.25rem;
  }

  .resources-hero::after {
    right: 1.25rem;
    width: 42vw;
  }

  .resources-hero-intro span {
    margin-bottom: 2rem;
  }

  .resources-guide,
  .resources-faq,
  .resource-register {
    padding: 6rem 1.25rem;
  }

  .resources-index {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 1px solid rgb(0 59 113 / 28%);
  }

  .resources-index p {
    grid-column: 1 / -1;
    padding-left: 1rem;
  }

  .resources-index a,
  .resources-index a:last-child {
    padding-inline: 1rem;
    border-right: 1px solid rgb(0 59 113 / 28%);
    border-bottom: 1px solid rgb(0 59 113 / 28%);
  }

  .resource-chapter:nth-child(2) {
    margin-left: 0;
  }

  .resources-governance {
    gap: 1rem;
    padding: 2.5rem 1.25rem;
  }
}

@media (max-width: 620px) {
  .program-preview {
    padding: 5rem 1rem;
  }

  .program-preview-head {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }

  .program-preview-head h2 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 11vw, 3.25rem);
    line-height: 1.02;
  }

  .program-entry,
  .program-entry:nth-child(1),
  .program-entry:nth-child(2),
  .program-entry:nth-child(3),
  .program-entry:nth-child(4) {
    grid-column: 1 / -1;
  }

  .program-entry > a,
  .program-entry:nth-child(1) > a,
  .program-entry:nth-child(2) > a,
  .program-entry:nth-child(4) > a {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .program-entry figure,
  .program-entry:nth-child(1) figure {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .program-entry-copy {
    min-height: 0;
    padding: 1.5rem;
  }

  .program-entry .number {
    margin-bottom: 1.5rem;
  }

  .program-entry h3,
  .program-entry:nth-child(1) h3 {
    max-width: none;
    margin: 0 0 .85rem;
    font-size: clamp(1.7rem, 8vw, 2.05rem);
    line-height: 1.08;
  }

  .program-entry p {
    margin-bottom: 1.5rem;
  }

  .program-entry .text-action {
    margin-top: 0;
  }

  .program-steps,
  .program-switcher nav {
    grid-template-columns: 1fr;
  }

  .program-steps li,
  .program-steps li:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
  }

  .program-steps span {
    margin-bottom: 2.5rem;
  }

  .navigation-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 300px);
  }

  .navigation-mosaic figure:first-child,
  .navigation-mosaic figure:last-child {
    grid-column: auto;
  }

  .program-cta .phone {
    display: inline-block;
    margin: 1rem 0 0;
  }

  .resources-hero,
  .resources-guide,
  .resources-faq,
  .resource-register {
    padding-inline: 1rem;
  }

  .resources-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.25rem);
  }

  .resources-index {
    grid-template-columns: 1fr;
  }

  .resources-index p {
    grid-column: auto;
  }

  .resource-chapter,
  .resource-chapter + .resource-chapter {
    padding-bottom: 5rem;
  }

  .resource-chapter + .resource-chapter {
    padding-top: 5rem;
  }

  .resource-chapter .chapter-number {
    margin-bottom: 2.5rem;
  }

  .resource-register-lines p {
    grid-template-columns: 36px 1fr;
  }

  .resource-register-lines small,
  .resource-register-lines a {
    grid-column: 2;
  }

  .resource-register-lines small {
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .program-entry img {
    transition: none;
  }

  .program-entry:hover img,
  .program-entry:focus-within img {
    transform: none;
  }

  .motion-rail div {
    animation: none;
  }

  .facility-gallery-grid img {
    transition: none;
  }

  .facility-gallery-grid a:hover img,
  .facility-gallery-grid a:focus-visible img {
    transform: none;
  }
}

@media (max-width: 900px) {
  .facility-gallery {
    padding: 6rem 1.25rem;
  }

  .facility-gallery-heading {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .facility-gallery-heading > div,
  .facility-gallery-heading > p {
    grid-column: auto;
  }

  .facility-gallery-grid .gallery-half,
  .facility-gallery-grid .gallery-third,
  .facility-gallery-grid .gallery-quarter {
    grid-column: span 6;
  }
}

@media (max-width: 620px) {
  .facility-gallery-grid {
    gap: .75rem;
  }

  .facility-gallery-grid .gallery-lead,
  .facility-gallery-grid .gallery-half,
  .facility-gallery-grid .gallery-third,
  .facility-gallery-grid .gallery-quarter {
    grid-column: 1 / -1;
    aspect-ratio: 3 / 2;
  }

  .gallery-lightbox {
    width: 100vw;
    height: 100dvh;
  }

  .gallery-lightbox-stage {
    padding: 0 .5rem;
  }

  .gallery-lightbox-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
  }

  .gallery-lightbox-controls button {
    flex: 1;
  }
}
