.page-about {
  background: linear-gradient(180deg, #f8fcff 0%, var(--white) 48%, #f4faff 100%);
}

.about-hero {
  min-height: clamp(25rem, 35vw, 32rem);
  color: var(--white);
  background-color: var(--dark);
  background-image:
    url('../hero_bg/aboutus_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

body.page-about .about-hero {
  background-position: center var(--header-height);
}

.about-hero .hero__content {
  display: grid;
  max-width: 70vw;
  gap: var(--stack-md);
}

.about-hero .hero__title,
.about-hero .hero__description {
  margin: 0;
}

.about-hero .hero__title {
  /* max-width: 13ch; */
  color: var(--white);
}

.about-hero .hero__description {
  max-width: 63ch;
  color: rgba(255, 255, 255, .88);
  line-height: 1.75;
}

.about-hero .hero__eyebrow {
  color: var(--yellow);
}

.about-hero .breadcrumb {
  justify-content: flex-start;
}

.about-profile {
  background: linear-gradient(135deg, var(--white), #f6fbff);
}

.about-profile__layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(30rem, 1fr);
  align-items: center;
  gap: clamp(var(--stack-xl), 5vw, var(--space-6));
}

.about-overview__layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(30rem, 1fr);
  align-items: center;
  gap: clamp(var(--stack-xl), 6vw, var(--space-8));
}

.about-profile__copy,
.about-overview__copy,
.about-profile__highlight-copy,
.about-purpose__copy,
.about-office__copy {
  display: grid;
  gap: var(--stack-sm);
}

.about-profile__copy :is(h2, p),
.about-overview__copy :is(h2, p),
.about-purpose__copy :is(h3, p),
.about-office__copy .section-title,
.about-office__copy address {
  margin: 0;
}

.about-profile__copy p,
.about-overview__copy p {
  max-width: 70ch;
  color: var(--muted);
  line-height: 1.8;
}

.about-profile__highlight {
  display: grid;
  grid-template-columns: minmax(12rem, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 0;
  padding: clamp(var(--stack-md), 2vw, var(--stack-lg));
  border-color: rgba(0, 122, 254, .22);
  background: linear-gradient(145deg, var(--white), #eaf6ff);
  box-shadow: var(--shadow-sm);
}

.about-profile__icon,
.about-purpose__icon,
.about-office__icon {
  display: inline-grid;
  place-items: center;
  width: clamp(4.5rem, 8vw, 6rem);
  aspect-ratio: 1;
  border-radius: 50%;
}

.about-profile__icon,
.about-purpose__icon {
  color: var(--blue-primary);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.about-profile__icon svg,
.about-purpose__icon svg,
.about-office__icon svg {
  width: 54%;
  height: 54%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.about-profile__highlight-copy {
  min-width: 0;
  padding-left: var(--stack-lg);
  border-left: 1px solid var(--border);
}

.about-profile__highlight strong {
  color: var(--dark);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -.03em;
}

.about-profile__highlight p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.about-profile__copy .section-title {
  max-width: 21ch;
}

.about-profile__copy p {
  max-width: 58ch;
}

.about-profile__icon {
  align-self: center;
  width: clamp(7.5rem, 12vw, 10rem);
  justify-self: center;
}

.about-profile__highlight p {
  max-width: 26ch;
}

.about-profile__stat {
  color: var(--blue-primary);
  font-size: clamp(3.5rem, 6.5vw, 4.1rem);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .86;
}

.about-overview {
  background: linear-gradient(135deg, #f2f9ff, #f8fcff);
}

.about-footprint {
  display: grid;
  gap: 0;
  margin: 0;
  overflow: hidden;
  padding: var(--stack-sm) 0;
  box-shadow: var(--shadow-md);
}

.about-footprint > div {
  position: relative;
  display: grid;
  grid-template-columns: minmax(5.4rem, auto) minmax(0, 1fr);
  align-items: center;
  gap: var(--stack-md);
  padding: var(--stack-md) var(--stack-lg) var(--stack-md) calc(var(--stack-xl) + var(--stack-sm));
  border-bottom: 1px solid var(--border);
}

.about-footprint > div:last-child {
  border-bottom: 0;
}

.about-footprint > div::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: var(--stack-lg);
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--blue-primary);
  box-shadow: 0 0 0 4px var(--white);
  content: '';
  transform: translateY(-50%);
}

.about-footprint > div:not(:last-child)::after {
  position: absolute;
  top: calc(50% + .3rem);
  bottom: calc(-50% + .3rem);
  left: calc(var(--stack-lg) + .24rem);
  width: 1px;
  background: var(--border);
  content: '';
}

.about-footprint dt {
  color: var(--blue-primary);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.about-footprint dd {
  margin: 0;
  color: var(--dark);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.45;
}

.about-history {
  background: var(--white);
}

.about-milestone-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.about-milestone-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.about-milestone-visual figcaption {
  padding: var(--stack-md) var(--stack-lg);
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.65;
  text-align: center;
}

.about-milestone-visual figcaption a {
  color: var(--blue-primary);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: .16em;
}

.about-purpose {
  background:
    radial-gradient(circle at 0 0, rgba(2, 202, 255, .1), transparent 22rem),
    linear-gradient(135deg, #f1f9ff, #f9fcff);
}

.about-purpose__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: var(--grid-gap);
}

.about-purpose__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: var(--stack-md);
  padding: clamp(var(--stack-md), 2.5vw, var(--stack-xl));
}

.about-purpose__card--vision {
  border-color: rgba(2, 202, 255, .36);
}

.about-purpose__card--vision .about-purpose__icon {
  color: var(--blue-secondary);
}

.about-purpose__label {
  color: var(--orange-dark);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-purpose__card h3 {
  color: var(--dark);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.about-purpose__card p {
  color: var(--muted);
  line-height: 1.75;
}

.about-office {
  background: var(--white);
}

.about-office__panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--stack-lg);
  overflow: hidden;
  padding: clamp(var(--stack-lg), 4vw, var(--space-6));
  border-radius: var(--radius-lg);
  color: var(--white);
  background-color: var(--dark);
  background-image:
    linear-gradient(90deg, rgba(13, 27, 62, .98), rgba(8, 66, 154, .86) 58%, rgba(0, 122, 254, .72)),
    url('../hero_bg/aboutus_bg.png');
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow-md);
}

.about-office__icon {
  flex: 0 0 auto;
  color: var(--white);
  background: rgba(0, 122, 254, .9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}

.about-office__copy {
  min-width: 0;
}

.about-office__panel .section__tag {
  color: var(--yellow);
}

.about-office__panel .section-title {
  max-width: 25rem;
  color: var(--white);
}

.about-office address {
  color: rgba(255, 255, 255, .86);
  font-style: normal;
  line-height: 1.65;
}

.about-office .btn {
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .about-profile__layout,
  .about-overview__layout {
    grid-template-columns: 1fr;
  }

  .about-profile__highlight {
    max-width: 48rem;
  }

  .about-office__panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .about-office .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 768px) {
  .about-hero {
    min-height: clamp(25rem, 68vw, 30rem);
  }

  .about-profile__highlight {
    max-width: none;
  }
}

@media (max-width: 600px) {
  body.page-about .about-hero {
    background-position: 62% var(--header-height);
  }

  .about-hero {
    min-height: clamp(24rem, 112vw, 29rem);
  }

  .about-profile__highlight,
  .about-purpose__card,
  .about-office__panel {
    grid-template-columns: 1fr;
  }

  .about-profile__highlight-copy {
    padding-top: var(--stack-md);
    padding-left: 0;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .about-footprint > div {
    grid-template-columns: minmax(4.75rem, auto) minmax(0, 1fr);
    gap: var(--stack-sm);
    padding-right: var(--stack-md);
  }

  .about-milestone-visual figcaption {
    padding-inline: var(--stack-md);
  }

  .about-purpose__grid {
    grid-template-columns: 1fr;
  }

  .about-office .btn {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    white-space: normal;
  }
}