.about {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 90px;
  padding-block: 130px 20px;
}

.products {
  width: min(1280px, calc(100% - 40px));
  margin-block: 72px;
  padding: 86px 40px;
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 36px;
}

.products .product {
  background: #fff;
}

.method {
  position: relative;
  margin-block: 72px;
  padding-block: 120px;
}

.method-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 62px;
}

.method-heading .section-no {
  grid-column: 1 / -1;
  color: #69c9f5;
}

.method-heading h2 {
  margin: -38px 0 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: -.055em;
}

.method-heading > p {
  margin: 0;
  color: #aaa5b4;
  font-size: 17px;
  line-height: 1.8;
}

.capability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.capability-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  min-height: 180px;
  padding: 32px;
  background: #132f4c;
  border: 1px solid #35323f;
  border-radius: 22px;
}

.cap-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--purple);
  border-radius: 15px;
  font-size: 22px;
  font-weight: 900;
}

.capability-grid h3 {
  margin: 3px 0 12px;
  font-size: 23px;
}

.capability-grid p {
  max-width: 410px;
  margin: 0;
  color: #aaa5b4;
  font-size: 14px;
  line-height: 1.75;
}

.method-statement {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 16px;
  padding: 38px 40px;
  color: #fff;
  background: var(--purple);
  border-radius: 22px;
}

.method-statement strong {
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.25;
  letter-spacing: -.035em;
}

.method-statement span {
  color: #d8f2ff;
  font-size: 13px;
}

.about h2 {
  margin: 18px 0 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: -.055em;
}

.about h2 em {
  color: var(--purple);
  font-style: normal;
}

.about-body {
  padding-top: 34px;
}

.about {
  margin-block: 72px;
  padding: 100px 0;
  border-block: 1px solid var(--line);
}

.service {
  padding-block: 72px 130px;
}

.contact {
  width: min(1280px, calc(100% - 40px));
  margin-bottom: 72px;
  padding: 86px 40px;
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 36px;
}

.about-body > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.about-body .about-lede {
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.55;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  border-block: 1px solid var(--line);
}

.about-values div {
  padding: 23px 12px 23px 0;
}

.about-values b,
.about-values span {
  display: block;
}

.about-contact {
  margin-top: 34px;
  padding: 28px;
  color: #fff;
  background: var(--ink);
  border-radius: 22px;
}

.about-contact small {
  color: #79d1f6;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.about-contact h3 {
  margin: 12px 0 8px;
  font-size: 22px;
  line-height: 1.4;
}

.about-contact p {
  margin-bottom: 22px;
  color: #aaa5b4;
  font-size: 13px;
  line-height: 1.7;
}

.about-contact a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 15px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid #29445e;
  text-decoration: none;
}

.about-contact a span {
  color: #aaa5b4;
  font-size: 10px;
}

.about-contact a strong {
  overflow-wrap: anywhere;
  color: #8ed9f8;
  font-size: 14px;
}

.about-contact a i {
  grid-column: 2;
  grid-row: 1 / 3;
  color: #8ed9f8;
  font-size: 20px;
  font-style: normal;
}

/* About and contact: clear two-column information layout */
.about {
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  align-items: stretch;
  gap: 72px;
}

.about-info h2,
.about-contact h2 {
  margin: 14px 0 28px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -.05em;
}

.about-info > p {
  max-width: 680px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.about-info .about-lede {
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.55;
}

.about-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 48px;
  color: var(--ink);
  background: #f5fbff;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.about-contact > .section-no {
  color: var(--purple);
}

.about-contact > p {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.about-contact > a {
  margin-bottom: 22px;
  padding: 18px 0;
  color: var(--ink);
  border-block: 1px solid var(--line);
}

.about-contact > a span {
  color: #928c9d;
}

.about-contact > a strong,
.about-contact > a i {
  color: var(--purple);
}

.about-contact > small {
  color: #8b8595;
  font-size: 12px;
  line-height: 1.7;
}

/* Company address: shown in the About column and in the Contact card as well as the footer. */
.about-info .about-address {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
}

.about-info .about-address b {
  color: #8792a7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.about-contact > .contact-address {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 18px 0;
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.about-contact > .contact-address span {
  color: #928c9d;
  font-size: 12px;
}

/* Not a link, so it keeps the ink colour instead of the accent used by the email row. */
.about-contact > .contact-address strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

/* Animated AI atom in the hero */
.hero-orbit {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 50%, rgba(47, 159, 232, .17), transparent 22%),
    radial-gradient(circle at 75% 20%, rgba(255, 79, 132, .12), transparent 24%),
    linear-gradient(145deg, #f9fdff, #effaff);
}

.hero-orbit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.72) 48%, transparent 61%);
  transform: translateX(-100%);
  animation: orbit-sheen 7s ease-in-out infinite;
}

.orbit-ring {
  border-color: rgba(47, 159, 232, .13);
}

.ring-one { animation: ring-pulse 4s ease-in-out infinite; }
.ring-two { animation: ring-pulse 4s 2s ease-in-out infinite; }

.atomic-track {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 390px;
  height: 145px;
  margin: -72px 0 0 -195px;
  border: 1px solid rgba(47, 159, 232, .34);
  border-radius: 50%;
  pointer-events: none;
}

.atomic-track i {
  position: absolute;
  left: 50%;
  top: -7px;
  width: 13px;
  height: 13px;
  background: #34a8ed;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(47,159,232,.12), 0 0 22px #299fe9;
}

.track-a { animation: atom-a 9s linear infinite; }
.track-b { animation: atom-b 11s linear infinite reverse; }
.track-c { animation: atom-c 13s linear infinite; }
.track-b i { background: #ff4f84; box-shadow: 0 0 0 7px rgba(255,79,132,.12), 0 0 22px #ff4f84; }
.track-c i { background: #3478f6; box-shadow: 0 0 0 7px rgba(52,120,246,.12), 0 0 22px #3478f6; }

.core {
  z-index: 3;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: core-float 4s ease-in-out infinite;
}

.core img {
  width: 138px;
  height: 138px;
  object-fit: contain;
  background: #fff;
  border-radius: 22px;
  transform: rotate(-7deg);
  box-shadow: 0 14px 28px rgba(20,78,116,.14);
  filter: none;
}

@media (max-width: 600px) {
  .core img { width: 104px; height: 104px; border-radius: 18px; }
}

.core strong {
  font-size: 64px;
}

.core small {
  margin-top: 82px;
}

.orbit-card {
  z-index: 5;
  backdrop-filter: blur(10px);
  animation: card-float 5s ease-in-out infinite;
}

.card-two { animation-delay: -1.7s; }
.card-three { animation-delay: -3.2s; }

.tech-chip {
  position: absolute;
  z-index: 4;
  padding: 6px 9px;
  color: #6a4cf0;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(47,159,232,.18);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(69,47,143,.10);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
  animation: chip-glow 3.6s ease-in-out infinite;
}

.tech-one { left: 10%; top: 47%; }
.tech-two { right: 9%; top: 53%; animation-delay: -.8s; }
.tech-three { right: 23%; bottom: 8%; animation-delay: -1.6s; }
.tech-four { left: 38%; top: 8%; animation-delay: -2.4s; }
.tech-five { left: 43%; bottom: 10%; animation-delay: -3.1s; }

@keyframes atom-a { to { transform: rotate(360deg); } }
@keyframes atom-b { from { transform: rotate(60deg); } to { transform: rotate(420deg); } }
@keyframes atom-c { from { transform: rotate(120deg); } to { transform: rotate(480deg); } }
@keyframes core-float { 0%,100% { transform: translate(-50%,-50%) rotate(7deg) translateY(0); } 50% { transform: translate(-50%,-50%) rotate(7deg) translateY(-7px); } }
@keyframes card-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
@keyframes chip-glow { 0%,100% { opacity: .62; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.05); } }
@keyframes ring-pulse { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
@keyframes orbit-sheen { 0%,25% { transform: translateX(-100%); } 65%,100% { transform: translateX(100%); } }

@media (prefers-reduced-motion: reduce) {
  .atomic-track,
  .core,
  .orbit-card,
  .tech-chip,
  .orbit-ring,
  .hero-orbit::after { animation: none !important; }
}

.about-values b {
  margin-bottom: 8px;
  color: var(--purple);
  font-size: 18px;
}

.about-values span {
  color: var(--muted);
  font-size: 11px;
}

.contact-lines {
  margin: 28px 0 24px;
  border-top: 1px solid var(--line);
}

.contact-lines a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 15px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.contact-lines small {
  grid-column: 1;
  color: #9a94a7;
  font-size: 10px;
}

.contact-lines strong {
  grid-column: 1;
  overflow-wrap: anywhere;
  color: var(--purple);
  font-size: 14px;
}

.contact-lines span {
  grid-column: 2;
  grid-row: 1 / 3;
  color: var(--purple);
}

.contact-note {
  padding: 16px;
  color: #797382;
  background: #fff;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .method-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .method-heading h2 {
    margin-top: -20px;
  }

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

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

  .about-contact {
    padding: 38px;
  }

  .about-body {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .products,
  .contact {
    width: min(100% - 20px, 1280px);
    margin-block: 35px;
    padding: 65px 14px;
    border-radius: 25px;
  }

  .method {
    margin-block: 35px;
    padding-block: 85px;
  }

  .capability-grid article {
    grid-template-columns: 1fr;
  }

  .method-statement {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }

  .about {
    padding-block: 90px 0;
  }

  .about-contact {
    padding: 30px 24px;
  }

  .atomic-track {
    width: 290px;
    height: 110px;
    margin: -55px 0 0 -145px;
  }

  .tech-chip {
    font-size: 7px;
  }

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

  .about-values div {
    border-bottom: 1px solid var(--line);
  }

  .about-values div:last-child {
    border-bottom: 0;
  }
}
