.about-page {
  background: #020b1b;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
.about-page main {
  background:
    radial-gradient(
      circle at 84% 7%,
      rgba(111, 60, 206, 0.13),
      transparent 26%
    ),
    radial-gradient(
      circle at 10% 45%,
      rgba(23, 157, 201, 0.055),
      transparent 27%
    );
}
.about-kicker {
  display: block;
  margin-bottom: 20px;
  color: var(--cyan);
  font: 10px monospace;
  letter-spacing: 0.2em;
}
.about-hero {
  min-height: 790px;
  display: flex;
  align-items: center;
  padding: 145px 0 85px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-message {
  animation: slideInLeft 0.8s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.about-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3.3rem, 5.4vw, 6rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.06em;
}
.hero-message > p {
  max-width: 720px;
  margin: 29px 0 34px;
  color: #aebaca;
  font-size: 16px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.about-constellation {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1;
  margin-left: auto;
  animation: slideInRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.about-constellation::before,
.about-constellation::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.about-constellation::before {
  inset: 3%;
  border: 1px dashed rgba(79, 113, 168, 0.16);
}
.about-constellation::after {
  inset: 47%;
  background: rgba(69, 232, 245, 0.2);
  box-shadow: 0 0 45px rgba(69, 232, 245, 0.16);
}
.constellation-core {
  position: absolute;
  z-index: 3;
  inset: 40%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(69, 232, 245, 0.5);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(13, 52, 87, 0.78),
    rgba(2, 12, 27, 0.9)
  );
  box-shadow: 0 0 35px rgba(69, 232, 245, 0.12);
}
.constellation-core img {
  width: 72%;
  filter: drop-shadow(0 0 14px rgba(69, 232, 245, 0.3));
  animation: aboutPulse 4s ease-in-out infinite;
}
.constellation-path {
  position: absolute;
  z-index: 2;
  inset: 8%;
  border: 1px solid rgba(157, 88, 239, 0.5);
  border-radius: 50%;
  animation: constellationOrbitOne 22s linear infinite;
}
.constellation-path i {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 12px var(--purple);
}
.constellation-path span {
  position: absolute;
  right: -38px;
  top: calc(50% + 16px);
  width: 86px;
  color: #a4b3c5;
  text-align: center;
  font: 8px monospace;
  letter-spacing: 0.13em;
  transform-origin: center;
  animation: constellationLabelOne 22s linear infinite;
}
.constellation-path.path-two {
  inset: 24%;
  border-color: rgba(69, 232, 245, 0.36);
  animation: constellationOrbitTwo 18s linear infinite;
}
.constellation-path.path-two i {
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}
.constellation-path.path-two span {
  animation: constellationLabelTwo 18s linear infinite;
}
.constellation-path.path-three {
  inset: 36%;
  border-color: rgba(66, 230, 174, 0.38);
  animation: constellationOrbitThree 14s linear infinite;
}
.constellation-path.path-three i {
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}
.constellation-path.path-three span {
  animation: constellationLabelThree 14s linear infinite;
}
.constellation-status {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #697d96;
  font: 8px monospace;
  letter-spacing: 0.14em;
}
.constellation-status i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
}

.about-manifesto {
  padding: 65px 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(
    90deg,
    rgba(4, 20, 42, 0.65),
    rgba(19, 15, 55, 0.25)
  );
}
.about-manifesto > div {
  display: block;
}
.about-manifesto p {
  max-width: 1120px;
  margin: 0 auto;
  color: #e1e7ef;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  line-height: 1.4;
  letter-spacing: -0.035em;
}

.about-story {
  padding: 115px 0;
}
.story-heading {
  position: sticky;
  top: 120px;
}
.story-heading h2,
.about-capability h2,
.about-approach h2,
.values-intro h2,
.about-team h2,
.about-why h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.2vw, 4.3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.055em;
}
.story-mark {
  position: relative;
  width: 260px;
  height: 260px;
  display: grid;
  place-items: center;
  margin-top: 60px;
  border: 1px solid rgba(69, 232, 245, 0.22);
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    transparent 0 28px,
    rgba(94, 112, 188, 0.12) 29px 30px
  );
}
.story-mark::after {
  content: "";
  position: absolute;
  inset: 27px;
  border: 1px dashed rgba(151, 86, 232, 0.42);
  border-radius: 50%;
  animation: aboutOrbit 25s linear infinite;
}
.story-mark img {
  width: 105px;
  filter: drop-shadow(0 0 18px rgba(69, 232, 245, 0.3));
}
.story-mark span {
  position: absolute;
  bottom: -7px;
  padding: 5px 10px;
  background: #020b1b;
  color: #687d97;
  font: 8px monospace;
  letter-spacing: 0.2em;
}
.story-copy {
  border-top: 1px solid var(--line);
}
.story-block {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  padding: 42px 5px;
  border-bottom: 1px solid var(--line);
}
.story-block b {
  color: #566b84;
  font: 12px monospace;
  font-weight: 400;
}
.story-block h3 {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 600;
}
.story-block p {
  max-width: 720px;
  margin: 0;
  color: #a5b2c4;
  font-size: 14px;
  line-height: 1.8;
}

.about-capability {
  padding: 105px 0;
  border-block: 1px solid var(--line);
  background: rgba(3, 15, 32, 0.42);
}
.about-capability header {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
}
.about-capability header .about-kicker {
  grid-column: 1/-1;
  margin-bottom: -50px;
}
.about-capability header p {
  margin: 0;
  color: #a5b2c4;
  font-size: 14px;
  line-height: 1.75;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}
.capability-grid article {
  position: relative;
  min-height: 340px;
  padding: 34px;
  border-right: 1px solid var(--line);
  background: linear-gradient(
    145deg,
    rgba(5, 22, 45, 0.7),
    rgba(2, 12, 27, 0.55)
  );
  transition: 0.28s ease;
}
.capability-grid article:last-child {
  border-right: 0;
}
.capability-grid article:hover {
  background: rgba(6, 27, 53, 0.82);
  box-shadow: inset 0 2px var(--cyan);
}
.capability-grid article > b {
  position: absolute;
  right: 22px;
  top: 20px;
  color: #435872;
  font: 10px monospace;
  font-weight: 400;
}
.capability-grid article > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 48px;
  border: 1px solid rgba(69, 232, 245, 0.38);
  border-radius: 50%;
  color: var(--cyan);
  font: 17px monospace;
}
.capability-grid h3 {
  font-size: 21px;
  font-weight: 600;
}
.capability-grid p {
  color: #9eacbf;
  font-size: 13px;
  line-height: 1.7;
}

.about-approach {
  padding: 115px 0;
}
.about-approach header {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}
.about-approach header .about-kicker {
  margin: 0;
}
.about-approach header h2 {
  max-width: 1150px;
  margin-inline: auto;
  font-size: clamp(2.5rem, 3.8vw, 3.8rem);
}
.approach-list {
  border-top: 1px solid var(--line);
}
.approach-list article {
  display: grid;
  grid-template-columns: 70px 1fr 120px;
  gap: 30px;
  align-items: center;
  padding: 35px 12px;
  border-bottom: 1px solid var(--line);
  transition: 0.25s ease;
}
.approach-list article:hover {
  padding-inline: 24px;
  background: linear-gradient(90deg, rgba(69, 232, 245, 0.04), transparent);
}
.approach-list article > span {
  color: #567089;
  font: 22px monospace;
}
.approach-list h3 {
  margin: 0 0 9px;
  font-size: 19px;
  font-weight: 600;
}
.approach-list p {
  max-width: 820px;
  margin: 0;
  color: #9eacbf;
  font-size: 13px;
  line-height: 1.7;
}
.approach-list article > b {
  justify-self: end;
  color: #5a7189;
  font: 9px monospace;
  font-weight: 400;
  letter-spacing: 0.17em;
}

.about-values {
  padding: 115px 0;
  border-block: 1px solid var(--line);
  background: linear-gradient(
    120deg,
    rgba(5, 21, 44, 0.65),
    rgba(24, 14, 58, 0.24)
  );
}
.about-values > .site-width {
  display: block;
}
.values-intro {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(50px, 7vw, 110px);
  align-items: end;
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.values-intro h2 {
  max-width: 700px;
}
.values-intro p {
  max-width: 590px;
  margin: 0;
  color: #a2b0c2;
  font-size: 14px;
  line-height: 1.75;
}
.values-orbit {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.value-card {
  position: relative;
  grid-column: span 2;
  min-height: 210px;
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(3, 15, 32, 0.42);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}
.value-card:nth-child(4),
.value-card:nth-child(5) {
  grid-column: span 3;
}
.value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(69, 232, 245, 0.38);
  background: rgba(5, 24, 47, 0.7);
}
.value-card.active {
  background: radial-gradient(
    circle at 90% 10%,
    rgba(69, 232, 245, 0.1),
    transparent 45%
  );
  box-shadow: inset 0 2px var(--cyan);
}
.value-card b {
  color: var(--cyan);
  font: 10px monospace;
  font-weight: 400;
}
.value-card h3 {
  margin: 28px 0 8px;
  font-size: 18px;
}
.value-card p {
  margin: 0;
  color: #96a6ba;
  font-size: 12px;
  line-height: 1.65;
}

.about-team {
  padding: 115px 0;
}
.team-panel {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 90px;
  align-items: center;
  padding: 65px;
  border: 1px solid var(--line);
  background: linear-gradient(
    135deg,
    rgba(5, 22, 45, 0.72),
    rgba(11, 12, 41, 0.5)
  );
}
.team-panel > div:nth-child(2) > p {
  max-width: 700px;
  margin: 24px 0 0;
  color: #a4b2c4;
  font-size: 14px;
  line-height: 1.8;
}
.team-visual {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.team-visual::before,
.team-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.team-visual::before {
  inset: 10%;
  border: 1px solid rgba(148, 85, 231, 0.45);
}
.team-visual::after {
  inset: 27%;
  border: 1px solid rgba(69, 232, 245, 0.3);
}
.team-visual img {
  z-index: 2;
  width: 100px;
  filter: drop-shadow(0 0 18px rgba(69, 232, 245, 0.3));
}
.team-node {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(69, 232, 245, 0.4);
  border-radius: 50%;
  background: #041126;
  color: #aebdce;
  font: 8px monospace;
  letter-spacing: 0.1em;
}
.team-node.design {
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(158, 91, 240, 0.6);
}
.team-node.tech {
  top: 70%;
  left: 15.36%;
  transform: translate(-50%, -50%);
}
.team-node.value {
  top: 70%;
  left: 84.64%;
  transform: translate(-50%, -50%);
  border-color: rgba(66, 230, 174, 0.6);
}
.team-roster {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 50px;
  border-top: 1px solid var(--line);
}
.team-member {
  position: relative;
  min-height: 180px;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 22px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(2, 13, 29, 0.58);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}
.team-member::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -75px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(123, 77, 213, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 25px rgba(69, 232, 245, 0.025);
}
.team-member:hover {
  transform: translateY(-4px);
  border-color: rgba(69, 232, 245, 0.42);
  background: rgba(5, 24, 47, 0.78);
}
.member-portrait {
  position: relative;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(69, 232, 245, 0.42);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(27, 89, 128, 0.25),
    rgba(2, 12, 27, 0.9)
  );
  color: #e8f7fb;
  font: 500 18px monospace;
  letter-spacing: 0.12em;
  box-shadow: 0 0 24px rgba(69, 232, 245, 0.07);
}
.member-portrait::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(153, 87, 234, 0.35);
  border-radius: 50%;
  animation: aboutOrbit 20s linear infinite;
}
.member-portrait span {
  position: relative;
  z-index: 2;
}
.member-portrait i {
  position: absolute;
  right: 5px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
}
.member-info {
  position: relative;
  z-index: 2;
}
.member-info small {
  color: var(--cyan);
  font: 8px monospace;
  letter-spacing: 0.13em;
}
.member-info h3 {
  margin: 10px 0 5px;
  color: #f0f4f9;
  font-size: 18px;
  font-weight: 600;
}
.member-info p {
  margin: 0;
  color: #91a2b7;
  font-size: 12px;
}
.member-status {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 14px;
  color: #5e728b;
  font: 7px monospace;
  letter-spacing: 0.14em;
}
.member-status i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 6px var(--green);
}

.about-why {
  padding: 90px 0;
  border-block: 1px solid var(--line);
}
.about-why p {
  max-width: 760px;
  margin: 0;
  color: #b0bdcd;
  font-size: 16px;
  line-height: 1.8;
}
.why-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.why-points span {
  padding: 8px 11px;
  border: 1px solid rgba(93, 121, 157, 0.3);
  color: #8193a9;
  font: 9px monospace;
  letter-spacing: 0.12em;
}
.about-cta {
  padding: 105px 0;
  text-align: center;
}
.about-cta > div > div {
  padding: 75px 25px;
  border: 1px solid rgba(153, 84, 239, 0.6);
  border-radius: 8px;
  background: radial-gradient(
    circle at 50% 100%,
    rgba(75, 61, 183, 0.25),
    transparent 57%
  );
}
.about-cta p {
  max-width: 650px;
  margin: 22px auto 30px;
  color: #a9b6c8;
  font-size: 14px;
}

@keyframes aboutOrbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes aboutPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
@keyframes constellationOrbitOne {
  from {
    transform: rotate(-55deg);
  }
  to {
    transform: rotate(305deg);
  }
}
@keyframes constellationLabelOne {
  from {
    transform: rotate(55deg);
  }
  to {
    transform: rotate(-305deg);
  }
}
@keyframes constellationOrbitTwo {
  from {
    transform: rotate(65deg);
  }
  to {
    transform: rotate(-295deg);
  }
}
@keyframes constellationLabelTwo {
  from {
    transform: rotate(-65deg);
  }
  to {
    transform: rotate(295deg);
  }
}
@keyframes constellationOrbitThree {
  from {
    transform: rotate(185deg);
  }
  to {
    transform: rotate(545deg);
  }
}
@keyframes constellationLabelThree {
  from {
    transform: rotate(-185deg);
  }
  to {
    transform: rotate(-545deg);
  }
}
@media (max-width: 1199.98px) {
  .values-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
@media (max-width: 991.98px) {
  .about-hero {
    padding-top: 130px;
  }
  .about-constellation {
    margin: 30px auto 0;
  }
  .about-manifesto > div {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .story-heading {
    position: static;
  }
  .story-mark {
    margin: 45px auto 25px;
  }
  .about-capability header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-approach header {
    text-align: left;
  }
  .about-capability header .about-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .capability-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .team-panel {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .team-visual {
    max-width: 430px;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .about-hero {
    min-height: 0;
    padding: 120px 0 70px;
  }
  .about-manifesto,
  .about-story,
  .about-capability,
  .about-approach,
  .about-team,
  .about-why,
  .about-cta {
    padding-block: 75px;
  }
  .about-values {
    padding: 75px 0;
  }
  .story-mark {
    width: 220px;
    height: 220px;
  }
  .story-block {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }
  .approach-list article {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }
  .approach-list article > b {
    display: none;
  }
  .values-orbit {
    grid-template-columns: 1fr;
  }
  .value-card,
  .value-card:nth-child(2n),
  .value-card:nth-last-child(-n + 2),
  .value-card:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .value-card:last-child {
    border-bottom: 0;
  }
  .team-panel {
    padding: 35px 20px;
  }
  .team-node {
    width: 62px;
    height: 62px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .constellation-path {
    transform: rotate(-55deg);
  }
  .constellation-path > span {
    transform: rotate(55deg);
  }
  .constellation-path.path-two {
    transform: rotate(65deg);
  }
  .constellation-path.path-two > span {
    transform: rotate(-65deg);
  }
  .constellation-path.path-three {
    transform: rotate(185deg);
  }
  .constellation-path.path-three > span {
    transform: rotate(-185deg);
  }
}

@media (max-width: 1199.98px) {
  .team-roster {
    grid-template-columns: 1fr;
  }
  .team-member {
    min-height: 145px;
  }
}
@media (max-width: 575.98px) {
  .team-member {
    grid-template-columns: 70px 1fr;
    gap: 16px;
    padding: 20px 16px;
  }
  .member-portrait {
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 991.98px) {
  .values-orbit {
    grid-template-columns: 1fr 1fr;
  }
  .value-card,
  .value-card:nth-child(4),
  .value-card:nth-child(5) {
    grid-column: auto;
  }
  .value-card:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 575.98px) {
  .values-intro {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .values-orbit {
    grid-template-columns: 1fr;
  }
  .value-card,
  .value-card:last-child {
    grid-column: auto;
    min-height: 180px;
  }
}

/* Motion language shared with the home page */
.about-manifesto p {
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.story-heading {
  animation: slideInLeft 0.8s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.story-copy {
  animation: slideInRight 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s backwards;
}
.story-block {
  animation: fadeInUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.story-block:nth-child(2) {
  animation-delay: 0.1s;
}
.story-block:nth-child(3) {
  animation-delay: 0.18s;
}

.about-capability header,
.about-approach header,
.values-intro,
.about-why .row {
  animation: fadeInUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.capability-grid article,
.approach-list article,
.value-card,
.team-member {
  animation: fadeInUp 0.72s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.capability-grid article:nth-child(2),
.approach-list article:nth-child(2),
.value-card:nth-child(2),
.team-member:nth-child(2) {
  animation-delay: 0.09s;
}
.capability-grid article:nth-child(3),
.approach-list article:nth-child(3),
.value-card:nth-child(3),
.team-member:nth-child(3) {
  animation-delay: 0.17s;
}
.approach-list article:nth-child(4),
.value-card:nth-child(4) {
  animation-delay: 0.25s;
}
.value-card:nth-child(5) {
  animation-delay: 0.33s;
}

.team-visual {
  animation: slideInLeft 0.85s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.team-panel > div:nth-child(2) {
  animation: slideInRight 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s backwards;
}
.team-node {
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}
.team-node:hover {
  border-color: var(--cyan);
  background: #061a32;
  box-shadow: 0 0 24px rgba(69, 232, 245, 0.16);
}
.about-cta > div > div {
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

/* Clear visual rhythm between page sections */
.about-story,
.about-capability,
.about-approach,
.about-values,
.about-team,
.about-why,
.about-cta {
  position: relative;
}
.about-story,
.about-approach,
.about-team,
.about-cta {
  border-top: 1px solid rgba(80, 119, 165, 0.2);
}
.about-story::before,
.about-capability::before,
.about-approach::before,
.about-values::before,
.about-team::before,
.about-why::before,
.about-cta::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 50%;
  width: 150px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    var(--cyan),
    var(--purple),
    transparent
  );
  box-shadow: 0 0 14px rgba(69, 232, 245, 0.2);
}
.about-story {
  background: radial-gradient(
    circle at 10% 18%,
    rgba(27, 110, 158, 0.055),
    transparent 28%
  );
}
.about-capability {
  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(115, 62, 202, 0.08),
      transparent 28%
    ),
    rgba(3, 15, 32, 0.58);
  box-shadow:
    inset 0 28px 55px rgba(1, 8, 20, 0.2),
    inset 0 -28px 55px rgba(1, 8, 20, 0.2);
}
.about-approach {
  background: linear-gradient(
    180deg,
    rgba(3, 14, 30, 0.15),
    rgba(6, 22, 44, 0.38)
  );
  border-bottom: 1px solid rgba(80, 119, 165, 0.2);
}
.about-values {
  background:
    radial-gradient(
      circle at 82% 28%,
      rgba(108, 62, 194, 0.1),
      transparent 31%
    ),
    linear-gradient(120deg, rgba(5, 21, 44, 0.74), rgba(20, 14, 52, 0.34));
  box-shadow:
    inset 0 30px 65px rgba(1, 8, 20, 0.18),
    inset 0 -30px 65px rgba(1, 8, 20, 0.18);
}
.about-team {
  background: radial-gradient(
    circle at 18% 35%,
    rgba(31, 139, 174, 0.055),
    transparent 29%
  );
  border-bottom: 1px solid rgba(80, 119, 165, 0.2);
}
.about-why {
  background: linear-gradient(
    90deg,
    rgba(4, 19, 39, 0.62),
    rgba(14, 15, 48, 0.34)
  );
  box-shadow: inset 0 25px 50px rgba(1, 8, 20, 0.15);
}
.about-cta {
  background: radial-gradient(
    circle at 50% 0,
    rgba(72, 54, 164, 0.09),
    transparent 33%
  );
}
