:root {
  --ink: #0a0a0a;
  --muted: #717182;
  --paper: #fafafc;
  --white: #ffffff;
  --night: #030213;
  --line: rgba(0, 0, 0, 0.1);
  --radius: 12.75px;
  --content: 868px;
  --wide: 969px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 3px solid #58a85c;
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 9px 14px;
  border-radius: 7px;
  background: var(--night);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.content-shell {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.section {
  background: var(--paper);
}

.section--white {
  background: var(--white);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 61px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}

.nav-shell {
  display: flex;
  align-items: center;
  width: min(calc(100% - 28px), 969px);
  height: 100%;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 7px;
  align-items: center;
  overflow: hidden;
}

.brand-crop {
  position: relative;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
}

.brand--dark .brand-mark {
  width: 34px;
  height: 35px;
}

.brand--dark .brand-mark img {
  position: absolute;
  top: -13.45px;
  left: -63.57px;
  width: 164.09px;
  max-width: none;
}

.brand--dark .brand-word {
  width: 179px;
  height: 18px;
}

.brand--dark .brand-word img {
  position: absolute;
  top: -81.8px;
  left: -29.87px;
  width: 238.04px;
  max-width: none;
}

.site-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  white-space: nowrap;
}

.site-nav > a:not(.button) {
  position: relative;
  padding-block: 8px;
}

.site-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav > a:not(.button):hover::after,
.site-nav > a:not(.button).active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 21px;
  border: 0;
  border-radius: 6.75px;
  background: var(--night);
  color: var(--white);
  font-weight: 500;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  background: #161525;
  box-shadow: 0 7px 20px rgba(3, 2, 19, 0.18);
  transform: translateY(-1px);
}

.button--small {
  min-height: 32px;
  padding: 7px 14px;
  font-size: 12.25px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: 764px;
  align-items: flex-end;
  overflow: hidden;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
}

.hero__shade {
  background: rgba(0, 0, 0, 0.6);
}

.hero__content {
  position: relative;
  z-index: 1;
  padding-block: 0 120px;
  color: var(--white);
}

.hero h1 {
  max-width: 784px;
  margin: 0;
  font-size: 52.5px;
  font-weight: 400;
  letter-spacing: -1.4px;
  line-height: 1;
}

.hero p {
  max-width: 672px;
  margin: 21px 0 0;
  font-size: 17.5px;
  line-height: 1.4;
}

.hero__button {
  gap: 14px;
  min-height: 35px;
  margin-top: 28px;
  padding: 8px 14px;
  font-size: 12.25px;
}

.hero__button img {
  width: 14px;
  height: 14px;
}

.competencies {
  padding-top: 50px;
}

.section-heading {
  text-align: center;
}

.section-heading h2,
.about h2 {
  margin: 0;
  font-size: 31.5px;
  font-weight: 500;
  letter-spacing: -0.55px;
  line-height: 35px;
}

.section-heading > p {
  max-width: 588px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 17.5px;
  line-height: 24.5px;
}

.competency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.competency-card {
  display: flex;
  min-height: 286px;
  flex-direction: column;
  padding: 31px 21px 21px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.competency-card__title {
  display: flex;
  min-height: 42px;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 14px;
}

.competency-card__title img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: cover;
}

.competency-card__title h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.competency-card > p {
  min-height: 84px;
  margin: 10px 0 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
}

.competency-card ul {
  margin: auto 0 0;
  padding-left: 18px;
  font-size: 12.25px;
  line-height: 17.5px;
}

.technology-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  padding-block: 56px 40px;
}

.technology-card {
  position: relative;
  height: 224px;
  overflow: hidden;
  border-radius: 8.75px;
  color: var(--white);
}

.technology-card > img,
.technology-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.technology-card > img {
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.technology-card:hover > img {
  transform: scale(1.035);
}

.technology-card__shade {
  background: rgba(0, 0, 0, 0.4);
}

.technology-card__copy {
  position: absolute;
  right: 21px;
  bottom: 17px;
  left: 21px;
}

.technology-card h3 {
  margin: 0;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 24.5px;
}

.technology-card p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.about {
  padding-block: 70px;
}

.about__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}

.about__copy p {
  margin: 21px 0 0;
  color: var(--muted);
  font-size: 15.75px;
  line-height: 24.5px;
  text-align: justify;
}

.about__image {
  position: relative;
  height: 326px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.about__image::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.21);
  content: "";
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values {
  padding: 50px;
}

.values-shell {
  width: min(100%, var(--wide));
  margin-inline: auto;
}

.section-heading--compact h2 {
  font-size: 17.5px;
  font-weight: 500;
  line-height: 26.25px;
}

.section-heading--compact > p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 21px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 42px;
}

.value-card {
  min-height: 212px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  text-align: center;
}

.value-card img {
  width: 42px;
  height: 42px;
  margin-inline: auto;
}

.value-card h3 {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.value-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
}

.products {
  padding-top: 20px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding: 64px 16px 50px;
  background: var(--white);
}

.product-card {
  display: flex;
  min-height: 399px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  box-shadow: 0 16px 24px -7px rgba(0, 0, 0, 0.18), 0 5px 8px -5px rgba(0, 0, 0, 0.14);
  transform: translateY(-3px);
}

.product-card__media {
  position: relative;
  height: 192px;
  flex: 0 0 192px;
  overflow: hidden;
}

.product-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
  content: "";
}

.product-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__media span {
  position: absolute;
  z-index: 1;
  bottom: 31px;
  left: 16.5px;
  padding-inline: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.74);
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
}

.product-card__copy {
  display: flex;
  min-height: 183px;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.product-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.product-card p {
  margin: 10px 0 14px;
  color: #4a5565;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.learn-more {
  display: inline-flex;
  min-height: 25px;
  gap: 1px;
  align-items: center;
  align-self: flex-end;
  margin-top: auto;
  padding: 1px 6px;
  border: 1px solid var(--line);
  border-radius: 6.75px;
  background: #161616;
  color: var(--white);
  font-size: 8px;
  font-weight: 500;
}

.learn-more img {
  width: 14px;
  height: 14px;
}

.contact-cta {
  padding-block: 50px;
  text-align: center;
}

.contact-cta h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.contact-cta p {
  max-width: 588px;
  margin: 14px auto 21px;
  color: var(--muted);
  line-height: 21px;
}

.site-footer {
  padding-block: 50px 28px;
  background: var(--night);
  color: rgba(255, 255, 255, 0.8);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1.2fr;
  gap: 28px;
}

.brand--light {
  gap: 5px;
}

.brand--light .brand-mark {
  width: 35px;
  height: 34px;
}

.brand--light .brand-mark img {
  position: absolute;
  top: 0;
  left: -21.22px;
  width: 77.44px;
  max-width: none;
}

.brand--light .brand-word {
  width: 77px;
  height: 8px;
}

.brand--light .brand-word img {
  position: absolute;
  top: -38px;
  left: -0.22px;
  width: 77.44px;
  max-width: none;
}

.footer-brand > p {
  max-width: 190px;
  margin: 14px 0;
  font-size: 12.25px;
  line-height: 17.5px;
}

.footer-linkedin {
  display: inline-flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 15.75px;
  font-weight: 400;
  line-height: 24.5px;
}

.footer-column > a,
.footer-column > p {
  margin: 0;
  padding-top: 7px;
  font-size: 14px;
  line-height: 21px;
}

.footer-column > a:hover {
  color: var(--white);
}

.footer-contact > a,
.footer-contact > p {
  display: flex;
  gap: 10.5px;
  align-items: flex-start;
}

.footer-contact img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 21px;
}

/* Core technologies page */
.technology-page {
  --tech-green: #047857;
  --tech-ink: #0f172a;
  --tech-copy: #475569;
  --tech-line: #e2e8f0;
  --tech-surface: #f8fafc;
}

.tech-hero__content {
  padding-bottom: 120px;
}

.tech-hero h1 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 48px;
}

.tech-hero p {
  max-width: 784px;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
}

.tech-hero__actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.tech-hero__primary {
  gap: 14px;
  min-height: 35px;
  padding: 8px 14px;
  font-size: 12.25px;
}

.tech-hero__primary img {
  width: 14px;
  height: 14px;
}

.tech-hero__secondary {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  padding: 1px 22px;
  border: 1px solid var(--white);
  border-radius: 6.75px;
  color: var(--white);
  font-size: 12.25px;
  font-weight: 500;
  transition: background-color 160ms ease, color 160ms ease;
}

.tech-hero__secondary:hover {
  background: var(--white);
  color: var(--night);
}

.tech-intro-section {
  padding-top: 70px;
  background: var(--white);
}

.tech-intro {
  display: grid;
  width: min(calc(100% - 40px), 869px);
  min-height: 588px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: stretch;
  margin-inline: auto;
  padding-block: 64px;
}

.tech-intro__copy {
  align-self: center;
}

.tech-intro__copy h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.35px;
  line-height: 36px;
}

.tech-intro__copy p {
  margin: 16px 0 0;
  color: #364153;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}

.tech-intro__image {
  height: 460px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.tech-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-capabilities {
  padding-top: 40px;
  background: var(--paper);
}

.tech-capabilities__shell {
  display: flex;
  width: min(calc(100% - 40px), 1000px);
  flex-direction: column;
  gap: 64px;
  margin-inline: auto;
  padding-inline: 70px;
}

.capabilities-header {
  max-width: 820px;
}

.capabilities-header .eyebrow {
  margin: 0;
  color: var(--tech-green);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 20px;
  text-transform: uppercase;
}

.capabilities-header h2 {
  margin: 12px 0 0;
  color: var(--tech-ink);
  font-size: 38.8px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 48px;
}

.capabilities-header > p:last-child {
  margin: 12px 0 0;
  padding-top: 7px;
  color: var(--tech-copy);
  font-size: 16.4px;
  line-height: 29.92px;
}

.technology-pillars {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding-bottom: 32px;
}

.technology-pillar {
  min-height: 316px;
  padding-left: 30px;
  border-left: 2px solid var(--tech-line);
}

.technology-pillar__label {
  margin: 0;
  color: var(--tech-green);
  font-size: 16.4px;
  line-height: 29.92px;
}

.technology-pillar > h3 {
  margin: 4.6px 0 0;
  color: var(--tech-ink);
  font-size: 27.6px;
  font-weight: 700;
  letter-spacing: -0.56px;
  line-height: 44.8px;
}

.technology-pillar__summary {
  max-width: 850px;
  margin: 4.6px 0 0;
  padding-top: 6.75px;
  color: var(--tech-copy);
  font-size: 15.6px;
  line-height: 27.72px;
}

.pillar-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 24px;
}

.pillar-feature h4 {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding-bottom: 8px;
  color: var(--tech-ink);
  font-size: 15.6px;
  font-weight: 700;
  line-height: 25.6px;
}

.pillar-feature h4 img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.pillar-feature > p {
  margin: 20px 0 0;
  color: var(--tech-copy);
  font-size: 14px;
  line-height: 23.55px;
  text-align: justify;
}

.solutions-banner {
  display: flex;
  gap: 59px;
  align-items: center;
  justify-content: space-between;
  min-height: 181px;
  padding: 40px;
  border: 1px solid var(--tech-line);
  border-radius: 16px;
  background: var(--tech-surface);
}

.solutions-banner h2 {
  margin: 0;
  color: var(--tech-ink);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.22px;
  line-height: 35.84px;
}

.solutions-banner p {
  margin: 6.9px 0 0;
  color: var(--tech-copy);
  font-size: 14.1px;
  line-height: 22.8px;
}

.solutions-banner__button {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0;
  align-items: center;
  padding: 13px 29px;
  border-radius: 8px;
  background: var(--tech-ink);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  color: var(--white);
  font-size: 14.8px;
  font-weight: 700;
  line-height: 24.32px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.solutions-banner__button:hover {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

.solutions-banner__button img {
  width: 16px;
  height: 16px;
}

.collaborations {
  padding-bottom: 100px;
  background: var(--paper);
}

.collaborations__heading {
  padding-bottom: 30px;
  text-align: center;
}

.collaborations__heading h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

.collaborations__heading p {
  max-width: 588px;
  margin: 10px auto 0;
  padding-block: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
}

.collaboration-grid {
  display: grid;
  height: 77px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.collaboration-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
}

.collaboration-grid img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 980px) {
  .brand--dark .brand-word {
    display: none;
  }

  .site-nav {
    gap: 14px;
  }

  .values {
    padding-inline: 28px;
  }

  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .content-shell {
    width: min(calc(100% - 32px), var(--content));
  }

  .nav-shell {
    width: calc(100% - 32px);
  }

  .brand--dark .brand-word {
    display: block;
  }

  .menu-toggle {
    display: flex;
    width: 38px;
    height: 38px;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    cursor: pointer;
  }

  .menu-toggle__line {
    width: 17px;
    height: 1.5px;
    background: var(--ink);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 61px 0 auto;
    display: flex;
    max-height: 0;
    flex-direction: column;
    gap: 2px;
    align-items: stretch;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 28px rgba(3, 2, 19, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 160ms ease, padding 220ms ease;
  }

  .site-nav.open {
    max-height: 460px;
    padding-block: 14px 20px;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav > a:not(.button) {
    padding: 10px 6px;
  }

  .site-nav .button {
    margin-top: 6px;
  }

  .hero {
    min-height: 640px;
  }

  .hero__content {
    padding-bottom: 76px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 52px);
    letter-spacing: -1px;
    line-height: 1.03;
  }

  .hero p {
    font-size: 16px;
  }

  .competency-grid,
  .technology-pair,
  .about__grid,
  .product-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .competency-grid {
    gap: 18px;
    margin-top: 42px;
  }

  .competency-card {
    min-height: 0;
  }

  .competency-card > p {
    min-height: 0;
  }

  .technology-pair {
    gap: 18px;
    padding-top: 42px;
  }

  .about {
    padding-block: 56px;
  }

  .about__image {
    order: -1;
  }

  .values {
    padding: 48px 16px;
  }

  .product-grid {
    gap: 24px;
    padding: 46px 0 40px;
    background: transparent;
  }

  .footer-grid {
    gap: 32px;
  }
}

@media (max-width: 520px) {
  .section-heading h2,
  .about h2 {
    font-size: 28px;
  }

  .section-heading > p {
    font-size: 16px;
  }

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

  .value-card {
    min-height: 190px;
  }

  .product-card h3 {
    white-space: normal;
  }

  .contact-cta h2 {
    font-size: 19px;
  }
}

@media (max-width: 900px) {
  .tech-capabilities__shell {
    padding-inline: 28px;
  }

  .collaboration-grid {
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-inline: 20px;
  }

  .collaboration-grid > div {
    min-height: 77px;
  }
}

@media (max-width: 760px) {
  .tech-hero__content {
    padding-bottom: 70px;
  }

  .tech-hero h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.04;
  }

  .tech-hero p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .tech-hero__actions {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .tech-intro-section {
    padding-top: 30px;
  }

  .tech-intro {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 40px 56px;
  }

  .tech-intro__copy h2 {
    font-size: 27px;
    line-height: 34px;
  }

  .tech-intro__image {
    order: -1;
    height: min(420px, 110vw);
  }

  .tech-capabilities__shell {
    width: min(calc(100% - 32px), 1000px);
    gap: 48px;
    padding-inline: 0;
  }

  .capabilities-header h2 {
    font-size: 32px;
    letter-spacing: -0.8px;
    line-height: 39px;
  }

  .capabilities-header h2 br {
    display: none;
  }

  .capabilities-header > p:last-child {
    font-size: 15px;
    line-height: 26px;
  }

  .technology-pillars {
    gap: 54px;
  }

  .technology-pillar {
    padding-left: 22px;
  }

  .technology-pillar > h3 {
    font-size: 25px;
    line-height: 34px;
  }

  .pillar-features {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pillar-feature > p {
    margin-top: 10px;
  }

  .solutions-banner {
    flex-direction: column;
    gap: 26px;
    align-items: flex-start;
    padding: 32px 26px;
  }

  .collaborations {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .collaboration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-inline: 16px;
  }
}

@media (max-width: 420px) {
  .tech-hero__secondary,
  .tech-hero__primary {
    width: 100%;
  }

  .technology-pillar__summary {
    font-size: 14.5px;
    line-height: 25px;
  }

  .pillar-feature h4 {
    align-items: flex-start;
  }

  .solutions-banner h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .solutions-banner__button {
    width: 100%;
    justify-content: center;
  }
}

/* Interior pages */
.page-hero__content {
  gap: 0;
  padding-bottom: 100px;
}

.page-hero__content h1 {
  margin: 0;
}

.page-hero__content p {
  max-width: 784px;
  margin: 12px 0 0;
}

.page-hero__button {
  gap: 14px;
  min-height: 35px;
  margin-top: 30px;
  padding: 7px 14px;
  font-size: 12.25px;
}

.page-hero__button img {
  width: 14px;
}

.about-shell {
  width: min(calc(100% - 40px), 784px);
  margin-inline: auto;
}

.journey-section {
  padding: 70px 0 64px;
  background: var(--paper);
}

.journey-section .section-heading h2,
.benefits-section .section-heading h2,
.jobs-section .section-heading h2,
.hiring-section .section-heading h2 {
  font-size: 17.5px;
  line-height: 26px;
}

.journey-section .section-heading p,
.benefits-section .section-heading p,
.jobs-section .section-heading p,
.hiring-section .section-heading p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 21px;
}

.timeline {
  display: grid;
  gap: 30px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 21px;
  align-items: start;
}

.timeline li:not(:last-child)::after {
  position: absolute;
  top: 42px;
  bottom: -30px;
  left: 20px;
  width: 1px;
  background: rgba(3, 2, 19, 0.15);
  content: "";
}

.timeline li > span {
  display: grid;
  z-index: 1;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--night);
  color: white;
  font-size: 14px;
}

.timeline h3 {
  margin: 3px 0 4px;
  font-size: 15.75px;
  font-weight: 500;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 21px;
}

.mission-section,
.culture-section {
  padding: 64px 0;
  background: white;
}

.mission-grid,
.culture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
  width: min(calc(100% - 40px), 827px);
  margin-inline: auto;
}

.mission-grid h2,
.culture-grid h2 {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.mission-grid p,
.culture-grid p {
  margin: 0 0 8px;
  color: #364153;
  line-height: 28px;
  text-align: justify;
}

.mission-grid img,
.culture-grid img {
  width: 100%;
  height: 316px;
  border-radius: 12px;
  object-fit: cover;
}

.team-section {
  padding: 20px 0 70px;
  background: var(--paper);
}

.team-group {
  margin-top: 60px;
}

.team-group--executive {
  margin-top: 0;
}

.team-group > h2 {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.team-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.team-card {
  text-align: center;
}

.team-card img {
  width: 100%;
  height: 268px;
  border: 1px solid var(--line);
  border-radius: 4px;
  object-fit: cover;
}

.team-grid--two .team-card img {
  height: 433px;
}

.team-card h3 {
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 500;
}

.team-card p {
  margin: 4px 0 0;
  color: var(--muted);
}

.careers-page .page-hero .hero__image {
  object-position: center;
}

.benefits-section {
  padding: 50px 0 20px;
  background: var(--paper);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.benefit-grid article {
  min-height: 162px;
  padding: 21px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  text-align: center;
}

.benefit-grid article > span {
  display: block;
  height: 32px;
  font-size: 24px;
}

.benefit-grid h3 {
  margin: 8px 0 7px;
  font-size: 13px;
  font-weight: 500;
}

.benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 17px;
}

.culture-section {
  background: var(--paper);
}

.culture-grid p {
  font-size: 14px;
}

.jobs-section {
  padding: 45px 0 55px;
  background: #f8f8fa;
}

.job-filters {
  display: grid;
  grid-template-columns: 1fr 196px 196px;
  gap: 20px;
  margin-top: 42px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
}

.job-filters input,
.job-filters select,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 6.75px;
  background: #f3f3f5;
  color: var(--ink);
  font: inherit;
}

.job-filters input,
.job-filters select {
  height: 32px;
  padding: 0 11px;
  font-size: 12.25px;
}

.job-filters button {
  justify-self: start;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  cursor: pointer;
  font-size: 12.25px;
}

.job-list {
  display: grid;
  gap: 21px;
  margin-top: 28px;
}

.job-card {
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.job-card header,
.job-card footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.job-card h3 {
  margin: 0;
  font-size: 14px;
}

.job-card header p,
.job-card > p,
.job-card li,
.job-card small {
  color: var(--muted);
}

.job-card header p {
  margin: 7px 0 0;
}

.job-card header > span {
  padding: 2px 7px;
  border-radius: 7px;
  background: #eceef2;
  font-size: 10.5px;
}

.job-card > p {
  margin: 18px 0 0;
}

.job-card h4 {
  margin: 14px 0 4px;
  font-weight: 400;
}

.job-card ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.job-card footer {
  align-items: center;
}

.general-application {
  padding: 64px 0;
  background: white;
  text-align: center;
}

.general-application h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}

.general-application p {
  max-width: 832px;
  margin: 16px auto 32px;
  font-size: 20px;
  line-height: 28px;
}

.hiring-section {
  padding: 20px 0 50px;
  background: var(--paper);
}

.hiring-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.hiring-steps span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-inline: auto;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.hiring-steps h3 {
  margin: 14px 0 7px;
  font-size: 15px;
  font-weight: 500;
}

.hiring-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.contact-hero__actions .button {
  min-height: 35px;
  padding: 7px 14px;
  font-size: 12.25px;
}

.button--outline-light {
  border: 1px solid white;
  background: transparent;
}

.contact-main {
  padding: 70px 0;
  background: var(--paper);
}

.contact-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.contact-form h2,
.contact-cards h2 {
  margin: 0 0 21px;
  font-size: 21px;
  font-weight: 600;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 21px 10px;
}

.contact-form label {
  color: #364153;
  font-size: 12.25px;
  font-weight: 500;
}

.contact-form input,
.contact-form select {
  height: 32px;
  margin-top: 7px;
  padding: 0 11px;
  font-size: 12.25px;
}

.contact-form textarea {
  min-height: 56px;
  margin-top: 7px;
  padding: 8px 11px;
  resize: vertical;
  font-size: 12.25px;
}

.contact-form__wide {
  grid-column: 1 / -1;
}

.contact-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.contact-consent input {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin: 3px 0 0;
}

.contact-form button {
  min-height: 35px;
  cursor: pointer;
}

.contact-cards {
  display: grid;
  grid-template-columns: 286px 1fr;
  gap: 20px;
  height: 398px;
  margin-top: 40px;
}

.contact-cards > article {
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.contact-info-card > div {
  display: flex;
  gap: 11px;
  margin-top: 14px;
}

.contact-info-card img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.contact-info-card p {
  margin: 0;
  color: #4a5565;
  font-size: 12.25px;
}

.contact-info-card strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 14px;
}

.location-card {
  display: flex;
  flex-direction: column;
}

.map-placeholder {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ececf0;
  color: var(--muted);
  text-align: center;
}

.map-placeholder img {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

.map-placeholder small {
  display: block;
  margin-top: 2px;
}

.not-found-hero {
  position: relative;
  height: 764px;
  overflow: hidden;
}

.not-found-hero > img,
.not-found-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.not-found-hero__shade {
  background: rgba(0, 0, 0, 0.6);
}

.not-found-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.not-found-hero__content h1 {
  margin: 0;
  font-size: 72px;
  line-height: 1.2;
}

.not-found-hero__content > p {
  margin: 4px 0 30px;
  font-size: 24px;
}

.not-found-hero form {
  display: flex;
  width: min(calc(100% - 40px), 400px);
  height: 40px;
  margin-bottom: 28px;
  border: 1px solid white;
  border-radius: 4px;
}

.not-found-hero input,
.not-found-hero button {
  border: 0;
  background: transparent;
  color: white;
  font: inherit;
}

.not-found-hero input {
  flex: 1;
  min-width: 0;
  padding: 0 16px;
}

.not-found-hero input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.not-found-hero button {
  width: 40px;
  cursor: pointer;
  font-size: 24px;
}

.not-found-hero__content > span {
  font-size: 16px;
}

.not-found-hero__content > span a {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .page-hero__content { padding-bottom: 72px; }
  .mission-grid, .culture-grid { grid-template-columns: 1fr; }
  .mission-grid img, .culture-grid img { order: -1; height: min(340px, 75vw); }
  .mission-grid h2, .culture-grid h2 { font-size: 27px; }
  .team-grid, .team-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid--two .team-card img, .team-card img { height: min(360px, 58vw); }
  .benefit-grid, .hiring-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .job-filters { grid-template-columns: 1fr 1fr; }
  .job-filters label { grid-column: 1 / -1; }
  .general-application p { font-size: 17px; }
  .contact-form__grid { grid-template-columns: 1fr; }
  .contact-form__wide { grid-column: auto; }
  .contact-cards { grid-template-columns: 1fr; height: auto; }
  .location-card { min-height: 360px; }
}

@media (max-width: 520px) {
  .timeline li { gap: 14px; }
  .timeline p { font-size: 13px; }
  .team-group > h2 { font-size: 24px; }
  .team-grid, .team-grid--two, .benefit-grid, .hiring-steps, .job-filters { grid-template-columns: 1fr; }
  .team-card img, .team-grid--two .team-card img { height: min(480px, 112vw); }
  .job-filters label, .job-filters select, .job-filters button { grid-column: auto; width: 100%; }
  .job-card header { gap: 12px; }
  .job-card header > span { flex: 0 0 auto; }
  .contact-form { padding: 20px; }
  .contact-hero__actions { flex-wrap: wrap; }
  .not-found-hero__content h1 { font-size: 60px; }
  .not-found-hero__content > p { padding-inline: 20px; font-size: 20px; }
}

/* Technological solutions */
.solutions-hero .hero__image {
  object-position: center;
}

.solutions-hero h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.solutions-hero .page-hero__content > p {
  font-size: 20px;
  line-height: 28px;
}

.solutions-intro {
  padding: 64px 0;
  background: white;
}

.solutions-intro__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
  width: min(calc(100% - 40px), 869px);
  margin-inline: auto;
}

.solutions-intro h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.solutions-intro p {
  margin: 16px 0 0;
  color: #364153;
  line-height: 28px;
}

.solutions-intro p + p {
  margin-top: 8px;
}

.solutions-intro img {
  width: 100%;
  height: 316px;
  border-radius: 12px;
  object-fit: cover;
}

.solution-showcase {
  padding: 70px 0 72px;
  background: #fafafc;
}

.solution-showcase__shell {
  width: min(calc(100% - 40px), 869px);
  margin-inline: auto;
}

.solution-showcase__shell > header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: -0.72px;
}

.solution-showcase__shell > header p {
  margin: 0;
  color: #64748b;
  font-size: 16.8px;
  line-height: 25px;
}

.solution-filters {
  display: grid;
  grid-template-columns: 1fr 196px 196px;
  gap: 20px;
  margin-top: 42px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
}

.solution-filters input,
.solution-filters select {
  width: 100%;
  height: 32px;
  padding: 0 11px;
  border: 0;
  border-radius: 7px;
  background: #f3f3f5;
  color: var(--ink);
  font: inherit;
  font-size: 12.25px;
}

.solution-filters input {
  padding-left: 35px;
  background-image: radial-gradient(circle at 17px 14px, transparent 5px, #717182 5.5px, #717182 6.5px, transparent 7px), linear-gradient(45deg, transparent 45%, #717182 46%, #717182 55%, transparent 56%);
  background-position: 0 0, 21px 20px;
  background-repeat: no-repeat;
  background-size: auto, 7px 7px;
}

.solution-filters button {
  justify-self: start;
  height: 32px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  cursor: pointer;
  font: inherit;
  font-size: 12.25px;
}

.solution-list {
  display: grid;
  gap: 46px;
  margin-top: 42px;
}

.solution-product {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: white;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.08);
}

.solution-product[hidden] {
  display: none;
}

.solution-product__hero {
  position: relative;
  height: 430px;
  overflow: hidden;
  background: #020204;
}

.solution-product__hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-product__hero--logo > img {
  object-fit: contain;
  padding: 70px 150px;
}

.solution-product__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.44);
}

.solution-product__hero--logo .solution-product__shade {
  background: rgba(0, 0, 0, 0.16);
}

.solution-product__content {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: 40px;
  color: white;
}

.solution-product__content > span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(115, 115, 115, 0.35);
  backdrop-filter: blur(4px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.solution-product__content h3 {
  margin: 11px 0;
  font-size: 29.6px;
  line-height: 44px;
}

.solution-product__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 25px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  background: rgba(115, 115, 115, 0.35);
  backdrop-filter: blur(5px);
}

.solution-product__facts p {
  margin: 0;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 23px;
}

.solution-product__facts small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.solution-product__arrows {
  position: absolute;
  top: 24px;
  right: 22px;
  display: flex;
  gap: 8px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  background: rgba(115, 115, 115, 0.35);
  backdrop-filter: blur(4px);
}

.solution-product__arrows span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.solution-product__details {
  display: grid;
  grid-template-columns: 1fr 225px;
  gap: 50px;
  align-items: end;
  padding: 40px;
}

.specifications h4 {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #0f172a;
  color: #0f172a;
  font-size: 17.6px;
  line-height: 26px;
  letter-spacing: 0.53px;
  text-transform: uppercase;
}

.specifications dl {
  margin: 0;
}

.specifications dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 50px;
  border-bottom: 1px solid #e2e8f0;
}

.specifications dt,
.specifications dd {
  margin: 0;
  padding: 5px 0;
  font-size: 14.4px;
  line-height: 22px;
}

.specifications dt {
  color: #64748b;
}

.specifications dd {
  color: #0f172a;
  font-weight: 700;
}

.solution-docs {
  padding: 24px;
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.02);
}

.solution-docs h4 {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 12.8px;
  text-transform: uppercase;
}

.solution-docs a {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #0f172a;
  font-size: 13.8px;
  font-weight: 700;
}

.solution-docs a + a {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
  font-size: 12.8px;
}

.solution-docs img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.solution-empty {
  margin: 42px 0 0;
  padding: 36px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  color: #64748b;
  text-align: center;
}

@media (max-width: 760px) {
  .solutions-hero h1 { font-size: 39px; line-height: 43px; }
  .solutions-hero .page-hero__content > p { font-size: 16px; line-height: 24px; }
  .solutions-intro__grid { grid-template-columns: 1fr; gap: 30px; }
  .solutions-intro img { order: -1; height: min(340px, 74vw); }
  .solutions-intro h2 { font-size: 27px; line-height: 34px; }
  .solution-showcase__shell > header h2 { font-size: 31px; line-height: 42px; }
  .solution-filters { grid-template-columns: 1fr 1fr; }
  .solution-filters label { grid-column: 1 / -1; }
  .solution-product__hero { height: 500px; }
  .solution-product__hero--logo > img { padding: 110px 60px; }
  .solution-product__content { right: 22px; bottom: 22px; left: 22px; }
  .solution-product__facts { grid-template-columns: 1fr; gap: 10px; }
  .solution-product__details { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .solution-docs { width: 100%; }
}

@media (max-width: 520px) {
  .solution-showcase { padding-top: 52px; }
  .solution-showcase__shell > header h2 { font-size: 28px; }
  .solution-filters { grid-template-columns: 1fr; gap: 12px; }
  .solution-filters label, .solution-filters select, .solution-filters button { grid-column: auto; width: 100%; }
  .solution-product { border-radius: 14px; }
  .solution-product__hero { height: 520px; }
  .solution-product__content h3 { font-size: 25px; line-height: 34px; }
  .solution-product__arrows { right: 14px; }
  .specifications dl > div { grid-template-columns: 100px 1fr; gap: 18px; }
  .specifications h4 { font-size: 15px; }
  .specifications dt, .specifications dd { font-size: 12.5px; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* NOVAMOT microsite */
.novamot-page {
  --novamot-green: #0e6b45;
  --novamot-bright: #37b34a;
  --novamot-text: #0a0a0a;
  --novamot-muted: #717182;
  --novamot-paper: #fafafc;
  --novamot-night: #030213;
  background: var(--novamot-paper);
  color: var(--novamot-text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.novamot-shell {
  width: min(calc(100% - 28px), 924px);
  margin-inline: auto;
  padding-inline: 14px;
}

.novamot-header {
  position: sticky;
  z-index: 120;
  top: 0;
  height: 62px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  transition: background-color 180ms ease, color 180ms ease;
}

.novamot-page main {
  margin-top: -62px;
}

.novamot-header.novamot-header--at-top {
  background: transparent;
  backdrop-filter: none;
  color: #fff;
}

.novamot-header--at-top .novamot-brand strong {
  color: #fff;
}

.novamot-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), 936px);
  height: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.novamot-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.novamot-brand > img {
  width: 45px;
  height: 45px;
}

.novamot-brand > span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.novamot-brand strong {
  color: #12261f;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 24px;
  letter-spacing: 0.01em;
}

.novamot-brand small {
  margin-top: 5px;
  color: #0e9c94;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.01em;
}

.novamot-page .novamot-links {
  gap: 20px;
  font-size: 14px;
}

.novamot-page .novamot-links > a:not(.button)::after {
  display: none;
}

.novamot-page .novamot-links .novamot-contact-link {
  padding: 15px 14px;
  border-radius: 7px;
  background: var(--novamot-night);
  color: #fff;
  font-size: 12.3px;
  font-weight: 500;
}

.novamot-page .menu-toggle {
  margin-left: auto;
}

.novamot-hero {
  position: relative;
  display: flex;
  min-height: 774px;
  align-items: flex-end;
  overflow: hidden;
}

.novamot-hero > img,
.novamot-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.novamot-hero > img {
  object-fit: cover;
  object-position: center 51%;
}

.novamot-hero__shade {
  background: rgba(0, 0, 0, 0.4);
}

.novamot-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 120px;
  color: #fff;
}

.novamot-badge {
  display: inline-flex;
  padding: 9px 13px 8px;
  border: 1px solid rgba(14, 107, 69, 0.5);
  border-radius: 999px;
  background: rgba(14, 107, 69, 0.4);
  color: #dceee2;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.novamot-hero h1 {
  margin: 20px 0 0;
  max-width: 784px;
  font-size: 52.5px;
  font-weight: 400;
  line-height: 1;
}

.novamot-hero__content > p {
  max-width: 672px;
  margin: 21px 0 0;
  font-size: 17.5px;
  line-height: 24.5px;
}

.novamot-actions {
  display: flex;
  gap: 14px;
  margin-top: 32px;
}

.novamot-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  transition: transform 160ms ease, background-color 160ms ease;
}

.novamot-button:hover { transform: translateY(-2px); }
.novamot-button--glass { border: 1px solid #fff; background: rgba(3, 2, 19, 0.2); color: #fff; }
.novamot-button--light { gap: 8px; background: #fff; color: var(--novamot-text); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); }

.novamot-metrics {
  border-block: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.novamot-metrics__grid {
  display: grid;
  min-height: 133px;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
  padding-block: 36px;
}

.novamot-metrics__grid > div { display: flex; flex-direction: column; gap: 4px; }
.novamot-metrics strong { font-size: 32px; line-height: 1; letter-spacing: -0.5px; }
.novamot-metrics__grid > div:first-child strong { color: var(--novamot-green); }
.novamot-metrics span { color: var(--novamot-muted); font-size: 13px; font-weight: 500; }

.novamot-idea,
.novamot-physics,
.novamot-proof { background: var(--novamot-paper); }

.novamot-idea > .novamot-shell,
.novamot-physics > .novamot-shell,
.novamot-team > .novamot-shell {
  padding-top: 70px;
  padding-bottom: 70px;
}

.novamot-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--novamot-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.novamot-kicker--green { color: var(--novamot-green); }

.novamot-page h2 {
  margin: 0;
  color: var(--novamot-text);
  font-size: 31.5px;
  font-weight: 500;
  line-height: 38px;
}

.novamot-page h2 em { color: var(--novamot-green); font-style: normal; }

.novamot-lead {
  max-width: 720px;
  margin: 12px 0 30px;
  color: var(--novamot-muted);
  font-size: 16px;
  line-height: 24px;
}

.novamot-feature-image {
  width: 100%;
  aspect-ratio: 1264 / 843;
  border-radius: 12px;
  object-fit: cover;
}

.novamot-comparison { padding-block: 70px 0; }
.novamot-comparison__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }

.novamot-stack-card {
  display: flex;
  min-height: 303px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 13px;
}

.novamot-stack-card--active { border: 2px solid var(--novamot-bright); background: rgba(14, 107, 69, 0.05); }
.novamot-stack-card > span { color: var(--novamot-muted); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.novamot-stack-card--active > span { color: var(--novamot-green); }
.novamot-stack-card ul { margin: 16px 0 auto; padding: 0; list-style: none; }
.novamot-stack-card li { display: flex; min-height: 38px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, 0.08); color: #404050; font-size: 14px; }
.novamot-stack-card li b { color: var(--novamot-night); font-weight: 400; }
.novamot-stack-card li i { color: var(--novamot-green); font-style: normal; font-weight: 600; }
.novamot-stack-card > strong { margin-top: 16px; color: var(--novamot-muted); font-size: 13px; }
.novamot-stack-card--active > strong { color: #141313; }

.novamot-benefits {
  padding-block: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.novamot-three-column { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 30px; }
.novamot-three-column article { padding-block: 5px 6px; }
.novamot-three-column article > span { color: var(--novamot-green); font-family: "IBM Plex Mono", Consolas, monospace; font-size: 13px; }
.novamot-three-column h3 { margin: 10px 0; color: #0b1220; font-size: 20px; line-height: 32px; }
.novamot-three-column p { margin: 0; color: var(--novamot-muted); font-size: 13px; line-height: 19px; }

.novamot-image-note { max-width: 720px; margin: 12px 0 0; color: var(--novamot-muted); font-size: 16px; line-height: 24px; }
.novamot-three-column--physics { margin-top: 34px; }
.novamot-physics .novamot-feature-image { aspect-ratio: 1100 / 741; }

.novamot-roadmap {
  padding-block: 84px;
  background: #fff;
}

.novamot-roadmap > .novamot-shell { padding-inline: 0; }
.novamot-roadmap__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 30px; }
.novamot-roadmap__grid article { min-height: 363px; padding: 22px; border: 1px solid rgba(0,0,0,.08); border-radius: 13px; background: var(--novamot-paper); }
.novamot-roadmap__visual { width: 100%; height: 132px; margin-bottom: 6px; border: 1px solid #222d42; border-radius: 10px; background: #fff; }
.novamot-roadmap__grid span { color: var(--novamot-green); font-size: 12px; font-weight: 700; }
.novamot-roadmap__grid h3 { margin: 6px 0; font-size: 16px; line-height: 20px; }
.novamot-roadmap__grid p { margin: 0; color: var(--novamot-muted); font-size: 13px; line-height: 19px; }

.novamot-proof { padding-block: 84px; }
.novamot-proof > .novamot-shell { padding-inline: 32px; }
.novamot-proof__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.novamot-proof figure { display: flex; flex-direction: column; margin: 0; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 12px; background: #fff; }
.novamot-proof figure img { width: 100%; aspect-ratio: 4096 / 2734; object-fit: cover; }
.novamot-proof figcaption { min-height: 56px; padding: 8px; color: var(--novamot-muted); font-size: 13.5px; line-height: 20px; }
.novamot-proof__numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 26px; }
.novamot-proof__numbers > div { display: flex; flex-direction: column; gap: 7px; }
.novamot-proof__numbers strong { color: var(--novamot-green); font-size: 38px; font-weight: 800; line-height: 1; }
.novamot-proof__numbers small { font-size: 24px; }
.novamot-proof__numbers span { color: #5b6473; font-size: 14px; line-height: 22.4px; }

.novamot-team { border-top: 1px solid rgba(0, 0, 0, 0.08); background: #fff; }
.novamot-team h2 { font-weight: 700; }
.novamot-founders { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; padding-inline: 14px; }
.novamot-founders article { min-width: 0; }
.novamot-founders img { width: 100%; height: 400px; margin-bottom: 18px; border-radius: 12px; object-fit: cover; }
.novamot-founders article > span,
.novamot-origin-cards article > span { color: var(--novamot-green); font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }
.novamot-founders h3 { margin: 2px 0 12px; font-size: 19px; line-height: 1.25; }
.novamot-founders p { margin: 0; color: var(--novamot-muted); font-size: 13.5px; line-height: 21px; }
.novamot-origin-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.novamot-origin-cards article { padding: 24px; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 13px; background: var(--novamot-paper); }
.novamot-origin-cards h3 { margin: 6px 0 8px; font-size: 18px; }
.novamot-origin-cards p { margin: 0; color: var(--novamot-muted); font-size: 13.5px; line-height: 20px; }

.novamot-cta { display: flex; min-height: 343px; align-items: center; justify-content: center; padding: 70px 20px; background: var(--novamot-night); text-align: center; }
.novamot-cta > div { width: min(100%, 600px); }
.novamot-cta h2 { color: #fff; font-size: 32px; line-height: 1.1; letter-spacing: -0.5px; }
.novamot-cta p { margin: 12px 0 28px; color: #a0a0b0; font-size: 15px; line-height: 22px; }
.novamot-cta a { display: inline-flex; padding: 12px 28px; border-radius: 6px; background: #fff; color: var(--novamot-night); font-size: 14px; font-weight: 600; }

.novamot-footer { border-top: 1px solid rgba(0, 0, 0, 0.08); background: #fff; }
.novamot-footer > .novamot-shell { display: flex; min-height: 97px; align-items: center; justify-content: space-between; gap: 40px; }
.novamot-footer div > div { display: flex; flex-direction: column; gap: 4px; }
.novamot-footer strong { font-size: 14px; }
.novamot-footer span,
.novamot-footer p { margin: 0; color: var(--novamot-muted); font-size: 12px; }

.back-to-top {
  position: fixed;
  z-index: 90;
  bottom: calc(28px + var(--footer-offset, 0px));
  right: 12px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(3, 2, 19, 0.94);
  box-shadow: 0 10px 28px rgba(3, 2, 19, 0.22);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--night);
  transform: translateY(-2px);
}

.back-to-top__icon {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.back-to-top__icon img {
  width: 13px;
  height: 13px;
  filter: brightness(0) invert(1);
  transform: rotate(-90deg);
}

.back-to-top__label {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  padding: 7px 10px;
  border-radius: 7px;
  background: var(--night);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.back-to-top:hover .back-to-top__label,
.back-to-top:focus-visible .back-to-top__label {
  opacity: 1;
  transform: translate(0, -50%);
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top,
  .back-to-top__label {
    transition: none;
  }
}

@media (max-width: 760px) {
  .back-to-top {
    bottom: calc(16px + var(--footer-offset, 0px));
    right: 10px;
  }

  .back-to-top__label {
    display: none;
  }

  .novamot-header { height: 66px; }
  .novamot-page main { margin-top: -66px; }
  .novamot-nav { width: 100%; padding-inline: 18px; }
  .novamot-brand > img { width: 39px; height: 39px; }
  .novamot-brand strong { font-size: 20px; }
  .novamot-brand small { font-size: 9px; }
  .novamot-page .menu-toggle { display: inline-flex; }
  .novamot-page .novamot-links { position: fixed; top: 66px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 22px; border-bottom: 1px solid rgba(0,0,0,.1); background: rgba(255,255,255,.98); }
  .novamot-page .novamot-links.open { display: flex; }
  .novamot-page .novamot-links > a { padding: 12px 4px; }
  .novamot-page .novamot-links .novamot-contact-link { padding: 13px 14px; text-align: center; }
  .novamot-hero { min-height: 690px; }
  .novamot-hero__content { padding-bottom: 76px; }
  .novamot-hero h1 { font-size: clamp(38px, 11vw, 50px); line-height: 1.05; }
  .novamot-hero__content > p { font-size: 16px; line-height: 24px; }
  .novamot-metrics__grid { grid-template-columns: 1fr 1fr; row-gap: 30px; }
  .novamot-comparison__grid,
  .novamot-three-column,
  .novamot-proof__gallery,
  .novamot-proof__numbers,
  .novamot-founders,
  .novamot-origin-cards,
  .novamot-roadmap__grid { grid-template-columns: 1fr; }
  .novamot-three-column { gap: 14px; }
  .novamot-three-column article { padding-block: 12px; }
  .novamot-founders { padding-inline: 0; }
  .novamot-founders img { height: min(520px, 115vw); }
  .novamot-proof figure img { max-height: 360px; }
  .novamot-roadmap__grid article { min-height: 0; }
  .novamot-roadmap__visual { height: 180px; }
  .novamot-footer > .novamot-shell { flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; padding-block: 24px; }
}

@media (max-width: 520px) {
  .novamot-shell { width: min(calc(100% - 24px), 924px); padding-inline: 8px; }
  .novamot-actions { flex-direction: column; align-items: stretch; }
  .novamot-button { min-height: 44px; }
  .novamot-metrics__grid { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
  .novamot-metrics strong { font-size: 28px; }
  .novamot-page h2 { font-size: 27px; line-height: 34px; }
  .novamot-stack-card { padding: 22px; }
  .novamot-stack-card li { gap: 12px; }
  .novamot-stack-card li b { max-width: 62%; }
  .novamot-idea > .novamot-shell,
  .novamot-physics > .novamot-shell,
  .novamot-team > .novamot-shell,
  .novamot-benefits,
  .novamot-proof,
  .novamot-roadmap { padding-top: 56px; padding-bottom: 56px; }
  .novamot-proof > .novamot-shell { padding-inline: 8px; }
  .novamot-cta h2 { font-size: 28px; }
}

/* Global body-copy alignment */
body p {
  text-align: justify !important;
  text-justify: inter-word;
}

/* Full-viewport hero system */
.novamot-hero {
  min-height: 100vh;
  min-height: 100svh;
}

.novamot-hero__content {
  padding-bottom: clamp(3.5rem, 12svh, 9rem);
}

.novamot-hero h1 {
  font-size: clamp(2.25rem, calc(1.3rem + 2.1vw + 0.55svh), 4.25rem);
  letter-spacing: clamp(-1.5px, -0.02em, -0.7px);
  line-height: 1.02;
}

.novamot-hero__content > p {
  font-size: clamp(1rem, calc(0.86rem + 0.3vw + 0.12svh), 1.375rem);
  line-height: 1.45;
}

.novamot-badge {
  font-size: clamp(0.625rem, calc(0.5rem + 0.18vw + 0.08svh), 0.75rem);
}
