:root {
  --section-height: 92svh;
  --section-space: clamp(72px, 9vh, 120px);
}
.hero:where(.nextcore-native, .nextcore-native *), .hero-inner:where(.nextcore-native, .nextcore-native *) {
  min-height: 100svh;
}
.hero-inner:where(.nextcore-native, .nextcore-native *) {
  padding-block: 140px 90px;
}
.hero-copy:where(.nextcore-native, .nextcore-native *) {
  max-width: 850px;
}
.hero .company-title:where(.nextcore-native, .nextcore-native *) {
  font-family: 'Be Vietnam Pro', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 4.5vw, 68px);
  line-height: 1.18;
  letter-spacing: -.02em;
}
.company-title .company-line:where(.nextcore-native, .nextcore-native *) {
  display: block;
  color: var(--text);
  white-space: nowrap;
}
.company-title .company-name:where(.nextcore-native, .nextcore-native *) {
  color: #ef272d;
}
.hero-slogan:where(.nextcore-native, .nextcore-native *) {
  margin-top: 26px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 600;
  letter-spacing: 2px;
  color: #e6e9ea;
}
.hero-description:where(.nextcore-native, .nextcore-native *) {
  margin-top: 22px;
}
.hero .button-row:where(.nextcore-native, .nextcore-native *) {
  margin-top: 36px;
}
.hero-image:where(.nextcore-native, .nextcore-native *) {
  object-position: 65% center;
}
/* Keep copy above a subdued background on phones and tablets. */
@media (max-width: 1199px) {
  .hero.hero--platform:where(.nextcore-native, .nextcore-native *) { --hero-surface: #080d13; background: var(--hero-surface); min-height: 100svh; }
  :root[data-theme="light"] .hero.hero--platform:where(.nextcore-native, .nextcore-native *) { --hero-surface: #f4f5f7; }
  .hero.hero--platform .hero-inner:where(.nextcore-native, .nextcore-native *) { min-height: max(720px, 100svh); align-items: center; padding-block: 140px 160px; }
  .hero.hero--platform .hero-copy:where(.nextcore-native, .nextcore-native *) { position: relative; z-index: 1; }
  .hero.hero--platform .hero-image:where(.nextcore-native, .nextcore-native *) { top: auto; bottom: 0; height: 85%; object-position: 75% bottom; opacity: .4; -webkit-mask-image: linear-gradient(transparent, #000 45%); mask-image: linear-gradient(transparent, #000 45%); }
  .hero.hero--platform:where(.nextcore-native, .nextcore-native *)::after { background: linear-gradient(180deg, var(--hero-surface), transparent 75%, var(--hero-surface)); }
}
@media (max-width: 639px) {
  .hero.hero--platform .hero-inner:where(.nextcore-native, .nextcore-native *) { min-height: max(640px, 100svh); padding-block: 124px 130px; }
  .hero.hero--platform .hero-image:where(.nextcore-native, .nextcore-native *) { height: 78%; object-position: 72% bottom; opacity: .32; }
  /* Reveal the light artwork while retaining a soft backdrop behind the copy. */
  :root[data-theme="light"] .hero.hero--platform .hero-image:where(.nextcore-native, .nextcore-native *) { opacity: .62; }
  :root[data-theme="light"] .hero.hero--platform:where(.nextcore-native, .nextcore-native *)::after { background: linear-gradient(180deg, var(--hero-surface), rgba(244, 245, 247, .68) 34%, rgba(244, 245, 247, .38) 55%, transparent 72%, var(--hero-surface)); }
}
@media (prefers-color-scheme: light) and (max-width: 639px) {
  :root:not([data-theme]) .hero.hero--platform .hero-image:where(.nextcore-native, .nextcore-native *) { opacity: .62; }
  :root:not([data-theme]) .hero.hero--platform:where(.nextcore-native, .nextcore-native *)::after { background: linear-gradient(180deg, var(--hero-surface), rgba(244, 245, 247, .68) 34%, rgba(244, 245, 247, .38) 55%, transparent 72%, var(--hero-surface)); }
}
@media (prefers-color-scheme: light) and (max-width: 1199px) {
  :root:not([data-theme]) .hero.hero--platform:where(.nextcore-native, .nextcore-native *) { --hero-surface: #f4f5f7; }
}
.section:where(.nextcore-native, .nextcore-native *) {
  min-height: var(--section-height);
  padding-block: var(--section-space);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-heading:where(.nextcore-native, .nextcore-native *) {
  margin-bottom: 44px;
}
.section-heading h2:where(.nextcore-native, .nextcore-native *), .about h2:where(.nextcore-native, .nextcore-native *), .team h2:where(.nextcore-native, .nextcore-native *), .partner h2:where(.nextcore-native, .nextcore-native *) {
  font-size: clamp(32px, 3.1vw, 46px);
  line-height: 1.2;
}
:is(#technology:where(.nextcore-native, .nextcore-native *), #projects:where(.nextcore-native, .nextcore-native *), #partner:where(.nextcore-native, .nextcore-native *), #blog) .eyebrow:where(.nextcore-native, .nextcore-native *) {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  letter-spacing: 1.1px;
}
:is(#technology:where(.nextcore-native, .nextcore-native *), #projects:where(.nextcore-native, .nextcore-native *), #partner:where(.nextcore-native, .nextcore-native *), #blog) .eyebrow:where(.nextcore-native, .nextcore-native *)::before {
  content: '';
  width: 4px;
  height: 19px;
  flex-shrink: 0;
  background: #ed1523;
}
.eyebrow:where(.nextcore-native, .nextcore-native *) {
  margin-bottom: 15px;
}
.services-grid:where(.nextcore-native, .nextcore-native *), .projects-grid:where(.nextcore-native, .nextcore-native *), .blog-grid:where(.nextcore-native, .nextcore-native *) {
  gap: 26px;
}
.service-card:where(.nextcore-native, .nextcore-native *) {
  min-height: 330px;
  padding: 36px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-card h3:where(.nextcore-native, .nextcore-native *) {
  margin-top: 40px;
  font-size: 20px;
}
.service-card p:where(.nextcore-native, .nextcore-native *) {
  font-size: 14px;
  margin-bottom: 30px;
}
.service-card .circle:where(.nextcore-native, .nextcore-native *) {
  margin-top: auto;
}
.project-visual:where(.nextcore-native, .nextcore-native *) {
  aspect-ratio: 16 / 9;
}
.card-copy:where(.nextcore-native, .nextcore-native *) {
  min-height: 125px;
  padding: 24px 20px;
}
.card-copy h3:where(.nextcore-native, .nextcore-native *) {
  font-size: 18px;
}
.blog-card:where(.nextcore-native, .nextcore-native *) {
  min-height: 340px;
  display: flex;
  flex-direction: column;
}
.blog-card > div:where(.nextcore-native, .nextcore-native *) {
  padding: 32px 26px;
}
.blog-card h3:where(.nextcore-native, .nextcore-native *) {
  font-size: 21px;
  line-height: 1.4;
}
.about-inner:where(.nextcore-native, .nextcore-native *) {
  min-height: var(--section-height);
  grid-template-columns: 42% 58%;
}
.about-copy:where(.nextcore-native, .nextcore-native *) {
  align-self: center;
  padding-block: var(--section-space);
  padding-right: 45px;
}
.about-copy > p:not(.eyebrow):where(.nextcore-native, .nextcore-native *) {
  font-size: 17px;
  line-height: 1.8;
  margin-block: 28px;
}
.about-visual > img:first-child:where(.nextcore-native, .nextcore-native *) {
  object-position: 60% center;
}
.office-logo:where(.nextcore-native, .nextcore-native *) {
  top: 15%;
}
.partner-inner:where(.nextcore-native, .nextcore-native *) {
  min-height: var(--section-height);
  padding-block: var(--section-space);
  grid-template-columns: 1fr 320px 250px;
  gap: 45px;
}
.partner-logo:where(.nextcore-native, .nextcore-native *) {
  width: 300px;
  height: 260px;
}
.partner p:not(.eyebrow):not(.partner-motto):where(.nextcore-native, .nextcore-native *) {
  font-size: 18px;
  margin-block: 24px 32px;
}
.team-inner:where(.nextcore-native, .nextcore-native *) {
  min-height: var(--section-height);
  padding-block: var(--section-space);
  grid-template-columns: minmax(0, 1fr) 190px;
  align-content: center;
  gap: 44px 30px;
}
.team-inner > div:first-child:where(.nextcore-native, .nextcore-native *) {
  grid-column: 1 / -1;
}
.team h2 br:where(.nextcore-native, .nextcore-native *) {
  display: none;
}
.team-grid:where(.nextcore-native, .nextcore-native *) {
  gap: 26px;
}
.team-card > img:where(.nextcore-native, .nextcore-native *) {
  aspect-ratio: 1.12;
}
.team-card > div:where(.nextcore-native, .nextcore-native *) {
  padding: 20px 16px;
}
.team-card h3:where(.nextcore-native, .nextcore-native *) {
  font-size: 18px;
}
.team-card p:where(.nextcore-native, .nextcore-native *) {
  font-size: 13px;
  margin-top: 8px;
}
.team-message:where(.nextcore-native, .nextcore-native *) {
  padding: 28px 24px;
}
.team-message p:where(.nextcore-native, .nextcore-native *) {
  margin-top: 28px;
  font-size: 16px;
}
.final-cta:where(.nextcore-native, .nextcore-native *), .cta-inner:where(.nextcore-native, .nextcore-native *) {
  min-height: var(--section-height);
}
.cta-inner:where(.nextcore-native, .nextcore-native *) {
  align-items: center;
  padding-block: var(--section-space);
}
.cta-inner h2:where(.nextcore-native, .nextcore-native *) {
  max-width: 760px;
  font-size: clamp(34px, 3.6vw, 52px);
}
.cta-inner p:not(.cta-motto):where(.nextcore-native, .nextcore-native *) {
  max-width: 580px;
  font-size: 18px;
  margin-block: 26px 34px;
}
.final-cta > img:where(.nextcore-native, .nextcore-native *) {
  object-position: 65% center;
}
.company-video:where(.nextcore-native, .nextcore-native *) {
  position: relative;
  isolation: isolate;
  background: #101b22 none center / cover no-repeat;
}
.company-video-media:where(.nextcore-native, .nextcore-native *) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  visibility: hidden;
  pointer-events: none;
  z-index: -2;
}
.company-video.is-playing .company-video-media:where(.nextcore-native, .nextcore-native *) {
  visibility: visible;
}
.company-video:where(.nextcore-native, .nextcore-native *)::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .7));
  pointer-events: none;
}
.company-video-inner:where(.nextcore-native, .nextcore-native *) {
  min-height: 85svh;
  display: flex;
  align-items: center;
  padding-block: 80px;
}
.company-video-copy:where(.nextcore-native, .nextcore-native *) {
  max-width: 700px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .4);
}
.company-video h2:where(.nextcore-native, .nextcore-native *) {
  font-size: clamp(36px, 3.4vw, 54px);
  line-height: 1.22;
  letter-spacing: -1px;
  color: #fff;
}
.company-video h2 span:where(.nextcore-native, .nextcore-native *) {
  display: block;
  white-space: nowrap;
}
.company-eyebrow:where(.nextcore-native, .nextcore-native *) {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 26px;
  color: #ff252b;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 16px;
  font-weight: 500;
}
.company-eyebrow:where(.nextcore-native, .nextcore-native *)::after {
  content: '';
  width: 80px;
  height: 1px;
  background: #df0000;
}
.company-founded:where(.nextcore-native, .nextcore-native *) {
  margin-top: 18px;
  color: #e0e4e7;
  font-size: clamp(18px, 1.5vw, 23px);
  font-style: italic;
}
.company-description:where(.nextcore-native, .nextcore-native *) {
  margin-top: 28px;
  max-width: 700px;
}
.company-description p:where(.nextcore-native, .nextcore-native *) {
  color: #f1f3f4;
  font-size: 18px;
  line-height: 1.55;
}
.company-description p + p:where(.nextcore-native, .nextcore-native *) {
  margin-top: 16px;
}
.company-description strong:where(.nextcore-native, .nextcore-native *) {
  color: #ff3038;
  font-weight: 600;
}
.company-founded.reveal-ready:where(.nextcore-native, .nextcore-native *) { transition-delay: 80ms; }
.company-description.reveal-ready:where(.nextcore-native, .nextcore-native *) { transition-delay: 160ms; }
.company-more:where(.nextcore-native, .nextcore-native *) {
  margin-top: 36px;
  padding: 15px 28px;
  min-height: 56px;
  border-radius: 999px;
  gap: 28px;
  background: #e50914;
  font-size: 16px;
  font-weight: 500;
  text-shadow: none;
}
.company-more span:where(.nextcore-native, .nextcore-native *) { font-size: 28px; font-weight: 400; }
.company-more.reveal-ready:where(.nextcore-native, .nextcore-native *) { transition-delay: 220ms; }
.company-video:where(.nextcore-native, .nextcore-native *) {
  min-height: calc(100svh - var(--company-chrome-height, 84px));
  min-height: calc(100dvh - var(--company-chrome-height, 84px));
  display: flex;
}
.company-video-inner:where(.nextcore-native, .nextcore-native *) {
  min-height: 0;
  padding-block: clamp(24px, 5dvh, 64px);
}
@media (max-width: 639px) {
.company-video-inner:where(.nextcore-native, .nextcore-native *) {
    padding-block: clamp(24px, 4dvh, 40px);
  }
.company-video:where(.nextcore-native, .nextcore-native *)::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .78));
  }
.company-video h2:where(.nextcore-native, .nextcore-native *) { font-size: clamp(24px, 6.8vw, 36px); letter-spacing: -.5px; }
.company-eyebrow:where(.nextcore-native, .nextcore-native *) { font-size: 12px; gap: 14px; margin-bottom: 22px; }
.company-eyebrow:where(.nextcore-native, .nextcore-native *)::after { width: 50px; }
.company-founded:where(.nextcore-native, .nextcore-native *) { font-size: 16px; margin-top: 18px; }
.company-description:where(.nextcore-native, .nextcore-native *) { margin-top: 24px; }
.company-description p:where(.nextcore-native, .nextcore-native *) { font-size: 15px; line-height: 1.75; }
.company-description p + p:where(.nextcore-native, .nextcore-native *) { margin-top: 16px; }
.company-more:where(.nextcore-native, .nextcore-native *) { margin-top: 28px; min-height: 52px; padding: 12px 24px; font-size: 15px; }

}
@media (prefers-reduced-motion: reduce) {
.company-video.is-playing .company-video-media:where(.nextcore-native, .nextcore-native *) { visibility: hidden; }

}
.stats:where(.nextcore-native, .nextcore-native *) {
  min-height: 45svh;
  display: flex;
  align-items: center;
  padding-block: 48px;
}
.stats-grid:where(.nextcore-native, .nextcore-native *) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-block: 0;
}
.stats .stat:where(.nextcore-native, .nextcore-native *) {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 22px 20px;
  gap: 20px;
}
.stat strong:where(.nextcore-native, .nextcore-native *) {
  font-size: 42px;
}
.stat span:where(.nextcore-native, .nextcore-native *) {
  font-size: 14px;
  margin-top: 12px;
}
.technology:where(.nextcore-native, .nextcore-native *) {
  padding-block: 48px;
}
.technology-inner:where(.nextcore-native, .nextcore-native *) {
  padding-block: 0;
}
.site-footer:where(.nextcore-native, .nextcore-native *) {
  padding-block: 55px 65px;
}
@media (min-width: 640px) and (max-width: 1200px) {
.team-inner:where(.nextcore-native, .nextcore-native *) { grid-template-columns: 1fr; }
.partner-inner:where(.nextcore-native, .nextcore-native *) { grid-template-columns: 1fr 230px 170px; gap: 25px; }
.partner-logo:where(.nextcore-native, .nextcore-native *) { width: 230px; height: 210px; }
.service-card:where(.nextcore-native, .nextcore-native *) { padding: 28px 20px; }
.service-card h3:where(.nextcore-native, .nextcore-native *) { font-size: 18px; }

}
@media (min-width: 640px) and (max-width: 1023px) {
:root { --section-space: 80px; }
.hero .company-title:where(.nextcore-native, .nextcore-native *) { font-size: clamp(40px, 5.6vw, 57px); }
.hero-slogan:where(.nextcore-native, .nextcore-native *) { font-size: 18px; }
.about-inner:where(.nextcore-native, .nextcore-native *) { grid-template-columns: 46% 54%; }
.about-copy:where(.nextcore-native, .nextcore-native *) { padding-right: 30px; }
.service-card:where(.nextcore-native, .nextcore-native *) { min-height: 280px; }
.project-visual:where(.nextcore-native, .nextcore-native *) { aspect-ratio: 16 / 9; }
.card-copy:where(.nextcore-native, .nextcore-native *) { min-height: 156px; }
.blog-grid:where(.nextcore-native, .nextcore-native *) { gap: 16px; }
.blog-card:where(.nextcore-native, .nextcore-native *) { min-height: 290px; }
.blog-card > div:where(.nextcore-native, .nextcore-native *) { padding: 22px 16px; }
.blog-card h3:where(.nextcore-native, .nextcore-native *) { font-size: 18px; }
.stat:where(.nextcore-native, .nextcore-native *) { gap: 12px; }
.stat span:where(.nextcore-native, .nextcore-native *) { font-size: 12px; }
.team-card h3:where(.nextcore-native, .nextcore-native *) { font-size: 16px; }

}
@media (max-width: 639px) {
:root { --section-space: 72px; }
.hero-inner:where(.nextcore-native, .nextcore-native *) { align-items: center; padding-block: 125px 90px; }
.hero-copy:where(.nextcore-native, .nextcore-native *) { width: 100%; }
.hero .company-title:where(.nextcore-native, .nextcore-native *) { font-size: clamp(24px, 6.65vw, 42px); letter-spacing: -.02em; line-height: 1.22; }
.hero-slogan:where(.nextcore-native, .nextcore-native *) { font-size: clamp(12px, 3.4vw, 17px); letter-spacing: 1px; margin-top: 22px; }
.hero .button-row:where(.nextcore-native, .nextcore-native *) { gap: 18px; }
.section:where(.nextcore-native, .nextcore-native *) { min-height: auto; }
.section-heading:where(.nextcore-native, .nextcore-native *) { margin-bottom: 30px; }
.section-heading h2:where(.nextcore-native, .nextcore-native *), .about h2:where(.nextcore-native, .nextcore-native *), .team h2:where(.nextcore-native, .nextcore-native *), .partner h2:where(.nextcore-native, .nextcore-native *) { font-size: 30px; }
.services-grid:where(.nextcore-native, .nextcore-native *) { gap: 14px; }
.service-card:where(.nextcore-native, .nextcore-native *) { padding: 24px 15px; min-height: 275px; }
.service-card h3:where(.nextcore-native, .nextcore-native *) { font-size: 16px; margin-top: 26px; }
.service-card p:where(.nextcore-native, .nextcore-native *) { font-size: 12px; }
.projects-grid:where(.nextcore-native, .nextcore-native *), .blog-grid:where(.nextcore-native, .nextcore-native *) { gap: 28px; }
.project-visual:where(.nextcore-native, .nextcore-native *) { aspect-ratio: 16 / 9; }
.card-copy:where(.nextcore-native, .nextcore-native *) { min-height: 120px; }
.card-copy h3:where(.nextcore-native, .nextcore-native *) { font-size: 17px; }
.blog-card:where(.nextcore-native, .nextcore-native *) { min-height: 275px; }
.blog-card > div:where(.nextcore-native, .nextcore-native *) { padding: 26px 22px; }
.blog-card h3:where(.nextcore-native, .nextcore-native *) { font-size: 20px; }
.about-inner:where(.nextcore-native, .nextcore-native *) { min-height: auto; padding-top: 72px; }
.about-copy:where(.nextcore-native, .nextcore-native *) { padding: 0 0 36px; }
.about-copy > p:not(.eyebrow):where(.nextcore-native, .nextcore-native *) { font-size: 15px; margin-block: 24px; }
.about-visual:where(.nextcore-native, .nextcore-native *) { min-height: 320px; }
.partner-inner:where(.nextcore-native, .nextcore-native *) { min-height: auto; grid-template-columns: 1fr 1fr; gap: 36px 20px; }
.partner-logo:where(.nextcore-native, .nextcore-native *) { width: 150px; height: 140px; }
.partner p:not(.eyebrow):not(.partner-motto):where(.nextcore-native, .nextcore-native *) { font-size: 14px; margin-block: 20px 24px; }
.team-inner:where(.nextcore-native, .nextcore-native *) { min-height: auto; grid-template-columns: 1fr; gap: 30px; }
.team-grid:where(.nextcore-native, .nextcore-native *) { gap: 20px; }
.team-card > img:where(.nextcore-native, .nextcore-native *) { aspect-ratio: 1; }
.team-card h3:where(.nextcore-native, .nextcore-native *) { font-size: 16px; }
.team-card > div:where(.nextcore-native, .nextcore-native *) { padding: 16px; }
.team-card p:where(.nextcore-native, .nextcore-native *) { font-size: 12px; }
.final-cta:where(.nextcore-native, .nextcore-native *), .cta-inner:where(.nextcore-native, .nextcore-native *) { min-height: 80svh; }
.cta-inner h2:where(.nextcore-native, .nextcore-native *) { font-size: 32px; }
.cta-inner p:not(.cta-motto):where(.nextcore-native, .nextcore-native *) { font-size: 16px; }
.stats:where(.nextcore-native, .nextcore-native *) { min-height: auto; padding-block: 44px; }
.technology:where(.nextcore-native, .nextcore-native *) { padding-block: 44px; }
.stats-grid:where(.nextcore-native, .nextcore-native *) { grid-template-columns: 1fr; }
.stat:where(.nextcore-native, .nextcore-native *), .stat:first-child:where(.nextcore-native, .nextcore-native *) { padding: 26px 20px; gap: 24px; border-right: 0; }
.stat:not(:last-child):where(.nextcore-native, .nextcore-native *) { border-bottom: 1px solid var(--border); }
.stat strong:where(.nextcore-native, .nextcore-native *) { font-size: 32px; }
.stat span:where(.nextcore-native, .nextcore-native *) { font-size: 11px; }
.technology-inner:where(.nextcore-native, .nextcore-native *) { gap: 32px 12px; }

}
