:root {
  --about-navy: #07172b;
  --about-blue: #1626c9;
  --about-sky: #3f72ff;
  --about-ink: #152033;
  --about-muted: #5f6b7a;
  --about-line: #dfe5ec;
  --about-soft: #f3f6f9;
  --about-white: #fff;
}

body.about-page {
  overflow-x: hidden;
  background: var(--about-white);
  color: var(--about-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.about-page .transparent-header {
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  background-color: rgb(7 23 43 / 38%) !important;
  box-shadow: none !important;
  backdrop-filter: blur(2px);
}

.about-page .transparent-header:hover {
  background-color: rgb(7 23 43 / 62%) !important;
}

.about-page .transparent-header:hover .nav-link,
.about-page .transparent-header:hover .logo-text,
.about-page .transparent-header:hover .mobile-menu-button,
.about-page header.transparent-header.group\/header:hover .custom-hover-color {
  color: #fff !important;
}

.about-page .group\/header:hover .logo-light {
  opacity: 1 !important;
}

.about-page .group\/header:hover .logo-dark {
  opacity: 0 !important;
}

.about-page .group\/header:hover .custom-hover-line {
  background-color: #fff !important;
}

.about-main {
  overflow: hidden;
}

.about-shell {
  width: min(calc(100% - 48px), 1240px);
  margin-inline: auto;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--about-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-eyebrow::before {
  width: 34px;
  height: 2px;
  background: currentColor;
  content: "";
}

.about-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 135px 0 64px;
  isolation: isolate;
  background: #1a365d;
  color: var(--about-white);
}

.about-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../images/aboutUs.jpg") center 38% / cover no-repeat;
  content: "";
  opacity: 0.4;
  transform: scale(1.015);
}

.about-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
  content: "";
}

.about-hero .about-eyebrow {
  color: rgb(255 255 255 / 72%);
}

.about-hero-copy {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.about-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.about-hero-lead {
  max-width: 680px;
  margin: 18px auto 0;
  color: rgb(255 255 255 / 78%);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.7;
}

.about-facts {
  display: grid;
  max-width: 820px;
  margin: 50px 0 0;
  border-top: 1px solid rgb(255 255 255 / 22%);
  grid-template-columns: repeat(3, 1fr);
}

.about-fact {
  padding: 24px 28px 0 0;
}

.about-fact + .about-fact {
  padding-left: 28px;
  border-left: 1px solid rgb(255 255 255 / 18%);
}

.about-fact dt {
  color: rgb(255 255 255 / 54%);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-fact dd {
  margin: 5px 0 0;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  font-weight: 750;
  line-height: 1.1;
}

.about-story {
  padding: 120px 0;
}

.about-story-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: clamp(60px, 8vw, 120px);
}

.about-story h2,
.about-section-heading h2,
.about-future h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(2.15rem, 3.2vw, 3.25rem);
  font-weight: 740;
  letter-spacing: -0.048em;
  line-height: 1;
}

.about-story-text > p,
.about-legacy p,
.about-future p {
  margin: 25px 0 0;
  color: var(--about-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.about-story-text > p:first-of-type {
  color: #334155;
  font-size: 1.12rem;
}

.about-legacy {
  margin-top: 52px;
  padding-top: 38px;
  border-top: 1px solid var(--about-line);
}

.about-legacy h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 740;
}

.about-story-media {
  position: relative;
  height: 100%;
}

.about-story-media img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: 52% center;
}

.about-established {
  position: absolute;
  right: -28px;
  bottom: 0;
  min-width: 190px;
  padding: 24px 28px;
  background: var(--about-blue);
  box-shadow: 0 24px 60px rgb(10 24 48 / 26%);
  color: var(--about-white);
}

.about-established span {
  display: block;
  color: rgb(255 255 255 / 72%);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-established strong {
  display: block;
  margin-top: 4px;
  font-size: 2.65rem;
  line-height: 1;
}

.about-capabilities {
  position: relative;
  padding: 118px 0;
  background:
    radial-gradient(circle at 84% 8%, rgb(43 78 232 / 24%), transparent 34%),
    linear-gradient(145deg, #061426 0%, #0a203b 100%);
  color: var(--about-white);
}

.about-capabilities::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--about-blue), #557bff 58%, transparent 100%);
  content: "";
}

.about-capabilities .about-eyebrow,
.about-capabilities .about-section-heading h2 {
  color: var(--about-white);
}

.about-capabilities .about-eyebrow {
  color: #8da6ff;
}

.about-section-heading {
  display: grid;
  align-items: end;
  margin-bottom: 48px;
  grid-template-columns: 1fr 0.72fr;
  gap: 70px;
}

.about-section-heading p {
  margin: 0;
  color: rgb(255 255 255 / 60%);
  line-height: 1.75;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-capability {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgb(141 166 255 / 20%);
  background: rgb(255 255 255 / 4.5%);
  box-shadow: inset 0 1px rgb(255 255 255 / 4%);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.about-capability::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  background: #557bff;
  content: "";
}

.about-capability:hover {
  border-color: rgb(141 166 255 / 46%);
  background: rgb(255 255 255 / 8%);
  transform: translateY(-4px);
}

.about-capability-number {
  display: inline-grid;
  width: 34px;
  height: 26px;
  place-items: center;
  background: rgb(85 123 255 / 15%);
  color: #9db2ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.about-capability h3 {
  margin: 24px 0 0;
  font-size: 1.16rem;
  font-weight: 720;
  line-height: 1.3;
}

.about-capability p {
  margin: 12px 0 0;
  color: rgb(255 255 255 / 66%);
  font-size: 0.88rem;
  line-height: 1.7;
}

.about-future {
  display: grid;
  align-items: center;
  padding: 110px 0;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(60px, 9vw, 130px);
}

.about-future-mark {
  position: relative;
  min-height: 420px;
  background: url("../images/story.jpg") center / cover no-repeat;
}

.about-future-mark::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(17 25 202 / 12%), rgb(7 23 43 / 45%));
  content: "";
}

.about-future-quote {
  margin-top: 34px !important;
  padding-left: 24px;
  border-left: 3px solid var(--about-blue);
  color: var(--about-ink) !important;
  font-size: 1.2rem !important;
  font-weight: 650;
}

.about-principles {
  padding: 110px 0;
  background: var(--about-soft);
}

.about-principles .about-section-heading {
  grid-template-columns: 1fr 0.7fr;
}

.about-principles .about-section-heading p {
  color: var(--about-muted);
}

.about-principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.about-principle {
  min-height: 360px;
  padding: 34px 30px;
  border: 1px solid var(--about-line);
  background: var(--about-white);
}

.about-principle-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  background: #edf1ff;
  color: var(--about-blue);
}

.about-principle-icon svg {
  width: 24px;
  height: 24px;
}

.about-principle h3 {
  margin: 56px 0 0;
  font-size: 1.35rem;
  font-weight: 740;
}

.about-principle p {
  margin: 16px 0 0;
  color: var(--about-muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.about-cta {
  padding: 80px 0;
  background: var(--about-blue);
  color: var(--about-white);
}

.about-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about-cta p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  font-weight: 730;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.about-cta a {
  flex: 0 0 auto;
  padding: 15px 22px;
  border: 1px solid rgb(255 255 255 / 65%);
  color: var(--about-white);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.about-cta a:hover {
  background: var(--about-white);
  color: var(--about-blue);
}

@media (max-width: 1024px) {
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story-media {
    position: relative;
    top: auto;
    height: auto;
  }

  .about-story-media img {
    height: 560px;
    min-height: 560px;
  }

  .about-capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-principle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .about-shell {
    width: min(calc(100% - 32px), 1240px);
  }

  .about-hero {
    min-height: 410px;
    padding: 135px 0 52px;
  }

  .about-hero::after {
    background: transparent;
  }

  .about-hero::before {
    background-position: 62% center;
  }

  .about-hero h1 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .about-hero-lead {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .about-fact,
  .about-fact + .about-fact {
    padding: 16px 0;
    border-left: 0;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
  }

  .about-story,
  .about-capabilities,
  .about-principles {
    padding: 78px 0;
  }

  .about-story-media img {
    height: 440px;
    min-height: 440px;
  }

  .about-established {
    right: 14px;
    bottom: 0;
  }

  .about-section-heading,
  .about-principles .about-section-heading,
  .about-future {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-capability-grid,
  .about-principle-grid {
    grid-template-columns: 1fr;
  }

  .about-capability,
  .about-principle {
    min-height: auto;
  }

  .about-future {
    padding: 78px 0;
  }

  .about-future-mark {
    min-height: 330px;
  }

  .about-principle h3 {
    margin-top: 34px;
  }

  .about-cta {
    padding: 58px 0;
  }

  .about-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  .about-shell {
    width: min(calc(100% - 24px), 1240px);
  }

  .about-hero {
    min-height: 390px;
    padding-top: 122px;
  }

  .about-capability,
  .about-principle {
    padding: 26px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-capability,
  .about-cta a {
    transition: none;
  }
}
