/* Reading Opens Your World — editorial homepage system */

:root {
  --row-ink: #142027;
  --row-ink-soft: #40515a;
  --row-blue: #294965;
  --row-blue-soft: #b9d0d7;
  --row-blue-pale: #cbe7f6;
  --row-green: #4f7357;
  --row-green-pale: #dce8d9;
  --row-berry: #8f1d4b;
  --row-berry-dark: #73172e;
  --row-rose: #e2adbf;
  --row-violet: #5e477f;
  --row-orange: #f15a24;
  --row-yellow: #ffc94f;
  --row-paper: #f7f5f0;
  --row-paper-warm: #f3ecdf;
  --row-white: #fffdfa;
  --row-border: rgba(20, 32, 39, 0.16);
  --row-radius: 2rem;
  --row-shadow: 0 18px 60px rgba(24, 40, 47, 0.12);
}

body.page-pages-home {
  background: var(--row-paper) !important;
  color: var(--row-ink) !important;
  overflow-x: clip;
}

body.page-pages-home .site-main {
  padding: 0 !important;
}

body.page-pages-home .row-home,
body.page-pages-home .row-home-header,
body.page-pages-home .row-home-mobile-menu,
body.page-pages-home .row-home-footer,
body.page-pages-home .row-home button {
  font-family: "Atkinson Hyperlegible Next", "Avenir Next", sans-serif !important;
}

body.page-pages-home .row-home :is(h1, h2, h3, h4, h5, h6),
body.page-pages-home .row-home-footer :is(h2, h3) {
  font-family: "Atkinson Hyperlegible Next", "Avenir Next", sans-serif !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

body.page-pages-home .row-home-section-heading h2,
body.page-pages-home .row-home-gateway__copy h2,
body.page-pages-home .row-home-programs__heading h2,
body.page-pages-home .row-home-newsletter__heading h2,
body.page-pages-home .row-home-board__heading h2,
body.page-pages-home .row-home-join__copy h2,
body.page-pages-home .row-home-testimonials__header h2,
body.page-pages-home .row-home-footer__connect h2,
body.page-pages-home .row-home-footer__navigation h2 {
  font-weight: 450 !important;
}

body.page-pages-home .row-home-foundation-card > h2,
body.page-pages-home .row-home-testimonial-card__identity h3 {
  font-weight: 650 !important;
}

body.page-pages-home .row-home,
body.page-pages-home .row-home * {
  box-sizing: border-box;
}

body.page-pages-home .row-home {
  position: relative;
  isolation: isolate;
  background: var(--row-paper);
  color: var(--row-ink) !important;
}

/* Keep the homepage palette authoritative over the legacy public stylesheet. */
body.page-pages-home .row-home :is(h1, h2, h3, h4, h5, h6, dt, strong, summary, blockquote) {
  color: var(--row-ink) !important;
}

body.page-pages-home .row-home :is(p, dd, cite) {
  color: var(--row-ink-soft) !important;
}

body.page-pages-home .row-home .row-home-kicker {
  color: var(--row-ink) !important;
}

body.page-pages-home .row-home .row-home-program-card :is(dt, dd),
body.page-pages-home .row-home .row-home-join__copy h2,
body.page-pages-home .row-home .row-home-quote__content blockquote p {
  color: var(--row-white) !important;
}

body.page-pages-home .row-home .row-home-join__copy > p:not(.row-home-kicker),
body.page-pages-home .row-home .row-home-quote__content cite {
  color: rgba(255, 255, 255, 0.88) !important;
}

body.page-pages-home .row-home h1,
body.page-pages-home .row-home h2,
body.page-pages-home .row-home h3,
body.page-pages-home .row-home p,
body.page-pages-home .row-home figure,
body.page-pages-home .row-home blockquote,
body.page-pages-home .row-home dl,
body.page-pages-home .row-home dd {
  margin: 0;
}

body.page-pages-home .row-home img {
  display: block;
  max-width: 100%;
}

body.page-pages-home .row-home a,
body.page-pages-home .row-home button,
body.page-pages-home .row-home summary,
body.page-pages-home .row-home-header a,
body.page-pages-home .row-home-header button,
body.page-pages-home .row-home-mobile-menu a,
body.page-pages-home .row-home-mobile-menu button,
body.page-pages-home .row-home-footer a,
body.page-pages-home .row-home-footer button {
  -webkit-tap-highlight-color: transparent;
}

body.page-pages-home .row-home a:focus-visible,
body.page-pages-home .row-home button:focus-visible,
body.page-pages-home .row-home summary:focus-visible,
body.page-pages-home .row-home-header a:focus-visible,
body.page-pages-home .row-home-header button:focus-visible,
body.page-pages-home .row-home-mobile-menu a:focus-visible,
body.page-pages-home .row-home-mobile-menu button:focus-visible,
body.page-pages-home .row-home-footer a:focus-visible,
body.page-pages-home .row-home-footer button:focus-visible {
  outline: 3px solid var(--row-orange) !important;
  outline-offset: 4px !important;
}

body.page-pages-home .row-home-shell {
  width: min(1500px, calc(100% - 64px));
  margin-inline: auto;
}

body.page-pages-home .row-home-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 17px;
  border-radius: 999px;
  background: #ede1cf;
  color: var(--row-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

body.page-pages-home .row-home-text-link,
body.page-pages-home .row-home-button,
body.page-pages-home .row-home-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid var(--row-berry-dark);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

body.page-pages-home .row-home-text-link,
body.page-pages-home .row-home-button--orange,
body.page-pages-home .row-home-pill--ink {
  background: var(--row-berry-dark);
  color: var(--row-white);
}

body.page-pages-home .row-home-pill--light {
  background: transparent;
  color: var(--row-berry-dark);
}

body.page-pages-home .row-home-text-link:hover,
body.page-pages-home .row-home-button:hover,
body.page-pages-home .row-home-pill:hover {
  transform: translateY(-3px);
}

body.page-pages-home .row-home-pill--ink:hover,
body.page-pages-home .row-home-text-link:hover,
body.page-pages-home .row-home-button:hover {
  background: var(--row-berry);
  border-color: var(--row-berry);
}

/* Header */

body.page-pages-home .row-home-header {
  position: fixed !important;
  z-index: 1000;
  top: 16px;
  left: 24px;
  right: 24px;
  display: flex !important;
  align-items: center;
  min-height: 78px;
  padding: 8px 12px 8px 20px;
  border: 1px solid rgba(20, 32, 39, 0.12);
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.9) !important;
  box-shadow: 0 12px 42px rgba(20, 32, 39, 0.08);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

body.page-pages-home .row-home-header__brand,
body.page-pages-home .row-home-header__brand-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

body.page-pages-home .row-home-header__brand-link {
  min-height: 58px;
  padding: 4px 12px;
  border-radius: 16px;
  background: var(--row-ink);
}

body.page-pages-home .row-home-header__logo {
  width: 170px !important;
  height: 56px !important;
  object-fit: contain;
}

body.page-pages-home .row-home-nav,
body.page-pages-home .row-home-nav__inner {
  display: flex;
  align-items: center;
  width: 100%;
}

body.page-pages-home .row-home-nav__inner {
  justify-content: flex-end;
}

body.page-pages-home .row-home-nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(2px, 0.55vw, 10px);
  margin-left: auto;
}

body.page-pages-home .row-home-nav__item {
  position: relative;
}

body.page-pages-home .row-home-nav__trigger-row {
  display: flex;
  align-items: center;
}

body.page-pages-home .row-home-nav__link,
body.page-pages-home .row-home-nav__dropdown-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  background: transparent;
  color: var(--row-ink) !important;
  font-size: clamp(0.69rem, 0.76vw, 0.83rem);
  font-weight: 700;
  letter-spacing: 0.055em;
  text-decoration: none;
}

body.page-pages-home .row-home-nav__link {
  padding: 0 10px;
  border-radius: 999px;
}

body.page-pages-home .row-home-nav__link[aria-current="page"]::after {
  position: absolute;
  right: 10px;
  bottom: 7px;
  left: 10px;
  height: 2px;
  border-radius: 9px;
  background: var(--row-berry);
  content: "";
}

body.page-pages-home .row-home-nav__dropdown-trigger {
  width: 38px;
  padding: 0;
  cursor: pointer;
}

body.page-pages-home .row-home-nav__dropdown-trigger svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

body.page-pages-home .row-home-nav__link:hover,
body.page-pages-home .row-home-nav__dropdown-trigger:hover {
  background: rgba(41, 73, 101, 0.08);
}

body.marketing-site.row-signature.page-pages-home #main-nav a.row-home-nav__donate {
  min-width: 126px;
  min-height: 50px;
  padding-inline: 25px;
  background: var(--row-berry-dark) !important;
  color: var(--row-white) !important;
  box-shadow: none !important;
}

body.page-pages-home .row-home-nav__donate:hover {
  transform: translateY(-2px);
  background: var(--row-berry) !important;
}

body.page-pages-home .row-home-nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 20;
  display: none;
  min-width: 228px;
  padding: 9px;
  border: 1px solid var(--row-border);
  border-radius: 16px;
  background: var(--row-white);
  box-shadow: var(--row-shadow);
}

body.page-pages-home .row-home-nav__dropdown[aria-hidden="false"] {
  display: grid;
}

body.page-pages-home .row-home-nav__dropdown a {
  padding: 12px 14px;
  border-radius: 10px;
  color: var(--row-ink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

body.page-pages-home .row-home-nav__dropdown a:hover {
  background: var(--row-paper-warm);
}

body.page-pages-home .row-home-nav__hamburger {
  display: none;
}

/* Progressive reveal */

body.page-pages-home .row-home[data-row-reveal-ready="true"] [data-row-reveal]:not(.is-row-revealed) {
  transform: translateY(28px);
}

body.page-pages-home .row-home [data-row-reveal] {
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Hero */

body.page-pages-home .row-home-intro {
  min-height: 100svh;
  padding: 140px 0 72px;
  background:
    radial-gradient(circle at 6% 78%, rgba(185, 208, 215, 0.25), transparent 24%),
    var(--row-paper);
}

body.page-pages-home .row-home-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  gap: clamp(36px, 5vw, 84px);
  align-items: center;
  min-height: calc(100svh - 212px);
}

body.page-pages-home .row-home-intro__copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

body.page-pages-home .row-home-intro__copy .row-home-kicker {
  margin-bottom: 30px;
}

body.page-pages-home .row-home-intro__copy h1 {
  max-width: 820px;
  font-size: clamp(3.65rem, 5.5vw, 6.6rem);
  font-weight: 500 !important;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

body.page-pages-home .row-home-intro__copy > p:not(.row-home-kicker) {
  max-width: 650px;
  margin-top: 34px;
  color: var(--row-ink-soft);
  font-size: clamp(1.06rem, 1.2vw, 1.3rem);
  line-height: 1.56;
}

body.page-pages-home .row-home-intro__copy > p a {
  color: inherit;
  font-weight: 700;
  text-underline-offset: 4px;
}

body.page-pages-home .row-home-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

body.page-pages-home .row-home-aero-proof {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid var(--row-border);
}

body.page-pages-home .row-home-aero-proof__portraits {
  display: flex;
  padding-left: 10px;
}

body.page-pages-home .row-home-aero-proof__portraits img {
  width: 48px;
  height: 48px;
  margin-left: -10px;
  border: 3px solid var(--row-paper);
  border-radius: 50%;
  object-fit: cover;
}

body.page-pages-home .row-home-aero-proof p {
  display: grid;
  line-height: 1;
}

body.page-pages-home .row-home-aero-proof strong {
  font-size: 1.55rem;
  font-weight: 500;
}

body.page-pages-home .row-home-aero-proof p span {
  margin-top: 7px;
  color: var(--row-ink-soft);
  font-size: 0.83rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.page-pages-home .row-home-aero-aside {
  position: relative;
  align-self: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.35fr);
  grid-template-rows: 1fr auto;
  gap: 16px;
  min-height: 600px;
}

body.page-pages-home .row-home-video {
  position: relative;
  grid-row: 1 / -1;
  aspect-ratio: 16 / 9;
  min-height: 100%;
  overflow: hidden;
  border-radius: clamp(28px, 3vw, 48px);
  background: var(--row-blue);
  box-shadow: var(--row-shadow);
}

body.page-pages-home .row-home-video::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(9, 17, 22, 0.34));
  content: "";
  pointer-events: none;
}

body.page-pages-home .row-home-video > img,
body.page-pages-home .row-home-video > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

body.page-pages-home .row-home-video__play {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.94);
  color: var(--row-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}

body.page-pages-home .row-home-video__play svg {
  width: 18px;
  fill: currentColor;
}

body.page-pages-home .row-home-video__play:hover {
  transform: scale(1.04);
}

body.page-pages-home .row-home-aero-metric {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 220px;
  padding: 24px;
  border-radius: 28px;
  background: var(--row-green-pale);
  text-align: center;
}

body.page-pages-home .row-home-aero-metric > span {
  color: var(--row-blue);
  font-size: 2.4rem;
}

body.page-pages-home .row-home-aero-metric p {
  display: grid;
  margin-top: 18px;
}

body.page-pages-home .row-home-aero-metric strong {
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 450;
  letter-spacing: -0.05em;
}

body.page-pages-home .row-home-aero-metric p span {
  margin-top: 6px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-pages-home .row-home-aero-actions {
  display: grid;
  gap: 10px;
}

body.page-pages-home .row-home-aero-primary,
body.page-pages-home .row-home-aero-secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 18px;
  color: var(--row-white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: transform 220ms ease, background-color 220ms ease;
}

body.page-pages-home .row-home-aero-primary {
  background: var(--row-berry-dark);
}

body.page-pages-home .row-home-aero-secondary {
  background: var(--row-blue);
}

body.page-pages-home .row-home-aero-primary:hover,
body.page-pages-home .row-home-aero-secondary:hover {
  transform: translateX(4px);
}

/* Mission */

body.page-pages-home .row-home-foundations {
  padding: clamp(100px, 11vw, 170px) 0;
  background: var(--row-paper-warm);
}

body.page-pages-home .row-home-section-heading {
  max-width: 1180px;
  margin-inline: auto;
  text-align: center;
}

body.page-pages-home .row-home-section-heading h2 {
  margin-top: 34px;
  font-size: clamp(2.8rem, 5.6vw, 6.25rem);
  font-weight: 420;
  letter-spacing: -0.052em;
  line-height: 1.03;
  text-wrap: balance;
}

body.page-pages-home .row-home-foundations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: clamp(70px, 8vw, 118px);
}

body.page-pages-home .row-home-foundation-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 0;
  padding: 22px clamp(16px, 2vw, 32px) 40px;
  border-right: 1px solid var(--row-border);
  text-align: center;
}

body.page-pages-home .row-home-foundation-card:nth-child(3) {
  border-right: 0;
}

body.page-pages-home .row-home-foundation-card__icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: #5aa5db;
}

body.page-pages-home .row-home-foundation-card--vision .row-home-foundation-card__icon {
  color: #69bbaa;
}

body.page-pages-home .row-home-foundation-card--values .row-home-foundation-card__icon {
  color: #c75d86;
}

body.page-pages-home .row-home-foundation-card__icon svg {
  width: 58px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

body.page-pages-home .row-home-foundation-card > h2 {
  margin-top: 24px;
  font-size: 1.35rem;
  font-weight: 650;
}

body.page-pages-home .row-home-foundation-card > p {
  max-width: 340px;
  margin-top: 13px;
  color: var(--row-ink-soft);
  font-size: 1.06rem;
  line-height: 1.55;
}

body.page-pages-home .row-home-card-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 22px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--row-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
}

body.page-pages-home .row-home-card-button:hover {
  color: var(--row-berry);
}

body.page-pages-home .row-home-foundation-card--news {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  margin-top: 26px;
  padding: 42px 48px;
  border: 0;
  border-radius: 28px;
  background: var(--row-blue-soft);
  text-align: left;
}

body.page-pages-home .row-home-foundation-card--news > div {
  max-width: 720px;
}

body.page-pages-home .row-home-foundation-card--news h2 {
  margin-top: 15px;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 450;
  letter-spacing: -0.04em;
}

body.page-pages-home .row-home-foundation-card--news p:not(.row-home-kicker) {
  margin-top: 12px;
  color: var(--row-ink-soft);
  font-size: 1.05rem;
  line-height: 1.5;
}

body.page-pages-home .row-home-foundation-card--news .row-home-card-button {
  min-width: 150px;
  justify-content: center;
  margin: 0;
  padding: 0 24px;
  border: 1px solid var(--row-ink);
  border-radius: 999px;
}

/* Who, programs, board */

body.page-pages-home .row-home-gateway {
  padding: clamp(95px, 10vw, 160px) 0;
  background: var(--row-paper);
}

body.page-pages-home .row-home-gateway__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
}

body.page-pages-home .row-home-gateway__visual {
  position: relative;
  min-height: 610px;
  padding: 0 14% 8% 0;
}

body.page-pages-home .row-home-gateway__image {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border-radius: 42px;
  object-fit: cover;
}

body.page-pages-home .row-home-gateway__image--secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49%;
  height: 49%;
  min-height: 0;
  border: 12px solid var(--row-paper);
  border-radius: 34px;
}

body.page-pages-home .row-home-gateway__copy h2 {
  max-width: 630px;
  margin-top: 28px;
  font-size: clamp(3.2rem, 5vw, 5.9rem);
  font-weight: 430;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

body.page-pages-home .row-home-gateway__content {
  max-width: 600px;
  margin-top: 32px;
}

body.page-pages-home .row-home-gateway__content p {
  color: var(--row-ink-soft);
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  line-height: 1.58;
}

body.page-pages-home .row-home-gateway__content strong {
  color: var(--row-ink);
  font-weight: 650;
}

body.page-pages-home .row-home-gateway__content .row-home-button {
  margin-top: 30px;
}

body.page-pages-home .row-home-programs {
  padding-top: clamp(100px, 10vw, 160px);
}

body.page-pages-home .row-home-programs__heading,
body.page-pages-home .row-home-board__heading,
body.page-pages-home .row-home-newsletter__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
}

body.page-pages-home .row-home-programs__heading > div {
  max-width: 1030px;
}

body.page-pages-home .row-home-programs__heading h2,
body.page-pages-home .row-home-newsletter__heading h2,
body.page-pages-home .row-home-board__heading h2 {
  margin-top: 24px;
  font-size: clamp(3rem, 5.2vw, 6rem);
  font-weight: 430;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

body.page-pages-home .row-home-gateway__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 54px;
}

body.page-pages-home .row-home-program-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--row-blue);
  color: var(--row-white);
  isolation: isolate;
}

body.page-pages-home .row-home-program-card::after {
  position: absolute;
  z-index: -1;
  inset: 28% 0 0;
  background: linear-gradient(180deg, transparent, rgba(9, 16, 20, 0.9));
  content: "";
}

body.page-pages-home .row-home-program-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-pages-home .row-home-program-card:hover img {
  transform: scale(1.035);
}

body.page-pages-home .row-home-program-card > dt {
  position: static;
  padding: 0;
}

body.page-pages-home .row-home-program-card > dt > span {
  position: absolute;
  right: 0;
  bottom: 76px;
  left: 0;
  display: block;
  padding: 0 36px;
}

body.page-pages-home .row-home-program-card > dd {
  position: absolute;
  right: 0;
  bottom: 36px;
  left: 0;
  padding: 0 36px;
}

body.page-pages-home .row-home-program-card dt {
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.1;
}

body.page-pages-home .row-home-program-card dd {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.45;
}

body.page-pages-home .row-home-board {
  padding-top: clamp(110px, 11vw, 180px);
}

body.page-pages-home .row-home-board__heading > div {
  max-width: 820px;
}

body.page-pages-home .row-home-board__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

body.page-pages-home .row-home-board-card {
  display: block;
  min-width: 0;
  color: var(--row-ink);
  text-decoration: none;
}

body.page-pages-home .row-home-board-card__media {
  position: relative;
  display: block;
  aspect-ratio: 0.8;
  overflow: hidden;
  border-radius: 24px;
  background: var(--row-blue-soft);
}

body.page-pages-home .row-home-board-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 300ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-pages-home .row-home-board-card:hover .row-home-board-card__media img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

body.page-pages-home .row-home-board-card__plus {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 253, 250, 0.92);
  color: var(--row-ink);
  font-size: 1.55rem;
  place-items: center;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

body.page-pages-home .row-home-board-card:hover .row-home-board-card__plus {
  background: var(--row-berry-dark);
  color: var(--row-white);
  transform: rotate(45deg);
}

body.page-pages-home .row-home-board-card__identity {
  display: grid;
  gap: 4px;
  padding: 17px 4px 0;
}

body.page-pages-home .row-home-board-card__identity strong {
  font-size: 1.14rem;
  font-weight: 650;
}

body.page-pages-home .row-home-board-card__identity span {
  color: var(--row-ink-soft);
  font-size: 0.86rem;
  line-height: 1.35;
}

/* Get involved */

body.page-pages-home .row-home-join {
  padding: 44px 0;
  background: var(--row-paper-warm);
}

body.page-pages-home .row-home-join__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.64fr);
  gap: 50px;
  min-height: min(890px, calc(100svh - 40px));
  overflow: hidden;
  padding: clamp(40px, 5vw, 78px);
  border-radius: 42px;
  background: #18241f;
  color: var(--row-white);
  isolation: isolate;
}

body.page-pages-home .row-home-join__panel::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 15, 14, 0.79) 0%, rgba(9, 15, 14, 0.48) 47%, rgba(9, 15, 14, 0.18) 100%);
  content: "";
}

body.page-pages-home .row-home-join__background {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-pages-home .row-home-join__copy {
  align-self: center;
  max-width: 650px;
}

body.page-pages-home .row-home-join__copy .row-home-kicker,
body.page-pages-home .row-home-quote__content .row-home-kicker {
  background: rgba(255, 253, 250, 0.9);
}

body.page-pages-home .row-home-join__copy h2 {
  margin-top: 28px;
  color: var(--row-white) !important;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 430;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

body.page-pages-home .row-home-join__copy > p:not(.row-home-kicker) {
  max-width: 570px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.15rem, 1.55vw, 1.5rem);
  line-height: 1.55;
}

body.page-pages-home .row-home-join__actions {
  display: grid;
  align-content: center;
  gap: 14px;
}

body.page-pages-home .row-home-join__button {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 9px 20px;
  align-items: center;
  min-height: 190px;
  padding: 28px 30px;
  border: 0;
  border-radius: 26px;
  color: var(--row-ink);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

body.page-pages-home .row-home-join__button:hover {
  box-shadow: 0 16px 44px rgba(5, 11, 14, 0.2);
  transform: translateX(-6px);
}

body.page-pages-home .row-home-join__button--donate {
  background: var(--row-rose);
}

body.page-pages-home .row-home-join__button--volunteer {
  background: #9adbd6;
}

body.page-pages-home .row-home-join__button--newsletter {
  background: var(--row-blue-pale);
}

body.page-pages-home .row-home-join__number {
  grid-row: 1 / -1;
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--row-white);
  font-size: 0.82rem;
  font-weight: 700;
  place-items: center;
}

body.page-pages-home .row-home-join__button strong {
  align-self: end;
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  font-weight: 650;
}

body.page-pages-home .row-home-join__button > span:not(.row-home-join__number) {
  grid-column: 2;
  align-self: start;
  font-size: 1rem;
  line-height: 1.4;
}

body.page-pages-home .row-home-join__button b {
  grid-column: 3;
  grid-row: 1 / -1;
  font-size: 1.8rem;
  font-weight: 400;
}

/* Impact */

body.page-pages-home .row-home-impact {
  padding: clamp(100px, 10vw, 160px) 0;
  background: var(--row-paper);
}

body.page-pages-home .row-home-impact .row-home-section-heading {
  max-width: 1040px;
  margin: 0;
  text-align: left;
}

body.page-pages-home .row-home-impact__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 22px;
  margin-top: 54px;
}

body.page-pages-home .row-home-impact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.page-pages-home .row-home-impact__page {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 290px;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(20, 32, 39, 0.08);
  border-radius: 26px;
  background: var(--row-white);
}

body.page-pages-home .row-home-impact__page--hours {
  grid-column: 1 / -1;
}

body.page-pages-home .row-home-impact__page > span {
  color: #6badd9;
  font-size: 2.4rem;
}

body.page-pages-home .row-home-impact__page--books > span {
  color: #72bbae;
}

body.page-pages-home .row-home-impact__page--hours > span {
  color: #cb668b;
}

body.page-pages-home .row-home-impact__page strong {
  margin-top: 20px;
  font-size: clamp(3.5rem, 6vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

body.page-pages-home .row-home-impact__page h2 {
  margin-top: 19px;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

body.page-pages-home .row-home-impact__photo {
  min-height: 760px;
  overflow: hidden;
  border-radius: 30px;
}

body.page-pages-home .row-home-impact__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* News */

body.page-pages-home .row-home-newsletter {
  padding: clamp(100px, 10vw, 160px) 0;
  background: var(--row-paper-warm);
}

body.page-pages-home .row-home-newsletter__heading > div {
  max-width: 900px;
}

body.page-pages-home .row-home-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 58px;
}

body.page-pages-home .row-home-news-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--row-ink);
  text-decoration: none;
}

body.page-pages-home .row-home-news-card__media {
  display: block;
  aspect-ratio: 1 / 0.86;
  overflow: hidden;
  border-radius: 24px;
  background: var(--row-blue-soft);
}

body.page-pages-home .row-home-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-pages-home .row-home-news-card__media--contain img {
  background: #bf333a;
  object-fit: contain;
}

body.page-pages-home .row-home-news-card:hover .row-home-news-card__media img {
  transform: scale(1.035);
}

body.page-pages-home .row-home-news-card__copy {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px 12px;
  padding: 20px 2px 0;
}

body.page-pages-home .row-home-news-card__arrow {
  grid-row: 1 / 3;
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--row-green);
  color: var(--row-white);
  place-items: center;
  transition: transform 220ms ease;
}

body.page-pages-home .row-home-news-card:hover .row-home-news-card__arrow {
  transform: translateX(4px);
}

body.page-pages-home .row-home-news-card__meta {
  color: var(--row-ink-soft);
  font-size: 0.78rem;
  line-height: 1.35;
}

body.page-pages-home .row-home-news-card__copy strong {
  grid-column: 2;
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  font-weight: 600;
  line-height: 1.24;
}

body.page-pages-home .row-home-newsletter__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 78px;
  margin-top: 58px;
  padding: 0 30px;
  border: 1px solid var(--row-ink);
  border-radius: 22px;
  background: transparent;
  color: var(--row-ink);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 220ms ease, background-color 220ms ease;
}

body.page-pages-home .row-home-newsletter__button svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

body.page-pages-home .row-home-newsletter__button:hover {
  background: var(--row-ink);
  color: var(--row-white);
}

/* Testimonials */

body.page-pages-home .row-home-testimonials {
  padding: clamp(100px, 10vw, 155px) 0;
  background: var(--row-paper);
  overflow: hidden;
}

body.page-pages-home .row-home-testimonials__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 58px;
}

body.page-pages-home .row-home-testimonials__header > div:first-child {
  max-width: 1050px;
}

body.page-pages-home .row-home-testimonials__header h2 {
  margin-top: 24px;
  font-size: clamp(3rem, 5.3vw, 6rem);
  font-weight: 430;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

body.page-pages-home .row-home-testimonials__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

body.page-pages-home .row-home-testimonials__controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 50px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--row-ink);
  border-radius: 14px;
  background: transparent;
  color: var(--row-ink);
  cursor: pointer;
}

body.page-pages-home .row-home-testimonials__controls button:hover:not(:disabled) {
  background: var(--row-ink);
  color: var(--row-white);
}

body.page-pages-home .row-home-testimonials__controls button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

body.page-pages-home .row-home-testimonials__controls svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.page-pages-home .row-home-testimonials__controls > span {
  min-width: 66px;
  color: var(--row-ink);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

body.page-pages-home .row-home-testimonials__toggle .row-home-testimonials__play-icon,
body.page-pages-home .row-home-testimonials__toggle.is-paused .row-home-testimonials__pause-icon {
  display: none;
}

body.page-pages-home .row-home-testimonials__toggle.is-paused .row-home-testimonials__play-icon {
  display: block;
}

body.page-pages-home .row-home-testimonials__track {
  display: grid;
  grid-auto-columns: minmax(390px, 31.5%);
  grid-auto-flow: column;
  gap: 22px;
  width: calc(100vw - max(32px, (100vw - 1500px) / 2));
  overflow-x: auto;
  padding: 0 max(32px, calc((100vw - 1500px) / 2)) 22px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--row-blue-soft) transparent;
}

body.page-pages-home .row-home-testimonial-card,
body.page-pages-home .row-home-testimonial-clone {
  display: flex;
  min-height: 520px;
  padding: 34px;
  border-radius: 30px;
  background: var(--row-blue-pale);
  color: var(--row-ink);
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
}

body.page-pages-home .row-home-testimonial-card--2 {
  background: var(--row-green-pale);
}

body.page-pages-home .row-home-testimonial-card--3 {
  background: #edc3d1;
}

body.page-pages-home .row-home-testimonial-card__bubble blockquote {
  font-size: clamp(1.22rem, 1.55vw, 1.6rem);
  font-weight: 450;
  letter-spacing: -0.018em;
  line-height: 1.36;
}

body.page-pages-home .row-home-testimonial-card__bubble > p {
  margin-top: 22px;
  font-size: 0.98rem;
  line-height: 1.5;
}

body.page-pages-home .row-home-testimonial-card__attribution {
  display: flex;
  align-items: flex-end;
  gap: 17px;
  margin-top: 38px;
  padding-top: 23px;
  border-top: 1px solid rgba(20, 32, 39, 0.18);
}

body.page-pages-home .row-home-testimonial-card__book {
  width: 54px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

body.page-pages-home .row-home-testimonial-card__identity h3 {
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.055em;
}

body.page-pages-home .row-home-testimonial-card__role {
  margin-top: 4px !important;
  font-size: 0.82rem;
  line-height: 1.25;
}

/* FAQ and closing */

body.page-pages-home .row-home-quote {
  padding: clamp(100px, 10vw, 160px) 0 52px;
  background: var(--row-paper-warm);
}

body.page-pages-home .row-home-faq .row-home-section-heading {
  margin: 0;
  text-align: left;
}

body.page-pages-home .row-home-faq__layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: start;
  margin-top: 58px;
}

body.page-pages-home .row-home-faq__photo {
  position: sticky;
  top: 118px;
  aspect-ratio: 0.92;
  overflow: hidden;
  border-radius: 32px;
}

body.page-pages-home .row-home-faq__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-pages-home .row-home-faq__list {
  border-top: 1px solid var(--row-border);
}

body.page-pages-home .row-home-faq__item {
  border-bottom: 1px solid var(--row-border);
}

body.page-pages-home .row-home-faq__item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 22px;
  align-items: center;
  min-height: 92px;
  padding: 20px 0;
  font-size: clamp(1.13rem, 1.55vw, 1.45rem);
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

body.page-pages-home .row-home-faq__item summary::-webkit-details-marker {
  display: none;
}

body.page-pages-home .row-home-faq__plus {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid var(--row-border);
  border-radius: 50%;
  font-size: 1.55rem;
  font-weight: 400;
  place-items: center;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

body.page-pages-home .row-home-faq__item[open] .row-home-faq__plus {
  background: var(--row-berry-dark);
  color: var(--row-white);
  transform: rotate(45deg);
}

body.page-pages-home .row-home-faq__answer {
  max-width: 650px;
  padding: 0 70px 28px 0;
  color: var(--row-ink-soft);
  font-size: 1.04rem;
  line-height: 1.55;
}

body.page-pages-home .row-home-faq__answer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 12px;
  color: var(--row-berry-dark);
  font-weight: 700;
  text-underline-offset: 4px;
}

body.page-pages-home .row-home-faq__all {
  margin-top: 30px;
}

body.page-pages-home .row-home-quote__band {
  position: relative;
  min-height: 720px;
  margin-top: clamp(100px, 11vw, 170px);
  overflow: hidden;
  border-radius: 42px;
  background: var(--row-blue);
  color: var(--row-white);
  isolation: isolate;
}

body.page-pages-home .row-home-quote__band::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 15, 20, 0.8) 0%, rgba(9, 15, 20, 0.48) 55%, rgba(9, 15, 20, 0.18) 100%);
  content: "";
}

body.page-pages-home .row-home-quote__band > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-pages-home .row-home-quote__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-height: 720px;
  max-width: 740px;
  padding: clamp(38px, 6vw, 90px);
}

body.page-pages-home .row-home-quote__content blockquote {
  margin-top: 34px;
}

body.page-pages-home .row-home-quote__content blockquote p {
  font-size: clamp(3rem, 5.1vw, 5.9rem);
  font-weight: 430;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

body.page-pages-home .row-home-quote__content cite {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
}

body.page-pages-home .row-home-quote__actions {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}

body.page-pages-home .row-home-quote__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--row-rose);
  color: var(--row-ink);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  transition: transform 220ms ease;
}

body.page-pages-home .row-home-quote__actions a:last-child {
  background: var(--row-green-pale);
}

body.page-pages-home .row-home-quote__actions a:hover {
  transform: translateY(-3px);
}

/* Footer */

body.page-pages-home .row-home-footer {
  margin: 0 !important;
  padding: clamp(70px, 8vw, 120px) 0 28px !important;
  background: var(--row-paper) !important;
  color: var(--row-ink) !important;
}

body.page-pages-home .row-home-footer__inner {
  width: min(1500px, calc(100% - 64px));
  margin-inline: auto;
}

body.page-pages-home .row-home-footer__top {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(360px, 0.8fr);
  gap: clamp(70px, 10vw, 170px);
}

body.page-pages-home .row-home-footer__brand-link {
  display: inline-flex;
  padding: 16px 20px;
  border-radius: 20px;
  background: var(--row-ink);
}

body.page-pages-home .row-home-footer__brand img {
  width: min(330px, 100%) !important;
  height: auto !important;
}

body.page-pages-home .row-home-footer__brand p {
  max-width: 500px;
  margin-top: 24px;
  color: var(--row-ink-soft);
  font-size: 1.08rem;
  line-height: 1.55;
}

body.page-pages-home .row-home-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

body.page-pages-home .row-home-footer__social a {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--row-blue);
  color: var(--row-white);
  place-items: center;
  transition: transform 220ms ease, background-color 220ms ease;
}

body.page-pages-home .row-home-footer__social a:nth-child(2) {
  background: var(--row-violet);
}

body.page-pages-home .row-home-footer__social a:nth-child(3) {
  background: var(--row-berry-dark);
}

body.page-pages-home .row-home-footer__social a:hover {
  background: var(--row-berry);
  transform: translateY(-3px);
}

body.page-pages-home .row-home-footer__social svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.5;
}

body.page-pages-home .row-home-footer__youtube-play {
  fill: var(--row-white);
  stroke: none;
}

body.page-pages-home .row-home-footer__connect h2,
body.page-pages-home .row-home-footer__navigation h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 450;
  letter-spacing: -0.04em;
}

body.page-pages-home .row-home-footer__connect-copy {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--row-ink-soft);
  font-size: 1.08rem;
  line-height: 1.5;
}

body.page-pages-home .row-home-footer__newsletter-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 68px;
  margin-top: 28px;
  padding: 0 24px;
  border: 0;
  border-radius: 16px;
  background: var(--row-green);
  color: var(--row-white);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  cursor: pointer;
  transition: background-color 220ms ease, transform 220ms ease;
}

body.page-pages-home .row-home-footer__newsletter-button:hover {
  background: var(--row-blue);
  transform: translateY(-2px);
}

body.page-pages-home .row-home-footer__newsletter-button svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

body.page-pages-home .row-home-footer__directory {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 80px;
  margin-top: 68px;
  padding-top: 48px;
  border-top: 1px solid var(--row-border);
}

body.page-pages-home .row-home-footer__navigation {
  grid-column: 2;
}

body.page-pages-home .row-home-footer__navigation h2 {
  color: var(--row-ink) !important;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-pages-home .row-home-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-top: 24px;
}

body.page-pages-home .row-home-footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--row-ink) !important;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}

body.page-pages-home .row-home-footer__links a:hover {
  color: var(--row-berry) !important;
}

body.page-pages-home .row-home-footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--row-ink);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

body.page-pages-home .row-home-footer__legal p {
  color: var(--row-ink) !important;
}

/* Mobile navigation */

body.page-pages-home #mobile-menu.row-home-mobile-menu {
  position: fixed;
  z-index: 1200;
  inset: 0;
  overflow-y: auto !important;
  padding: 18px;
  background: rgba(20, 32, 39, 0.54) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.page-pages-home #mobile-menu.row-home-mobile-menu > .row-home-mobile-menu__inner {
  width: 100% !important;
  height: auto !important;
  min-height: calc(100svh - 36px);
  padding: 20px;
  border-radius: 26px;
  background: var(--row-white) !important;
  color: var(--row-ink) !important;
  box-shadow: var(--row-shadow);
}

body.page-pages-home .row-home-mobile-menu__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--row-border);
}

body.page-pages-home .row-home-mobile-menu__title {
  color: var(--row-ink) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.page-pages-home .row-home-mobile-menu__close {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--row-border);
  border-radius: 999px;
  background: transparent !important;
  color: var(--row-ink) !important;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.page-pages-home .row-home-mobile-menu__close svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

body.page-pages-home .row-home-mobile-menu nav {
  display: grid;
}

body.page-pages-home #mobile-menu.row-home-mobile-menu nav a {
  display: flex;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid rgba(20, 32, 39, 0.08);
  background: transparent !important;
  color: var(--row-ink) !important;
  font-weight: 650;
  text-decoration: none;
}

body.page-pages-home .row-home-mobile-menu__primary {
  font-size: 1.05rem;
}

body.page-pages-home #mobile-menu.row-home-mobile-menu nav a.row-home-mobile-menu__secondary {
  padding-left: 18px;
  color: var(--row-ink-soft) !important;
  font-size: 0.85rem;
}

body.page-pages-home #mobile-menu.row-home-mobile-menu nav a.row-home-mobile-menu__donate {
  justify-content: center;
  margin-top: 14px;
  border: 0 !important;
  border-radius: 14px;
  background: var(--row-berry-dark) !important;
  color: var(--row-white) !important;
}

/* Tablet */

@media (max-width: 1180px) {
  body.page-pages-home .row-home-intro__grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
    gap: 34px;
  }

  body.page-pages-home .row-home-intro__copy h1 {
    font-size: clamp(3.4rem, 5.6vw, 5.2rem);
  }

  body.page-pages-home .row-home-aero-aside {
    grid-template-columns: 1fr 150px;
    min-height: 520px;
  }

  body.page-pages-home .row-home-gateway__layout {
    gap: 55px;
  }

  body.page-pages-home .row-home-board__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-pages-home .row-home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }

  body.page-pages-home .row-home-impact__stage {
    grid-template-columns: 1fr 0.75fr;
  }
}

/* Navigation and compact layout */

@media (max-width: 900px) {
  body.page-pages-home .row-home-shell,
  body.page-pages-home .row-home-footer__inner {
    width: min(100% - 40px, 760px);
  }

  body.page-pages-home .row-home-header {
    top: 10px;
    right: 10px;
    left: 10px;
    min-height: 68px;
    padding: 7px 9px 7px 14px;
    border-radius: 19px;
  }

  body.page-pages-home .row-home-header__logo {
    width: clamp(158px, 35vw, 200px) !important;
    height: 48px !important;
  }

  body.page-pages-home .row-home-header__brand-link {
    min-height: 50px;
    padding: 7px 12px;
    border-radius: 14px;
  }

  body.page-pages-home .row-home-nav__links {
    display: none;
  }

  body.page-pages-home .row-home-nav__hamburger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-radius: 14px;
    background: var(--row-blue);
    color: var(--row-white);
    cursor: pointer;
  }

  body.page-pages-home .row-home-nav__menu-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  body.page-pages-home .row-home-nav__hamburger-lines {
    display: grid;
    gap: 4px;
  }

  body.page-pages-home .hamburger-line {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }

  body.page-pages-home .row-home-intro {
    min-height: 0;
    padding: 112px 0 76px;
  }

  body.page-pages-home .row-home-intro__grid,
  body.page-pages-home .row-home-gateway__layout,
  body.page-pages-home .row-home-impact__stage,
  body.page-pages-home .row-home-faq__layout {
    grid-template-columns: 1fr;
  }

  body.page-pages-home .row-home-intro__grid {
    min-height: 0;
  }

  body.page-pages-home .row-home-intro__copy h1 {
    max-width: 680px;
    font-size: clamp(3.45rem, 10vw, 5rem);
  }

  body.page-pages-home .row-home-aero-aside {
    grid-template-columns: 1fr 180px;
    min-height: 520px;
    margin-top: 20px;
  }

  body.page-pages-home .row-home-foundations__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.page-pages-home .row-home-foundation-card {
    padding: 38px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--row-border);
  }

  body.page-pages-home .row-home-foundation-card--news {
    grid-template-columns: 1fr auto;
    gap: 24px;
    margin-top: 28px;
    padding: 34px;
    border: 0;
  }

  body.page-pages-home .row-home-gateway__visual {
    min-height: 540px;
  }

  body.page-pages-home .row-home-gateway__copy {
    max-width: 700px;
  }

  body.page-pages-home .row-home-gateway__details {
    grid-template-columns: 1fr;
  }

  body.page-pages-home .row-home-program-card {
    min-height: 520px;
  }

  body.page-pages-home .row-home-board__grid {
    display: grid;
    grid-auto-columns: minmax(220px, 42%);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 16px;
    width: calc(100vw - 20px);
    overflow-x: auto;
    padding: 0 20px 18px 0;
    scroll-snap-type: x mandatory;
  }

  body.page-pages-home .row-home-board-card {
    scroll-snap-align: start;
  }

  body.page-pages-home .row-home-join__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.page-pages-home .row-home-join__copy {
    padding: 55px 0 70px;
  }

  body.page-pages-home .row-home-join__actions {
    max-width: 640px;
    margin-left: auto;
  }

  body.page-pages-home .row-home-impact__photo {
    min-height: 540px;
    order: -1;
  }

  body.page-pages-home .row-home-testimonials__header {
    align-items: flex-start;
    flex-direction: column;
  }

  body.page-pages-home .row-home-testimonials__track {
    grid-auto-columns: minmax(340px, 74%);
  }

  body.page-pages-home .row-home-faq__photo {
    position: relative;
    top: auto;
    aspect-ratio: 1.3;
  }

  body.page-pages-home .row-home-footer__top {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  body.page-pages-home .row-home-footer__directory {
    grid-template-columns: 1fr;
  }

  body.page-pages-home .row-home-footer__navigation {
    grid-column: 1;
  }
}

/* Mobile */

@media (max-width: 640px) {
  body.page-pages-home .row-home-shell,
  body.page-pages-home .row-home-footer__inner {
    width: calc(100% - 32px);
  }

  body.page-pages-home .row-home-kicker {
    min-height: 32px;
    padding: 7px 13px;
    font-size: 0.68rem;
  }

  body.page-pages-home .row-home-text-link,
  body.page-pages-home .row-home-button,
  body.page-pages-home .row-home-pill {
    min-height: 50px;
    padding-inline: 19px;
    font-size: 0.78rem;
  }

  body.page-pages-home .row-home-header__logo {
    width: 152px !important;
  }

  body.page-pages-home .row-home-nav__hamburger {
    gap: 7px;
    padding-inline: 12px;
  }

  body.page-pages-home .row-home-intro {
    padding: 104px 0 62px;
  }

  body.page-pages-home .row-home-intro__copy .row-home-kicker {
    margin-bottom: 23px;
  }

  body.page-pages-home .row-home-intro__copy h1 {
    font-size: clamp(3.02rem, 15vw, 4.1rem);
    line-height: 0.94;
  }

  body.page-pages-home .row-home-intro__copy > p:not(.row-home-kicker) {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 1.5;
  }

  body.page-pages-home .row-home-intro__actions {
    width: 100%;
    margin-top: 28px;
  }

  body.page-pages-home .row-home-intro__actions a {
    flex: 1 1 0;
  }

  body.page-pages-home .row-home-aero-proof {
    margin-top: 34px;
  }

  body.page-pages-home .row-home-aero-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    gap: 12px;
  }

  body.page-pages-home .row-home-video {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
  }

  body.page-pages-home .row-home-video__play {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding-inline: 15px;
  }

  body.page-pages-home .row-home-aero-metric {
    grid-column: 1;
    grid-row: 2;
    min-height: 150px;
    border-radius: 21px;
  }

  body.page-pages-home .row-home-aero-actions {
    grid-column: 2;
    grid-row: 2;
  }

  body.page-pages-home .row-home-aero-primary,
  body.page-pages-home .row-home-aero-secondary {
    min-height: 69px;
    border-radius: 18px;
    font-size: 0.72rem;
  }

  body.page-pages-home .row-home-section-heading h2 {
    margin-top: 24px;
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  body.page-pages-home .row-home-foundations,
  body.page-pages-home .row-home-gateway,
  body.page-pages-home .row-home-impact,
  body.page-pages-home .row-home-newsletter,
  body.page-pages-home .row-home-testimonials,
  body.page-pages-home .row-home-quote {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  body.page-pages-home .row-home-foundations__grid {
    margin-top: 48px;
  }

  body.page-pages-home .row-home-foundation-card--news {
    grid-template-columns: 1fr;
    padding: 27px;
    text-align: left;
  }

  body.page-pages-home .row-home-foundation-card--news .row-home-card-button {
    width: 100%;
  }

  body.page-pages-home .row-home-gateway__visual {
    min-height: 390px;
    padding: 0 11% 8% 0;
  }

  body.page-pages-home .row-home-gateway__image {
    min-height: 360px;
    border-radius: 28px;
  }

  body.page-pages-home .row-home-gateway__image--secondary {
    min-height: 0;
    border-width: 7px;
    border-radius: 22px;
  }

  body.page-pages-home .row-home-gateway__copy h2,
  body.page-pages-home .row-home-programs__heading h2,
  body.page-pages-home .row-home-newsletter__heading h2,
  body.page-pages-home .row-home-board__heading h2,
  body.page-pages-home .row-home-testimonials__header h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  body.page-pages-home .row-home-programs {
    padding-top: 92px;
  }

  body.page-pages-home .row-home-programs__heading,
  body.page-pages-home .row-home-board__heading,
  body.page-pages-home .row-home-newsletter__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  body.page-pages-home .row-home-program-card {
    min-height: 430px;
    border-radius: 24px;
  }

  body.page-pages-home .row-home-program-card > span {
    padding: 26px;
  }

  body.page-pages-home .row-home-board {
    padding-top: 92px;
  }

  body.page-pages-home .row-home-board__grid {
    grid-auto-columns: minmax(218px, 72%);
    margin-top: 38px;
  }

  body.page-pages-home .row-home-join {
    padding: 16px 0;
  }

  body.page-pages-home .row-home-join .row-home-shell {
    width: calc(100% - 20px);
  }

  body.page-pages-home .row-home-join__panel {
    gap: 30px;
    padding: 26px 20px 24px;
    border-radius: 28px;
  }

  body.page-pages-home .row-home-join__panel::after {
    background: linear-gradient(180deg, rgba(8, 14, 13, 0.74) 0%, rgba(8, 14, 13, 0.58) 48%, rgba(8, 14, 13, 0.76) 100%);
  }

  body.page-pages-home .row-home-join__copy {
    padding: 54px 0 68px;
  }

  body.page-pages-home .row-home-join__copy h2 {
    font-size: clamp(4rem, 21vw, 6rem);
  }

  body.page-pages-home .row-home-join__button {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    gap: 8px 13px;
    min-height: 156px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  body.page-pages-home .row-home-join__button:hover {
    transform: translateY(-3px);
  }

  body.page-pages-home .row-home-join__button strong {
    font-size: 1.3rem;
  }

  body.page-pages-home .row-home-join__button > span:not(.row-home-join__number) {
    font-size: 0.9rem;
  }

  body.page-pages-home .row-home-impact__stage {
    margin-top: 38px;
  }

  body.page-pages-home .row-home-impact__photo {
    min-height: 390px;
    border-radius: 24px;
  }

  body.page-pages-home .row-home-impact__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.page-pages-home .row-home-impact__page,
  body.page-pages-home .row-home-impact__page--hours {
    grid-column: 1;
    min-height: 230px;
    padding: 28px;
  }

  body.page-pages-home .row-home-news-grid {
    display: grid;
    grid-auto-columns: minmax(265px, 80%);
    grid-auto-flow: column;
    grid-template-columns: none;
    width: calc(100vw - 16px);
    overflow-x: auto;
    padding: 0 16px 20px 0;
    scroll-snap-type: x mandatory;
  }

  body.page-pages-home .row-home-news-card {
    scroll-snap-align: start;
  }

  body.page-pages-home .row-home-newsletter__button {
    min-height: 66px;
    padding-inline: 20px;
  }

  body.page-pages-home .row-home-testimonials__header {
    gap: 30px;
    margin-bottom: 38px;
  }

  body.page-pages-home .row-home-testimonials__controls {
    width: 100%;
    justify-content: space-between;
  }

  body.page-pages-home .row-home-testimonials__controls button span {
    display: none;
  }

  body.page-pages-home .row-home-testimonials__track {
    grid-auto-columns: calc(100vw - 48px);
    width: calc(100vw - 16px);
    padding-right: 16px;
  }

  body.page-pages-home .row-home-testimonial-card,
  body.page-pages-home .row-home-testimonial-clone {
    min-height: 485px;
    padding: 27px;
    border-radius: 24px;
  }

  body.page-pages-home .row-home-faq__layout {
    gap: 38px;
    margin-top: 38px;
  }

  body.page-pages-home .row-home-faq__photo {
    aspect-ratio: 1.08;
    border-radius: 24px;
  }

  body.page-pages-home .row-home-faq__item summary {
    min-height: 82px;
    font-size: 1.04rem;
  }

  body.page-pages-home .row-home-faq__answer {
    padding-right: 8px;
    font-size: 0.96rem;
  }

  body.page-pages-home .row-home-quote__band {
    min-height: 620px;
    margin-top: 86px;
    border-radius: 28px;
  }

  body.page-pages-home .row-home-quote__band::after {
    background: linear-gradient(180deg, rgba(9, 15, 20, 0.42), rgba(9, 15, 20, 0.82));
  }

  body.page-pages-home .row-home-quote__content {
    justify-content: flex-end;
    min-height: 620px;
    padding: 30px 24px 42px;
  }

  body.page-pages-home .row-home-quote__content blockquote p {
    font-size: clamp(2.7rem, 12.5vw, 4.1rem);
  }

  body.page-pages-home .row-home-quote__actions {
    width: 100%;
  }

  body.page-pages-home .row-home-quote__actions a {
    min-width: 0;
    flex: 1 1 0;
  }

  body.page-pages-home .row-home-footer {
    padding-top: 78px !important;
  }

  body.page-pages-home .row-home-footer__brand img {
    width: 245px !important;
  }

  body.page-pages-home .row-home-footer__directory {
    gap: 0;
    margin-top: 54px;
  }

  body.page-pages-home .row-home-footer__links {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.page-pages-home .row-home-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 44px;
    line-height: 1.4;
  }

  body.page-pages-home .row-home-mobile-menu {
    padding: 10px;
  }

  body.page-pages-home .row-home-mobile-menu__inner {
    min-height: calc(100svh - 20px);
    padding: 16px;
    border-radius: 22px;
  }
}

@media (max-width: 359px) {
  body.page-pages-home .row-home-header__logo {
    width: 138px !important;
  }

  body.page-pages-home .row-home-nav__hamburger {
    padding-inline: 10px;
  }

  body.page-pages-home .row-home-intro__copy h1 {
    font-size: 2.85rem;
  }

  body.page-pages-home .row-home-intro__actions {
    display: grid;
  }

  body.page-pages-home .row-home-aero-metric strong {
    font-size: 1.75rem;
  }

  body.page-pages-home .row-home-aero-primary,
  body.page-pages-home .row-home-aero-secondary {
    padding-inline: 13px;
  }

  body.page-pages-home .row-home-join__button {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  body.page-pages-home .row-home-join__button b {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-pages-home .row-home *,
  body.page-pages-home .row-home *::before,
  body.page-pages-home .row-home *::after,
  body.page-pages-home .row-home-header *,
  body.page-pages-home .row-home-mobile-menu *,
  body.page-pages-home .row-home-footer * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  body.page-pages-home .row-home[data-row-reveal-ready="true"] [data-row-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  body.page-pages-home .row-home :is(
    .row-home-text-link,
    .row-home-button,
    .row-home-pill,
    .row-home-program-card img,
    .row-home-board-card img,
    .row-home-board-card__plus,
    .row-home-join__button,
    .row-home-impact__media img,
    .row-home-news-card img,
    .row-home-news-card__arrow,
    .row-home-newsletter__button,
    .row-home-quote__actions a
  ):is(:hover, :focus, :focus-within, :active) {
    transform: none !important;
  }
}
