.about-page .section {
  padding: 112px 0;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 0 0;
  background: radial-gradient(circle at 92% 76%, rgb(63 152 197 / 14%), transparent 25%), var(--color-paper);
}

.about-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 480px;
  align-items: center;
  gap: 80px;
  padding: 72px 0 66px;
  grid-template-columns: 1.12fr 0.88fr;
}

.about-hero__copy h1 {
  margin: 18px 0 0;
  color: var(--color-navy-950);
  font-size: clamp(3.875rem, 7vw, 5.875rem);
  font-weight: 750;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.about-hero__copy h1 em {
  color: var(--color-blue-700);
  font-style: normal;
}

.about-hero__lead {
  align-self: end;
  padding-bottom: 22px;
}

.about-hero__line {
  display: block;
  width: 80px;
  height: 3px;
  margin-bottom: 25px;
  background: var(--color-gold-500);
}

.about-hero__lead p {
  max-width: 470px;
  margin: 0 0 25px;
  color: var(--color-ink-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.about-hero__statement {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 116px;
  align-items: center;
  border-top: 1px solid var(--color-line);
  grid-template-columns: 70px 70px 70px 1fr;
}

.about-hero__statement > span {
  display: grid;
  height: 54px;
  border-right: 1px solid var(--color-line);
  color: var(--color-navy-900);
  font-size: 1.125rem;
  font-weight: 850;
  place-items: center;
}

.about-hero__statement > span:first-child {
  border-left: 1px solid var(--color-line);
}

.about-hero__statement > span:nth-child(3) {
  background: var(--color-gold-500);
}

.about-hero__statement p {
  justify-self: end;
  margin: 0;
  color: var(--color-ink-soft);
  font-size: 0.6875rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}

.about-hero__orbit {
  position: absolute;
  border: 1px solid rgb(63 152 197 / 17%);
  border-radius: 50%;
  pointer-events: none;
}

.about-hero__orbit--one {
  right: -180px;
  bottom: -320px;
  width: 720px;
  height: 720px;
}

.about-hero__orbit--two {
  right: -80px;
  bottom: -220px;
  width: 520px;
  height: 520px;
}

.identity {
  background: var(--color-cream);
}

.identity-grid {
  display: grid;
  gap: 80px;
  grid-template-columns: 0.35fr 1.65fr;
}

.identity-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.identity-index,
.vision-number {
  color: #cfd9da;
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.identity-content h2 {
  max-width: 830px;
  margin: 0;
  color: var(--color-navy-950);
  font-size: clamp(2.375rem, 4.5vw, 3.875rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.identity-columns {
  display: grid;
  gap: 46px;
  margin-top: 42px;
  grid-template-columns: repeat(2, 1fr);
}

.identity-columns p {
  margin: 0;
  color: var(--color-ink-soft);
  font-size: 0.875rem;
  line-height: 1.8;
}

.identity-facts {
  display: grid;
  margin-top: 52px;
  border-top: 1px solid #cbd5d6;
  border-bottom: 1px solid #cbd5d6;
  grid-template-columns: repeat(3, 1fr);
}

.identity-facts div {
  display: grid;
  min-height: 94px;
  align-content: center;
  padding: 15px 24px;
  border-right: 1px solid #cbd5d6;
}

.identity-facts div:first-child { padding-left: 0; }
.identity-facts div:last-child { border-right: 0; }
.identity-facts strong { color: var(--color-navy-900); font-size: 0.9375rem; }
.identity-facts span { margin-top: 5px; color: #71858e; font-size: 0.625rem; }

.about-history-note { margin: 28px 0 0; }

.vision {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background: var(--color-navy-950);
  color: var(--color-white);
}

.vision-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 80px;
  grid-template-columns: 0.36fr 1.64fr;
}

.vision-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vision-number { color: rgb(255 255 255 / 14%); }

.vision blockquote {
  max-width: 850px;
  margin: 0;
  color: var(--color-white);
  font-size: clamp(2.125rem, 4vw, 3.375rem);
  font-weight: 580;
  letter-spacing: -0.045em;
  line-height: 1.26;
}

.vision-pattern::before,
.vision-pattern::after {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 50%;
  content: "";
}

.vision-pattern::before { top: -260px; right: -160px; width: 620px; height: 620px; }
.vision-pattern::after { right: -70px; bottom: -330px; width: 520px; height: 520px; border-color: rgb(241 184 45 / 13%); }

.mission { background: var(--color-paper); }

.mission-heading {
  display: grid;
  align-items: end;
  gap: 80px;
  grid-template-columns: 1.1fr 0.9fr;
}

.mission-heading h2 {
  margin: 14px 0 0;
  font-size: clamp(2.375rem, 4.5vw, 3.625rem);
}

.mission-heading > p {
  max-width: 410px;
  justify-self: end;
  margin: 0 0 8px;
  color: var(--color-ink-soft);
  font-size: 0.875rem;
}

.mission-grid {
  display: grid;
  overflow: hidden;
  margin-top: 62px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  grid-template-columns: repeat(4, 1fr);
}

.mission-card {
  min-height: 390px;
  padding: 25px 24px 28px;
  border-right: 1px solid var(--color-line);
  background: var(--color-white);
}

.mission-card:last-child { border-right: 0; }
.mission-card--gold { background: var(--color-gold-500); }

.mission-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #778c95;
  font-size: 0.5625rem;
  font-weight: 800;
}

.mission-card--gold .mission-card__top { color: rgb(3 43 74 / 58%); }
.mission-card__top i { width: 6px; height: 6px; border-radius: 50%; background: var(--color-gold-500); }
.mission-card--gold .mission-card__top i { background: var(--color-navy-900); }

.mission-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-top: 65px;
  border-radius: 15px;
  background: var(--color-blue-100);
  color: var(--color-navy-800);
  place-items: center;
}

.mission-card--gold .mission-icon { background: rgb(255 255 255 / 42%); }
.mission-icon svg { width: 26px; fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.mission-card h3 { margin: 24px 0 12px; color: var(--color-navy-950); font-size: 1.25rem; letter-spacing: -0.03em; }
.mission-card p { margin: 0; color: #607681; font-size: 0.75rem; line-height: 1.7; }
.mission-card--gold p { color: rgb(3 43 74 / 72%); }

.purpose { background: var(--color-navy-900); color: var(--color-white); }

.purpose-grid {
  display: grid;
  gap: 90px;
  grid-template-columns: 0.85fr 1.15fr;
}

.purpose-heading { position: sticky; top: 130px; align-self: start; }
.purpose-heading h2 { margin: 15px 0 20px; color: var(--color-white); font-size: clamp(2.375rem, 4vw, 3.375rem); letter-spacing: -0.045em; line-height: 1.08; }
.purpose-heading p { max-width: 410px; margin: 0; color: rgb(255 255 255 / 58%); font-size: 0.875rem; line-height: 1.75; }
.purpose-list { margin: 0; padding: 0; list-style: none; }
.purpose-list li { display: grid; min-height: 94px; align-items: center; gap: 25px; border-top: 1px solid rgb(255 255 255 / 16%); grid-template-columns: 42px 1fr; }
.purpose-list li:last-child { border-bottom: 1px solid rgb(255 255 255 / 16%); }
.purpose-list span { color: var(--color-gold-500); font-size: 0.625rem; font-weight: 800; }
.purpose-list strong { color: rgb(255 255 255 / 90%); font-size: 0.9375rem; font-weight: 600; }

.bridge { overflow: hidden; background: var(--color-cream); }
.bridge-heading { max-width: 680px; margin-inline: auto; text-align: center; }
.bridge-heading h2 { margin: 14px 0 18px; color: var(--color-navy-950); font-size: clamp(2.375rem, 4.5vw, 3.625rem); letter-spacing: -0.05em; line-height: 1.08; }
.bridge-heading p { max-width: 520px; margin: 0 auto; color: var(--color-ink-soft); font-size: 0.875rem; }

.bridge-map { position: relative; width: min(100%, 820px); height: 650px; margin: 56px auto 0; }
.bridge-ring { position: absolute; top: 50%; left: 50%; border: 1px solid #bdced3; border-radius: 50%; transform: translate(-50%, -50%); }
.bridge-ring--outer { width: 580px; height: 580px; }
.bridge-ring--inner { width: 390px; height: 390px; border-style: dashed; }

.bridge-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 210px;
  height: 210px;
  padding: 28px;
  border: 10px solid var(--color-gold-500);
  border-radius: 50%;
  background: var(--color-white);
  box-shadow: var(--shadow-lg);
  place-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.bridge-center img { width: 130px; height: auto; margin: 0 auto; object-fit: contain; }
.bridge-center small { margin-top: 8px; color: var(--color-navy-900); font-size: 0.5rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.bridge-node {
  position: absolute;
  display: grid;
  width: 190px;
  min-height: 104px;
  align-content: center;
  padding: 17px 20px;
  border: 1px solid #d1dcde;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
}

.bridge-node span { position: absolute; top: 12px; right: 14px; color: #8da0a8; font-size: 0.5rem; font-weight: 800; }
.bridge-node strong { color: var(--color-navy-950); font-size: 1.0625rem; }
.bridge-node small { margin-top: 4px; color: #748892; font-size: 0.5625rem; }
.bridge-node--top { top: 0; left: 50%; transform: translateX(-50%); }
.bridge-node--right { top: 50%; right: -12px; transform: translateY(-50%); }
.bridge-node--bottom { bottom: 0; left: 50%; transform: translateX(-50%); }
.bridge-node--left { top: 50%; left: -12px; transform: translateY(-50%); }

.community-story { padding: 112px 0; background: var(--color-navy-950); color: var(--color-white); }
.community-story__grid { display: grid; align-items: center; gap: 76px; grid-template-columns: 1fr 1fr; }
.community-story__image { position: relative; }
.community-story__image img { width: 100%; height: 560px; border-radius: 160px 160px 24px 24px; object-fit: cover; object-position: 54% center; }
.community-story__image::after { position: absolute; inset: 0; border-radius: 160px 160px 24px 24px; background: linear-gradient(180deg, transparent 60%, rgb(3 43 74 / 60%)); content: ""; pointer-events: none; }

.community-story__badge {
  position: absolute;
  z-index: 2;
  right: -28px;
  bottom: 52px;
  display: flex;
  min-width: 180px;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--color-gold-500);
  box-shadow: var(--shadow-sm);
  color: var(--color-navy-950);
}

.community-story__badge strong { font-size: 1.875rem; }
.community-story__badge span { font-size: 0.5625rem; font-weight: 750; line-height: 1.35; }
.community-story__copy h2 { margin: 15px 0 22px; color: var(--color-white); font-size: clamp(2.375rem, 4vw, 3.375rem); letter-spacing: -0.045em; line-height: 1.08; }
.community-story__copy > p { margin: 0; color: rgb(255 255 255 / 62%); font-size: 0.875rem; line-height: 1.8; }
.program-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 30px; }
.program-chips span { padding: 7px 11px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 999px; color: rgb(255 255 255 / 74%); font-size: 0.5625rem; font-weight: 650; }

.about-join { position: relative; overflow: hidden; padding: 112px 0; background: var(--color-gold-500); text-align: center; }
.about-join__inner { position: relative; z-index: 2; }
.about-join .section-kicker { color: var(--color-navy-900); }
.about-join h2 { margin: 15px 0 20px; color: var(--color-navy-950); font-size: clamp(2.75rem, 5vw, 4.125rem); letter-spacing: -0.055em; line-height: 1.04; }
.about-join p { max-width: 590px; margin: 0 auto; color: rgb(3 43 74 / 70%); font-size: 0.875rem; }
.about-join__actions { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.about-join .button--outline { border-color: rgb(3 43 74 / 35%); }
.about-join__pattern::before,
.about-join__pattern::after { position: absolute; border: 1px solid rgb(3 43 74 / 13%); border-radius: 50%; content: ""; }
.about-join__pattern::before { top: -300px; left: -180px; width: 650px; height: 650px; }
.about-join__pattern::after { right: -130px; bottom: -350px; width: 600px; height: 600px; }

@media (max-width: 900px) {
  .about-hero__grid,
  .identity-grid,
  .vision-grid,
  .purpose-grid,
  .community-story__grid { gap: 44px; grid-template-columns: 1fr; }
  .about-hero__grid { min-height: auto; padding-top: 60px; }
  .about-hero__lead { align-self: auto; padding-bottom: 0; }
  .about-hero__lead p { max-width: 650px; }
  .identity-aside,
  .vision-label { align-items: center; flex-direction: row; }
  .identity-index,
  .vision-number { font-size: 4.25rem; }
  .mission-heading { gap: 30px; grid-template-columns: 1fr; }
  .mission-heading > p { justify-self: start; }
  .mission-grid { grid-template-columns: repeat(2, 1fr); }
  .mission-card { border-bottom: 1px solid var(--color-line); }
  .mission-card:nth-child(2) { border-right: 0; }
  .mission-card:nth-child(3),
  .mission-card:nth-child(4) { border-bottom: 0; }
  .purpose-heading { position: static; }
  .bridge-map { margin-bottom: -115px; transform: scale(0.82); transform-origin: top center; }
  .community-story__grid { gap: 58px; }
  .community-story__image img { height: 510px; }
  .community-story__badge { right: 20px; }
}

@media (max-width: 640px) {
  .about-page .section { padding: 78px 0; }
  .about-hero { padding-top: 28px; }
  .about-hero__grid { gap: 34px; padding: 46px 0 48px; }
  .about-hero__copy h1 { font-size: clamp(3.25rem, 15vw, 4.25rem); }
  .about-hero__lead p { font-size: 0.875rem; }
  .about-hero__statement { min-height: 96px; grid-template-columns: 46px 46px 46px 1fr; }
  .about-hero__statement > span { height: 44px; font-size: 0.875rem; }
  .about-hero__statement p { font-size: 0.4375rem; }
  .identity-grid,
  .vision-grid,
  .purpose-grid { gap: 32px; }
  .identity-index,
  .vision-number { font-size: 3.375rem; }
  .identity-content h2,
  .bridge-heading h2 { font-size: 2.375rem; }
  .identity-columns { gap: 20px; margin-top: 30px; grid-template-columns: 1fr; }
  .identity-facts { grid-template-columns: 1fr; }
  .identity-facts div,
  .identity-facts div:first-child { min-height: 76px; padding: 13px 0; border-right: 0; border-bottom: 1px solid #cbd5d6; }
  .identity-facts div:last-child { border-bottom: 0; }
  .vision { padding: 78px 0; }
  .vision blockquote { font-size: 1.9375rem; }
  .mission-heading { gap: 20px; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-card { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--color-line) !important; }
  .mission-card:last-child { border-bottom: 0 !important; }
  .mission-icon { margin-top: 42px; }
  .purpose-list li { min-height: 104px; gap: 15px; grid-template-columns: 30px 1fr; }
  .purpose-list strong { font-size: 0.8125rem; }
  .bridge-map { width: 100%; height: 720px; margin-top: 40px; margin-bottom: 0; transform: none; }
  .bridge-ring--outer { top: 50%; width: 360px; height: 360px; }
  .bridge-ring--inner { width: 250px; height: 250px; }
  .bridge-center { width: 150px; height: 150px; padding: 18px; border-width: 7px; }
  .bridge-center img { width: 96px; }
  .bridge-node { width: 150px; min-height: 88px; padding: 15px; }
  .bridge-node--top { top: 0; }
  .bridge-node--right { top: 36%; right: 0; }
  .bridge-node--bottom { bottom: 0; }
  .bridge-node--left { top: 64%; left: 0; }
  .community-story { padding: 78px 0; }
  .community-story__image img { height: 430px; border-radius: 110px 110px 20px 20px; }
  .community-story__image::after { border-radius: 110px 110px 20px 20px; }
  .community-story__badge { right: 12px; bottom: 28px; }
  .community-story__copy h2 { font-size: 2.375rem; }
  .about-join { padding: 78px 0; }
  .about-join h2 { font-size: 2.625rem; }
  .about-join__actions { align-items: stretch; flex-direction: column; }
}
