/* HASIO: unified visual system. All assets are local. */
:root {
  color-scheme: dark;
  --black: #0a0b0d;
  --paper: #f5f5f7;
  --ink: #202124;
  --blue: #3057dc;
  --gutter: clamp(24px, 5.2vw, 88px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--black);
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: default;
  opacity: 0.6;
}
:focus-visible {
  outline: 2px solid #6489ff;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2 {
  font-weight: 400;
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(38px, 4.3vw, 68px);
  line-height: 1.03;
  margin-bottom: 28px;
}
h3 {
  font-weight: 400;
  letter-spacing: -0.025em;
}
p {
  line-height: 1.65;
}
::selection {
  background: #4261d8;
  color: #fff;
}
.wrap {
  padding-inline: var(--gutter);
}
.light {
  background: var(--paper);
  color: var(--ink);
  color-scheme: light;
}
.soft {
  color: #81828a;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  padding: 16px;
  background: #fff;
  color: #000;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.section-label {
  font-size: 12px;
  color: #73767e;
  margin-bottom: 36px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 56px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  font-size: 15px;
  color: #72757d;
  max-width: 380px;
  margin-bottom: 4px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  min-height: 54px;
  padding: 18px 24px;
  border: 1px solid #ffffff70;
  border-radius: 999px;
  font-size: 14px;
  transition:
    background 0.25s,
    transform 0.25s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-white {
  background: #f5f5f7;
  color: #17181a;
}
.button-white:hover {
  background: #dce2f5;
}
.button-blue {
  background: var(--blue);
  color: #fff;
}
.button-blue:hover {
  background: #2145bd;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  min-height: 44px;
  border: 0;
  background: none;
  font-size: 14px;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.text-link:hover {
  border-bottom-color: currentColor;
}
.text-link span {
  transition: transform 0.3s;
}
.text-link:hover span {
  transform: translate(2px, -2px);
}
/* Opening: one message, one object, one action. */
.header {
  height: 100px;
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 5;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 39px;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 1;
}
.brand-point {
  color: #c2c7d2;
}
.header-descriptor {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a2a5ae;
}
.header nav {
  margin-left: auto;
  display: flex;
  gap: 38px;
  align-items: center;
  font-size: 12px;
}
.header nav a {
  padding-block: 12px;
  color: #d0d2d7;
}
.header nav a:hover {
  color: #fff;
}
.nav-contact {
  margin-left: 18px;
  display: flex;
  gap: 32px;
  border-bottom: 1px solid #656971;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 13px;
  padding: 12px 0;
}
.hero {
  min-height: 690px;
  height: calc(100svh - 100px);
  max-height: 860px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  position: relative;
  align-items: center;
  padding-bottom: 110px;
  overflow: clip;
}
.hero-copy {
  z-index: 2;
  padding-block: 30px;
}
.eyebrow {
  color: #b2b5be;
  font-size: 12px;
  margin-bottom: 40px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aebcde;
  display: inline-block;
}
.hero h1 {
  font-size: clamp(54px, 6.4vw, 104px);
  line-height: 1.04;
  margin-bottom: 28px;
  white-space: nowrap;
}
.hero-description {
  font-size: 17px;
  line-height: 1.65;
  color: #a8abb4;
  max-width: 430px;
  margin-bottom: 34px;
}
.hero-art {
  position: relative;
  align-self: stretch;
  min-width: 0;
  display: grid;
  place-items: center;
}
.parallax-layer {
  width: 120%;
  aspect-ratio: 1;
  position: relative;
  margin-left: -8%;
}
.sculpture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.92;
}
.art-light {
  position: absolute;
  width: 90%;
  height: 65%;
  background: radial-gradient(
    ellipse,
    rgba(115, 136, 186, 0.095),
    transparent 66%
  );
  pointer-events: none;
}
.hero-art canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.art-signature {
  position: absolute;
  bottom: 8%;
  right: 12%;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #747983;
}
.hero-bottom {
  position: absolute;
  bottom: 27px;
  left: var(--gutter);
  right: var(--gutter);
  border-top: 1px solid #25282e;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #9b9da6;
  font-size: 11px;
}
.hero-bottom > span {
  display: flex;
  gap: 14px;
  align-items: center;
}
.hero-bottom i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #60636d;
}
.hero-bottom a {
  display: flex;
  gap: 24px;
  align-items: center;
  min-height: 40px;
}
.hero-bottom button {
  font-size: 10px;
  border: 0;
  background: none;
  color: #92959d;
  padding: 12px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* Glass controls retain opaque-enough surfaces and visible keyboard focus. */
.button, .header .nav-contact, .menu-toggle, .hero-bottom button, .hero-bottom > a {
  border-radius: 999px;
  border: 1px solid #ffffff45;
  box-shadow: inset 0 1px 0 #ffffff80, inset 0 -1px 0 #0000000d, 0 8px 22px #00000012;
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}
.button-white { background: linear-gradient(145deg, #ffffffed, #d6dfe8da); }
.button-blue { background: linear-gradient(145deg, #557ded, #2445ba); }
.hero-bottom button, .hero-bottom > a, .header .nav-contact {
  background: linear-gradient(135deg, #ffffff20, #ffffff08);
  color: #e2e6ee;
  padding: 11px 17px;
  min-height: 42px;
  text-decoration: none;
}
.hero-bottom button { font-size: 11px; }
.hero-bottom button::before { content: 'Ⅱ'; margin-right: 8px; }
.hero-bottom button[aria-pressed='true']::before { content: '▷'; }
.hero-bottom button:disabled { opacity: .75; cursor: default; }
.element-logo {
  display: grid; align-content: center; gap: 2px; width: 37px; height: 42px;
  padding: 5px 7px; border: 1px solid #aebbd16b; border-radius: 8px;
  background: linear-gradient(145deg, #ffffff25, #ffffff05); letter-spacing: 0;
  box-shadow: inset 0 1px #ffffff30;
}
.element-logo small { font-size: 8px; font-weight: 400; }
.element-logo b { font-size: 21px; font-weight: 500; }
.sculpture { transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.intro-visual { min-width: 0; }
.connection-art { height: 230px; position: relative; max-width: 260px; margin: 12px auto 0; }
.connection-orbit { position: absolute; inset: 20px 24px; border: 1px solid #c9d2e1; border-radius: 50%; transform: rotate(-25deg); }
.connection-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-8deg); width: 86px; height: 98px; padding: 12px; display: grid; border: 1px solid #fff; border-radius: 17px; background: linear-gradient(140deg,#fff,#e2e8f2); box-shadow: 0 16px 35px #34466d20,inset 0 1px #fff; }
.connection-core small { font-size: 10px; color: #65748b; }
.connection-core b { font-size: 40px; line-height: 1; color: #27354d; }
.connection-node { position: absolute; padding: 7px 12px; font-size: 11px; background: #ffffffd9; border: 1px solid #dce2eb; border-radius: 999px; color: #526078; box-shadow: 0 6px 14px #26364e09; }
.node-web { top: 10px; left: 12px; }
.node-team { top: 78px; right: -4px; }
.node-flow { bottom: 13px; left: 25px; }
.atom { width: min(86%,340px); aspect-ratio: 1; position: relative; perspective: 700px; display: grid; place-items: center; }
.atom-nucleus { width: 108px; height: 122px; border: 1px solid #fff; border-radius: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg,#ffffffeb,#cbd6e6ba); box-shadow: inset 0 2px 2px #fff,0 16px 36px #4c659533; backdrop-filter: blur(14px); color: #293950; z-index: 2; }
.atom-nucleus small { font-size: 10px; letter-spacing: .1em; }
.atom-nucleus strong { font-size: 49px; line-height: 1.2; font-weight: 500; letter-spacing: -.06em; }
.atom-nucleus span { font-size: 11px; color: #52667e; }
.atom-orbit { position: absolute; inset: 5%; border: 1px solid #7d96bb8c; border-radius: 50%; transform-style: preserve-3d; transform: rotateZ(var(--angle)) rotateX(65deg); box-shadow: 0 0 14px #ffffff85,inset 0 0 10px #ffffff90; }
.orbit-one { --angle: -25deg; }
.orbit-two { --angle: 35deg; }
.orbit-three { --angle: 95deg; }
.atom-orbit i { position: absolute; inset: -1px; border-radius: 50%; animation: electron 15s linear infinite; animation-play-state: paused; }
.orbit-two i { animation-duration: 19s; animation-delay: -7s; }
.orbit-three i { animation-duration: 23s; animation-delay: -12s; }
.atom-orbit i::before { content: ''; position: absolute; width: 11px; height: 11px; top: 50%; left: -5px; border-radius: 50%; background: radial-gradient(circle at 30% 25%,#fff,#8ca9dd 60%,#5475ab); box-shadow: 0 0 15px #87a9e488; }
.atom.is-visible .atom-orbit i { animation-play-state: running; }
.motion-paused .atom-orbit i, .page-hidden .atom-orbit i { animation-play-state: paused; }
@keyframes electron { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .atom-orbit i { animation: none; } .sculpture { transition: none; } }
@media (max-width: 760px) {
  .intro-visual { display: flex; align-items: center; gap: 20px; }
  .intro-visual .section-label { max-width: 110px; margin-bottom: 0; }
  .connection-art { width: 200px; height: 190px; flex: 1; margin: 0; }
  .connection-core { width: 70px; height: 82px; }
  .connection-core b { font-size: 32px; }
  .connection-node { font-size: 9px; padding: 6px 9px; }
  .element-logo { width: 32px; height: 36px; padding: 4px 6px; }
  .element-logo b { font-size: 18px; }
  .about-mark > small { font-size: 8px; left: 20px; }
}

/* 2026 clarity pass: one concrete promise before the visual flourish. */
.hero::before {
  content: "";
  position: absolute;
  inset: 2% -18% 8% 43%;
  background: linear-gradient(135deg, transparent 14%, #425be922 43%, #ad7bff2b 59%, transparent 78%);
  transform: skewX(-10deg);
  filter: blur(18px);
  pointer-events: none;
}
.hero-copy { max-width: 760px; }
.hero h1 {
  font-size: clamp(48px, 5.5vw, 86px);
  line-height: .98;
  white-space: normal;
  max-width: 12.5ch;
  font-weight: 600;
  letter-spacing: -.06em;
}
.hero-description { max-width: 600px; font-size: clamp(16px, 1.35vw, 19px); color: #c1c4cc; }
.hero-capabilities {
  color: #8e94a2;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 26px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button-ghost { background: #0d0e12c7; color: #f0f1f4; border-color: #3b3d45; }
.button-ghost:hover { background: #171922; }
.clarity-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #292b33;
  border-block: 1px solid #292b33;
  padding-top: 1px;
  padding-bottom: 1px;
}
.clarity-strip article { background: #0d0e12; padding: clamp(28px, 4vw, 54px); }
.clarity-strip span { display: block; color: #858a98; font-size: 10px; letter-spacing: .14em; margin-bottom: 34px; }
.clarity-strip strong { display: block; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.2; max-width: 25ch; margin-bottom: 16px; font-weight: 550; }
.clarity-strip p { color: #8f949f; font-size: 14px; margin: 0; max-width: 37ch; }

@media (max-width: 980px) {
  .hero { grid-template-columns: minmax(0, 1fr) .72fr; }
  .hero h1 { font-size: clamp(46px, 7.7vw, 74px); }
  .clarity-strip { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .hero { display: block; height: auto; max-height: none; min-height: 760px; padding-top: 68px; }
  .hero-copy { position: relative; z-index: 3; }
  .hero h1 { max-width: 11ch; font-size: clamp(43px, 12.4vw, 62px); }
  .hero-description { max-width: 34ch; }
  .hero-capabilities { line-height: 1.7; max-width: 30ch; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; gap: 18px; }
  .hero-art { position: absolute; inset: 34% -31% 2% 42%; opacity: .52; }
  .hero-bottom { z-index: 4; }
  .clarity-strip { padding-inline: 18px; }
  .clarity-strip article { padding: 30px 22px; }
  .clarity-strip span { margin-bottom: 22px; }
}
/* Light editorial sections. */
.intro {
  padding-block: 112px 80px;
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: 60px;
}
.intro > .section-label {
  padding-top: 8px;
}
.intro h2 {
  font-size: clamp(33px, 3.55vw, 55px);
  line-height: 1.14;
  max-width: 920px;
}
.intro p:not(.section-label) {
  font-size: 17px;
  color: #72757b;
  max-width: 580px;
  margin-bottom: 0;
}
.solutions {
  padding-block: 68px 110px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.service-art {
  height: 265px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e8e9ed;
}
.service-content {
  padding-top: 28px;
}
.service-content h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
.service-content p {
  font-size: 15px;
  color: #686c74;
  margin-bottom: 22px;
  max-width: 370px;
}
.service-card {
  display: flex;
  flex-direction: column;
}
.service-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-content .text-link {
  margin-top: auto;
  align-self: flex-start;
}
.web-art {
  background: #e6e8ec;
}
.web-window {
  width: 82%;
  height: 78%;
  background: #faf9f6;
  transform: rotate(-6deg);
  border: 1px solid #c8cacf;
  border-radius: 5px;
  box-shadow: 6px 16px 25px #1018250d;
}
.window-bar {
  height: 29px;
  border-bottom: 1px solid #e6e5e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 15px;
  font-size: 11px;
}
.window-bar i {
  height: 2px;
  width: 18px;
  background: #a4a5a1;
}
.web-content {
  padding: 22px 18px;
  position: relative;
  height: calc(100% - 29px);
}
.web-content small {
  font-size: 6px;
  display: block;
  margin-bottom: 10px;
  color: #717570;
}
.web-content strong {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.06em;
  font-weight: 400;
  display: block;
}
.tiny-button {
  font-size: 5px;
  background: #31362e;
  color: #fff;
  display: inline-block;
  margin-top: 16px;
  padding: 6px 8px;
}
.design-object {
  position: absolute;
  right: 7%;
  bottom: 22%;
  width: 50px;
  height: 89px;
}
.design-object i {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(125deg, #fff, #b5b9b1 58%, #7b8177);
  position: absolute;
  right: 0;
  top: 0;
}
.design-object b {
  display: block;
  position: absolute;
  bottom: -12px;
  right: 18px;
  width: 21px;
  height: 45px;
  background: linear-gradient(90deg, #aeb3a8, #e5e8df 45%, #9b9f94);
}
.flow-art {
  background: #e4e8f0;
}
.flow-small {
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: center;
  font-size: 10px;
}
.flow-small > span,
.flow-small > div span {
  padding: 12px 9px;
  background: #f7f8fb;
  border: 1px solid #c6cedd;
  white-space: nowrap;
}
.flow-small > div {
  display: grid;
  gap: 12px;
}
.flow-small > b {
  font-size: 34px;
  font-weight: 400;
  background: var(--blue);
  color: white;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  letter-spacing: -0.08em;
  flex-shrink: 0;
}
.flow-small > i {
  height: 1px;
  width: 24px;
  background: #98a9d2;
  position: relative;
}
.art-caption {
  position: absolute;
  bottom: 33px;
  font-size: 9px;
  color: #7c8394;
}
.software-art {
  background: #e6e7e8;
}
.mini-dashboard {
  width: 86%;
  height: 76%;
  display: flex;
  background: #f9fafb;
  transform: rotate(5deg);
  border: 1px solid #c9cbd0;
  border-radius: 5px;
  overflow: hidden;
}
.mini-dashboard aside {
  width: 17%;
  border-right: 1px solid #e3e5e8;
  padding: 15px 10px;
  font-size: 20px;
  letter-spacing: -0.08em;
}
.mini-dashboard aside i {
  display: block;
  width: 16px;
  height: 3px;
  background: #d5d9df;
  margin-top: 19px;
}
.mini-dashboard > div {
  flex: 1;
  padding: 20px;
}
.mini-dashboard small {
  font-size: 7px;
  display: block;
  color: #9198a2;
}
.mini-dashboard strong {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.mini-chart {
  height: 75px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 12px;
  border-bottom: 1px solid #e3e5e8;
  padding-bottom: 5px;
}
.mini-chart i {
  width: 12%;
  height: 45%;
  background: #9babc7;
}
.mini-chart i:nth-child(2) {
  height: 70%;
}
.mini-chart i:nth-child(3) {
  height: 54%;
}
.mini-chart i:nth-child(4) {
  height: 88%;
  background: var(--blue);
}
.mini-chart i:nth-child(5) {
  height: 72%;
}
.mini-chart i:nth-child(6) {
  height: 92%;
}
.mini-chart i:nth-child(7) {
  height: 82%;
}
.mini-line {
  display: block;
  width: 75%;
  height: 3px;
  background: #dfe2e7;
  margin-top: 13px;
}
.mini-line.short {
  width: 45%;
  margin-top: 7px;
}
/* Interactive concept, explicitly sample content. */
.showcase {
  background: #fff;
  color: var(--ink);
  padding-block: 112px;
}
.lab-tabs {
  display: flex;
  gap: 36px;
  border-bottom: 1px solid #d9dbe0;
  margin-bottom: 48px;
}
.lab-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #777c86;
  padding: 15px 0 19px;
  font-size: 13px;
}
.lab-tabs button[aria-selected="true"] {
  color: var(--ink);
  border-bottom-color: var(--ink);
}
.lab-panel {
  display: grid;
  grid-template-columns: 0.66fr 1.34fr;
  gap: 7%;
  align-items: center;
}
.lab-category {
  color: #737985;
  font-size: 11px;
}
.lab-story h3 {
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: -0.045em;
  margin: 20px 0;
}
.lab-story > p {
  font-size: 15px;
  color: #717680;
  max-width: 370px;
}
.lab-outcome {
  margin: 30px 0;
}
.lab-outcome > span {
  font-size: 10px;
  color: #838893;
}
.lab-outcome p {
  font-size: 13px;
  color: #424853;
  margin: 7px 0 17px;
  max-width: 330px;
}
.workspace-preview {
  background: #f9fafc;
  border: 1px solid #dcdfe6;
  border-radius: 7px;
  box-shadow: 0 20px 60px #14223b0d;
  overflow: hidden;
  transform: perspective(1400px) rotateY(-4deg);
  min-width: 0;
}
.workspace-bar {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0 24px;
  background: #fff;
  border-bottom: 1px solid #e5e7ec;
}
.workspace-bar > strong {
  font-size: 23px;
  letter-spacing: -0.07em;
}
.workspace-bar > strong span {
  color: var(--blue);
}
.workspace-bar > span {
  font-size: 9px;
  color: #8e95a1;
}
.workspace-bar > i {
  margin-left: auto;
  font-size: 8px;
  font-style: normal;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  background: #e9edf6;
  border-radius: 50%;
  color: #627295;
}
.workspace-body {
  display: flex;
  min-height: 370px;
}
.workspace-sidebar {
  width: 130px;
  padding: 26px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  border-right: 1px solid #e5e7ec;
  font-size: 10px;
  flex-shrink: 0;
}
.workspace-sidebar > span {
  padding: 10px;
  border-radius: 3px;
  color: #9097a2;
}
.workspace-sidebar .selected {
  color: #3253ac;
  background: #edf1fb;
}
.workspace-sidebar b {
  margin-top: auto;
  padding: 12px;
  font-size: 9px;
  font-weight: 400;
  color: #a2a7b1;
}
.workspace-main {
  padding: 28px;
  flex: 1;
  min-width: 0;
}
.workspace-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.workspace-heading small {
  font-size: 9px;
  color: #9a9fab;
}
.workspace-heading h4 {
  font-weight: 400;
  letter-spacing: -0.025em;
  font-size: 22px;
  margin: 10px 0 0;
}
.preview-status {
  font-size: 8px;
  color: #657b62;
  background: #edf2ec;
  padding: 6px;
  white-space: nowrap;
}
.preview-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-block: 27px;
}
.preview-summary small {
  display: block;
  font-size: 9px;
  color: #8c94a1;
}
.preview-summary strong {
  font-size: 30px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}
.preview-table > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e4e7ed;
  font-size: 9px;
}
.preview-table .table-head {
  font-size: 8px;
  color: #9299a5;
  padding-top: 0;
}
.preview-table b {
  font-weight: 400;
}
.preview-table > div > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.avatar {
  background: #e9ecf3;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-size: 9px;
  font-style: normal;
  color: #7b869c;
}
.preview-table em {
  font-style: normal;
  font-size: 8px;
  white-space: nowrap;
  color: #7886a1;
}
.preview-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  font-size: 8px;
  color: #9299a5;
}
.preview-bottom i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #718faf;
  border-radius: 50%;
  margin-right: 6px;
}
.system-story {
  padding-block: 130px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  align-items: center;
  background: #0d0e11;
}
.system-story .section-label {
  color: #8d909b;
}
.system-copy h2 {
  font-size: clamp(48px, 5.5vw, 84px);
  line-height: 1.03;
}
.system-copy h2 > span {
  color: #979ba6;
}
.system-copy > p:not(.section-label) {
  color: #9398a5;
  font-size: 15px;
  max-width: 390px;
}
.system-copy .text-link {
  margin-top: 12px;
}
.diagram-top {
  display: flex;
  justify-content: space-between;
  color: #777e8d;
  font-size: 10px;
  padding-bottom: 26px;
  border-bottom: 1px solid #282c35;
}
.system-diagram ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
.system-diagram li {
  display: flex;
  align-items: center;
  gap: 26px;
  position: relative;
  min-height: 137px;
}
.system-diagram li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 24px;
  top: 88px;
  height: 49px;
  width: 1px;
  background: #3c4b6a;
}
.diagram-icon {
  width: 49px;
  height: 49px;
  border: 1px solid #424b61;
  display: grid;
  place-items: center;
  color: #9eb1db;
  background: #131820;
  font-size: 20px;
  flex-shrink: 0;
}
.system-diagram h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.system-diagram li p {
  font-size: 12px;
  color: #7c8390;
  margin: 0;
}
.step-index {
  margin-left: auto;
  font-size: 10px;
  color: #71798a;
}
.diagram-note {
  font-size: 11px;
  color: #858d9b;
  border-top: 1px solid #282c35;
  padding-top: 24px;
  margin: 0;
}
.process {
  padding-block: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
.process-intro {
  font-size: 15px;
  color: #747880;
  margin-top: 30px;
}
.process-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.process-list li {
  padding: 29px 0;
  border-top: 1px solid #d3d5db;
  display: flex;
  gap: 30px;
}
.process-list li > span {
  font-size: 10px;
  color: #7b818b;
  padding-top: 5px;
}
.process-list h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.process-list p {
  font-size: 15px;
  color: #737984;
  max-width: 420px;
  margin: 0;
}
.about {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 12%;
  padding-block: 24px 120px;
}
.about-mark {
  background: radial-gradient(ellipse at 50% 44%, #fff 0%, #e7edf7 48%, #dbe0e9 100%);
  border: 1px solid #fff;
  border-radius: 24px;
  min-height: 420px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.about-mark > small {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #868c96;
}
.about-copy {
  padding-block: 25px;
}
.about-copy > p:not(.section-label) {
  font-size: 16px;
  color: #767b84;
  max-width: 500px;
}
.founders {
  display: flex;
  gap: 40px;
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid #d4d6dc;
  font-size: 14px;
}
.founders small {
  display: block;
  font-size: 11px;
  color: #9398a1;
  margin-top: 9px;
}
/* Contact retains validation and an explicit, honest delivery mode. */
.contact {
  padding-block: 110px;
  background: #16181c;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
.contact .section-label {
  color: #9c9faa;
}
.contact h2 {
  font-size: clamp(40px, 4.4vw, 68px);
}
.contact-copy > p:not(.section-label) {
  color: #a0a5b0;
  font-size: 15px;
}
.direct-contact {
  margin-top: 38px;
}
.direct-contact a {
  font-size: 15px;
  display: inline-flex;
  gap: 28px;
  border-bottom: 1px solid #525761;
  padding-bottom: 8px;
}
.direct-contact small {
  font-size: 11px;
  color: #7e8491;
  display: block;
  margin-top: 12px;
}
.contact-motto {
  display: block;
  font-size: 12px;
  color: #747c8b;
  margin-top: 75px;
}
.contact-form-wrap {
  padding-top: 8px;
  min-width: 0;
}
.contact-notice {
  font-size: 13px;
  color: #abb0bc;
  margin-bottom: 30px;
  max-width: 460px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
label {
  display: block;
  font-size: 12px;
  margin-bottom: 25px;
  color: #c5c9d2;
}
input,
textarea,
select {
  width: 100%;
  display: block;
  min-height: 48px;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #515762;
  border-radius: 0;
  padding: 13px 0;
  font-size: 15px;
}
input::placeholder,
textarea::placeholder {
  color: #848b99;
  opacity: 1;
}
textarea {
  resize: vertical;
  min-height: 115px;
}
select option {
  background: #16181c;
}
.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 11px;
  color: #979fac;
  line-height: 1.6;
  margin-block: 15px 24px;
}
.contact-consent input {
  width: 16px;
  height: 16px;
  min-height: 0;
  flex-shrink: 0;
  margin: 2px 0 0;
  accent-color: var(--blue);
}
.contact-submit {
  width: 100%;
}
.form-privacy {
  color: #8f97a5;
  font-size: 10px;
  line-height: 1.6;
  margin: 16px 0;
}
.form-privacy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-status {
  font-size: 13px;
  color: #d1d7e3;
}
.form-status:empty {
  margin: 0;
}
.contact-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-form-wrap .text-link {
  font-size: 12px;
  margin-right: 24px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding-block: 100px;
}
.faq h2 {
  font-size: clamp(32px, 3.4vw, 52px);
}
details {
  border-bottom: 1px solid #d5d8de;
}
summary {
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-block: 24px;
  line-height: 1.4;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  color: #818995;
  font-size: 17px;
  transition: transform 0.2s;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 14px;
  color: #707886;
  padding: 0 35px 24px 0;
  margin: 0;
}
.footer {
  background: #0a0b0d;
  padding-block: 65px 26px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 55px;
}
.footer .wordmark {
  font-size: 64px;
}
.footer-top p {
  font-size: 14px;
  line-height: 1.5;
  color: #9299a6;
  margin: 0;
}
.footer-bottom {
  display: flex;
  gap: 35px;
  align-items: center;
  border-top: 1px solid #282c33;
  padding-top: 26px;
  font-size: 10px;
  color: #818897;
}
.footer-bottom > span:nth-child(2) {
  margin-right: auto;
}
@media (min-width: 1700px) {
  .wrap {
    padding-inline: max(var(--gutter), calc((100vw - 1500px) / 2));
  }
  .hero-bottom {
    left: max(var(--gutter), calc((100vw - 1500px) / 2));
    right: max(var(--gutter), calc((100vw - 1500px) / 2));
  }
}
@media (max-width: 1100px) {
  .header nav {
    gap: 22px;
  }
  .header-descriptor {
    display: none;
  }
  .hero {
    min-height: 640px;
  }
  .hero h1 {
    font-size: 7vw;
  }
  .service-art {
    height: 220px;
  }
  .service-content h3 {
    font-size: 21px;
  }
  .web-content strong {
    font-size: 17px;
  }
  .design-object {
    transform: scale(0.7);
    right: 2%;
  }
  .flow-small {
    font-size: 8px;
  }
  .flow-small > b {
    width: 43px;
    height: 43px;
  }
  .flow-small > i {
    width: 12px;
  }
  .lab-panel {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 5%;
  }
  .workspace-sidebar {
    display: none;
  }
  .workspace-main {
    padding: 24px;
  }
  .system-story {
    gap: 7%;
  }
  .system-diagram h3 {
    font-size: 17px;
  }
  .about {
    gap: 8%;
  }
  .about-mark {
    min-height: 380px;
  }
}
@media (max-width: 760px) {
  :root {
    --gutter: 24px;
  }
  .header {
    height: 82px;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  .wordmark {
    font-size: 34px;
  }
  .has-js .menu-toggle {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .header nav {
    width: 100%;
    gap: 20px;
    padding: 18px 0;
    background: var(--black);
    flex-wrap: wrap;
  }
  .has-js .header nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    padding: 20px var(--gutter);
    border-bottom: 1px solid #30333b;
    z-index: 10;
  }
  .has-js .header nav.is-open {
    display: flex;
  }
  .header nav .nav-contact {
    margin-left: 0;
  }
  .hero {
    height: auto;
    max-height: none;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 48px;
    padding-bottom: 108px;
  }
  .hero-copy {
    padding: 0;
  }
  .eyebrow {
    font-size: 11px;
    margin-bottom: 26px;
  }
  .hero h1 {
    font-size: clamp(46px, 8.6vw, 65px);
    white-space: normal;
    margin-bottom: 23px;
    line-height: 1.04;
  }
  .hero-description {
    font-size: 16px;
    max-width: 390px;
    margin-bottom: 28px;
  }
  .hero-art {
    height: 310px;
    align-self: stretch;
    margin-top: -10px;
  }
  .parallax-layer {
    height: 370px;
    width: 370px;
    max-width: 110%;
    margin: 0;
    position: absolute;
    left: 50%;
    top: -20px;
    translate: -50% 0;
  }
  .art-signature {
    bottom: 15%;
    right: 4%;
  }
  .hero-bottom {
    bottom: 18px;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 10px;
    padding-top: 15px;
  }
  .hero-bottom > span {
    width: 100%;
    gap: 9px;
    font-size: 9px;
  }
  .hero-bottom > button {
    margin-left: auto;
  }
  .intro {
    padding-block: 68px 38px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .intro .section-label {
    margin-bottom: 25px;
  }
  .intro h2 {
    font-size: 34px;
  }
  .intro p:not(.section-label) {
    font-size: 16px;
  }
  .solutions {
    padding-block: 42px 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 34px;
  }
  .section-heading > p {
    margin-top: 22px;
    font-size: 15px;
  }
  .section-label {
    margin-bottom: 25px;
  }
  h2 {
    font-size: 39px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .service-art {
    height: 280px;
  }
  .web-window {
    width: 78%;
    max-width: 310px;
    height: 80%;
  }
  .web-content strong {
    font-size: 24px;
  }
  .web-content small {
    font-size: 8px;
  }
  .design-object {
    transform: scale(1);
    right: 8%;
  }
  .tiny-button {
    font-size: 7px;
  }
  .flow-small {
    font-size: 11px;
    max-width: 370px;
  }
  .flow-small > b {
    width: 58px;
    height: 58px;
  }
  .flow-small > i {
    width: 20px;
  }
  .mini-dashboard {
    max-width: 325px;
  }
  .mini-dashboard strong {
    font-size: 15px;
  }
  .mini-chart {
    height: 90px;
  }
  .service-content h3 {
    font-size: 26px;
  }
  .service-content p {
    max-width: 100%;
    font-size: 16px;
  }
  .showcase {
    padding-block: 68px;
  }
  .lab-tabs {
    gap: 20px;
    overflow: auto;
    margin-bottom: 30px;
  }
  .lab-tabs button {
    font-size: 12px;
    white-space: nowrap;
    padding-block: 12px 18px;
  }
  .lab-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .lab-story h3 {
    font-size: 35px;
  }
  .lab-story h3 br {
    display: none;
  }
  .lab-outcome {
    display: none;
  }
  .lab-story > p {
    max-width: none;
  }
  .workspace-preview {
    transform: none;
  }
  .workspace-bar {
    padding-inline: 18px;
    gap: 18px;
    height: 50px;
  }
  .workspace-main {
    padding: 20px 16px;
  }
  .workspace-heading h4 {
    font-size: 20px;
  }
  .workspace-body {
    min-height: 340px;
  }
  .preview-status {
    font-size: 7px;
  }
  .preview-summary {
    gap: 15px;
  }
  .preview-table > div {
    font-size: 9px;
  }
  .system-story {
    padding-block: 75px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .system-copy h2 {
    font-size: 49px;
  }
  .system-copy h2 br:nth-child(2) {
    display: none;
  }
  .system-copy > p:not(.section-label) {
    max-width: 450px;
  }
  .system-diagram h3 {
    font-size: 19px;
  }
  .process {
    padding-block: 72px 45px;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .process h2 br:nth-child(2) {
    display: none;
  }
  .process-list li {
    gap: 24px;
  }
  .process-list h3 {
    font-size: 23px;
  }
  .about {
    padding-block: 30px 70px;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .about-mark {
    min-height: 270px;
  }
  .about-mark > span {
    font-size: 210px;
  }
  .about-copy {
    padding: 0;
  }
  .founders {
    gap: 35px;
  }
  .contact {
    padding-block: 70px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact h2 {
    font-size: 43px;
  }
  .contact-motto {
    margin-top: 32px;
  }
  .form-row {
    gap: 18px;
  }
  input,
  textarea,
  select {
    font-size: 16px;
  }
  .contact-consent {
    font-size: 12px;
  }
  .form-privacy {
    font-size: 11px;
  }
  .faq {
    padding-block: 65px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .faq h2 {
    font-size: 35px;
  }
  .footer {
    padding-block: 45px 24px;
  }
  .footer-top {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .footer .wordmark {
    font-size: 53px;
  }
  .footer-top p {
    font-size: 12px;
  }
  .footer-top .text-link {
    width: 100%;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 18px;
    font-size: 10px;
  }
  .footer-bottom > span:nth-child(2) {
    width: calc(100% - 100px);
    margin: 0;
  }
  .footer-bottom > a:last-child {
    margin-left: auto;
  }
}
@media (max-width: 370px) {
  :root {
    --gutter: 20px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-bottom > span {
    font-size: 8px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .preview-status {
    display: none;
  }
  .workspace-bar > span {
    font-size: 8px;
  }
  .preview-table > div > span {
    gap: 6px;
  }
  .avatar {
    width: 18px;
    height: 22px;
  }
  .preview-table em {
    font-size: 7px;
  }
  .flow-small {
    font-size: 9px;
  }
  .flow-small > i {
    width: 12px;
  }
  .founders {
    font-size: 12px;
    gap: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .parallax-layer {
    transform: none !important;
  }
}
html.motion-paused {
  scroll-behavior: auto;
}
.motion-paused .parallax-layer {
  transform: none !important;
}
@media (forced-colors: active) {
  .hero-art,
  .service-art {
    display: none;
  }
  .button {
    border: 1px solid ButtonText;
  }
}
/* Keep the hero footer in its own reserved space on medium and large screens. */
@media screen and (min-width: 761px) {
  .hero {
    height: auto;
    max-height: none;
    min-height: max(690px, calc(100svh - 100px));
    padding-top: 64px;
    padding-bottom: 150px;
  }
}
.header nav {
  order: 2;
}
.nav-labs {
  order: 3;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #e4e6eb;
  border-radius: 999px;
  background: #f1f2f5;
  color: #111216;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform .2s, background .2s;
}
.nav-labs:hover {
  background: #fff;
  transform: translateY(-1px);
}
.menu-toggle {
  order: 4;
}
@media (max-width: 760px) {
  .nav-labs {
    margin-left: auto;
    gap: 10px;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 11px;
  }
}
@media print {
  .hero-art,
  .service-art,
  .menu-toggle,
  .nav-labs,
  #motion-toggle,
  .contact-form-wrap {
    display: none;
  }
  body,
  .light,
  .contact,
  .showcase,
  .system-story {
    background: #fff;
    color: #000;
  }
  .wrap {
    padding: 25px;
  }
  .hero {
    height: auto;
    min-height: 0;
  }
  .hero-bottom {
    position: static;
  }
  .hero,
  .lab-panel,
  .process,
  .about,
  .contact,
  .faq {
    display: block;
  }
  .header nav {
    display: none;
  }
  .workspace-preview {
    break-inside: avoid;
  }
  h1,
  h2,
  h3,
  p {
    color: #000;
  }
}
