/*
 * ROW source-faithful public pages
 *
 * The homepage already owns the authoritative WordPress-inspired visual
 * language. This layer carries that same masthead, typography, spacing,
 * palette, and measured motion across every public route while leaving the
 * authenticated portal untouched.
 */

body.marketing-site {
  --row-source-navy: var(--row-color-deep-ink-navy);
  --row-source-green: var(--row-color-muted-forest-green);
  --row-source-teal: var(--row-color-deep-teal-green);
  --row-source-vermilion: var(--row-color-bright-vermilion);
  --row-source-orange: var(--row-color-vivid-orange);
  --row-source-tangerine: var(--row-color-tangerine);
  --row-source-amber: var(--row-color-amber-orange);
  --row-source-yellow: var(--row-color-golden-yellow);
  --row-source-purple: var(--row-color-deep-purple);
  --row-source-berry: var(--row-color-dark-berry);
  --row-source-raspberry: var(--row-color-raspberry-pink);
  --row-source-aqua: var(--row-color-dusty-aqua);
  --row-source-powder: var(--row-color-pale-powder-blue);
  --row-source-lavender: var(--row-color-lavender-gray);
  --row-source-page: var(--row-color-cool-off-white);
  --row-source-white: var(--row-color-pure-white);
  --row-source-charcoal: var(--row-color-near-black-charcoal);
  overflow-x: clip;
  background: var(--row-source-page) !important;
  color: var(--row-source-charcoal) !important;
  font-family: "Barlow", sans-serif !important;
}

body.marketing-site :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Libre Baskerville", Georgia, serif !important;
}

body.marketing-site .row-public-nav-spacer {
  display: none !important;
}

/* Source masthead and green navigation rail. */
body.marketing-site:not(.page-pages-home) .row-home-header {
  position: relative !important;
  z-index: 1000;
  inset: auto !important;
  display: block !important;
  width: 100%;
  min-height: 161px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--row-source-navy) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.marketing-site:not(.page-pages-home) .row-home-header__brand {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  padding: 0 !important;
  background: var(--row-source-navy) !important;
}

body.marketing-site:not(.page-pages-home) .row-home-header__brand-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 320px !important;
  height: 110px !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.marketing-site:not(.page-pages-home) .row-home-header__logo {
  width: 320px !important;
  height: 110px !important;
  object-fit: contain;
}

body.marketing-site:not(.page-pages-home) #main-nav.row-home-nav {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 51px !important;
  padding: 0 !important;
  background: var(--row-source-green) !important;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__inner {
  display: flex !important;
  align-items: stretch;
  justify-content: center !important;
  width: min(1320px, 100%) !important;
  height: 51px !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

body.marketing-site:not(.page-pages-home) #nav-links.row-home-nav__links {
  display: flex !important;
  align-items: stretch;
  justify-content: center;
  gap: 0 !important;
  width: auto;
  height: 51px;
  margin: 0 !important;
  padding: 0 !important;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__item,
body.marketing-site:not(.page-pages-home) .row-home-nav__trigger-row {
  display: flex;
  align-items: stretch;
  height: 51px;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__link,
body.marketing-site:not(.page-pages-home) .row-home-nav__dropdown-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px !important;
  padding: 12px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: "Barlow", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
  text-decoration: none;
  text-transform: none !important;
  white-space: nowrap;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__dropdown-trigger {
  width: 28px;
  margin-left: -12px;
  padding-inline: 5px !important;
  cursor: pointer;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__dropdown-trigger svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__link::after {
  display: none !important;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__link:hover,
body.marketing-site:not(.page-pages-home) .row-home-nav__dropdown-trigger:hover {
  background: rgba(0, 0, 0, 0.12) !important;
}

body.marketing-site.row-signature:not(.page-pages-home) .row-home-nav__item:focus-within > .row-home-nav__trigger-row > :is(a, button) {
  background: rgba(0, 0, 0, 0.12) !important;
}

body.marketing-site:not(.page-pages-home) #main-nav a.row-home-nav__donate {
  min-width: 128px !important;
  min-height: 51px !important;
  padding-inline: 26px !important;
  border-radius: 0 !important;
  background: var(--row-source-orange) !important;
  color: #fff !important;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__dropdown {
  position: absolute;
  z-index: 40;
  top: 51px;
  left: 0;
  display: grid;
  min-width: 240px;
  padding: 8px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 18px 38px rgba(23, 32, 38, 0.2) !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  visibility: hidden;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__dropdown[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__dropdown a {
  min-height: 44px;
  padding: 10px 13px;
  color: var(--row-source-navy) !important;
  font-family: "Barlow", sans-serif !important;
  font-size: 16px;
  text-decoration: none;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__dropdown a:hover {
  background: #edf2f0;
}

body.marketing-site:not(.page-pages-home) .row-home-nav__hamburger {
  display: none;
}

/* Shelf Line footer unified across all marketing pages (replacing old compact footer). */

/* Source page building blocks. */
.row-source-page { background: var(--row-source-page); }
.row-source-shell { width: min(1340px, calc(100% - 64px)); margin-inline: auto; }

.row-source-hero {
  position: relative;
  display: grid;
  min-height: clamp(360px, 42vw, 610px);
  overflow: hidden;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  place-items: center;
}

.row-source-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(23, 32, 38, 0.28);
  content: "";
}

.row-source-hero h1 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(2.3rem, 5vw, 5.2rem);
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  text-align: center;
  text-transform: uppercase !important;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.row-source-statement {
  padding: 42px max(24px, calc((100vw - 1200px) / 2));
  background: var(--row-source-berry);
  text-align: center;
}

.row-source-statement h2,
.row-source-statement p {
  max-width: 1180px;
  margin: 0 auto;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(1.65rem, 3vw, 3rem);
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.3;
  text-transform: uppercase !important;
}

.row-source-statement--copy {
  padding-block: clamp(46px, 7vw, 86px);
  background: #fff;
}

.row-source-statement--copy h2 {
  color: var(--row-source-charcoal) !important;
  font-family: "Barlow", sans-serif !important;
  font-size: clamp(1.35rem, 2.25vw, 2.2rem);
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.55;
  text-transform: none !important;
}

.row-source-foundations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(52px, 7vw, 92px) 0;
}

.row-source-foundation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 430px;
  padding: 48px;
  border-radius: 28px;
  color: #fff;
  text-align: center;
}

.row-source-foundation--vision { background: var(--row-source-berry); }
.row-source-foundation--video { padding: 30px; background: #6d89a3; }
.row-source-foundation--mission { background: var(--row-source-vermilion); }

.row-source-foundation__medallion {
  display: grid;
  width: 86px;
  height: 86px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: color-mix(in srgb, #fff 24%, transparent);
  color: var(--row-source-yellow);
  font-size: 2.6rem;
  place-items: center;
}

.row-source-foundation h2 {
  margin: 0;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.row-source-foundation p {
  max-width: 430px;
  margin: 24px auto 0;
  color: #fff !important;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.55;
}

.row-source-foundation iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.row-source-board { padding: clamp(64px, 9vw, 120px) 0; background: #fff; }
.row-source-board h1,
.row-source-values > h2 {
  margin: 0 0 clamp(48px, 6vw, 78px);
  color: var(--row-source-charcoal) !important;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-align: center;
  text-transform: none !important;
}

.row-source-board__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
}

.row-source-board__member { color: var(--row-source-charcoal) !important; text-align: center; text-decoration: none; }
.row-source-board__portrait {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--row-source-powder);
}

.row-source-board__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.row-source-board__member:hover img { transform: scale(1.035); }
.row-source-board__member h3 {
  margin: 22px 0 0;
  color: var(--row-source-charcoal) !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.row-source-values { padding: clamp(70px, 9vw, 128px) 0; background: var(--row-source-page); }
.row-source-values__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.row-source-value { min-height: 320px; padding: clamp(34px, 5vw, 62px); border-radius: 26px; color: #fff; }
.row-source-value--caring { grid-column: 1 / -1; background: var(--row-source-yellow); color: var(--row-source-charcoal); }
.row-source-value--respect { background: var(--row-source-vermilion); }
.row-source-value--value { background: var(--row-source-navy); }
.row-source-value--collaboration { background: var(--row-source-purple); }
.row-source-value--commitment { background: var(--row-source-green); }
.row-source-value h3 {
  margin: 0 0 24px;
  color: inherit !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  letter-spacing: 0.04em !important;
  text-align: center;
  text-transform: uppercase !important;
}
.row-source-value p { margin: 0 0 20px; color: inherit !important; font-size: clamp(1.05rem, 1.4vw, 1.35rem); line-height: 1.55; }
.row-source-value a { color: inherit !important; font-weight: 700; }

/* Win cleanly over the retired editorial system's high-specificity heading
   rules without leaking into portal/admin pages. */
body.marketing-site .row-source-hero h1 {
  color: #fff !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}

body.marketing-site .row-source-statement h2,
body.marketing-site .row-source-foundation h2,
body.marketing-site .row-source-value h3 {
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 500 !important;
}

body.marketing-site .row-source-statement--copy h2 {
  color: var(--row-source-charcoal) !important;
  font-family: "Barlow", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.marketing-site .row-source-foundation :is(div, p) { color: #fff !important; }
body.marketing-site .row-source-board :is(h1, h3),
body.marketing-site .row-source-values > .row-source-shell > h2 { color: var(--row-source-charcoal) !important; }
body.marketing-site .row-source-value--caring :is(h3, p) { color: var(--row-source-charcoal) !important; }
body.marketing-site .row-source-value:not(.row-source-value--caring) :is(h3, p, strong, a) { color: #fff !important; }

/* Schools — source sequence: hero, quote, invitation, then full stories. */
.row-source-hero--schools { background-position: center 42%; }

.row-source-school-quote {
  position: relative;
  padding: clamp(58px, 8vw, 104px) 24px clamp(76px, 10vw, 132px);
  background: var(--row-source-purple);
  text-align: center;
}

.row-source-school-quote::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 70px;
  background: var(--row-source-page);
  clip-path: polygon(0 55%, 38% 42%, 50% 100%, 62% 42%, 100% 55%, 100% 100%, 0 100%);
  content: "";
}

body.marketing-site .row-source-school-quote h2 {
  max-width: 1120px;
  margin: 0 auto;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(1.7rem, 3vw, 3.25rem);
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.35;
  text-transform: uppercase !important;
}

.row-source-schools-intro {
  display: grid;
  gap: 14px;
  padding: clamp(70px, 9vw, 126px) 24px;
  text-align: center;
}

body.marketing-site .row-source-schools-intro p {
  margin: 0;
  color: var(--row-source-charcoal) !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(1.3rem, 2.15vw, 2rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.row-source-schools-intro a { color: var(--row-source-berry) !important; font-weight: 600; }

.row-source-schools-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  min-height: 420px;
  background: #fff;
}

.row-source-schools-contact__copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(46px, 7vw, 96px);
  background: var(--row-source-navy);
}

body.marketing-site .row-source-schools-contact h2 {
  margin: 0;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(2rem, 3.4vw, 4rem);
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.15;
  text-transform: uppercase !important;
}

.row-source-schools-contact__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.row-source-schools-contact__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border: 2px solid #fff;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.row-source-schools-contact__actions a:first-child { border-color: var(--row-source-orange); background: var(--row-source-orange); }
.row-source-schools-contact__media { min-height: 420px; }
.row-source-schools-contact__media img { width: 100%; height: 100%; object-fit: cover; }

.row-source-school-stories { padding: clamp(72px, 9vw, 128px) 0; background: var(--row-source-page); }
.row-source-school-list { display: grid; gap: clamp(54px, 8vw, 110px); }
.row-source-school {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(39, 67, 93, 0.12);
}
.row-source-school:nth-child(even) { grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr); }
.row-source-school:nth-child(even) .row-source-school__media { order: 2; }
.row-source-school__media { min-height: 500px; background: var(--row-source-powder); }
.row-source-school__media img { width: 100%; height: 100%; object-fit: cover; }
.row-source-school__content { display: flex; justify-content: center; flex-direction: column; padding: clamp(38px, 6vw, 78px); }
body.marketing-site .row-source-school h2 {
  margin: 0;
  color: var(--row-source-navy) !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}
body.marketing-site .row-source-school__content > p { margin: 24px 0 0; color: var(--row-source-charcoal) !important; font-size: 1.08rem; line-height: 1.65; }
.row-source-paperwork {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-height: 50px;
  margin-top: 26px;
  padding: 12px 18px;
  border: 2px solid var(--row-source-green);
  color: var(--row-source-green) !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.row-source-paperwork h2 {
  margin: 0;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}
.row-source-school blockquote { margin: 30px 0 0; padding: 26px; border-left: 6px solid var(--row-source-yellow); background: var(--row-source-page); }
.row-source-school blockquote p { margin: 0; color: var(--row-source-charcoal) !important; font-style: italic; line-height: 1.55; }
.row-source-school blockquote cite { display: block; margin-top: 16px; color: var(--row-source-navy) !important; font-family: "Barlow Condensed", sans-serif; font-style: normal; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }

/* Carry source shared closeout colors/geometry to every public route. */
body.marketing-site:not(.page-pages-home) .public-impact {
  padding: clamp(54px, 7vw, 90px) 0;
  background: var(--row-source-yellow) !important;
}
body.marketing-site:not(.page-pages-home) .public-impact__inner { width: min(1200px, calc(100% - 48px)); }
body.marketing-site:not(.page-pages-home) .public-impact article { border-color: rgba(39, 67, 93, 0.25); }
body.marketing-site:not(.page-pages-home) .public-impact h2,
body.marketing-site:not(.page-pages-home) .public-impact strong { color: var(--row-source-navy) !important; }
body.marketing-site:not(.page-pages-home) .public-closeout { background: var(--row-source-purple) !important; }
body.marketing-site:not(.page-pages-home) .public-latest-news { background: var(--row-source-teal) !important; }
body.marketing-site:not(.page-pages-home) .public-latest-news :is(h2, h3) { color: #fff !important; }
body.marketing-site.row-signature:not(.page-pages-home) .public-closeout .public-closeout__inner :is(h2, p) { color: #fff !important; }
body.marketing-site.row-signature:not(.page-pages-home) .public-latest-news .public-latest-news__inner :is(h2, h3) { color: #fff !important; }

@media (max-width: 1024px) and (min-width: 768px) {
  body.marketing-site:not(.page-pages-home) .row-home-nav__link,
  body.marketing-site:not(.page-pages-home) .row-home-nav__dropdown-trigger { padding-inline: 9px !important; font-size: 15px !important; }
  body.marketing-site:not(.page-pages-home) .row-home-nav__dropdown-trigger { margin-left: -8px; }
  body.marketing-site:not(.page-pages-home) #main-nav a.row-home-nav__donate { min-width: 104px !important; padding-inline: 18px !important; }
  .row-source-board__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .row-source-foundation { min-height: 380px; padding: 34px; }
}

@media (max-width: 767px) {
  body.marketing-site:not(.page-pages-home) .row-home-header {
    display: flex !important;
    align-items: center;
    min-height: 86px;
    height: 86px;
    padding: 0 12px !important;
  }
  body.marketing-site:not(.page-pages-home) .row-home-header__brand { justify-content: flex-start; width: auto; height: 86px; flex: 1 1 auto; }
  body.marketing-site:not(.page-pages-home) .row-home-header__brand-link { justify-content: flex-start; width: 230px !important; height: 79px !important; }
  body.marketing-site:not(.page-pages-home) .row-home-header__logo { width: 230px !important; height: 79px !important; }
  body.marketing-site:not(.page-pages-home) #main-nav.row-home-nav { display: flex !important; align-items: center; width: auto !important; height: 86px !important; background: transparent !important; }
  body.marketing-site:not(.page-pages-home) .row-home-nav__inner { width: auto !important; height: 86px !important; }
  body.marketing-site:not(.page-pages-home) #nav-links.row-home-nav__links { display: none !important; }
  body.marketing-site:not(.page-pages-home) .row-home-nav__hamburger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    padding: 8px;
    border: 0;
    background: transparent;
    color: #fff;
  }
  body.marketing-site:not(.page-pages-home) .row-home-nav__menu-label { display: none; }
  body.marketing-site:not(.page-pages-home) .row-home-nav__hamburger-lines { display: flex; flex-direction: column; gap: 6px; width: 30px; }
  body.marketing-site:not(.page-pages-home) .row-home-nav__hamburger .hamburger-line { display: block; width: 30px; height: 3px; border-radius: 99px; background: #fff; }

  body.marketing-site:not(.page-pages-home) #mobile-menu.row-home-mobile-menu {
    position: fixed;
    z-index: 1200;
    inset: 0;
    overflow-y: auto;
    padding: 14px;
    background: rgba(23, 32, 38, 0.62) !important;
    backdrop-filter: blur(8px);
  }
  body.marketing-site:not(.page-pages-home) .row-home-mobile-menu__inner { width: 100%; min-height: calc(100svh - 28px); padding: 20px; border-radius: 20px; background: var(--row-source-navy) !important; color: #fff !important; }
  body.marketing-site:not(.page-pages-home) .row-home-mobile-menu__toolbar { display: flex; align-items: center; justify-content: space-between; min-height: 52px; margin-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.24); }
  body.marketing-site:not(.page-pages-home) .row-home-mobile-menu__title,
  body.marketing-site:not(.page-pages-home) .row-home-mobile-menu__close { color: #fff !important; }
  body.marketing-site:not(.page-pages-home) .row-home-mobile-menu__close { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; border: 0; background: transparent; }
  body.marketing-site:not(.page-pages-home) .row-home-mobile-menu__close svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
  body.marketing-site:not(.page-pages-home) .row-home-mobile-menu nav { display: grid; }
  body.marketing-site:not(.page-pages-home) .row-home-mobile-menu nav a { display: flex; align-items: center; min-height: 46px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); color: #fff !important; text-decoration: none; }
  body.marketing-site:not(.page-pages-home) .row-home-mobile-menu__primary { font-size: 18px; font-weight: 600; }
  body.marketing-site:not(.page-pages-home) .row-home-mobile-menu__secondary { padding-left: 22px; font-size: 15px; }


  .row-source-shell { width: min(100% - 28px, 680px); }
  .row-source-hero { min-height: 330px; }
  .row-source-foundations,
  .row-source-values__grid { grid-template-columns: 1fr; }
  .row-source-foundation { min-height: 0; padding: 42px 28px; }
  .row-source-board__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .row-source-board__member:last-child { grid-column: 1 / -1; width: calc(50% - 9px); margin-inline: auto; }
  .row-source-value--caring { grid-column: auto; }
  .row-source-schools-contact,
  .row-source-school,
  .row-source-school:nth-child(even) { grid-template-columns: 1fr; }
  .row-source-school:nth-child(even) .row-source-school__media { order: 0; }
  .row-source-school__media { min-height: 320px; }
}

@media (max-width: 359px) {
  body.marketing-site:not(.page-pages-home) .row-home-header__brand-link,
  body.marketing-site:not(.page-pages-home) .row-home-header__logo { width: 205px !important; }
}


@media (prefers-reduced-motion: reduce) {
  /* `.row-source-board__portrait` is a legacy hook that no view renders — the
     board grid marks portraits up as `.row-source-board__member img`. Left the
     old selector in place for any stray markup, but the live one is what
     actually suppresses the :hover scale(1.035) above. */
  .row-source-board__portrait img,
  .row-source-board__member img,
  .row-source-page [data-row-reveal] { transition: none !important; animation: none !important; transform: none !important; }
}
