:root {
  --about-navy: #071a2b;
  --about-navy-soft: #0d243a;
  --about-ink: #10233d;
  --about-copy: #40566b;
  --about-muted: #6b7d8e;
  --about-blue: #1177b8;
  --about-teal: #0f766e;
  --about-mint: #9ef0cf;
  --about-border: #dce5eb;
  --about-paper: #ffffff;
  --about-pearl: #f5f8fa;
}

.about-page {
  color: var(--about-copy);
  background: var(--about-paper);
}

.about-page main {
  overflow: clip;
}

.about-page .container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.about-hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: grid;
  align-items: center;
  padding: clamp(142px, 16vw, 190px) 0 clamp(92px, 11vw, 132px);
  overflow: hidden;
  isolation: isolate;
  background: var(--about-navy);
}

.about-hero-backdrop,
.about-hero-backdrop img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero-backdrop {
  z-index: -2;
}

.about-hero-backdrop img {
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(.7) contrast(1.04);
}

.about-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 18, 33, .97) 0%, rgba(4, 18, 33, .91) 48%, rgba(4, 18, 33, .58) 74%, rgba(4, 18, 33, .76) 100%),
    linear-gradient(0deg, rgba(4, 18, 33, .42), transparent 45%);
}

.about-hero-copy {
  max-width: 790px;
}

.about-page .eyebrow {
  margin: 0 0 22px;
  color: var(--about-teal);
  font-family: "Roboto Mono", monospace;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-hero .eyebrow {
  color: var(--about-mint);
}

.about-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.4rem, 6.1vw, 5.8rem) !important;
  line-height: 1.01 !important;
  letter-spacing: -.055em !important;
}

.about-hero-intro {
  max-width: 690px;
  margin: 30px 0 0;
  color: #d4dee5 !important;
  font-size: clamp(1.06rem, 1.5vw, 1.23rem);
  line-height: 1.76;
}

.about-hero-belief {
  max-width: 690px;
  margin: 30px 0 0;
  padding: 19px 0 19px 22px;
  color: #ffffff !important;
  border-left: 3px solid var(--about-mint);
  font-family: "Merriweather", serif;
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.58;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.about-index {
  position: relative;
  z-index: 4;
  background: #ffffff;
  border-bottom: 1px solid var(--about-border);
}

.about-index-list {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.about-index-list::-webkit-scrollbar {
  display: none;
}

.about-index a {
  flex: 1 0 auto;
  min-height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 20px;
  color: var(--about-ink);
  border-right: 1px solid var(--about-border);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.about-index a:first-child {
  border-left: 1px solid var(--about-border);
}

.about-index a span {
  color: var(--about-teal);
  font-family: "Roboto Mono", monospace;
  font-size: .67rem;
}

.about-index a:hover,
.about-index a:focus-visible {
  color: var(--about-blue);
  background: var(--about-pearl);
}

.about-section {
  padding: clamp(84px, 10vw, 132px) 0;
  scroll-margin-top: 92px;
}

.about-section--tint {
  background: var(--about-pearl);
}

.about-section--dark {
  color: #cbd6de;
  background: var(--about-navy);
}

.about-section--dark .eyebrow {
  color: var(--about-mint);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  gap: clamp(54px, 9vw, 128px);
  align-items: start;
}

.about-section-label {
  position: sticky;
  top: 114px;
}

.about-section-number {
  display: block;
  margin-bottom: 18px;
  color: var(--about-teal);
  font-family: "Roboto Mono", monospace;
  font-size: .76rem;
  letter-spacing: .13em;
}

.about-section--dark .about-section-number {
  color: var(--about-mint);
}

.about-section-label p:last-child {
  max-width: 250px;
  margin: 0;
  color: var(--about-muted);
  line-height: 1.68;
}

.about-section--dark .about-section-label p:last-child {
  color: #94a7b7 !important;
}

.about-copy {
  max-width: 820px;
}

.about-copy h2 {
  max-width: 800px;
  margin: 0 0 34px;
  color: var(--about-ink);
  font-size: clamp(2.55rem, 4.8vw, 4.3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
}

.about-section--dark .about-copy h2 {
  color: #ffffff !important;
}

.about-copy > p,
.about-copy li {
  color: var(--about-copy);
  font-size: 1.04rem;
  line-height: 1.84;
}

.about-copy > p {
  margin: 0 0 19px;
}

.about-section--dark .about-copy > p,
.about-section--dark .about-copy li {
  color: #cbd6de !important;
}

.about-copy strong {
  color: var(--about-ink);
}

.about-section--dark .about-copy strong {
  color: #ffffff;
}

.about-pullquote {
  margin: 38px 0 0;
  padding: 28px 0 4px 28px;
  color: var(--about-ink);
  border-left: 3px solid var(--about-blue);
  font-family: "Merriweather", serif;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  line-height: 1.5;
}

.about-section--dark .about-pullquote {
  color: #ffffff;
  border-left-color: var(--about-mint);
}

.about-scenarios,
.sovereign-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 34px 0 0;
  padding: 1px;
  background: var(--about-border);
  list-style: none;
}

.about-scenarios li,
.sovereign-list li {
  min-height: 96px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 22px 24px;
  background: #ffffff;
}

.about-section--dark .sovereign-list {
  background: rgba(255, 255, 255, .1);
}

.about-section--dark .sovereign-list li {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .045);
}

.values-list,
.approach-list {
  margin: 46px 0 0;
  padding: 0;
  border-top: 1px solid var(--about-border);
  list-style: none;
}

.value-item,
.approach-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--about-border);
}

.value-item > span,
.approach-item > span {
  color: var(--about-teal);
  font-family: "Roboto Mono", monospace;
  font-size: .76rem;
  letter-spacing: .08em;
}

.value-item h3,
.approach-item h3 {
  margin: 0 0 12px;
  color: var(--about-ink);
  font-size: clamp(1.35rem, 2.3vw, 1.75rem) !important;
  line-height: 1.3 !important;
}

.value-item p,
.approach-item p {
  margin: 0 0 12px;
  color: var(--about-copy);
  line-height: 1.75;
}

.value-item p:last-child,
.approach-item p:last-child {
  margin-bottom: 0;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.focus-item {
  padding: 28px 30px 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.focus-item:nth-child(odd) {
  padding-right: 34px;
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.focus-item:nth-child(even) {
  padding-left: 34px;
}

.focus-item h3 {
  margin: 0 0 9px;
  color: #ffffff !important;
  font-size: 1.16rem !important;
}

.focus-item p {
  margin: 0;
  color: #aebdca !important;
  line-height: 1.7;
}

.about-closing {
  position: relative;
  padding: clamp(100px, 12vw, 156px) 0;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 28%, rgba(17, 119, 184, .3), transparent 30%),
    var(--about-navy-soft);
  text-align: center;
}

.about-closing-inner {
  max-width: 920px;
}

.about-closing .eyebrow {
  color: var(--about-mint);
}

.about-closing h2 {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(2.8rem, 5.8vw, 5rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -.05em !important;
}

.about-closing p:not(.eyebrow) {
  max-width: 760px;
  margin: 28px auto 0;
  color: #cbd6de !important;
  font-size: 1.08rem;
  line-height: 1.8;
}

.about-closing strong {
  color: #ffffff;
}

.about-closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

@media (max-width: 900px) {
  .about-hero {
    min-height: 0;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-section-label {
    position: static;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px 28px;
    align-items: start;
  }

  .about-section-label .eyebrow {
    margin-bottom: 0;
  }

  .about-section-label p:last-child {
    grid-column: 2;
    max-width: 520px;
  }
}

@media (max-width: 700px) {
  .about-page .container {
    width: min(100% - 32px, 1180px);
  }

  .about-hero {
    padding: 126px 0 74px;
  }

  .about-hero::before {
    background: linear-gradient(90deg, rgba(4, 18, 33, .96), rgba(4, 18, 33, .82));
  }

  .about-hero-backdrop img {
    object-position: 69% center;
  }

  .about-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.45rem) !important;
  }

  .about-hero-actions,
  .about-closing-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-hero-actions .button,
  .about-closing-actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .about-index .container {
    width: 100%;
  }

  .about-index a {
    min-height: 58px;
    padding-inline: 17px;
  }

  .about-section {
    padding: 70px 0;
  }

  .about-copy h2 {
    margin-bottom: 27px;
    font-size: clamp(2.15rem, 10vw, 2.8rem) !important;
  }

  .about-scenarios,
  .sovereign-list,
  .focus-grid {
    grid-template-columns: 1fr;
  }

  .focus-item,
  .focus-item:nth-child(odd),
  .focus-item:nth-child(even) {
    padding: 24px 0;
    border-right: 0;
  }

  .value-item,
  .approach-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 28px 0;
  }
}

@media (max-width: 380px) {
  .about-page .container {
    width: calc(100% - 24px);
  }

  .about-section-label {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-section-label p:last-child {
    grid-column: auto;
  }

  .about-scenarios li,
  .sovereign-list li {
    min-height: 0;
    padding: 19px;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .about-hero {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-index-list {
    scroll-behavior: auto;
  }
}
