.about-page {
  background: #f5f5f7;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.about-hero {
  position: relative;
  padding: 96px 0 0;
  overflow: hidden;
  text-align: center;
  background: #000102;
}

.about-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.about-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(40px, 5.2vw, 52px);
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: 0;
}

.about-hero .lead {
  max-width: 1080px;
  margin-top: 24px;
  color: var(--muted);
  line-height: 1.8;
}

.hero-checks,
.global-checks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 44px;
  margin: 34px 0 72px;
  padding: 0;
  list-style: none;
}

.hero-checks li,
.global-checks li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--paper);
  font-size: 16px;
  line-height: 1.75;
}

.hero-checks li::before,
.global-checks li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg) translateY(-2px);
}

.about-hero-media {
  width: 100%;
  min-height: 326px;
  aspect-ratio: 16 / 5;
  background:
    linear-gradient(180deg, #000102 0%, rgba(0, 1, 2, 0.72) 18%, rgba(0, 1, 2, 0) 44%),
    url("assets/who-we.png") center bottom / cover no-repeat;
}

.about-section {
  padding: 112px 0;
  color: var(--ink);
  background: #f5f5f7;
}

.about-section.white {
  background: var(--paper);
}

.about-section.blue {
  color: var(--paper);
  background: #213b5b;
}

.center-heading {
  max-width: 1050px;
  margin: 0 auto 64px;
  text-align: center;
}

.center-heading .eyebrow {
  text-align: center;
}

.center-heading h2 {
  margin-bottom: 20px;
}

.center-heading .lead {
  color: currentColor;
}

.work-cards {
  display: grid;
  gap: 48px;
  justify-content: center;
}

.work-card {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 600px);
  width: min(980px, 100%);
  min-height: 356px;
  background: var(--paper);
}

.work-art {
  min-width: 0;
  min-height: 356px;
  background: center / cover no-repeat;
}

.work-card:nth-child(1) .work-art {
  background-image: url("assets/proven.png");
}

.work-card:nth-child(2) .work-art {
  background-image: url("assets/complexity.png");
}

.work-copy {
  display: grid;
  align-content: center;
  gap: 28px;
  min-width: 0;
  padding: 48px 45px 48px 39px;
}

.work-copy h3 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.work-copy p {
  margin: 0;
  color: #1d1d1f;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.driver-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-top: 48px;
}

.driver-card {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.driver-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(248, 196, 131, 0.3);
}

.driver-icon::before,
.driver-icon::after {
  content: "";
  position: absolute;
  border-color: var(--gold);
}

.layers-icon::before {
  width: 17px;
  height: 17px;
  left: 15px;
  top: 12px;
  border: 2px solid var(--gold);
  transform: rotate(45deg) skew(-12deg, -12deg);
}

.layers-icon::after {
  width: 17px;
  height: 17px;
  left: 15px;
  top: 17px;
  border: 2px solid var(--gold);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) skew(-12deg, -12deg);
}

.checklist-icon::before {
  width: 14px;
  height: 11px;
  left: 17px;
  top: 13px;
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 7px 0 -1px var(--gold);
}

.checklist-icon::after {
  width: 4px;
  height: 8px;
  left: 11px;
  top: 12px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 13px 0 -1px var(--gold);
  transform: rotate(45deg);
}

.ops-icon::before {
  width: 18px;
  height: 18px;
  left: 15px;
  top: 15px;
  border: 2px solid var(--gold);
  border-radius: 6px;
}

.ops-icon::after {
  width: 4px;
  height: 4px;
  left: 22px;
  top: 22px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  box-shadow:
    -8px 0 0 -1px #f9e6cd,
    8px 0 0 -1px #f9e6cd,
    0 -8px 0 -1px #f9e6cd,
    0 8px 0 -1px #f9e6cd;
}

.driver-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.driver-card p {
  margin: 0;
  max-width: 411px;
  font-size: 16px;
  line-height: 1.5;
}

.partner-logos {
  display: block;
  width: min(1288px, 100%);
  height: auto;
  margin: 0 auto 80px;
}

.partner-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.partner-card {
  min-height: 274px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 28px;
  text-align: center;
  background: var(--paper);
}

.partner-card img {
  width: 48px;
  height: 48px;
}

.partner-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.partner-card p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

.about-section.blue .center-heading {
  margin-bottom: 34px;
}

.global-checks {
  justify-content: space-between;
  gap: 16px 24px;
  margin: 0 0 64px;
}

.global-checks li {
  font-weight: 500;
}

.global-image {
  display: block;
  width: 100%;
  aspect-ratio: 1288 / 408;
  object-fit: cover;
}

.field-notes {
  padding: 104px 0;
  color: var(--ink);
  background: #f5f5f7;
}

.field-layout {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.field-intro {
  align-self: center;
}

.field-intro .lead {
  color: var(--ink);
}

.note-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.note-card {
  position: relative;
  min-height: clamp(440px, 45vw, 560px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: var(--paper);
  background: #171820;
}

.note-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.note-card:hover .note-image,
.note-card:focus-within .note-image {
  transform: scale(1.035);
}

.note-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(23, 24, 32, 0.1) 0%, rgba(23, 24, 32, 0.12) 38%, rgba(23, 24, 32, 0.9) 100%),
    linear-gradient(90deg, rgba(23, 24, 32, 0.5), transparent 46%);
}

.note-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  justify-items: start;
  padding: clamp(24px, 4vw, 40px);
}

.note-tag {
  width: max-content;
  margin-bottom: 12px;
  padding: 4px 14px;
  background: #7a3df0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.note-card:nth-child(2) .note-tag {
  background: #c4934f;
}

.note-card h3,
.note-card p {
  margin: 0;
}

.note-card h3 {
  margin-top: 12px;
  max-width: 480px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  line-height: 1.1;
}

.note-card p {
  max-width: 520px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .work-card,
  .field-layout {
    grid-template-columns: 1fr;
  }

  .driver-grid,
  .partner-cards,
  .note-cards {
    grid-template-columns: 1fr;
  }

  .work-art {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .global-checks {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(var(--max), calc(100% - 32px));
  }

  .about-hero,
  .about-section,
  .field-notes {
    padding-top: 72px;
  }

  .about-hero-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
    background-position: center bottom;
  }

  .hero-checks,
  .global-checks {
    justify-content: flex-start;
    margin-bottom: 48px;
  }

  .work-copy,
  .note-copy {
    padding: 32px 24px;
  }

  .note-card {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .global-image {
    aspect-ratio: 4 / 3;
    object-position: center;
  }
}
