.home2-page {
  --home2-bg: #f3f4ef;
  --home2-ink: #151515;
  --home2-muted: #686862;
  --home2-rule: rgba(21, 21, 21, 0.24);
  --home2-soft-rule: rgba(21, 21, 21, 0.13);
  min-height: 100vh;
  overflow: clip;
  background: var(--home2-bg);
  color: var(--home2-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.home2-page *,
.home2-page *::before,
.home2-page *::after {
  box-sizing: border-box;
}

.home2-page a {
  color: inherit;
}

.home2-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 72px;
  border-bottom: 1px solid var(--home2-soft-rule);
  background: rgba(243, 244, 239, 0.97);
}

.home2-nav-inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.home2-brand {
  display: inline-flex;
  align-items: center;
  flex: none;
}

.home2-brand img {
  display: block;
  width: 96px;
  height: auto;
  object-fit: contain;
}

.home2-nav-edition {
  padding-left: 18px;
  border-left: 1px solid var(--home2-rule);
  color: var(--home2-muted);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.home2-nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.home2-nav-links a,
.home2-mobile-menu a {
  color: var(--home2-muted);
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
}

.home2-nav-links a:hover,
.home2-mobile-menu a:hover {
  color: var(--home2-ink);
}

.home2-menu-button,
.home2-mobile-menu {
  display: none;
}

.home2-menu-button:focus-visible,
.home2-page a:focus-visible {
  outline: 1px solid var(--home2-ink);
  outline-offset: 3px;
}

.home2-page main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 128px 64px 96px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  grid-auto-rows: auto;
  column-gap: 88px;
  align-items: start;
}

.home2-intro {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 11;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home2-intro-sticky {
  position: sticky;
  top: 112px;
  width: 100%;
}

.home2-eyebrow,
.home2-kicker,
.home2-section-label {
  margin: 0;
  color: var(--home2-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.home2-intro h1 {
  margin: 24px 0 20px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.home2-intro-lede,
.home2-intro-summary,
.home2-prose,
.home2-program-row ul,
.home2-network-head p,
.home2-partners-head p,
.home2-stories-head p,
.home2-outcomes-head p,
.home2-testimonials p,
.home2-final-copy {
  font-family: Georgia, "Times New Roman", serif;
}

.home2-intro-lede {
  margin: 0;
  font-size: 18px;
  line-height: 1.34;
}

.home2-intro-summary {
  margin: 20px 0 0;
  color: var(--home2-muted);
  font-size: 14px;
  line-height: 1.48;
}

.home2-status {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--home2-muted);
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}

.home2-status span {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: #39b96f;
  box-shadow: 0 0 0 5px rgba(57, 185, 111, 0.12);
}

.home2-intro-meta {
  margin-top: 28px;
  padding: 12px 0;
  display: grid;
  gap: 7px;
  border-top: 1px solid var(--home2-rule);
  border-bottom: 1px solid var(--home2-rule);
  color: var(--home2-muted);
  font-size: 11px;
  line-height: 1.25;
  text-transform: uppercase;
}

.home2-side-cta {
  margin-top: 20px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--home2-ink);
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.home2-index {
  margin-top: 26px;
  display: grid;
}

.home2-index a {
  padding: 8px 0;
  border-bottom: 1px solid var(--home2-soft-rule);
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.home2-section,
.home2-logos {
  grid-column: 2;
  min-width: 0;
}

.home2-section {
  width: 100%;
  margin: 0 0 88px;
  padding: 0 0 88px;
  border-bottom: 1px solid var(--home2-rule);
  scroll-margin-top: 104px;
}

.home2-section-label {
  margin-bottom: 32px;
}

.home2-overview-grid,
.home2-why-grid,
.home2-office-grid,
.home2-lesson-grid,
.home2-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 64px;
  align-items: start;
}

.home2-page h2 {
  margin: 0;
  color: var(--home2-ink);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.home2-kicker {
  margin-bottom: 18px;
}

.home2-prose {
  max-width: 650px;
}

.home2-prose p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.52;
}

.home2-prose p:last-child {
  margin-bottom: 0;
}

.home2-prose-large p:first-child {
  font-size: 23px;
  line-height: 1.35;
}

.home2-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #deded8;
}

.home2-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 200ms ease;
}

.home2-photo:hover img {
  filter: grayscale(0%);
}

.home2-hero-gallery {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home2-hero-gallery .home2-photo {
  aspect-ratio: 4 / 3;
}

.home2-hero-gallery .home2-photo-lead {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 7;
}

.home2-logos {
  margin: 0 0 88px;
  padding: 0 0 88px;
  border-bottom: 1px solid var(--home2-rule);
}

.home2-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--home2-soft-rule);
  border-left: 1px solid var(--home2-soft-rule);
}

.home2-logo-item {
  min-height: 120px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border-right: 1px solid var(--home2-soft-rule);
  border-bottom: 1px solid var(--home2-soft-rule);
}

.home2-logo-item img {
  width: 100%;
  height: 44px;
  display: block;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(100%);
}

.home2-logo-item span {
  color: var(--home2-muted);
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.home2-formula {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--home2-rule);
}

.home2-formula > div {
  min-height: 96px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  border-bottom: 1px solid var(--home2-soft-rule);
}

.home2-formula > div:nth-child(odd) {
  padding-right: 24px;
  border-right: 1px solid var(--home2-soft-rule);
}

.home2-formula > div:nth-child(even) {
  padding-left: 24px;
}

.home2-formula span,
.home2-program-number,
.home2-outcome-grid span,
.home2-testimonials span {
  color: var(--home2-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
}

.home2-formula strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.home2-embed {
  margin-top: 72px;
  overflow: hidden;
  background: #111;
}

.home2-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.home2-embed-portrait {
  width: min(100%, 420px);
  aspect-ratio: 9 / 16;
  margin-left: auto;
  margin-right: auto;
}

.home2-embed-wide {
  aspect-ratio: 16 / 9;
}

.home2-programs-head,
.home2-network-head,
.home2-partners-head,
.home2-stories-head,
.home2-outcomes-head {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 64px;
  align-items: end;
}

.home2-programs-head p,
.home2-network-head p,
.home2-partners-head p,
.home2-stories-head p,
.home2-outcomes-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.home2-program-list {
  border-top: 1px solid var(--home2-rule);
}

.home2-program-row {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 56px 260px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 1px solid var(--home2-soft-rule);
}

.home2-program-row h3,
.home2-program-row ul,
.home2-program-row p {
  margin: 0;
}

.home2-program-row h3 {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.05;
}

.home2-program-row a,
.home2-text-link {
  margin-top: 18px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid var(--home2-ink);
}

.home2-program-row ul {
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.4;
}

.home2-program-row li {
  position: relative;
  padding: 8px 22px 8px 0;
  border-top: 1px solid var(--home2-soft-rule);
}

.home2-program-row li:last-child {
  border-bottom: 1px solid var(--home2-soft-rule);
}

.home2-program-row li::after {
  content: "+";
  position: absolute;
  right: 0;
  color: var(--home2-muted);
}

.home2-network-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 12px;
}

.home2-network-gallery .home2-photo-lead {
  grid-column: span 2;
  grid-row: span 2;
}

.home2-office-gallery {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home2-office-gallery .home2-photo {
  aspect-ratio: 4 / 3;
}

.home2-people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--home2-rule);
  border-left: 1px solid var(--home2-soft-rule);
}

.home2-person {
  min-width: 0;
  margin: 0;
  padding: 12px;
  border-right: 1px solid var(--home2-soft-rule);
  border-bottom: 1px solid var(--home2-soft-rule);
}

.home2-person figure {
  margin: 0 0 14px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #deded8;
}

.home2-person img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 200ms ease;
}

.home2-person:hover img {
  filter: grayscale(0%);
}

.home2-person h3,
.home2-person p {
  margin: 0;
}

.home2-person h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.home2-person p {
  margin-top: 4px;
  color: var(--home2-muted);
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}

.home2-text-link {
  margin-top: 28px;
}

.home2-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home2-video-grid video {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  background: #111;
  filter: grayscale(100%);
}

.home2-company-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home2-company-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #deded8;
}

.home2-company-grid figure:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.home2-company-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
}

.home2-company-grid figcaption {
  position: absolute;
  inset: auto 10px 10px;
  width: fit-content;
  padding: 6px 8px;
  background: rgba(243, 244, 239, 0.92);
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.home2-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--home2-rule);
}

.home2-outcome-grid > div {
  min-height: 92px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 8px;
  border-bottom: 1px solid var(--home2-soft-rule);
}

.home2-outcome-grid > div:nth-child(odd) {
  padding-right: 24px;
  border-right: 1px solid var(--home2-soft-rule);
}

.home2-outcome-grid > div:nth-child(even) {
  padding-left: 24px;
}

.home2-outcome-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.home2-testimonials {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--home2-rule);
  border-left: 1px solid var(--home2-soft-rule);
}

.home2-testimonials blockquote {
  min-height: 210px;
  margin: 0;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  border-right: 1px solid var(--home2-soft-rule);
  border-bottom: 1px solid var(--home2-soft-rule);
}

.home2-testimonials p {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.home2-final {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.home2-final-copy p {
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.4;
}

.home2-final-copy a {
  min-height: 56px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--home2-ink);
  border-bottom: 1px solid var(--home2-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .home2-page main {
    grid-template-columns: 240px minmax(0, 1fr);
    column-gap: 56px;
  }

  .home2-program-row {
    grid-template-columns: 46px 220px minmax(0, 1fr);
  }

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

@media (max-width: 980px) {
  .home2-nav-links {
    display: none;
  }

  .home2-menu-button {
    width: 32px;
    height: 32px;
    margin-left: auto;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: var(--home2-ink);
    cursor: pointer;
  }

  .home2-menu-button span {
    width: 20px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 160ms ease;
  }

  .home2-menu-open .home2-menu-button span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .home2-menu-open .home2-menu-button span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .home2-mobile-menu {
    position: fixed;
    inset: 72px 0 auto;
    z-index: 99;
    padding: 16px 40px 30px;
    display: none;
    background: var(--home2-bg);
    border-bottom: 1px solid var(--home2-rule);
  }

  .home2-menu-open .home2-mobile-menu {
    display: grid;
  }

  .home2-mobile-menu a {
    padding: 15px 0;
    border-bottom: 1px solid var(--home2-soft-rule);
  }

  .home2-page main {
    padding-top: 112px;
    display: block;
  }

  .home2-intro {
    height: auto;
    margin-bottom: 84px;
  }

  .home2-intro-sticky {
    position: relative;
    top: auto;
    padding-bottom: 64px;
    border-bottom: 1px solid var(--home2-rule);
  }

  .home2-index {
    display: none;
  }

  .home2-section,
  .home2-logos {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .home2-overview-grid,
  .home2-why-grid,
  .home2-office-grid,
  .home2-lesson-grid,
  .home2-final-grid,
  .home2-programs-head,
  .home2-network-head,
  .home2-partners-head,
  .home2-stories-head,
  .home2-outcomes-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home2-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home2-program-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .home2-program-row ul {
    grid-column: 2;
    margin-top: 18px;
  }

  .home2-network-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 170px;
  }

  .home2-network-gallery .home2-photo-lead {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .home2-nav {
    height: 60px;
  }

  .home2-nav-inner {
    padding: 0 20px;
  }

  .home2-nav-edition {
    display: none;
  }

  .home2-mobile-menu {
    inset: 60px 0 auto;
    padding: 16px 20px 28px;
  }

  .home2-page main {
    padding: 92px 20px 72px;
  }

  .home2-intro {
    margin-bottom: 68px;
  }

  .home2-intro-sticky {
    padding-bottom: 52px;
  }

  .home2-intro h1 {
    font-size: 44px;
  }

  .home2-page h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .home2-section,
  .home2-logos {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }

  .home2-section-label {
    margin-bottom: 24px;
  }

  .home2-hero-gallery {
    margin-top: 48px;
  }

  .home2-hero-gallery .home2-photo-lead {
    aspect-ratio: 4 / 3;
  }

  .home2-hero-gallery .home2-photo:not(.home2-photo-lead) {
    aspect-ratio: 1 / 1;
  }

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

  .home2-logo-item {
    min-height: 104px;
    padding: 14px;
  }

  .home2-logo-item img {
    height: 36px;
  }

  .home2-formula {
    margin-top: 48px;
    grid-template-columns: 1fr;
  }

  .home2-formula > div,
  .home2-formula > div:nth-child(odd),
  .home2-formula > div:nth-child(even) {
    min-height: 78px;
    padding: 16px 0;
    border-right: 0;
  }

  .home2-embed,
  .home2-office-gallery,
  .home2-company-grid,
  .home2-testimonials {
    margin-top: 48px;
  }

  .home2-programs-head,
  .home2-network-head,
  .home2-partners-head,
  .home2-stories-head,
  .home2-outcomes-head {
    margin-bottom: 48px;
  }

  .home2-program-row {
    padding: 22px 0;
  }

  .home2-program-row h3 {
    font-size: 24px;
  }

  .home2-network-gallery {
    grid-auto-rows: 120px;
  }

  .home2-office-gallery {
    grid-template-columns: 1fr;
  }

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

  .home2-person {
    padding: 8px;
  }

  .home2-person h3 {
    font-size: 16px;
  }

  .home2-person p {
    font-size: 9px;
  }

  .home2-video-grid {
    width: 100%;
    padding-right: 20px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home2-video-grid::-webkit-scrollbar {
    display: none;
  }

  .home2-video-grid video {
    flex: 0 0 76vw;
    max-width: 300px;
    scroll-snap-align: start;
  }

  .home2-company-grid,
  .home2-outcome-grid,
  .home2-testimonials {
    grid-template-columns: 1fr;
  }

  .home2-company-grid figure:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .home2-company-grid figure {
    aspect-ratio: 16 / 8;
  }

  .home2-outcome-grid > div,
  .home2-outcome-grid > div:nth-child(odd),
  .home2-outcome-grid > div:nth-child(even) {
    padding: 16px 0;
    border-right: 0;
  }

  .home2-testimonials blockquote {
    min-height: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home2-page *,
  .home2-page *::before,
  .home2-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
