html.company-template-loading body {
  visibility: hidden;
}

[data-company-hidden="true"] {
  display: none !important;
}

header nav .nav-item > div {
  display: none !important;
}

header nav .nav-item > a > span:not(:first-child) {
  display: none;
}

.company-wordmark {
  color: #fff;
  font-family: "Noto Sans SC", "PingFang SC", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  white-space: nowrap;
}

.company-wordmark-subtitle {
  border-left: 1px solid rgb(255 255 255 / 35%);
  color: rgb(255 255 255 / 60%);
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: .12em;
  line-height: 1.2;
  padding-left: 9px;
}

.company-mobile-wordmark {
  color: #171b2a;
  font-family: "Noto Sans SC", "PingFang SC", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .14em;
}

.company-hero-background {
  background:
    radial-gradient(circle at 50% 93%, rgb(111 184 255 / 21%), transparent 29%),
    radial-gradient(circle at 84% 45%, rgb(198 169 255 / 14%), transparent 27%),
    linear-gradient(180deg, #f5f6f8 0%, #f6f8fb 70%, #edf5ff 100%);
  inset: 0;
  position: absolute;
}

.company-signal-board {
  aspect-ratio: 2564 / 1644;
  background:
    radial-gradient(circle at 19% 16%, rgb(136 221 255 / 76%), transparent 23%),
    radial-gradient(circle at 72% 24%, rgb(221 174 255 / 65%), transparent 22%),
    linear-gradient(135deg, #f7fbff 0%, #e8f2ff 48%, #f5edff 100%);
  isolation: isolate;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

main > section:first-child figure[data-opai-animate] {
  filter: none !important;
  opacity: 1 !important;
  rotate: none !important;
  scale: none !important;
  transform: none !important;
  translate: none !important;
}

.company-signal-grid {
  background-image:
    linear-gradient(rgb(20 35 58 / 6%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(20 35 58 / 6%) 1px, transparent 1px);
  background-size: 42px 42px;
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  position: absolute;
}

.company-signal-orb {
  border-radius: 999px;
  filter: blur(1px);
  opacity: .84;
  position: absolute;
}

.company-signal-orb-one {
  background: linear-gradient(135deg, #52d8ff, #4a62ff 72%);
  height: 42%;
  left: 8%;
  top: 22%;
  transform: rotate(-24deg);
  width: 18%;
}

.company-signal-orb-two {
  background: linear-gradient(135deg, #9f6dff, #f1a1eb);
  bottom: 7%;
  height: 31%;
  right: 8%;
  transform: rotate(31deg);
  width: 14%;
}

.company-signal-card {
  backdrop-filter: blur(18px);
  background: rgb(255 255 255 / 64%);
  border: 1px solid rgb(255 255 255 / 82%);
  box-shadow: 0 24px 60px rgb(54 77 119 / 14%);
  color: #18213c;
  position: absolute;
}

.company-signal-card-main {
  border-radius: 18px;
  left: 23%;
  padding: clamp(18px, 3vw, 40px);
  top: 26%;
  width: 54%;
}

.company-signal-eyebrow,
.company-signal-card-small span {
  color: #54627f;
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(8px, 1vw, 13px);
  letter-spacing: .14em;
}

.company-signal-card-main strong {
  display: block;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: clamp(21px, 4vw, 58px);
  letter-spacing: -.05em;
  line-height: 1.08;
  margin-top: .55em;
}

.company-signal-card-main p {
  color: rgb(24 33 60 / 65%);
  font-family: "PingFang SC", sans-serif;
  font-size: clamp(12px, 1.4vw, 19px);
  margin: .75em 0 0;
}

.company-signal-card-small {
  border-radius: 12px;
  bottom: 13%;
  left: 14%;
  min-width: 122px;
  padding: 13px 16px;
}

.company-signal-card-small b {
  display: block;
  font-family: "PingFang SC", sans-serif;
  font-size: clamp(14px, 1.6vw, 20px);
  margin-top: 4px;
}

.company-signal-card-last {
  bottom: auto;
  left: auto;
  right: 13%;
  top: 14%;
}

.company-footer {
  color: rgb(255 255 255 / 62%);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  max-width: 1290px;
  padding: 54px 28px 34px;
}

.company-footer-name {
  color: #fff;
  font-family: "Noto Sans SC", "PingFang SC", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 8px;
}

.company-footer p:not(.company-footer-name) {
  font-family: "IBM Plex Mono", "PingFang SC", monospace;
  font-size: 12px;
  margin: 0;
}

.company-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.company-footer a {
  color: rgb(255 255 255 / 72%);
  font-family: "IBM Plex Mono", "PingFang SC", monospace;
  font-size: 12px;
  text-decoration: none;
}

.company-footer a:hover {
  color: #fff;
}

.company-footer-copyright {
  border-top: 1px solid rgb(255 255 255 / 12%);
  grid-column: 1 / -1;
  padding-top: 18px;
}

main > section:first-child {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: clamp(88px, 10vw, 154px) !important;
}

.company-page-content {
  background: #f6f7f9;
  overflow: hidden;
}

.company-section {
  padding: clamp(78px, 11vw, 170px) 0;
}

.company-shell {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1290px;
  padding: 0 28px;
}

.company-section-heading {
  max-width: 830px;
}

.company-section-heading-centered {
  margin: 0 auto;
  text-align: center;
}

.company-kicker {
  color: #59667f;
  font-family: "IBM Plex Mono", "PingFang SC", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  margin: 0 0 18px;
}

.company-section h2,
.company-contact h2 {
  color: #171b2a;
  font-family: "Manrope", "PingFang SC", sans-serif;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: 1.06;
  margin: 0;
}

.company-section h2 em,
.company-contact h2 em {
  color: rgb(23 27 42 / 54%);
  font-family: "Instrument Serif", "Songti SC", serif;
  font-style: italic;
  font-weight: 400;
}

.company-section-heading > p:last-child,
.company-products-copy > p:not(.company-kicker),
.company-contact-action > p {
  color: rgb(23 27 42 / 62%);
  font-family: "PingFang SC", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  margin: 24px 0 0;
  max-width: 720px;
}

.company-story {
  background:
    radial-gradient(circle at 88% 16%, rgb(193 213 255 / 54%), transparent 30%),
    #f6f7f9;
}

.company-story-layout {
  align-items: stretch;
  display: grid;
  gap: clamp(30px, 5vw, 76px);
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  margin-top: clamp(44px, 7vw, 88px);
}

.company-story-copy {
  align-self: center;
  border-top: 1px solid rgb(23 27 42 / 17%);
  padding-top: 24px;
}

.company-story-lead {
  color: #1b243e;
  font-family: "Instrument Serif", "Songti SC", serif;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.15;
  margin: 0;
}

.company-story-copy > p:not(.company-story-lead) {
  color: rgb(23 27 42 / 64%);
  font-family: "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  margin: 22px 0 0;
}

.company-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.company-tag-list span {
  background: rgb(255 255 255 / 72%);
  border: 1px solid rgb(23 27 42 / 11%);
  border-radius: 999px;
  color: #36415a;
  font-family: "IBM Plex Mono", "PingFang SC", monospace;
  font-size: 12px;
  padding: 9px 12px;
}

.company-image-frame {
  background: #eef3ff;
  box-shadow: 0 24px 64px rgb(46 71 120 / 9%);
  margin: 0;
  overflow: hidden;
}

.company-image-frame img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.company-image-wide {
  border-radius: 22px;
  min-height: 410px;
}

.company-capabilities {
  background: #111827;
}

.company-capabilities .company-kicker {
  color: rgb(255 255 255 / 56%);
}

.company-capabilities h2 {
  color: #fff;
}

.company-capabilities h2 em {
  color: rgb(255 255 255 / 55%);
}

.company-capabilities .company-section-heading > p:last-child {
  color: rgb(255 255 255 / 58%);
  margin-left: auto;
  margin-right: auto;
}

.company-capability-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(46px, 7vw, 88px);
}

.company-capability-card {
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 18px;
  min-height: 290px;
  padding: clamp(24px, 3vw, 42px);
}

.company-capability-card-featured {
  background:
    radial-gradient(circle at 80% 17%, rgb(149 122 255 / 45%), transparent 38%),
    rgb(72 120 255 / 32%);
  transform: translateY(-22px);
}

.company-index {
  color: rgb(255 255 255 / 55%);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  letter-spacing: .12em;
}

.company-capability-card h3 {
  color: #fff;
  font-family: "PingFang SC", sans-serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.04em;
  margin: 66px 0 14px;
}

.company-capability-card p {
  color: rgb(255 255 255 / 63%);
  font-family: "PingFang SC", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.company-products {
  background:
    radial-gradient(circle at 9% 23%, rgb(196 224 255 / 60%), transparent 29%),
    #f6f7f9;
}

.company-products-layout {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 110px);
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
}

.company-image-square {
  aspect-ratio: 1;
  border-radius: 24px;
}

.company-products-copy {
  max-width: 560px;
}

.company-product-list {
  border-top: 1px solid rgb(23 27 42 / 17%);
  margin-top: 34px;
}

.company-product-list article {
  align-items: flex-start;
  border-bottom: 1px solid rgb(23 27 42 / 17%);
  display: grid;
  gap: 18px;
  grid-template-columns: 36px 1fr;
  padding: 24px 0;
}

.company-product-list article > span {
  color: #677491;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  padding-top: 5px;
}

.company-product-list h3 {
  color: #1b243e;
  font-family: "PingFang SC", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.04em;
  margin: 0;
}

.company-product-list p {
  color: rgb(23 27 42 / 61%);
  font-family: "PingFang SC", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  margin: 8px 0 0;
}

.company-method {
  background: #eceff4;
}

.company-method-list {
  counter-reset: method;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: clamp(46px, 7vw, 82px) 0 0;
  padding: 0;
}

.company-method-list li {
  background: #f7f8fa;
  min-height: 280px;
  padding: clamp(26px, 3.6vw, 52px);
}

.company-method-list span {
  color: #66738e;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  letter-spacing: .12em;
}

.company-method-list h3 {
  color: #1b243e;
  font-family: "PingFang SC", sans-serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.04em;
  margin: 64px 0 14px;
}

.company-method-list p {
  color: rgb(23 27 42 / 61%);
  font-family: "PingFang SC", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.company-contact {
  background: #f6f7f9;
  padding: 28px 0 110px;
}

.company-contact-inner {
  align-items: end;
  background:
    radial-gradient(circle at 82% 14%, rgb(101 132 255 / 52%), transparent 38%),
    radial-gradient(circle at 14% 86%, rgb(167 104 255 / 29%), transparent 34%),
    #172037;
  border-radius: 24px;
  color: #fff;
  display: grid;
  gap: clamp(36px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, .7fr);
  padding: clamp(36px, 6vw, 88px);
}

.company-contact .company-kicker {
  color: rgb(255 255 255 / 58%);
}

.company-contact h2 {
  color: #fff;
}

.company-contact h2 em {
  color: rgb(255 255 255 / 58%);
}

.company-contact-action > p {
  color: rgb(255 255 255 / 67%);
  font-size: 15px;
  margin: 0 0 28px;
}

.company-contact-action a {
  border-bottom: 1px solid rgb(255 255 255 / 43%);
  color: #fff;
  display: inline-flex;
  font-family: "IBM Plex Mono", "PingFang SC", monospace;
  font-size: clamp(13px, 1.2vw, 16px);
  gap: 14px;
  padding: 0 0 10px;
  text-decoration: none;
}

.company-contact-action a:hover {
  border-color: #fff;
}

@media (max-width: 640px) {
  header nav .nav-hamburger span:not(.sr-only) {
    background-color: #fff !important;
  }

  header nav .nav-hamburger {
    display: flex !important;
    margin-left: auto;
  }

  .company-wordmark-subtitle {
    display: none;
  }

  main > section:first-child h1 {
    font-size: 40px !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
    width: 100%;
  }

  main > section:first-child h1 span {
    display: block;
    margin-top: 4px;
  }

  main > section:first-child .main-container {
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  main > section:first-child p {
    font-size: 15px;
    line-height: 1.75;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }

  main > section:first-child figure {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .company-signal-card-main {
    left: 12%;
    top: 25%;
    width: 76%;
  }

  .company-signal-card-small {
    bottom: 8%;
    left: 7%;
    min-width: 100px;
  }

  .company-signal-card-last {
    left: auto;
    right: 7%;
    top: 10%;
  }

  main > section:first-child {
    padding-bottom: 78px !important;
  }

  .company-section {
    padding: 76px 0;
  }

  .company-shell {
    padding: 0 20px;
  }

  .company-kicker {
    font-size: 10px;
    margin-bottom: 13px;
  }

  .company-section h2,
  .company-contact h2 {
    font-size: 38px;
    letter-spacing: -.055em;
  }

  .company-section-heading > p:last-child,
  .company-products-copy > p:not(.company-kicker),
  .company-contact-action > p {
    font-size: 15px;
    margin-top: 18px;
  }

  .company-story-layout,
  .company-products-layout,
  .company-contact-inner {
    grid-template-columns: 1fr;
  }

  .company-story-layout {
    gap: 32px;
    margin-top: 38px;
  }

  .company-image-wide {
    min-height: 0;
  }

  .company-capability-grid,
  .company-method-list {
    grid-template-columns: 1fr;
  }

  .company-capability-card,
  .company-method-list li {
    min-height: 0;
  }

  .company-capability-card-featured {
    transform: none;
  }

  .company-capability-card h3,
  .company-method-list h3 {
    margin-top: 42px;
  }

  .company-products-layout {
    gap: 42px;
  }

  .company-image-square {
    max-width: 480px;
  }

  .company-contact {
    padding: 0 0 76px;
  }

  .company-contact-inner {
    gap: 30px;
    padding: 34px 28px;
  }

  .company-footer {
    grid-template-columns: 1fr;
    padding: 40px 24px 28px;
  }

  .company-footer-links {
    justify-content: flex-start;
  }
}
