html,
body {
  position: relative;
  isolation: isolate;
  background: #080c14 !important;
  color: #f2efe9;
}
@font-face {
  font-family: Inter;
  src: url("/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #080c14;
  --surface: #0d1722;
  --surface-raised: #122332;
  --text: #f2efe9;
  --muted: #a9b6c0;
  --red: #cf0a15;
  --blue: #153657;
  --light-blue: #8ec9e6;
  --line: #b4d0e020;
  --gutter: 64px;
  --content: 1320px;
  --radius: 16px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --s1: 8px;
  --s2: 16px;
  --s3: 24px;
  --s4: 32px;
  --s5: 40px;
  --s6: 48px;
  --s7: 56px;
  --s8: 64px;
  --s10: 80px;
  --s12: 96px;
  --s15: 120px;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}
/* Shared material backdrop: directional blue light through dark fluted glass.
   Only these decorative layers move; readable UI surfaces remain solid. */
.site-atmosphere {
  --glass-angle: 121deg;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  overflow: clip;
  isolation: isolate;
  background: linear-gradient(120deg, #06111e 2%, #102d47 65%, #071320);
}
.site-atmosphere > span,
.site-atmosphere::after {
  position: absolute;
  inset: 0;
}
.atmosphere-light {
  inset: -10% !important;
  background:
    radial-gradient(ellipse at 88% 15%, #28698fc4, transparent 50%),
    radial-gradient(ellipse at 70% 100%, #0c4e7580, transparent 55%),
    radial-gradient(ellipse at 102% 74%, #cf0a1533, transparent 28%);
  transform: translate3d(var(--light-x, 0px), var(--light-y, 0px), 0);
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.atmosphere-glass {
  inset: -35% -25% !important;
  background: repeating-linear-gradient(
    var(--glass-angle),
    #05101e00 0px,
    #07172633 72px,
    #5791b122 162px,
    #102d476b 193px,
    #050c1770 195px,
    #122f4822 224px,
    #09162600 284px
  );
  mask-image: linear-gradient(90deg, transparent 5%, #000 42%, #000);
  transform: translate3d(0, 0, 0);
}
.atmosphere-beam {
  inset: -40% -60% !important;
  background: linear-gradient(
    var(--glass-angle),
    transparent 41%,
    #7cc0e20a 47%,
    #88c9e61c 49.8%,
    #8ad3fb08 51%,
    transparent 59%
  );
  animation: ambient-light-pass 24s ease-in-out infinite alternate;
}
.atmosphere-grain {
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.65' d='M0 0h220v220H0z'/%3E%3C/svg%3E");
}
.site-atmosphere::after {
  content: "";
  background:
    linear-gradient(90deg, #020b17a6 0%, #06101c66 46%, #07132166 78%),
    linear-gradient(0deg, #06111a66, transparent 70%);
}
body[data-section="support"] .atmosphere-light,
body[data-section="quote"] .atmosphere-light {
  opacity: 0.72;
}
main,
.site-footer {
  position: relative;
  z-index: 1;
}
@keyframes ambient-light-pass {
  from {
    transform: translate3d(-8%, -2%, 0);
    opacity: 0.35;
  }
  to {
    transform: translate3d(9%, 3%, 0);
    opacity: 0.8;
  }
}
@media (max-width: 700px) {
  .atmosphere-glass {
    inset: -20% -85% !important;
    opacity: 0.75;
  }
  .site-atmosphere::after {
    background: linear-gradient(90deg, #06111aa6, #06111a45);
  }
  .atmosphere-light {
    opacity: 0.72;
  }
}
@media (prefers-reduced-motion: reduce) {
  .atmosphere-beam {
    animation: none;
    opacity: 0.45;
  }
  .atmosphere-light {
    transform: none;
    transition: none;
  }
}
.motion-paused .atmosphere-light {
  transform: none;
  transition: none;
}
@media (forced-colors: active) {
  .site-atmosphere {
    display: none;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
button {
  border: 0;
}
img,
svg,
video {
  display: block;
  max-width: 100%;
}
ul,
ol {
  list-style: none;
}
address {
  font-style: normal;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button:active,
.btn:active {
  transform: translateY(1px);
}
:focus-visible {
  outline: 2px solid var(--light-blue);
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
::selection {
  background: var(--red);
  color: white;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}
.container {
  width: min(calc(100% - var(--gutter) * 2), var(--content));
  margin-inline: auto;
}
.section {
  padding-block: 80px;
}
.section-dark {
  background: linear-gradient(115deg, #071422e6, #0c2035a6);
  border-block: 1px solid #81afd20d;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 550;
  color: var(--muted);
  margin-bottom: 24px;
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.08;
  text-wrap: balance;
}
h1 {
  font-size: clamp(48px, 5.6vw, 80px);
}
h2 {
  font-size: clamp(36px, 3.6vw, 52px);
}
h3 {
  font-size: 28px;
}
p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
p + p {
  margin-top: 16px;
}
.muted-heading {
  color: #93a6b6;
}
.small-text,
small {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 24px;
  top: -80px;
  background: white;
  color: #07131d;
  padding: 16px;
}
.skip-link:focus {
  top: 8px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
  min-height: 48px;
  border-radius: 8px;
  background: var(--red);
  border: 1px solid transparent;
  color: white;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s,
    border-color 0.2s;
}
.btn svg,
.text-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s var(--ease);
}
.btn:hover {
  background: #f2efe9;
  color: #0b1520;
}
.btn:hover svg,
.text-link:hover svg {
  transform: translateX(4px);
}
.btn-secondary {
  background: #09141d4d;
  border-color: #d4e3eb55;
  color: var(--text);
}
.btn-secondary:hover {
  background: #eaf3f0;
  color: #09141d;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.text-link:hover {
  color: var(--light-blue);
}
/* One header across all routes. */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 80px;
  z-index: 50;
  isolation: isolate;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 -24px;
  z-index: -1;
  background: linear-gradient(#080c14f5, #080c14d9 75%, #080c1400);
  backdrop-filter: blur(16px);
  mask-image: linear-gradient(#000 0 70%, transparent);
  opacity: var(--header-blur, 0);
  transition: opacity 0.25s;
}
.header-inner {
  display: flex;
  align-items: center;
  height: 80px;
  gap: 48px;
}
.site-logo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.logo-crop {
  display: block;
  position: relative;
  overflow: hidden;
  width: 168px;
  height: 32px;
}
.logo-crop img {
  position: absolute;
  width: 125%;
  max-width: none;
  height: auto;
  left: -12.5%;
  top: 50%;
  transform: translateY(-50%);
  filter: url(#logo-white);
}
.site-logo:hover img,
.footer-logo:hover img {
  filter: url(#logo-red);
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}
.desktop-nav a {
  font-size: 13px;
  line-height: 1.3;
  padding: 16px 0;
  position: relative;
  transition:
    color 0.2s,
    text-shadow 0.2s;
}
.desktop-nav a:hover {
  color: var(--red);
  text-shadow: 0 0 12px #cf0a154d;
}
.desktop-nav a[aria-current]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 1px;
  background: var(--red);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-actions .btn {
  font-size: 13px;
  padding-inline: 16px;
  gap: 24px;
}
.menu-toggle {
  display: none;
  background: transparent;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
  transition: transform 0.25s;
}
.menu-open .menu-toggle span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}
.menu-open .menu-toggle span:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}
.menu-open {
  overflow: hidden;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  background: #080c14f5;
  backdrop-filter: blur(24px);
  z-index: 40;
  padding: 120px var(--gutter) 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-menu nav > a:not(.btn) {
  font-size: 32px;
  line-height: 1.5;
}
.mobile-menu nav > a[aria-current] {
  color: var(--light-blue);
}
.mobile-menu .btn {
  margin-top: 24px;
  width: fit-content;
}
.mobile-menu > a {
  font-size: 16px;
  color: var(--muted);
}
/* Hero uses a local compressed silent film and a still fallback. */
.home-hero {
  position: relative;
  min-height: 760px;
  height: min(900px, 100svh);
  isolation: isolate;
  background: #091625;
  overflow: hidden;
}
.hero-poster,
.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}
.hero-video {
  opacity: 0;
  transition: opacity 0.8s;
}
.hero-video.is-playing {
  opacity: 1;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, #06111ad9 0%, #06111a9e 40%, #06111a12 78%),
    linear-gradient(0deg, #080c14 0%, transparent 32%, #080c144d);
}
.hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 144px;
  padding-bottom: 32px;
}
.home-hero .eyebrow {
  color: #c6d4dc;
  margin-bottom: 24px;
}
.home-hero h1 {
  max-width: 840px;
  font-size: clamp(56px, 6.1vw, 88px);
  letter-spacing: -0.055em;
  line-height: 1.01;
}
.hero-highlight {
  color: var(--red);
}
.hero-description {
  max-width: 520px;
  font-size: 18px;
  color: #c0ccd5;
  margin-top: 24px;
  line-height: 1.65;
}
.home-hero .actions {
  margin-top: 32px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  font-size: 12px;
  color: #9baebb;
  gap: 24px;
}
.hero-bottom a {
  color: #d5e2e7;
}
.hero-bottom a span {
  margin-left: 16px;
}
.entrance {
  animation: entrance 0.8s var(--ease) both;
}
.entrance:nth-child(2) {
  animation-delay: 0.1s;
}
.entrance:nth-child(3) {
  animation-delay: 0.2s;
}
.entrance:nth-child(4) {
  animation-delay: 0.3s;
}
@keyframes entrance {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.reveal {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
.reveal.is-waiting {
  opacity: 0;
  transform: translateY(24px);
}
.experience-strip {
  padding-block: 32px 40px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: center;
}
.experience-strip > .eyebrow {
  margin: 0;
  font-size: 11px;
  max-width: 160px;
}
.brand-marquee {
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}
.brand-track {
  --gap: 64px;
  display: flex;
  width: max-content;
  gap: var(--gap);
  animation: brands 25s linear infinite;
}
.brand-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 184px;
  gap: var(--gap);
  flex: none;
  align-items: center;
}
.brand-list li {
  width: 184px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand-list img {
  width: auto;
  max-width: 160px;
  max-height: 48px;
  object-fit: contain;
  opacity: 0.8;
}
.brand-list li:nth-child(2) img {
  max-height: 56px;
}
.brand-marquee:hover .brand-track,
.brand-marquee:focus .brand-track {
  animation-play-state: paused;
}
@keyframes brands {
  to {
    transform: translateX(calc(-50% - var(--gap) / 2));
  }
}
.intro-grid,
.integration-grid,
.hero-split,
.split-section,
.form-layout,
.company-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  align-items: center;
}
.intro-copy p {
  max-width: 540px;
}
.intro-copy h2 {
  margin-bottom: 24px;
}
.intro-copy .text-link {
  margin-top: 16px;
}
.intro-image {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.intro-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.intro-image figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 32px 24px 24px;
  background: linear-gradient(transparent, #080c14);
  font-size: 12px;
  color: #c5d1d9;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}
.capability-card {
  position: relative;
  min-height: 312px;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  align-items: end;
  isolation: isolate;
  background: #102432;
  border: 1px solid var(--line);
}
.capability-card > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.8s var(--ease);
}
.capability-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #04131b0d, #07111dc9 38%, #07111d 100%);
}
.capability-card > div {
  padding: 24px;
}
.capability-card h3 {
  font-size: 24px;
  letter-spacing: -0.04em;
}
.capability-card p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  color: #aebbca;
}
.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 13px;
}
.card-link svg {
  width: 20px;
  height: 20px;
}
.capability-card:hover > img {
  transform: scale(1.06);
}
.capability-card:hover .card-link {
  color: var(--light-blue);
}
.integration-grid {
  gap: 48px;
}
.integration-grid h2 {
  font-size: 44px;
}
.integration-grid p:not(.eyebrow) {
  margin-top: 24px;
  max-width: 510px;
}
.integration-grid .text-link {
  margin-top: 24px;
}
.connection-map {
  position: relative;
  width: 100%;
  aspect-ratio: 680/440;
  isolation: isolate;
  background: radial-gradient(ellipse, #19466555, transparent 64%);
}
.connection-map > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #5584a0;
}
.connection-map path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  transition: stroke-dashoffset 1.6s var(--ease);
}
.connection-map.is-connected path {
  stroke-dashoffset: 0;
}
.map-node {
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 8px 16px;
  font-size: 12px;
  border: 1px solid #779ebf40;
  background: #0d1e2c;
  border-radius: 8px;
  text-align: center;
  min-width: 88px;
}
.node-1 {
  left: 14%;
  top: 18%;
}
.node-2 {
  left: 14%;
  top: 48%;
}
.node-3 {
  left: 14%;
  top: 77%;
}
.node-4 {
  left: 86%;
  top: 18%;
}
.node-5 {
  left: 86%;
  top: 48%;
}
.node-6 {
  left: 86%;
  top: 77%;
}
.node-7 {
  left: 50%;
  top: 85%;
}
.map-core {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  padding: 24px 16px;
  background: #102333;
  border: 1px solid #527c9859;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 0 48px #1b4a6b33;
}
.map-core .logo-crop {
  width: 136px;
  height: 24px;
}
.map-core small {
  font-size: 9px;
  white-space: nowrap;
}
.map-caption {
  position: absolute;
  top: 100%;
  width: 100%;
  font-size: 11px !important;
  text-align: center;
  margin: 0 !important;
  max-width: none !important;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 40px;
}
.section-head .eyebrow {
  margin-bottom: 16px;
}
.section-head h2 {
  max-width: 720px;
}
.section-head > .text-link {
  flex-shrink: 0;
}
.section-intro {
  margin-top: -16px;
  margin-bottom: 40px;
}
.work-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.work-image,
.product-card-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  height: 264px;
  background: #102432;
  margin-bottom: 24px;
}
.work-image > img,
.product-card-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.work-card:hover img,
.product-card:hover img {
  transform: scale(1.04);
}
.image-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #07111ddb;
  padding: 4px 8px;
  font-size: 10px;
  color: #b7c9d5;
  border-radius: 4px;
}
.work-card > .eyebrow {
  font-size: 10px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.work-card h3 {
  font-size: 26px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}
.work-card h3 svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.work-card > p:last-child {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 16px;
}
.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.product-card-copy {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  flex: 1;
}
.product-card .product-card-image {
  flex-shrink: 0;
}
.product-card .academic-flow {
  padding-right: 48px;
}
.product-card-image {
  display: block;
}
.product-card-image > svg {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #f2efe9;
  color: #07131d;
  border-radius: 50%;
}
.product-card-copy > .eyebrow {
  font-size: 11px;
  margin-bottom: 16px;
}
.product-card-copy > p:not(.eyebrow) {
  font-size: 15px;
  margin-top: 16px;
}
.product-card-copy h3 {
  font-size: 28px;
}
.product-links {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
  font-size: 13px;
}
.product-links > a:last-child {
  color: var(--muted);
}
.technology-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  padding-block: 48px;
  border-bottom: 1px solid var(--line);
}
.technology-section .eyebrow {
  margin-bottom: 8px;
}
.technology-section p:not(.eyebrow) {
  font-size: 13px;
  max-width: 290px;
}
.technology-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px 40px;
  font-size: 18px;
  letter-spacing: -0.035em;
  color: #bfccd6;
}
.support-banner {
  padding: 48px;
  border: 1px solid #41648140;
  background: linear-gradient(125deg, #152a3b, #0c1824);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: center;
}
.support-banner h2 {
  font-size: 40px;
}
.support-banner p {
  margin-top: 24px;
}
.support-banner .eyebrow {
  margin-top: 0;
}
.support-list {
  display: grid;
}
.support-list span {
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  gap: 16px;
}
.support-list svg {
  width: 20px;
  flex-shrink: 0;
}
.data-preview {
  height: 100%;
  min-height: 248px;
  background: #091a28;
  padding: 24px;
  color: #cedfe8;
  overflow: hidden;
}
.data-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.tiny-brand {
  font-size: 9px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.data-body {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding-top: 24px;
}
.data-body aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 8px;
  color: #7c99ad;
}
.data-body aside .active {
  color: #f2efe9;
}
.data-title {
  font-size: 13px;
  color: #deecf2;
  line-height: 1.3;
}
.data-sources {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 7px;
  margin-block: 16px;
  color: #8aa5b8;
}
.data-sources span {
  border: 1px solid var(--line);
  padding: 4px 8px;
  border-radius: 4px;
}
.chart svg {
  width: 100%;
  height: 96px;
  overflow: visible;
}
.chart-grid {
  stroke: #a0b7c116;
  stroke-width: 1;
  fill: none;
}
.chart-line {
  stroke: #70b7d8;
  stroke-width: 2;
  fill: none;
}
.data-labels {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #7997ac;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  flex-shrink: 0;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #1e405259;
  color: #abd1e4;
}
.product-card-image .data-preview {
  transform: none;
}
/* Dedicated pages share the same rhythm and container. */
.page-hero {
  padding-block: 160px 64px;
}
.page-title {
  max-width: 1000px;
}
.page-hero .lede {
  max-width: 640px;
  margin-top: 32px;
  font-size: 19px;
  line-height: 1.65;
}
.page-hero + .section {
  padding-top: 16px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #7c95a8;
  margin-bottom: 40px;
}
.breadcrumbs a:hover {
  color: white;
}
.detail-hero {
  padding-top: 120px;
}
.detail-hero .hero-split {
  gap: 56px;
}
.detail-hero .page-title {
  font-size: clamp(44px, 4.1vw, 64px);
}
.detail-hero .eyebrow {
  font-size: 11px;
}
.hero-visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  min-width: 0;
}
.hero-visual > img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.hero-visual-data {
  height: 480px;
}
.hero-visual-data .data-preview {
  height: 100%;
  padding: 40px 32px 72px;
}
.hero-visual-data .data-body {
  padding-top: 32px;
}
.hero-visual-data .data-title {
  font-size: 24px;
  line-height: 1.3;
}
.hero-visual-data .chart svg {
  height: 200px;
}
.solution-image .data-preview {
  height: 100%;
  padding: 32px 24px;
}
.solution-image .data-title {
  font-size: 19px;
}
.solution-image .chart svg {
  height: 120px;
}
.capability-card img[src$="/connected-workplace.webp"] {
  object-position: 22% center;
}
.feature-item:has(h2) {
  padding-top: 24px;
}
.hero-visual figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 40px 24px 24px;
  background: linear-gradient(transparent, #080c14);
  font-size: 13px;
}
.solution-index {
  padding-bottom: 64px;
}
.solution-row {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  align-items: center;
  gap: 64px;
  padding-block: 40px;
  border-top: 1px solid var(--line);
}
.solution-row:first-child {
  padding-top: 0;
  border: 0;
}
.solution-image {
  height: 320px;
  border-radius: var(--radius);
  overflow: hidden;
}
.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.solution-image:hover img {
  transform: scale(1.04);
}
.solution-row h2 {
  font-size: 40px;
}
.solution-row p:not(.eyebrow) {
  margin-top: 16px;
}
.solution-row .eyebrow {
  margin-bottom: 16px;
  font-size: 10px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.tag-list li {
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 16px;
  border: 1px solid #88a9c02e;
  border-radius: 8px;
  color: #afc1ce;
}
.solution-row .text-link {
  margin-top: 16px;
}
.product-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line);
}
.product-feature:last-child {
  margin-bottom: 0;
}
.product-feature:nth-child(even) > :first-child {
  order: 2;
}
.product-feature h2 {
  margin-bottom: 24px;
}
.product-feature-visual {
  height: 440px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #0f2434;
}
.product-feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-feature-visual .data-preview {
  padding: 40px;
}
.product-feature-visual .data-body {
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding-top: 32px;
}
.product-feature-visual .data-title {
  font-size: 22px;
}
.product-feature-visual .chart svg {
  height: 180px;
}
.product-feature-visual .data-top .tiny-brand {
  font-size: 12px;
}
.product-feature-visual .data-body aside {
  font-size: 11px;
}
.product-feature-visual .data-sources {
  font-size: 9px;
}
.section-copy p {
  font-size: 18px;
}
.section-copy .text-link {
  margin-top: 24px;
}
.split-section {
  align-items: start;
}
.split-section > .tag-list {
  margin: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.feature-item {
  padding-block: 24px;
  border-top: 1px solid #9ab8cb33;
}
.feature-item h3 {
  font-size: 26px;
  margin-bottom: 16px;
}
.feature-item h2 {
  margin-bottom: 24px;
  font-size: 40px;
}
.feature-item p {
  font-size: 16px;
}
.feature-grid:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.feature-grid .feature-item {
  padding: 24px 0 8px;
}
.editorial-list {
  display: grid;
}
.editorial-item {
  padding-block: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: start;
  gap: 32px;
}
.editorial-item p {
  font-size: 16px;
}
.editorial-item h3 {
  font-size: 26px;
  margin-bottom: 8px;
}
.item-number,
.step-number {
  color: var(--light-blue);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
.step {
  padding-top: 24px;
  border-top: 1px solid #7796aa4d;
}
.step h3 {
  font-size: 24px;
  margin: 24px 0 16px;
}
.step p {
  font-size: 15px;
}
.approach-steps {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}
.approach-steps .step h3 {
  font-size: 20px;
}
.approach-steps .step p {
  font-size: 14px;
}
.about-image {
  overflow: hidden;
  border-radius: var(--radius);
  height: 420px;
}
.about-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.company-capabilities {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
}
.company-capabilities article {
  border-top: 1px solid #80a7c042;
  padding-top: 24px;
}
.company-capabilities h3 {
  font-size: 26px;
  margin-bottom: 16px;
}
.company-capabilities p {
  font-size: 15px;
}
.company-details {
  align-items: start;
}
.company-details h2 {
  font-size: 40px;
  margin-bottom: 24px;
}
.company-details address {
  max-width: 450px;
  color: var(--muted);
  margin-block: 24px;
  font-size: 16px;
}
.company-details .small-text {
  font-size: 12px;
}
.leadership {
  padding: 40px;
  border-radius: var(--radius);
  background: #0d1c28;
  border: 1px solid #799bb82b;
}
.leadership p:not(.eyebrow) {
  font-size: 16px;
}
.leadership .text-link {
  margin-top: 32px;
}
.support-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.support-intro img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: var(--radius);
}
.support-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 40px;
}
.support-categories .tag-list li {
  padding: 0;
  border: 0;
  font-size: 13px;
}
.support-categories .tag-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.support-categories .tag-list li::before {
  content: "—";
  color: #6089a0;
  margin-right: 8px;
}
/* Product previews are interactive illustrations, never customer data. */
.product-interface {
  background: #0a1b29;
  border: 1px solid #4c718d66;
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
  box-shadow: 0 24px 64px #0003;
}
.interface-top {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}
.interface-top .eyebrow {
  margin: 0;
}
.interface-top strong {
  font-size: 18px;
  letter-spacing: -0.035em;
}
.interface-tabs,
.scene-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 32px;
  border-bottom: 1px solid var(--line);
}
.interface-tabs button,
.scene-controls button {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #abc1d0;
  font-size: 13px;
  min-height: 44px;
  transition: background 0.2s;
}
.interface-tabs button[aria-selected="true"],
.interface-tabs button[aria-pressed="true"],
.scene-controls button[aria-pressed="true"] {
  background: #28475e;
  color: white;
  border-color: #5f819740;
}
.interface-tabs button:hover,
.scene-controls button:hover {
  background: #244053;
}
.interface-panel {
  padding: 32px;
}
.preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.preview-panel {
  padding: 24px;
  background: #102739;
  border: 1px solid #6c90ac29;
  border-radius: 12px;
}
.preview-panel h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.preview-panel p {
  font-size: 15px;
}
.preview-panel .eyebrow {
  font-size: 11px;
}
.preview-document {
  font-size: 16px;
  background: #eae8df;
  color: #283944;
  padding: 32px;
  border-radius: 8px;
  line-height: 1.8;
}
.preview-document p {
  color: inherit;
  font-size: 16px;
}
.preview-document .eyebrow {
  color: #465560;
}
.preview-document .status-pill {
  background: #d0dadd;
  color: #28434f;
}

/* Academic product artwork, separate from the enterprise data dashboard. */
.academic-preview {
  height: 100%;
  overflow: hidden;
  padding: 24px;
  background: linear-gradient(135deg, #173246, #091b29);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.academic-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.academic-top > strong {
  font-size: 18px;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.academic-top > strong > span {
  font-size: 8px;
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  color: #b0c2ce;
  margin-top: 4px;
}
.academic-preview-label {
  font-size: 8px;
  color: #b6cedd;
  padding: 4px 8px;
  border: 1px solid #6d99b544;
  border-radius: 4px;
}
.academic-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex: 1;
  min-height: 0;
  gap: 16px;
}
.academic-sheet {
  background: #e8e7df;
  color: #263d4b;
  padding: 16px;
  border-radius: 4px;
  overflow: hidden;
}
.academic-label {
  display: block;
  font-size: 8px;
  margin-bottom: 8px;
}
.academic-sheet > strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  letter-spacing: -0.04em;
}
.academic-answer-lines {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.academic-answer-lines i {
  display: block;
  background: #acb9bb;
  height: 2px;
  width: 100%;
}
.academic-answer-lines i:nth-child(2) {
  width: 80%;
}
.academic-answer-lines i:nth-child(3) {
  width: 95%;
  height: 5px;
  background: #8aafb2;
}
.academic-answer-lines i:last-child {
  width: 64%;
}
.academic-sheet-note {
  font-size: 8px;
  display: block;
  margin-top: 16px;
}
.academic-review {
  padding: 8px 0;
  overflow: hidden;
}
.academic-review > .academic-label {
  color: #bdcfda;
}
.academic-review > div {
  display: flex;
  gap: 8px;
  align-items: start;
  margin-top: 8px;
}
.academic-check {
  color: #88c9d8;
  font-size: 11px;
}
.academic-review p {
  font-size: 11px;
  line-height: 1.3;
  color: #ebf1f3;
}
.academic-review small {
  display: block;
  font-size: 8px;
  line-height: 1.5;
  color: #aec0cb;
  margin-top: 4px;
}
.academic-flow {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 8px;
  color: #bdd0db;
}
.product-feature-visual .academic-preview {
  padding: 40px;
  gap: 24px;
}
.product-feature-visual .academic-top > strong {
  font-size: 28px;
}
.product-feature-visual .academic-sheet {
  padding: 24px;
}
.product-feature-visual .academic-sheet > strong {
  font-size: 26px;
}
.product-feature-visual .academic-review p {
  font-size: 15px;
}
.product-feature-visual .academic-label,
.product-feature-visual .academic-flow,
.product-feature-visual .academic-review small {
  font-size: 11px;
}
@media (min-width: 701px) and (max-width: 1023px) {
  .product-card-image .academic-preview {
    padding: 16px;
    gap: 8px;
  }
  .product-card-image .academic-body {
    gap: 8px;
  }
  .product-card-image .academic-sheet {
    padding: 8px;
  }
  .product-card-image .academic-sheet > strong {
    font-size: 13px;
  }
  .product-card-image .academic-preview-label {
    display: none;
  }
  .product-card-image .academic-review > div {
    margin-top: 8px;
  }
  .product-card-image .academic-review p {
    font-size: 9px;
  }
  .product-card-image .academic-sheet-note {
    display: none;
  }
}
@media (max-width: 700px) {
  .feature-grid:has(> :nth-child(2):last-child) {
    grid-template-columns: 1fr;
  }
  .academic-preview {
    padding: 16px;
    gap: 16px;
  }
  .academic-top > strong {
    font-size: 18px;
  }
  .academic-sheet > strong {
    font-size: 15px;
  }
  .product-feature-visual .academic-preview {
    padding: 24px;
    gap: 16px;
  }
  .product-feature-visual .academic-sheet {
    padding: 16px;
  }
  .product-feature-visual .academic-sheet > strong {
    font-size: 18px;
  }
  .product-feature-visual .academic-review p {
    font-size: 11px;
  }
  .product-feature-visual .academic-label,
  .product-feature-visual .academic-flow,
  .product-feature-visual .academic-review small {
    font-size: 9px;
  }
}
.preview-list {
  display: grid;
  gap: 16px;
}
.preview-list li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  font-size: 14px;
}
.preview-list li strong {
  display: block;
  margin-bottom: 4px;
}
.preview-list li span {
  color: #9fb6c5;
}
.interface-note {
  padding: 16px 32px;
  font-size: 12px;
  background: #07131d;
  color: #93acbd;
}
.scene-room {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(#101c2d70, #101c2d50),
    url("/assets/media/automation.webp") center/cover;
  transition: filter 0.8s;
}
.scene-window,
.scene-pendant,
.scene-console,
.scene-light {
  display: none;
}
.scene-preview[data-scene-preview="away"] .scene-room,
[data-scene-preview="away"] .scene-room {
  filter: brightness(0.42) saturate(0.5);
}
[data-scene-preview="evening"] .scene-room {
  filter: brightness(0.9) sepia(0.15);
}
[data-scene-preview="morning"] .scene-room {
  filter: brightness(1.15);
}
.security-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.security-control {
  min-height: 152px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  background: #102738;
  border: 1px solid #42657955;
  border-radius: 8px;
  font-size: 13px;
  color: white;
}
.security-control strong {
  font-size: 18px;
  font-weight: 500;
}
.security-control small {
  color: #b2c4d0;
  font-size: 12px;
}
.control-indicator {
  width: 8px;
  height: 8px;
  background: #8ec9e6;
  border-radius: 50%;
  margin-bottom: 8px;
}
.event-list {
  display: grid;
}
.event-row {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  font-size: 14px;
}
.event-row p {
  font-size: 13px;
}
.event-row time {
  margin-left: auto;
  font-size: 11px;
  color: #88a6ba;
}
.event-dot {
  width: 8px;
  height: 8px;
  background: var(--light-blue);
  border-radius: 50%;
  flex-shrink: 0;
}
.event-row[data-event-type="alerts"] .event-dot {
  background: var(--red);
}
.faq {
  max-width: 920px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.faq summary {
  font-size: 19px;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  padding-right: 32px;
  position: relative;
}
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--light-blue);
}
.faq details[open] summary::after {
  content: "−";
}
.faq details p {
  font-size: 16px;
  max-width: 800px;
  margin-top: 16px;
}
.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin-top: 32px;
}
.system-diagram {
  padding: 40px;
  background: radial-gradient(ellipse, #17395777, #0a1723);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  text-align: center;
}
.system-nodes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.system-node {
  border: 1px solid #90b4d04d;
  border-radius: 8px;
  padding: 16px 8px;
  font-size: 12px;
  background: #102333;
}
.system-connections {
  display: flex;
  justify-content: space-around;
  height: 64px;
}
.system-connections span {
  height: 100%;
  width: 1px;
  background: linear-gradient(#80b4d299, #80b4d222);
}
.system-core {
  border: 1px solid #77bad34d;
  padding: 24px;
  background: #142c3f;
  border-radius: 12px;
}
.system-core strong {
  font-size: 28px;
  letter-spacing: -0.04em;
}
.system-core .eyebrow {
  margin-bottom: 8px;
}
.system-outputs {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 32px;
  font-size: 13px;
  color: var(--muted);
}
/* Editorial headings stack their own copy; only heading/action pairs use a row. */
.section-head:has(> .eyebrow) {
  display: block;
}
.section-head:has(> .eyebrow) > h2 {
  max-width: 760px;
}
.section-head:has(> .eyebrow) > p:not(.eyebrow) {
  margin-top: 24px;
  max-width: 640px;
  font-size: 17px;
}
.split-section > .section-head {
  margin-bottom: 0;
}
.section-copy > h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 28px;
}
.related-links {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  margin-top: 0;
  align-self: center;
}
.related-links h3 {
  font-size: 28px;
  margin-bottom: 8px;
}
.faq summary > span {
  display: none;
}
.editorial-item:has(> h3) {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) 1.8fr;
  gap: 32px;
}
@media (max-width: 700px) {
  .editorial-item:has(> h3) {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .section-head:has(> .eyebrow) > p:not(.eyebrow) {
    font-size: 16px;
  }
  .related-links {
    gap: 16px;
    align-self: start;
  }
  .section-copy > h3 {
    font-size: 26px;
  }
}
/* Enquiries are sent to the site's own API. */
.form-layout {
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
  align-items: start;
}
.form-layout aside h2 {
  font-size: 40px;
  margin-bottom: 24px;
}
.form-layout aside p:not(.eyebrow) {
  font-size: 16px;
}
.contact-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 32px;
  font-size: 16px;
}
.contact-lines a:hover {
  color: var(--light-blue);
}
.form-layout aside address {
  color: var(--muted);
  font-size: 14px;
  max-width: 300px;
}
.enquiry-form {
  padding: 40px;
  background: #0d1b28;
  border: 1px solid #8aa6b62b;
  border-radius: var(--radius);
}
.form-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.form-heading p {
  font-size: 11px;
}
.form-heading .eyebrow {
  margin: 0;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.field-wide {
  grid-column: 1/-1;
}
.field label {
  font-size: 13px;
  font-weight: 500;
}
.field label span {
  color: #849eae;
  font-weight: 400;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #6f91a640;
  border-radius: 8px;
  background: #081521;
  padding: 16px;
  min-height: 48px;
  font-size: 14px;
  transition: border-color 0.2s;
  outline-offset: 3px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #8ec9e6;
}
.field textarea {
  resize: vertical;
  min-height: 144px;
}
.field small {
  font-size: 11px;
}
.field select {
  appearance: auto;
}
.field select option {
  background: #0d1b28;
}
.upload-field {
  padding: 16px;
  border: 1px dashed #6f91a659;
  border-radius: 8px;
}
.upload-field input {
  border: 0;
  padding: 8px 0;
  background: transparent;
  font-size: 12px;
  min-height: 0;
}
.upload-field input::file-selector-button {
  border: 1px solid var(--line);
  background: #1b3547;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  margin-right: 16px;
  font: inherit;
  cursor: pointer;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 12px;
  color: var(--muted);
}
.consent input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: var(--red);
  margin-top: 4px;
}
.consent a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 32px;
  flex-wrap: wrap;
}
.form-actions .small-text {
  font-size: 11px;
}
.form-status:empty,
.file-status:empty {
  display: none;
}
.form-status {
  margin-top: 24px;
  padding: 24px;
  background: #163449;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.7;
}
.form-status.is-error {
  background: #371722;
  color: #ffe3e7;
}
.form-status strong {
  display: block;
  font-size: 20px;
  color: white;
  margin-bottom: 8px;
}
.form-status a {
  text-decoration: underline;
}
.form-status .reference {
  display: block;
  font-size: 12px;
  margin-top: 16px;
  overflow-wrap: anywhere;
}
.file-status {
  font-size: 12px;
  color: var(--light-blue);
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.legal-copy {
  max-width: 1000px;
}
.legal-copy article {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  padding-block: 32px;
  border-top: 1px solid var(--line);
}
.legal-copy h2 {
  font-size: 26px;
}
.legal-copy p {
  font-size: 16px;
}
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.sitemap-grid nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.sitemap-grid h2 {
  font-size: 26px;
  margin-bottom: 16px;
}
.sitemap-grid a {
  font-size: 14px;
  color: var(--muted);
}
/* Compact closing statement. */
.site-footer {
  background: linear-gradient(115deg, #050b12f5, #091c30ed);
  border-top: 1px solid var(--line);
  padding-block: 48px 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 80px;
}
.footer-invite h2 {
  font-size: 32px;
  max-width: 440px;
}
.footer-invite p {
  font-size: 14px;
  margin-top: 16px;
}
.footer-invite .btn {
  margin-top: 24px;
}
.footer-logo {
  display: inline-flex;
  margin-top: 32px;
}
.footer-logo .logo-crop {
  width: 280px;
  height: 48px;
}
.footer-description {
  font-size: 13px;
  max-width: 400px;
  margin-top: 16px;
}
.footer-left address {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 12px;
  margin-top: 16px;
  color: #a3b1bc;
  max-width: 400px;
}
.footer-navs {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr 1fr;
  gap: 32px;
}
.footer-navs nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.footer-navs h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9aacba;
  margin-bottom: 16px;
}
.footer-navs a {
  font-size: 12px;
  line-height: 1.6;
  color: #c4cfd7;
}
.footer-navs a:hover {
  color: var(--light-blue);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
}
.footer-bottom p {
  font-size: 11px;
  color: #c3ced6;
}
.footer-bottom p span {
  font-size: 10px;
  color: #8a9ca9;
}
.footer-bottom nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: start;
  justify-content: end;
  max-width: 270px;
  font-size: 10px;
  color: #9eafbc;
}
.motion-toggle {
  background: transparent;
  color: inherit;
  font-size: inherit;
  min-height: 24px;
}
.footer-signoff {
  font-size: 11px;
  margin-top: 24px;
  color: #8a9ca9;
}
.motion-paused * {
  animation-play-state: paused !important;
}
.motion-paused .reveal {
  transition: none;
  opacity: 1;
  transform: none;
}
@media (min-width: 1600px) {
  .home-hero h1 {
    font-size: 88px;
  }
  .home-hero {
    height: 900px;
  }
  .hero-content {
    padding-bottom: 40px;
  }
  .hero-description {
    max-width: 560px;
  }
  .capability-card {
    min-height: 336px;
  }
}
@media (max-width: 1279px) {
  :root {
    --gutter: 48px;
  }
  .header-inner {
    gap: 32px;
  }
  .desktop-nav {
    gap: 24px;
  }
  .logo-crop {
    width: 144px;
  }
  .hero-split,
  .intro-grid,
  .form-layout,
  .company-details {
    gap: 48px;
  }
  .feature-grid {
    gap: 24px;
  }
  .integration-grid h2 {
    font-size: 38px;
  }
  .capability-card > div {
    padding: 24px 16px;
  }
  .capability-card h3 {
    font-size: 22px;
  }
  .footer-grid {
    gap: 48px;
    grid-template-columns: 1fr 1.7fr;
  }
  .footer-navs {
    gap: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
  }
  .footer-bottom nav {
    justify-content: start;
    max-width: none;
  }
  .support-banner {
    gap: 40px;
    padding: 40px;
  }
  .product-links {
    gap: 16px;
  }
  .home-hero {
    min-height: 720px;
  }
  .work-image,
  .product-card-image {
    height: 232px;
  }
  .data-preview {
    padding: 16px;
  }
  .data-body {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }
  .data-body aside {
    font-size: 7px;
  }
  .status-pill {
    font-size: 9px;
  }
  .data-title {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  :root {
    --gutter: 32px;
  }
  .desktop-nav {
    display: none;
  }
  .header-inner {
    justify-content: space-between;
  }
  .menu-toggle {
    display: flex;
  }
  .section {
    padding-block: 64px;
  }
  .home-hero h1 {
    font-size: 64px;
  }
  .home-hero {
    min-height: 720px;
    height: 100svh;
    max-height: 900px;
  }
  .hero-description {
    font-size: 17px;
    max-width: 470px;
  }
  .hero-bottom {
    margin-top: 56px;
  }
  .experience-strip {
    grid-template-columns: 160px 1fr;
    gap: 24px;
  }
  .brand-track {
    --gap: 40px;
  }
  .intro-grid {
    gap: 32px;
  }
  .intro-image img {
    height: 360px;
  }
  .intro-copy h2 {
    font-size: 38px;
  }
  .intro-copy p {
    font-size: 16px;
  }
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .capability-card {
    min-height: 280px;
  }
  .capability-card > div {
    padding: 24px;
  }
  .capability-card h3 {
    font-size: 26px;
  }
  .integration-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .integration-grid h2 {
    max-width: 620px;
    font-size: 44px;
  }
  .integration-grid p:not(.eyebrow) {
    max-width: 620px;
  }
  .connection-map {
    max-width: 680px;
    margin: auto;
  }
  .section-head h2 {
    font-size: 40px;
  }
  .work-grid,
  .product-grid {
    gap: 16px;
  }
  .work-card h3,
  .product-card-copy h3 {
    font-size: 23px;
  }
  .work-image,
  .product-card-image {
    height: 200px;
  }
  .work-image .data-preview,
  .product-card-image .data-preview {
    padding: 16px 8px;
  }
  .data-top .status-pill {
    display: none;
  }
  .data-body {
    grid-template-columns: 1fr;
  }
  .data-body aside {
    display: none;
  }
  .data-sources {
    gap: 4px;
    font-size: 7px;
  }
  .data-title {
    font-size: 12px;
  }
  .work-card > p:last-child,
  .product-card-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .product-links {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .technology-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .technology-section p:not(.eyebrow) {
    max-width: none;
  }
  .support-banner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .support-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
  .detail-hero .hero-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .detail-hero .page-title {
    font-size: 56px;
    max-width: 760px;
  }
  .hero-visual > img {
    height: 400px;
  }
  .hero-visual {
    max-width: 100%;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .approach-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .solution-row {
    gap: 40px;
  }
  .solution-row h2 {
    font-size: 32px;
  }
  .solution-image {
    height: 320px;
  }
  .product-feature {
    gap: 32px;
  }
  .product-feature h2 {
    font-size: 36px;
  }
  .company-capabilities {
    grid-template-columns: repeat(3, 1fr);
  }
  .form-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form-layout aside {
    max-width: 620px;
  }
  .form-layout aside address {
    max-width: 500px;
  }
  .form-layout .contact-lines {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-block: 24px;
  }
  .support-categories {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1.4fr;
    gap: 40px;
  }
  .footer-invite h2 {
    font-size: 28px;
  }
  .footer-logo .logo-crop {
    width: 240px;
    height: 40px;
  }
  .footer-navs {
    grid-template-columns: 1fr 1.5fr;
    gap: 32px;
  }
  .footer-navs nav:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    margin-top: 32px;
  }
  .footer-description {
    font-size: 12px;
  }
  .sitemap-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-feature-visual {
    height: 360px;
  }
  .product-feature-visual .data-preview {
    padding: 24px;
  }
  .product-feature-visual .data-body {
    grid-template-columns: 1fr;
  }
  .product-feature-visual .chart svg {
    height: 144px;
  }
}
@media (max-width: 700px) {
  :root {
    --gutter: 24px;
  }
  .site-header,
  .header-inner {
    height: 72px;
  }
  .header-inner {
    gap: 16px;
  }
  .logo-crop {
    width: 128px;
    height: 24px;
  }
  .header-actions {
    gap: 8px;
  }
  .header-actions > .btn {
    font-size: 11px;
    min-height: 40px;
    padding-inline: 8px;
    gap: 8px;
  }
  .header-actions > .btn svg {
    width: 16px;
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
  }
  .mobile-menu {
    padding-top: 112px;
  }
  .section {
    padding-block: 56px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .home-hero {
    height: 100svh;
    min-height: 720px;
    max-height: 900px;
  }
  .hero-content {
    padding-top: 120px;
    padding-bottom: 24px;
  }
  .home-hero h1 {
    font-size: clamp(42px, 10.2vw, 64px);
    line-height: 1.06;
  }
  .hero-poster,
  .hero-video {
    object-position: 62% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #06111ad9, #06111a50),
      linear-gradient(0deg, #080c14 0%, #080c1400 100%);
  }
  .hero-description {
    font-size: 16px;
    max-width: 400px;
    margin-top: 24px;
  }
  .home-hero .actions {
    gap: 16px;
    margin-top: 24px;
  }
  .btn {
    font-size: 13px;
    padding: 0 16px;
    gap: 16px;
  }
  .hero-bottom {
    margin-top: 40px;
    font-size: 10px;
  }
  .hero-bottom > span {
    max-width: 150px;
  }
  .hero-bottom a {
    white-space: nowrap;
  }
  .hero-bottom a span {
    margin-left: 8px;
  }
  .experience-strip {
    padding-block: 24px 32px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .experience-strip > .eyebrow {
    max-width: none;
    text-align: left;
    font-size: 10px;
  }
  .brand-list {
    grid-auto-columns: 144px;
  }
  .brand-list li {
    width: 144px;
    height: 48px;
  }
  .brand-list img {
    max-width: 128px;
    max-height: 40px;
  }
  .brand-list li:nth-child(2) img {
    max-height: 44px;
  }
  .brand-track {
    --gap: 32px;
    animation-duration: 22s;
  }
  .intro-grid,
  .split-section,
  .company-details {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .intro-copy h2 {
    font-size: 36px;
  }
  .intro-image img {
    height: 264px;
  }
  .intro-image figcaption {
    font-size: 10px;
  }
  .capability-grid {
    margin-top: 32px;
    gap: 16px;
  }
  .capability-card {
    min-height: 280px;
  }
  .capability-card > div {
    padding: 16px;
  }
  .capability-card h3 {
    font-size: 21px;
    letter-spacing: -0.03em;
  }
  .capability-card p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .card-link {
    font-size: 11px;
    margin-top: 16px;
  }
  .card-link svg {
    width: 16px;
  }
  .integration-grid h2 {
    font-size: 36px;
  }
  .integration-grid p:not(.eyebrow) {
    margin-top: 16px;
    font-size: 16px;
  }
  .connection-map {
    margin-bottom: 24px;
    aspect-ratio: 680/480;
  }
  .map-node {
    font-size: 10px;
    min-width: 64px;
    padding: 8px;
  }
  .map-core {
    padding: 16px 8px;
  }
  .map-core .logo-crop {
    width: 88px;
    height: 16px;
  }
  .map-core small {
    font-size: 6px;
  }
  .map-caption {
    font-size: 10px !important;
  }
  .section-head {
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-bottom: 32px;
  }
  .section-head h2 {
    font-size: 36px;
  }
  .section-head .text-link {
    font-size: 13px;
  }
  .work-grid,
  .product-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .work-image,
  .product-card-image {
    height: auto;
    aspect-ratio: 1.5;
  }
  .work-card h3,
  .product-card-copy h3 {
    font-size: 28px;
  }
  .work-card > .eyebrow {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .work-card > p:last-child,
  .product-card-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .work-image .data-preview,
  .product-card-image .data-preview {
    height: 100%;
    padding: 24px;
  }
  .data-top .status-pill {
    display: inline-flex;
  }
  .data-body {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }
  .data-body aside {
    display: flex;
    font-size: 9px;
  }
  .data-title {
    font-size: 15px;
  }
  .data-sources {
    font-size: 8px;
  }
  .data-preview .chart svg {
    height: 88px;
  }
  .product-links {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
  }
  .technology-section {
    padding-block: 32px;
  }
  .technology-list {
    gap: 24px;
    font-size: 17px;
  }
  .support-banner {
    padding: 24px;
    gap: 24px;
  }
  .support-banner h2 {
    font-size: 32px;
  }
  .support-list {
    grid-template-columns: 1fr;
  }
  .support-list span {
    padding-block: 16px;
    font-size: 12px;
  }
  .support-banner p {
    font-size: 15px;
    margin-top: 16px;
  }
  .page-hero {
    padding-block: 128px 48px;
  }
  .page-title {
    font-size: 42px;
    line-height: 1.07;
  }
  .page-hero .lede {
    font-size: 17px;
    margin-top: 24px;
  }
  .detail-hero {
    padding-top: 104px;
  }
  .detail-hero .page-title {
    font-size: 42px;
  }
  .detail-hero .hero-split {
    gap: 32px;
  }
  .breadcrumbs {
    font-size: 10px;
    margin-bottom: 32px;
  }
  .hero-visual > img {
    height: 280px;
  }
  .hero-visual figcaption {
    font-size: 12px;
  }
  .solution-row,
  .product-feature {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 32px;
    margin: 0;
  }
  .solution-image {
    height: 240px;
  }
  .solution-row h2 {
    font-size: 32px;
  }
  .solution-row p:not(.eyebrow) {
    font-size: 16px;
  }
  .tag-list {
    gap: 8px;
    margin-top: 16px;
  }
  .tag-list li {
    font-size: 11px;
    padding: 8px;
  }
  .product-feature:nth-child(even) > :first-child {
    order: 0;
  }
  .product-feature-visual {
    height: 280px;
  }
  .product-feature h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .product-feature-visual .data-title {
    font-size: 20px;
  }
  .product-feature-visual .chart svg {
    height: 112px;
  }
  .feature-grid,
  .support-categories {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .steps {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .step h3 {
    font-size: 22px;
    margin-top: 16px;
  }
  .step p {
    font-size: 14px;
  }
  .approach-steps {
    grid-template-columns: 1fr;
  }
  .approach-steps .step {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 8px 16px;
    padding-top: 16px;
  }
  .approach-steps .step h3 {
    margin: 0;
  }
  .approach-steps .step p {
    grid-column: 2;
  }
  .company-capabilities {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .company-capabilities h3 {
    font-size: 24px;
  }
  .company-capabilities p {
    font-size: 14px;
  }
  .about-image {
    height: 280px;
  }
  .company-details h2 {
    font-size: 32px;
  }
  .leadership {
    padding: 24px;
  }
  .support-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .support-intro img {
    height: 240px;
  }
  .preview-grid {
    grid-template-columns: 1fr;
  }
  .interface-top {
    padding: 16px;
    gap: 8px;
  }
  .interface-top strong {
    font-size: 16px;
  }
  .interface-top .status-pill {
    font-size: 8px;
  }
  .interface-tabs,
  .scene-controls {
    padding: 8px;
    gap: 4px;
  }
  .interface-tabs button,
  .scene-controls button {
    font-size: 11px;
    padding: 8px;
    min-height: 44px;
  }
  .interface-panel {
    padding: 16px;
  }
  .preview-panel {
    padding: 16px;
  }
  .preview-panel h3 {
    font-size: 22px;
  }
  .preview-document {
    padding: 24px;
    font-size: 14px;
  }
  .preview-list li {
    font-size: 13px;
  }
  .interface-note {
    padding: 16px;
    font-size: 10px;
  }
  .scene-room {
    min-height: 240px;
  }
  .security-controls {
    gap: 8px;
  }
  .security-control {
    min-height: 128px;
    padding: 16px;
    font-size: 11px;
  }
  .security-control strong {
    font-size: 15px;
  }
  .security-control small {
    font-size: 11px;
  }
  .event-row {
    gap: 8px;
    font-size: 12px;
  }
  .event-row p {
    font-size: 12px;
  }
  .event-row time {
    font-size: 9px;
  }
  .faq summary {
    font-size: 17px;
  }
  .faq details p {
    font-size: 15px;
  }
  .system-diagram {
    padding: 24px 16px;
  }
  .system-nodes {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .system-node {
    font-size: 10px;
    padding: 8px;
  }
  .system-connections {
    height: 32px;
  }
  .system-core {
    padding: 24px 8px;
  }
  .system-core strong {
    font-size: 24px;
  }
  .system-outputs {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    font-size: 11px;
  }
  .form-layout aside h2 {
    font-size: 32px;
  }
  .enquiry-form {
    padding: 24px;
  }
  .form-heading {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
    padding: 16px 8px;
  }
  .form-actions {
    gap: 16px;
  }
  .form-actions .btn {
    width: 100%;
  }
  .contact-lines {
    font-size: 14px;
  }
  .legal-copy article {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sitemap-grid {
    gap: 40px 24px;
  }
  .sitemap-grid h2 {
    font-size: 24px;
  }
  .sitemap-grid a {
    font-size: 12px;
  }
  .site-footer {
    padding-block: 40px 24px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-invite h2 {
    font-size: 30px;
  }
  .footer-invite .btn {
    margin-top: 16px;
  }
  .footer-logo {
    margin-top: 24px;
  }
  .footer-logo .logo-crop {
    width: 248px;
    height: 40px;
  }
  .footer-description {
    font-size: 13px;
  }
  .footer-navs {
    grid-template-columns: 1fr 1.4fr;
    gap: 32px;
  }
  .footer-navs h3 {
    margin-bottom: 8px;
  }
  .footer-navs a {
    font-size: 12px;
  }
  .footer-navs nav:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    margin-top: 32px;
  }
  .footer-signoff {
    margin-top: 16px;
  }
  .footer-left address {
    font-size: 12px;
  }
}
@media (max-width: 389px) {
  .hero-bottom {
    align-items: flex-end;
  }
  .hero-bottom > span {
    max-width: 120px;
  }
  .home-hero h1 {
    font-size: 40px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .capability-card {
    min-height: 256px;
  }
  .capability-card h3 {
    font-size: 26px;
  }
  .capability-card p {
    font-size: 14px;
  }
  .capability-card > div {
    padding: 24px;
  }
  .header-actions > .btn {
    font-size: 10px;
  }
  .header-actions > .btn svg {
    display: none;
  }
  .data-body {
    grid-template-columns: 1fr;
  }
  .data-body aside {
    display: none;
  }
  .enquiry-form {
    padding: 16px;
  }
}
@media (min-width: 701px) and (max-width: 1023px) {
  .hero-visual-data {
    height: 400px;
  }
  .hero-visual-data .data-body {
    grid-template-columns: 80px 1fr;
  }
  .hero-visual-data .data-body aside {
    display: flex;
  }
}
@media (max-width: 700px) {
  .hero-visual-data {
    height: 280px;
  }
  .hero-visual-data .data-preview {
    padding: 24px 16px 56px;
  }
  .hero-visual-data .data-body {
    padding-top: 16px;
  }
  .hero-visual-data .data-title {
    font-size: 16px;
  }
  .hero-visual-data .chart svg {
    height: 88px;
  }
  .solution-image .data-preview {
    padding: 24px 16px;
  }
  .solution-image .data-title {
    font-size: 15px;
  }
  .solution-image .chart svg {
    height: 88px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal.is-waiting,
  .entrance {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-video {
    display: none;
  }
  .connection-map path {
    stroke-dashoffset: 0;
  }
  .brand-list[aria-hidden="true"] {
    display: none;
  }
  .brand-marquee {
    overflow-x: auto;
    mask-image: none;
  }
  .brand-track {
    transform: none;
  }
}
@media (forced-colors: active) {
  .btn,
  .capability-card,
  .preview-panel {
    border: 1px solid CanvasText;
  }
  .hero-shade {
    background: Canvas;
  }
  .hero-highlight {
    color: CanvasText;
  }
}
