

.about-who-section {
  overflow: hidden;
}

.about-credentials-section .service-section-heading {
  max-width: 760px;
}

.about-credentials {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  max-width: 940px;
}

.about-credentials li {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  padding: 22px 0;
  border-top: 1px solid rgba(0, 230, 255, 0.14);
  align-items: baseline;
}

.about-credentials li:last-child {
  border-bottom: 1px solid rgba(0, 230, 255, 0.14);
}

.about-credentials .cred-key {
  color: var(--cyan);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.about-credentials .cred-val {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .about-credentials li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }
}

.about-who-section .container {
  position: relative;
}

.about-who-copy {
  position: relative;
  z-index: 2;
  max-width: min(760px, 64%);
}

.about-who-mark {
  position: absolute;
  z-index: 1;
  right: 150px;
  top: 50%;
  transform: translateY(-50%);
  width: min(34vw, 420px);
  opacity: 0.15;
  pointer-events: none;
  user-select: none;
}

.about-who-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.about-who-values {
  position: absolute;
  z-index: 1;
  right: clamp(42px, 7vw, 130px);
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: clamp(18px, 2.4vw, 34px);
  text-align: center;
  pointer-events: none;
  user-select: none;
}

.about-who-values span {
  display: block;
  color: var(--white);
  font-size: clamp(1.1rem, 2vw, 2rem);
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 3;
  text-transform: uppercase;
  opacity: .72;
  text-shadow: 0 0 18px rgba(255, 255, 255, .18);
}

.about-who-values span:nth-child(1) {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(33, 164, 78, .35);
}

.about-who-values span:nth-child(2) {
  color: var(--green);
  text-shadow: 0 0 18px rgba(28, 163, 219, .35);
}

.about-who-values span:nth-child(3) {
  color: var(--white);
}

.about-principles {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(18px, 4vw, 48px);
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  font-weight: 900;
  letter-spacing: .36em;
  text-transform: uppercase;
}

.about-principles .observe {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(28, 163, 219, .55);
}

.about-principles .adapt {
  color: var(--green);
  text-shadow: 0 0 18px rgba(33, 164, 78, .55);
}

.about-principles .protect {
  color: var(--text-primary);
  text-shadow: 0 0 18px rgba(255, 255, 255, .22);
}

.about-lynx-section {
  overflow: hidden;
}

.about-lynx-section .container {
  position: relative;
  min-height: clamp(420px, 52vw, 580px);
  display: flex;
  align-items: center;
}

.about-lynx-copy {
  position: relative;
  z-index: 2;
  max-width: min(760px, 62%);
}

.about-lynx-copy p {
  max-width: 680px;
}

.about-lynx-guardian {
  opacity: 0.65;
  position: absolute;
  z-index: 1;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: min(50vw, 620px);
  max-height: 88%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.about-lynx-guardian-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .about-who-copy {
    max-width: 100%;
  }

  .about-who-mark {
    right: -40px;
    top: 56%;
    width: min(52vw, 360px);
  }

  .about-who-values {
    right: 24px;
    top: auto;
    bottom: 32px;
    transform: none;
    gap: 12px;
  }

  .about-who-values span {
    font-size: clamp(.85rem, 2.8vw, 1.15rem);
    letter-spacing: .16em;
    opacity: .42;
  }

  .about-lynx-section .container {
    min-height: clamp(460px, 72vw, 620px);
  }

  .about-lynx-copy {
    max-width: 100%;
  }

  .about-lynx-copy p {
    max-width: 720px;
  }

  .about-lynx-guardian {
    right: 0;
    width: min(58vw, 420px);
    max-height: 78%;
  }
}

@media (max-width: 768px) {
  .about-principles {
    letter-spacing: .22em;
    gap: 16px;
  }
.about-who-section .container {
    display: flex;
    flex-direction: column;
  }

  .about-who-mark {
    right: -70px;
    width: 330px;
    opacity: 0.11;
  }

  .about-who-copy {
    order: 1;
  }

  .about-who-values {
    order: 2;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 2;
  }

  .about-who-values span {
    display: inline-block;
    font-size: clamp(.72rem, 3vw, .92rem);
    line-height: 1;
    letter-spacing: .14em;
    opacity: .78;
  }

  .about-lynx-section .container {
    min-height: auto;
    display: block;
  }

  .about-lynx-copy {
    max-width: 100%;
  }

  .about-lynx-guardian {
    display: none;
  }

  .about-lynx-guardian-mobile {
    display: block;
    width: min(58vw, 240px);
    height: auto;
    margin: 18px auto 12px;
    opacity: 0.9;
    pointer-events: none;
    user-select: none;
  }

  .about-principles {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 14px;
    margin-top: 0;
    font-size: clamp(.78rem, 3vw, .95rem);
    letter-spacing: .18em;
    white-space: nowrap;
  }
}

.about-who-section .container {
  min-height: 460px;
}
