:root {
  --ink: #15181c;
  --graphite: #2c3137;
  --steel: #68717b;
  --line: #dce1e5;
  --line-dark: #b9c1c8;
  --surface: #f4f6f7;
  --white: #fff;
  --blue: #1268b3;
  --blue-dark: #0a4c85;
  --blue-soft: #eaf3fa;
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: "Archivo", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.mono { font-family: "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.topline { height: 4px; background: linear-gradient(90deg, var(--blue) 0 35%, var(--ink) 35%); }

nav {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}
.nav-inner { min-height: 76px; display: grid; grid-template-columns: 270px 1fr auto; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; flex: 0 0 auto; background: url("assets/veltrix-grid-mark.svg") center / contain no-repeat; }
.brand-mark::before, .brand-mark::after { content: none; }
.brand-name { display: block; font-size: 17px; font-weight: 700; letter-spacing: -.02em; line-height: 1.05; }
.brand-name span { color: var(--blue); }
.brand-sub { display: block; margin-top: 5px; color: var(--steel); font: 9px "IBM Plex Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; justify-content: center; gap: clamp(18px, 2.3vw, 38px); list-style: none; }
.nav-links a { position: relative; color: var(--graphite); font-size: 12px; font-weight: 600; text-decoration: none; }
.nav-links a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; content: ""; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta, .button-primary, .button-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 700; text-decoration: none; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.nav-cta, .button-primary { background: var(--blue); color: var(--white); }
.nav-cta:hover, .button-primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.button-secondary { border-color: var(--line-dark); background: var(--white); color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); transform: translateY(-2px); }
.button-arrow { margin-left: 24px; font-family: "IBM Plex Mono", monospace; }

.page-intro { position: relative; overflow: hidden; padding: 100px 0 72px; border-bottom: 1px solid var(--line); }
.page-intro::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(21,24,28,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(21,24,28,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, black 65%); }
.intro-grid { position: relative; display: grid; grid-template-columns: 240px 1fr; gap: 48px; }
.page-code { padding-top: 12px; color: var(--blue); font: 600 11px "IBM Plex Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.page-intro h1 { max-width: 880px; font-size: clamp(48px, 6.4vw, 86px); font-weight: 600; letter-spacing: -.06em; line-height: .98; }
.page-intro h1 span { color: var(--blue); }
.page-intro p { max-width: 680px; margin-top: 28px; color: var(--steel); font-size: 17px; line-height: 1.75; }
.page-content { min-height: calc(100vh - 330px); padding: 92px 0 120px; }

/* Home: gradient sweep entrance */
.home-hero { position: relative; min-height: calc(100vh - 80px); overflow: hidden; border-bottom: 1px solid var(--line); }
.home-hero::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(21,24,28,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(21,24,28,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent 8%, black 56%); }
.home-hero::after { position: absolute; z-index: 10; inset: 0; content: ""; pointer-events: none; background: linear-gradient(110deg, var(--white) 20%, #d8ebf8 48%, var(--blue) 53%, var(--white) 72%); transform: translateX(110%); animation: gradientSweep 1.35s cubic-bezier(.77,0,.18,1) both; }
.hero-grid { position: relative; min-height: calc(100vh - 80px); display: grid; grid-template-columns: minmax(0,.92fr) minmax(500px,1.08fr); }
.hero-copy { position: relative; z-index: 2; padding: clamp(90px, 12vh, 140px) 56px 76px 0; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; color: var(--blue); font: 600 11px "IBM Plex Mono", monospace; letter-spacing: .14em; text-transform: uppercase; animation: riseIn .7s .8s both; }
.eyebrow::before { width: 32px; height: 2px; content: ""; background: currentColor; }
.hero-copy h1 { max-width: 660px; font-size: clamp(48px,5.2vw,78px); font-weight: 600; letter-spacing: -.055em; line-height: .98; animation: riseIn .8s .9s both; }
.hero-title-line { display: block; }
.hero-title-accent { color: var(--blue); }
.hero-copy > p { max-width: 590px; margin: 30px 0 38px; color: var(--steel); font-size: 17px; line-height: 1.75; animation: riseIn .8s 1s both; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; animation: riseIn .8s 1.1s both; }
.hero-meta { display: grid; grid-template-columns: repeat(3,1fr); max-width: 590px; margin-top: 58px; border-top: 1px solid var(--line); animation: riseIn .8s 1.2s both; }
.meta-item { padding: 18px 18px 0 0; }
.meta-item + .meta-item { padding-left: 18px; border-left: 1px solid var(--line); }
.meta-label { color: var(--steel); font: 9px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.meta-value { margin-top: 5px; font-size: 13px; font-weight: 600; }
.robot-stage { position: relative; min-height: 100%; overflow: hidden; border-left: 1px solid var(--line); background: linear-gradient(145deg,#f9fafb,#edf1f4); animation: stageReveal .9s .75s both; }
.robot-stage::after { position: absolute; right: -100px; bottom: -170px; width: 520px; height: 520px; border: 1px solid rgba(18,104,179,.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(18,104,179,.04),0 0 0 160px rgba(18,104,179,.025); }
.stage-label { position: absolute; z-index: 3; top: 28px; right: 28px; display: flex; gap: 12px; color: var(--steel); font: 9px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; margin-top: 4px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(18,104,179,.12); animation: pulse 2.4s infinite; }
.robot-svg { position: absolute; z-index: 2; right: -3%; bottom: -2%; width: 106%; filter: drop-shadow(0 28px 32px rgba(25,37,47,.14)); }
.robot-arm { transform-origin: 391px 435px; animation: calibrate 7s 1.7s ease-in-out infinite; }
.data-chip { position: absolute; z-index: 4; display: grid; grid-template-columns: auto 1fr; gap: 6px 12px; min-width: 174px; padding: 14px 16px; border: 1px solid rgba(18,104,179,.25); background: rgba(255,255,255,.88); box-shadow: 0 12px 30px rgba(21,24,28,.07); backdrop-filter: blur(8px); }
.chip-a { top: 19%; left: 8%; animation: chipIn .6s 1.45s both; }
.chip-b { right: 5%; bottom: 18%; animation: chipIn .6s 1.6s both; }
.chip-index { grid-row: 1/3; color: var(--blue); font: 600 11px "IBM Plex Mono", monospace; }
.chip-title { font-size: 11px; font-weight: 700; }
.chip-value { color: var(--steel); font: 9px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }

/* Solutions: diagonal shutter entrance */
.page-solutions .page-intro h1, .page-solutions .page-intro p, .page-solutions .page-code { animation: gradientTextIn .9s both; }
.capabilities { display: grid; grid-template-columns: repeat(12,1fr); border-top: 1px solid var(--ink); }
.capability { position: relative; z-index: 0; min-height: 430px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-column: span 4; background: var(--white); clip-path: polygon(0 0,0 0,0 100%,0 100%); animation: shutterCard .75s cubic-bezier(.77,0,.18,1) forwards; transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, background-color .3s ease; }
.capability:nth-child(3n+1) { border-left: 1px solid var(--line); }
.capability:nth-child(2) { animation-delay: .1s; }.capability:nth-child(3) { animation-delay: .2s; }.capability:nth-child(4) { animation-delay: .3s; }.capability:nth-child(5) { animation-delay: .4s; }.capability:nth-child(6) { animation-delay: .5s; }
.capability.featured { background: linear-gradient(180deg,var(--blue-soft),var(--white) 72%); }
.capability.featured::before { position: absolute; top: -1px; right: -1px; left: -1px; height: 4px; content: ""; background: var(--blue); }
.cap-top { display: flex; align-items: center; justify-content: space-between; }
.cap-number { color: var(--steel); font: 10px "IBM Plex Mono", monospace; letter-spacing: .1em; transition: color .25s ease, transform .3s cubic-bezier(.2,.8,.2,1); }
.cap-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-dark); color: var(--blue); transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .25s ease, background-color .25s ease; }
.cap-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.capability h2 { margin-top: 34px; font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.capability > p { min-height: 44px; margin-top: 10px; color: var(--steel); font-size: 13px; }
.service-list { margin-top: 22px; border-top: 1px solid var(--line); list-style: none; }
.service-list li { position: relative; padding: 8px 0 8px 17px; border-bottom: 1px solid var(--line); color: var(--graphite); font-size: 11px; font-weight: 500; line-height: 1.35; }
.service-list li::before { position: absolute; top: 13px; left: 1px; width: 5px; height: 5px; content: ""; background: var(--blue); }

@media (hover: hover) and (pointer: fine) {
  .capability:hover { z-index: 2; background-color: #fbfdff; box-shadow: 0 18px 36px rgba(21,24,28,.12), inset 0 0 0 1px rgba(18,104,179,.55); transform: translateY(-7px) scale(1.012); }
  .capability:hover .cap-number { color: var(--blue-dark); transform: translateX(4px); }
  .capability:hover .cap-icon { border-color: var(--blue); background: var(--blue-soft); transform: rotate(90deg) scale(1.06); }
}

/* Engineering: light industrial palette with rotational assembly entrance */
.engineering-page { background: var(--white); color: var(--ink); }
.engineering-page .page-intro { border-color: var(--line); background: linear-gradient(135deg, var(--white) 0 68%, var(--blue-soft) 100%); }
.engineering-page .page-intro::before { background-image: linear-gradient(rgba(21,24,28,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(21,24,28,.04) 1px,transparent 1px); }
.engineering-page .page-intro p { color: var(--steel); }
.engineering-page .page-intro h1 { animation: rotateTitle .9s cubic-bezier(.2,.8,.2,1) both; transform-origin: left bottom; }
.engineering-page .page-code { animation: spinCode .8s both; }
.engineering-page .page-content { background: var(--white); }
.principles { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.principle-list { border-top: 1px solid var(--ink); }
.principle { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); opacity: 0; animation: assembleLeft .65s forwards; }
.principle:nth-child(2) { animation-delay: .12s; }.principle:nth-child(3) { animation-delay: .24s; }.principle:nth-child(4) { animation-delay: .36s; }
.principle-number { color: #2b8bd3; font: 11px "IBM Plex Mono", monospace; }
.principle h2 { margin-bottom: 7px; font-size: 17px; font-weight: 600; }
.principle p { max-width: 560px; color: var(--steel); font-size: 14px; }
.system-diagram { position: relative; aspect-ratio: 1; border: 1px solid var(--line-dark); background-color: var(--surface); background-image: linear-gradient(rgba(21,24,28,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(21,24,28,.045) 1px,transparent 1px); background-size: 40px 40px; animation: diagramSpin 1.1s cubic-bezier(.2,.8,.2,1) both; }
.system-diagram::before,.system-diagram::after { position: absolute; content: ""; border: 1px solid var(--line-dark); border-radius: 50%; }
.system-diagram::before { inset: 15%; }.system-diagram::after { inset: 31%; border-color: var(--blue); animation: orbitPulse 2.8s 1s infinite; }
.diagram-core { position: absolute; z-index: 2; inset: 41%; display: grid; place-items: center; background: var(--blue); color: var(--white); font: 600 10px "IBM Plex Mono", monospace; box-shadow: 0 12px 28px rgba(18,104,179,.2); }
.diagram-node { position: absolute; z-index: 3; padding: 8px 10px; border: 1px solid var(--line-dark); background: var(--white); color: var(--graphite); font: 9px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(21,24,28,.06); }
.node-a { top: 7%; left: 40%; }.node-b { top: 43%; right: 4%; }.node-c { right: 36%; bottom: 7%; }.node-d { top: 43%; left: 4%; }

/* Industries: venetian blind entrance */
.page-industries .page-intro { background: var(--surface); }
.industries-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.industry-note { position: sticky; top: 120px; padding: 30px; border: 1px solid var(--line); background: var(--surface); animation: gradientTextIn .8s both; }
.industry-note .mono { color: var(--blue); font-size: 10px; }
.industry-note h2 { margin-top: 20px; font-size: 28px; line-height: 1.15; }
.industry-note p { margin-top: 18px; color: var(--steel); font-size: 14px; }
.industry-list { border-top: 1px solid var(--ink); perspective: 1000px; }
.industry-item { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 20px; min-height: 92px; border-bottom: 1px solid var(--line); background: var(--white); transform: rotateX(-90deg); transform-origin: top; opacity: 0; animation: blindOpen .6s cubic-bezier(.2,.8,.2,1) forwards; }
.industry-item:nth-child(2) { animation-delay: .08s; }.industry-item:nth-child(3) { animation-delay: .16s; }.industry-item:nth-child(4) { animation-delay: .24s; }.industry-item:nth-child(5) { animation-delay: .32s; }.industry-item:nth-child(6) { animation-delay: .4s; }.industry-item:nth-child(7) { animation-delay: .48s; }.industry-item:nth-child(8) { animation-delay: .56s; }
.industry-item:hover { padding-inline: 14px; background: var(--blue-soft); }
.industry-num { color: var(--blue); font: 10px "IBM Plex Mono", monospace; }
.industry-name { font-size: 17px; font-weight: 600; }
.industry-code { color: var(--steel); font: 9px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }

/* About: iris and orbit entrance */
.page-about { background: var(--surface); }
.page-about .page-intro { background: var(--white); }
.about-panel { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; padding: 64px; border: 1px solid var(--line-dark); background: var(--white); clip-path: circle(0 at 50% 50%); animation: irisOpen 1s cubic-bezier(.2,.8,.2,1) forwards; }
.about-panel::before { position: absolute; top: -120px; right: -100px; width: 320px; height: 320px; border: 1px solid var(--line); border-radius: 50%; content: ""; box-shadow: 0 0 0 54px rgba(18,104,179,.04),0 0 0 108px rgba(18,104,179,.025); }
.about-copy { position: relative; z-index: 2; }
.about-copy h2 { font-size: clamp(36px,4vw,56px); font-weight: 600; letter-spacing: -.045em; line-height: 1.06; }
.about-copy p { margin-top: 24px; color: var(--steel); line-height: 1.85; }
.about-copy p:first-of-type { color: var(--graphite); font-size: 18px; }
.credential-list { position: relative; z-index: 2; border-top: 1px solid var(--ink); }
.credential { display: grid; grid-template-columns: 22px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); font-size: 13px; font-weight: 600; opacity: 0; transform: rotate(-7deg) translateY(18px); animation: credentialRotate .5s forwards; }
.credential:nth-child(1) { animation-delay: .7s; }.credential:nth-child(2) { animation-delay: .82s; }.credential:nth-child(3) { animation-delay: .94s; }.credential:nth-child(4) { animation-delay: 1.06s; }.credential:nth-child(5) { animation-delay: 1.18s; }
.credential svg { width: 16px; color: var(--blue); fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Contact: split-door entrance */
.contact-page { background: var(--blue); color: var(--white); }
.contact-page nav { color: var(--ink); }
.contact-shell { position: relative; min-height: calc(100vh - 80px); overflow: hidden; display: grid; place-items: center; padding: 80px 0; }
.contact-shell::before,.contact-shell::after { position: absolute; z-index: 20; top: 0; bottom: 0; width: 50.5%; content: ""; background: var(--ink); animation-duration: 1s; animation-delay: .15s; animation-fill-mode: both; animation-timing-function: cubic-bezier(.77,0,.18,1); }
.contact-shell::before { left: 0; animation-name: doorLeft; }.contact-shell::after { right: 0; animation-name: doorRight; }
.contact-grid { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--max)); display: grid; grid-template-columns: 1fr 330px; gap: 90px; align-items: end; }
.contact-copy { animation: riseIn .8s 1s both; }
.contact-copy .mono { font-size: 10px; }
.contact-copy h1 { max-width: 780px; margin-top: 22px; font-size: clamp(52px,7vw,94px); font-weight: 600; letter-spacing: -.06em; line-height: .95; }
.contact-copy p { max-width: 620px; margin-top: 28px; color: rgba(255,255,255,.74); font-size: 17px; }
.contact-actions { display: flex; flex-direction: column; gap: 12px; animation: contactSlide .8s 1.1s both; }
.contact-actions .button-primary { background: var(--white); color: var(--blue-dark); }
.contact-actions .button-primary:hover { background: var(--ink); color: var(--white); }
.contact-actions .button-secondary { border-color: rgba(255,255,255,.5); background: transparent; color: var(--white); }
.contact-email { margin-top: 8px; color: rgba(255,255,255,.72); font: 10px "IBM Plex Mono", monospace; text-align: center; text-decoration: none; }

footer { padding: 34px 0; border-top: 1px solid var(--line); background: var(--white); color: var(--ink); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-meta { color: var(--steel); font: 9px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
body.is-leaving main { animation: pageExit .35s ease forwards; }

/* Services-led home */
.home-services { padding: 116px 0 124px; background: var(--surface); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 80px; align-items: end; margin-bottom: 54px; }
.section-code { display: block; margin-bottom: 18px; color: var(--blue); font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
.section-code-light { color: #8cc1e8; }
.section-heading h2,.products-teaser h2,.home-cta h2,.service-cta h2 { font-size: clamp(38px,5vw,68px); font-weight: 600; letter-spacing: -.055em; line-height: 1; }
.section-heading h2 span { color: var(--blue); }
.section-heading p { color: var(--steel); font-size: 16px; line-height: 1.8; }
.service-index { border-top: 1px solid var(--line-dark); }
.service-row { display: grid; grid-template-columns: 72px 1fr auto; gap: 18px; align-items: center; min-height: 108px; padding: 22px 28px 22px 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; transition: padding .25s ease, background .25s ease, color .25s ease; }
.service-row:hover,.service-row:focus-visible { padding-left: 24px; background: var(--white); }
.service-row-featured { background: var(--blue); color: var(--white); border-color: var(--blue-dark); padding-left: 24px; }
.service-row-featured:hover,.service-row-featured:focus-visible { background: var(--blue-dark); }
.service-num { font: 500 10px "IBM Plex Mono", monospace; letter-spacing: .12em; opacity: .7; }
.service-row strong { display: block; font-size: clamp(20px,2vw,28px); letter-spacing: -.025em; line-height: 1.2; }
.service-row small { display: block; margin-top: 8px; color: var(--steel); font: 10px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.service-row-featured small { color: rgba(255,255,255,.72); }
.row-arrow { font: 25px "IBM Plex Mono", monospace; transition: transform .2s ease; }
.service-row:hover .row-arrow { transform: translate(4px,-4px); }
.products-teaser { overflow: hidden; padding: 120px 0; background: var(--ink); color: var(--white); }
.products-teaser-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); gap: 90px; align-items: center; }
.products-teaser h2 { max-width: 650px; }
.products-teaser p { max-width: 590px; margin-top: 26px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.8; }
.text-link { display: inline-flex; gap: 28px; margin-top: 34px; padding-bottom: 8px; border-bottom: 1px solid #8cc1e8; color: #d8ebf8; font-size: 13px; font-weight: 700; text-decoration: none; }
.product-orbit { position: relative; min-height: 430px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; animation: orbitPulse 5s ease-in-out infinite; }
.product-orbit::before,.product-orbit::after { position: absolute; inset: 15%; border: 1px dashed rgba(140,193,232,.3); border-radius: 50%; content: ""; }
.product-orbit::after { inset: 32%; border-style: solid; }
.product-orbit span { position: absolute; z-index: 2; padding: 9px 12px; background: var(--ink); color: #c5dff1; font: 9px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.product-orbit span:nth-child(1) { top: 2%; left: 43%; }.product-orbit span:nth-child(2) { top: 46%; right: -3%; }.product-orbit span:nth-child(3) { bottom: 2%; left: 42%; }.product-orbit span:nth-child(4) { top: 46%; left: -4%; }
.product-orbit i { position: absolute; top: 50%; left: 50%; width: 62px; height: 62px; border: 2px solid #8cc1e8; transform: translate(-50%,-50%) rotate(45deg); }
.home-cta { padding: 90px 0; }
.home-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.home-cta h2 { font-size: clamp(34px,4vw,54px); }

/* Home industries */
.brand-position { line-height: 1.55; }
.brand-position b { margin: 0 5px; color: var(--blue); }
.home-industries { position: relative; overflow: hidden; padding: 118px 0; background: var(--ink); color: var(--white); }
.home-industries::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(115deg,transparent 0 48%,rgba(140,193,232,.07) 48.1% 48.35%,transparent 48.45% 100%); transform: translate3d(-12%,0,0); }
.industries-home-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 96px; align-items: start; }
.industries-home-grid { position: relative; z-index: 1; }
.industries-home-intro { position: sticky; top: 150px; }
.industries-home-intro h2 { font-size: clamp(40px,5vw,67px); font-weight: 600; letter-spacing: -.055em; line-height: 1; }
.industries-home-intro p { max-width: 520px; margin-top: 28px; color: rgba(255,255,255,.6); line-height: 1.8; }
.industry-tiles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.industry-tile { position: relative; min-height: 250px; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; transition: background .25s ease, transform .25s ease; }
.industry-tile:hover,.industry-tile:focus-visible { z-index: 1; background: var(--blue); transform: translateY(-6px); }
.industry-tile > span { color: #8cc1e8; font: 10px "IBM Plex Mono", monospace; letter-spacing: .12em; }
.industry-tile strong { display: block; margin-top: 92px; font-size: clamp(23px,2.5vw,34px); letter-spacing: -.035em; }
.industry-tile small { display: block; margin-top: 8px; color: rgba(255,255,255,.55); font: 9px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.industry-tile:hover small,.industry-tile:focus-visible small { color: rgba(255,255,255,.78); }
.home-industries.motion-ready .industries-home-intro { opacity: 0; transform: translate3d(-58px,0,0); }
.home-industries.motion-ready .industries-home-intro h2 { opacity: 0; transform: translate3d(0,28px,0) scale(.97); }
.home-industries.motion-ready .industries-home-intro p { opacity: 0; transform: translate3d(0,22px,0); }
.home-industries.motion-ready .industry-tile { opacity: 0; transform: translate3d(32px,30px,0) scale(.94); }
.home-industries.motion-ready .industry-tile:nth-child(odd) { transform: translate3d(-32px,30px,0) scale(.94); }
.home-industries.motion-ready .industry-tile > span,.home-industries.motion-ready .industry-tile strong,.home-industries.motion-ready .industry-tile small { opacity: 0; transform: translate3d(0,14px,0); }
.home-industries.motion-ready::before { opacity: 0; transform: translate3d(-24%,0,0); }
.home-industries.motion-ready.is-visible .industries-home-intro { opacity: 1; transform: none; transition: opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1); }
.home-industries.motion-ready.is-visible .industries-home-intro h2 { opacity: 1; transform: none; transition: opacity .7s .12s ease,transform .8s .12s cubic-bezier(.16,1,.3,1); }
.home-industries.motion-ready.is-visible .industries-home-intro p { opacity: 1; transform: none; transition: opacity .65s .25s ease,transform .7s .25s cubic-bezier(.16,1,.3,1); }
.home-industries.motion-ready.is-visible .industry-tile { opacity: 1; transform: none; transition: opacity .68s ease,transform .78s cubic-bezier(.16,1,.3,1),background .25s ease; }
.home-industries.motion-ready.is-visible .industry-tile > span,.home-industries.motion-ready.is-visible .industry-tile strong,.home-industries.motion-ready.is-visible .industry-tile small { opacity: 1; transform: none; transition: opacity .5s ease,transform .6s cubic-bezier(.16,1,.3,1); }
.home-industries.motion-ready.is-visible .industry-tile:nth-child(1) { transition-delay: .1s; }
.home-industries.motion-ready.is-visible .industry-tile:nth-child(2) { transition-delay: .2s; }
.home-industries.motion-ready.is-visible .industry-tile:nth-child(3) { transition-delay: .3s; }
.home-industries.motion-ready.is-visible .industry-tile:nth-child(4) { transition-delay: .4s; }
.home-industries.motion-ready.is-visible .industry-tile:nth-child(1) > * { transition-delay: .3s; }
.home-industries.motion-ready.is-visible .industry-tile:nth-child(2) > * { transition-delay: .4s; }
.home-industries.motion-ready.is-visible .industry-tile:nth-child(3) > * { transition-delay: .5s; }
.home-industries.motion-ready.is-visible .industry-tile:nth-child(4) > * { transition-delay: .6s; }
.home-industries.motion-ready.is-visible .industry-tile:hover,.home-industries.motion-ready.is-visible .industry-tile:focus-visible { transform: translateY(-6px); }
.home-industries.motion-ready.is-visible::before { opacity: 1; transform: translate3d(0,0,0); transition: opacity 1.1s ease,transform 1.4s cubic-bezier(.2,.8,.2,1); }

/* Home business pillars */
.home-businesses { position: relative; overflow: hidden; padding: 118px 0 128px; background: var(--ink); color: var(--white); }
.home-businesses::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(115deg,transparent 0 47%,rgba(140,193,232,.08) 47.1% 47.3%,transparent 47.4%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: auto,64px 64px,64px 64px; }
.home-businesses .container { position: relative; z-index: 1; }
.businesses-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.55fr); gap: 96px; align-items: end; margin-bottom: 62px; }
.businesses-heading h2 { max-width: 780px; font-size: clamp(44px,6vw,78px); font-weight: 600; letter-spacing: -.06em; line-height: .94; }
.businesses-heading > p { max-width: 450px; color: rgba(255,255,255,.58); line-height: 1.8; }
.business-card-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 16px; }
.business-card { position: relative; display: grid; grid-template-rows: auto 1fr auto; min-height: 470px; padding: 32px; border: 1px solid rgba(255,255,255,.22); grid-column: span 5; background: rgba(255,255,255,.035); color: var(--white); text-decoration: none; transition: border-color .25s ease,background .25s ease,transform .3s cubic-bezier(.2,.8,.2,1); }
.business-card-primary { grid-column: span 7; background: var(--blue); border-color: var(--blue); }
.business-card-software { min-height: 360px; grid-column: 3 / span 10; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; }
.business-card-software > div { align-self: end; }
.business-number,.business-kicker { font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.business-number { color: #8cc1e8; }
.business-kicker { display: block; margin-bottom: 14px; color: rgba(255,255,255,.5); }
.business-card h3 { max-width: 520px; font-size: clamp(38px,5vw,64px); letter-spacing: -.055em; line-height: .96; }
.business-card ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; margin-top: 40px; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.business-card li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.72); font: 500 10px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.business-arrow { align-self: end; justify-self: end; color: #8cc1e8; font: 24px "IBM Plex Mono", monospace; transition: transform .25s ease; }
.business-card-software .business-number { grid-column: 1; }
.business-card-software .business-arrow { grid-column: 2; grid-row: 1 / span 2; }
.business-card:hover,.business-card:focus-visible { border-color: #8cc1e8; background: #1d252d; transform: translateY(-7px); }
.business-card-primary:hover,.business-card-primary:focus-visible { background: var(--blue-dark); }
.business-card:hover .business-arrow,.business-card:focus-visible .business-arrow { transform: translate(5px,-5px); }
.home-businesses.motion-ready .businesses-heading > * { opacity: 0; transform: translate3d(-52px,0,0); }
.home-businesses.motion-ready .businesses-heading > p { transform: translate3d(52px,0,0); }
.home-businesses.motion-ready .business-card { opacity: 0; transform: translate3d(0,54px,0) scale(.94); }
.home-businesses.motion-ready .business-card > * { opacity: 0; transform: translate3d(0,16px,0); }
.home-businesses.motion-ready.is-visible .businesses-heading > * { opacity: 1; transform: none; transition: opacity .72s ease,transform .82s cubic-bezier(.16,1,.3,1); }
.home-businesses.motion-ready.is-visible .businesses-heading > p { transition-delay: .14s; }
.home-businesses.motion-ready.is-visible .business-card { opacity: 1; transform: none; transition: opacity .68s ease,transform .86s cubic-bezier(.16,1,.3,1),border-color .25s ease,background .25s ease; }
.home-businesses.motion-ready.is-visible .business-card > * { opacity: 1; transform: none; transition: opacity .5s ease,transform .62s cubic-bezier(.16,1,.3,1); }
.home-businesses.motion-ready.is-visible .business-card:nth-child(1) { transition-delay: .12s; }
.home-businesses.motion-ready.is-visible .business-card:nth-child(2) { transition-delay: .24s; }
.home-businesses.motion-ready.is-visible .business-card:nth-child(3) { transition-delay: .36s; }
.home-businesses.motion-ready.is-visible .business-card:nth-child(1) > * { transition-delay: .34s; }
.home-businesses.motion-ready.is-visible .business-card:nth-child(2) > * { transition-delay: .46s; }
.home-businesses.motion-ready.is-visible .business-card:nth-child(3) > * { transition-delay: .58s; }
.home-businesses.motion-ready.is-visible .business-card:hover,.home-businesses.motion-ready.is-visible .business-card:focus-visible { transform: translateY(-7px); }

/* Featured products */
.featured-products { position: relative; overflow: hidden; padding: 118px 0 128px; background: var(--white); }
.featured-products::before { position: absolute; top: 0; right: 0; width: 42%; height: 1px; content: ""; background: var(--blue); transform-origin: right; }
.featured-products > .container { position: relative; z-index: 1; }
.featured-products .featured-product { background: var(--surface); }
.featured-heading { align-items: start; }
.featured-heading > div:last-child p { margin-bottom: 24px; }
.text-link-dark { margin-top: 0; border-color: var(--blue); color: var(--blue-dark); }
.featured-product-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 16px; }
.featured-product { position: relative; min-height: 530px; overflow: hidden; padding: 30px; border: 1px solid var(--line); background: var(--white); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.featured-product:hover,.featured-product:focus-visible { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(21,24,28,.1); }
.featured-visual { position: relative; height: 260px; margin: -30px -30px 30px; overflow: hidden; background: #e7ebee; }
.featured-visual::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(21,24,28,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(21,24,28,.06) 1px,transparent 1px); background-size: 32px 32px; }
.featured-visual i { position: absolute; display: block; }
.product-needles .featured-visual i { top: 38px; width: 13px; height: 200px; border: 2px solid var(--graphite); background: var(--white); transform: rotate(18deg); }
.product-needles .featured-visual i::after { position: absolute; right: -2px; bottom: -22px; left: -2px; height: 22px; background: var(--blue); content: ""; clip-path: polygon(0 0,100% 0,50% 100%); }
.product-needles .featured-visual i:nth-child(1) { left: 31%; }.product-needles .featured-visual i:nth-child(2) { left: 49%; transform: rotate(18deg) translateY(-18px); }.product-needles .featured-visual i:nth-child(3) { left: 67%; }
.product-battery .featured-visual { background: #24313a; }
.product-battery .featured-visual i:nth-child(1) { inset: 48px 21% 30px; border: 3px solid #8cc1e8; background: var(--graphite); }
.product-battery .featured-visual i:nth-child(2),.product-battery .featured-visual i:nth-child(3) { top: 28px; width: 36px; height: 22px; background: #8cc1e8; }
.product-battery .featured-visual i:nth-child(2) { left: 29%; }.product-battery .featured-visual i:nth-child(3) { right: 29%; }
.product-components .featured-visual i:nth-child(1) { top: 58px; left: calc(50% - 66px); width: 132px; height: 132px; border: 18px solid var(--blue); border-radius: 50%; }
.product-components .featured-visual i:nth-child(2) { top: 114px; left: 10%; width: 80%; height: 18px; background: var(--graphite); transform: rotate(-28deg); }
.product-components .featured-visual i:nth-child(3) { top: 90px; left: calc(50% - 12px); width: 24px; height: 80px; background: var(--white); border: 2px solid var(--graphite); }
.product-label { color: var(--blue); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }
.featured-product h3 { max-width: 330px; margin-top: 18px; font-size: clamp(27px,3vw,42px); letter-spacing: -.045em; line-height: 1.02; }
.featured-product p { max-width: 300px; margin-top: 16px; color: var(--steel); font-size: 14px; }
.featured-arrow { position: absolute; right: 28px; bottom: 24px; color: var(--blue); font: 25px "IBM Plex Mono", monospace; transition: transform .2s ease; }
.featured-product:hover .featured-arrow { transform: translate(4px,-4px); }
.featured-products.motion-ready .featured-heading > div:first-child { opacity: 0; transform: translate3d(-52px,0,0); }
.featured-products.motion-ready .featured-heading > div:last-child { opacity: 0; transform: translate3d(52px,0,0); }
.featured-products.motion-ready .featured-heading h2 { opacity: 0; transform: translate3d(0,26px,0) scale(.97); }
.featured-products.motion-ready .featured-product { opacity: 0; transform: translate3d(0,54px,0) scale(.94); }
.featured-products.motion-ready .featured-product .featured-visual { opacity: 0; transform: scale(1.08); }
.featured-products.motion-ready .featured-product .product-label,.featured-products.motion-ready .featured-product h3,.featured-products.motion-ready .featured-product p,.featured-products.motion-ready .featured-product .featured-arrow { opacity: 0; transform: translate3d(0,15px,0); }
.featured-products.motion-ready::before { transform: scaleX(0); }
.featured-products.motion-ready.is-visible .featured-heading > div { opacity: 1; transform: none; transition: opacity .72s ease,transform .8s cubic-bezier(.16,1,.3,1); }
.featured-products.motion-ready.is-visible .featured-heading > div:last-child { transition-delay: .12s; }
.featured-products.motion-ready.is-visible .featured-heading h2 { opacity: 1; transform: none; transition: opacity .7s .14s ease,transform .8s .14s cubic-bezier(.16,1,.3,1); }
.featured-products.motion-ready.is-visible .featured-product { opacity: 1; transform: none; transition: opacity .7s ease,transform .85s cubic-bezier(.16,1,.3,1),box-shadow .25s ease; }
.featured-products.motion-ready.is-visible .featured-product .featured-visual { opacity: 1; transform: none; transition: opacity .65s ease,transform 1s cubic-bezier(.16,1,.3,1); }
.featured-products.motion-ready.is-visible .featured-product .product-label,.featured-products.motion-ready.is-visible .featured-product h3,.featured-products.motion-ready.is-visible .featured-product p,.featured-products.motion-ready.is-visible .featured-product .featured-arrow { opacity: 1; transform: none; transition: opacity .5s ease,transform .65s cubic-bezier(.16,1,.3,1); }
.featured-products.motion-ready.is-visible .featured-product:nth-child(1) { transition-delay: .18s; }
.featured-products.motion-ready.is-visible .featured-product:nth-child(2) { transition-delay: .3s; }
.featured-products.motion-ready.is-visible .featured-product:nth-child(3) { transition-delay: .42s; }
.featured-products.motion-ready.is-visible .featured-product:nth-child(1) > * { transition-delay: .38s; }
.featured-products.motion-ready.is-visible .featured-product:nth-child(2) > * { transition-delay: .5s; }
.featured-products.motion-ready.is-visible .featured-product:nth-child(3) > * { transition-delay: .62s; }
.featured-products.motion-ready.is-visible .featured-product:hover,.featured-products.motion-ready.is-visible .featured-product:focus-visible { transform: translateY(-8px); }
.featured-products.motion-ready.is-visible .featured-product:hover .featured-arrow,.featured-products.motion-ready.is-visible .featured-product:focus-visible .featured-arrow { transform: translate(4px,-4px); }
.featured-products.motion-ready.is-visible::before { transform: scaleX(1); transition: transform 1.1s .15s cubic-bezier(.16,1,.3,1); }

/* Why and contact */
.why-section { padding: 120px 0; background: var(--surface); color: var(--ink); }
.why-section { position: relative; overflow: hidden; }
.why-section::before { position: absolute; inset: -30% -10%; content: ""; pointer-events: none; background: repeating-linear-gradient(115deg,transparent 0 78px,rgba(21,24,28,.045) 79px 80px); opacity: .7; transform: translate3d(-3%,0,0); }
.why-grid { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: 100px; }
.why-grid { position: relative; z-index: 1; }
.why-statement h2 { font-size: clamp(44px,6vw,78px); font-weight: 600; letter-spacing: -.06em; line-height: .94; }
.why-statement > p { max-width: 510px; margin-top: 28px; color: var(--steel); line-height: 1.8; }
.why-points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.why-points article { position: relative; min-height: 225px; overflow: hidden; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.why-points article::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; background: var(--blue); transform: scaleX(0); transform-origin: left; }
.why-points span { color: var(--blue); font: 9px "IBM Plex Mono", monospace; }
.why-points h3 { margin-top: 54px; font-size: 20px; letter-spacing: -.02em; }
.why-points p { margin-top: 10px; color: var(--steel); font-size: 13px; line-height: 1.65; }
.why-section.motion-ready .why-statement { opacity: 0; transform: translate3d(-58px,0,0); }
.why-section.motion-ready .why-statement h2 { opacity: 0; transform: translate3d(0,28px,0) scale(.97); }
.why-section.motion-ready .why-statement > p { opacity: 0; transform: translate3d(0,22px,0); }
.why-section.motion-ready .why-points article { opacity: 0; transform: translate3d(-34px,28px,0) scale(.94) rotate(-1deg); }
.why-section.motion-ready .why-points article:nth-child(even) { transform: translate3d(34px,28px,0) scale(.94) rotate(1deg); }
.why-section.motion-ready .why-points article > span { opacity: 0; transform: scale(.5); transform-origin: left center; }
.why-section.motion-ready::before { opacity: 0; transform: translate3d(-8%,0,0); }
.why-section.motion-ready.is-visible .why-statement { opacity: 1; transform: none; transition: opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1); }
.why-section.motion-ready.is-visible .why-statement h2 { opacity: 1; transform: none; transition: opacity .7s .12s ease,transform .8s .12s cubic-bezier(.16,1,.3,1); }
.why-section.motion-ready.is-visible .why-statement > p { opacity: 1; transform: none; transition: opacity .65s .25s ease,transform .7s .25s cubic-bezier(.16,1,.3,1); }
.why-section.motion-ready.is-visible .why-points article { opacity: 1; transform: none; transition: opacity .68s ease,transform .78s cubic-bezier(.16,1,.3,1),background .2s ease; }
.why-section.motion-ready.is-visible .why-points article > span { opacity: 1; transform: none; transition: opacity .35s ease,transform .5s cubic-bezier(.16,1,.3,1); }
.why-section.motion-ready.is-visible .why-points article::after { transform: scaleX(1); transition: transform .7s cubic-bezier(.16,1,.3,1); }
.why-section.motion-ready.is-visible .why-points article:nth-child(1) { transition-delay: .12s; }
.why-section.motion-ready.is-visible .why-points article:nth-child(2) { transition-delay: .22s; }
.why-section.motion-ready.is-visible .why-points article:nth-child(3) { transition-delay: .32s; }
.why-section.motion-ready.is-visible .why-points article:nth-child(4) { transition-delay: .42s; }
.why-section.motion-ready.is-visible .why-points article:nth-child(1) > span,.why-section.motion-ready.is-visible .why-points article:nth-child(1)::after { transition-delay: .42s; }
.why-section.motion-ready.is-visible .why-points article:nth-child(2) > span,.why-section.motion-ready.is-visible .why-points article:nth-child(2)::after { transition-delay: .52s; }
.why-section.motion-ready.is-visible .why-points article:nth-child(3) > span,.why-section.motion-ready.is-visible .why-points article:nth-child(3)::after { transition-delay: .62s; }
.why-section.motion-ready.is-visible .why-points article:nth-child(4) > span,.why-section.motion-ready.is-visible .why-points article:nth-child(4)::after { transition-delay: .72s; }
.why-section.motion-ready.is-visible::before { opacity: .7; transform: translate3d(-3%,0,0); transition: opacity 1.1s ease,transform 1.4s cubic-bezier(.2,.8,.2,1); }
.why-points article:hover { background: rgba(255,255,255,.82); }
.home-contact { position: relative; overflow: hidden; padding: 116px 0; background: var(--surface); }
.home-contact::before { position: absolute; top: 0; right: 0; left: 0; height: 1px; content: ""; background: linear-gradient(90deg,var(--blue) 0 38%,var(--line) 38% 100%); transform-origin: left; }
.home-contact-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 100px; align-items: end; }
.home-contact-grid { position: relative; z-index: 1; }
.home-contact h2 { max-width: 760px; font-size: clamp(48px,7vw,90px); font-weight: 600; letter-spacing: -.065em; line-height: .95; }
.home-contact-grid > div:last-child > p { color: var(--steel); font-size: 16px; line-height: 1.8; }
.home-contact.motion-ready .home-contact-grid > div:first-child { opacity: 0; transform: translate3d(-58px,0,0); }
.home-contact.motion-ready .home-contact-grid > div:last-child { opacity: 0; transform: translate3d(58px,0,0); }
.home-contact.motion-ready h2 { opacity: 0; transform: translate3d(0,30px,0) scale(.97); }
.home-contact.motion-ready .home-contact-grid > div:last-child > p { opacity: 0; transform: translate3d(0,22px,0); }
.home-contact.motion-ready .hero-actions a { opacity: 0; transform: translate3d(0,18px,0); }
.home-contact.motion-ready::before { transform: scaleX(0); }
.home-contact.motion-ready.is-visible .home-contact-grid > div { opacity: 1; transform: none; transition: opacity .75s ease,transform .82s cubic-bezier(.16,1,.3,1); }
.home-contact.motion-ready.is-visible .home-contact-grid > div:last-child { transition-delay: .14s; }
.home-contact.motion-ready.is-visible h2 { opacity: 1; transform: none; transition: opacity .7s .14s ease,transform .82s .14s cubic-bezier(.16,1,.3,1); }
.home-contact.motion-ready.is-visible .home-contact-grid > div:last-child > p { opacity: 1; transform: none; transition: opacity .6s .3s ease,transform .7s .3s cubic-bezier(.16,1,.3,1); }
.home-contact.motion-ready.is-visible .hero-actions a { opacity: 1; transform: none; transition: opacity .55s ease,transform .65s cubic-bezier(.16,1,.3,1),background .2s,color .2s,border-color .2s; }
.home-contact.motion-ready.is-visible .hero-actions a:nth-child(1) { transition-delay: .42s; }
.home-contact.motion-ready.is-visible .hero-actions a:nth-child(2) { transition-delay: .52s; }
.home-contact.motion-ready.is-visible .hero-actions a:hover,.home-contact.motion-ready.is-visible .hero-actions a:focus-visible { transform: translateY(-2px); }
.home-contact.motion-ready.is-visible::before { transform: scaleX(1); transition: transform 1.15s cubic-bezier(.16,1,.3,1); }

/* Services catalog */
.service-catalog { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 82px 1fr; gap: 28px; min-height: 360px; padding: 46px 42px 44px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.service-detail-primary { grid-column: span 2; min-height: 390px; background: var(--blue); color: var(--white); }
.detail-code,.product-number { color: var(--blue); font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .14em; }
.service-detail-primary .detail-code { color: #c5dff1; }
.detail-kicker { margin-bottom: 16px !important; color: var(--blue) !important; font: 600 10px "IBM Plex Mono", monospace !important; letter-spacing: .14em; text-transform: uppercase; }
.service-detail-primary .detail-kicker { color: #c5dff1 !important; }
.service-detail h2 { max-width: 560px; font-size: clamp(28px,3vw,43px); letter-spacing: -.045em; line-height: 1.05; }
.service-detail p { max-width: 560px; margin-top: 20px; color: var(--steel); font-size: 15px; line-height: 1.75; }
.service-detail-primary p { color: rgba(255,255,255,.75); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; list-style: none; }
.tag-list li { padding: 8px 11px; border: 1px solid var(--line-dark); font: 9px "IBM Plex Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.service-detail-primary .tag-list li { border-color: rgba(255,255,255,.35); }
.service-cta { padding: 88px 0; background: var(--ink); color: var(--white); }
.service-cta h2 { max-width: 780px; font-size: clamp(32px,4vw,52px); }

/* Products catalog */
.product-hero { position: relative; overflow: hidden; padding: 110px 0 96px; background: var(--ink); color: var(--white); }
.product-hero::after { position: absolute; right: -120px; bottom: -220px; width: 620px; height: 620px; border: 1px solid rgba(140,193,232,.25); border-radius: 50%; content: ""; box-shadow: 0 0 0 90px rgba(140,193,232,.035),0 0 0 180px rgba(140,193,232,.025); }
.product-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: 80px; align-items: end; }
.product-hero h1 { max-width: 850px; margin-top: 24px; font-size: clamp(52px,7vw,94px); font-weight: 600; letter-spacing: -.065em; line-height: .92; }
.product-hero h1 span { color: #8cc1e8; }
.product-hero p { color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.8; }
.product-catalog { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.product-group { display: flex; flex-direction: column; justify-content: space-between; min-height: 470px; padding: 38px; border: 1px solid var(--line); background: var(--surface); }
.product-group-industrial { grid-row: span 2; min-height: 958px; background: var(--blue-soft); }
.product-group-head { display: flex; justify-content: space-between; align-items: flex-start; }
.product-symbol { position: relative; width: 86px; height: 86px; border: 2px solid var(--blue); transform: rotate(45deg); }
.product-symbol::before { position: absolute; inset: 19px; border: 2px solid var(--blue); content: ""; }
.symbol-needle { width: 100px; height: 24px; margin-top: 25px; border-width: 1px; transform: rotate(-18deg); }
.symbol-needle::before { inset: 5px 18px; border-width: 1px; }
.symbol-device { border-radius: 50%; transform: none; }
.symbol-device::before { border-radius: 50%; }
.product-group h2 { font-size: clamp(34px,4vw,58px); letter-spacing: -.055em; line-height: 1; }
.product-group ul { display: grid; gap: 0; margin-top: 32px; list-style: none; border-top: 1px solid var(--line-dark); }
.product-group li { padding: 15px 0; border-bottom: 1px solid var(--line-dark); color: var(--graphite); font: 500 11px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.product-note { padding: 72px 0; border-top: 1px solid var(--line); }
.product-note-grid { display: grid; grid-template-columns: 210px 1fr auto; gap: 48px; align-items: center; }
.product-note-grid .mono { color: var(--blue); font-size: 9px; }
.product-note-grid p { max-width: 650px; color: var(--steel); line-height: 1.75; }

/* Featured solutions */
.featured-solutions { padding: 118px 0 126px; background: var(--white); }
.solution-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { position: relative; min-height: 320px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); text-decoration: none; transition: background .25s ease, color .25s ease, transform .25s ease; }
.solution-card:hover,.solution-card:focus-visible { z-index: 1; background: var(--ink); color: var(--white); transform: translateY(-6px); }
.solution-card-primary { background: var(--blue); color: var(--white); }
.solution-card > span { color: var(--blue); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .12em; }
.solution-card-primary > span,.solution-card:hover > span { color: #8cc1e8; }
.solution-card h3 { max-width: 320px; margin-top: 104px; font-size: clamp(23px,2.5vw,34px); letter-spacing: -.04em; line-height: 1.05; }
.solution-card p { max-width: 310px; margin-top: 16px; color: var(--steel); font-size: 13px; line-height: 1.65; }
.solution-card-primary p,.solution-card:hover p { color: rgba(255,255,255,.66); }
.solution-card i { position: absolute; top: 26px; right: 28px; color: var(--blue); font: normal 24px "IBM Plex Mono", monospace; }
.solution-card-primary i,.solution-card:hover i { color: #8cc1e8; }

/* Services mosaic */
.service-showcase { padding: 112px 0 126px; background: var(--ink); color: var(--white); }
.service-showcase-heading { align-items: start; }
.service-showcase-heading h2 span { color: #8cc1e8; }
.service-showcase-heading p { color: rgba(255,255,255,.62); }
.service-mosaic { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 14px; }
.service-solution { position: relative; grid-column: span 4; min-height: 470px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid rgba(255,255,255,.16); background: #20262c; scroll-margin-top: 120px; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.service-solution::before { position: absolute; right: -80px; bottom: -80px; width: 180px; height: 180px; border: 1px solid rgba(140,193,232,.16); border-radius: 50%; content: ""; box-shadow: 0 0 0 38px rgba(140,193,232,.025); }
.service-solution:hover { z-index: 2; border-color: rgba(140,193,232,.7); background: #252d34; transform: translateY(-7px); }
.service-solution-hero { grid-column: span 8; min-height: 570px; background: var(--blue); }
.service-solution-hero::before { right: -40px; bottom: -160px; width: 420px; height: 420px; border-color: rgba(255,255,255,.2); box-shadow: 0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018); }
.service-solution-ai { grid-column: span 8; background: #24313a; }
.service-solution-wide { grid-column: span 8; min-height: 410px; }
.service-solution-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8cc1e8; font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.service-solution-top strong { padding: 7px 9px; border: 1px solid rgba(255,255,255,.35); color: var(--white); font-size: 8px; }
.service-solution-top b { font: 22px "IBM Plex Mono", monospace; transition: transform .2s ease; }
.service-solution:hover .service-solution-top b { transform: translate(4px,-4px); }
.service-solution-body { position: relative; z-index: 1; }
.service-solution-body h3 { max-width: 680px; font-size: clamp(30px,3.4vw,52px); letter-spacing: -.05em; line-height: 1; }
.service-solution:not(.service-solution-hero):not(.service-solution-ai):not(.service-solution-wide) .service-solution-body h3 { font-size: clamp(27px,2.7vw,39px); }
.service-solution-body > p { max-width: 650px; margin-top: 18px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.service-solution-body ul { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; list-style: none; }
.service-solution-body li { padding: 7px 9px; border: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.78); font: 8px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.service-solution-path { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 38px; }
.service-solution-path span { padding: 8px 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); font: 8px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.service-solution-path i { color: #c5dff1; font-style: normal; }
.service-method { padding: 110px 0; }
.service-method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.service-method h2 { max-width: 620px; font-size: clamp(40px,5vw,66px); letter-spacing: -.055em; line-height: 1; }
.service-method ol { list-style: none; border-top: 1px solid var(--line-dark); }
.service-method li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 600; }
.service-method li span { color: var(--blue); font: 9px "IBM Plex Mono", monospace; letter-spacing: .1em; }

/* Project and about previews */
.project-preview { padding: 120px 0; background: var(--blue-soft); color: var(--ink); }
.project-heading h2 span { color: var(--blue); }
.project-heading p { color: var(--steel); }
.project-preview-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }
.project-preview-grid article { position: relative; min-height: 300px; padding: 34px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.72); }
.project-preview-main { grid-row: span 2; min-height: 616px !important; background: linear-gradient(145deg,var(--blue),var(--blue-dark)); color: var(--white); }
.project-type { color: var(--blue); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.project-preview-main .project-type { color: #c5dff1; }
.project-preview-grid h3 { max-width: 620px; margin-top: 90px; font-size: clamp(28px,3.5vw,50px); letter-spacing: -.05em; line-height: 1.02; }
.project-preview-main h3 { margin-top: 250px; }
.project-preview-grid p { max-width: 580px; margin-top: 18px; color: var(--steel); font-size: 14px; line-height: 1.7; }
.project-preview-main p { color: rgba(255,255,255,.72); }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.project-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.3); font: 8px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.about-preview { padding: 118px 0; background: var(--graphite); color: var(--white); }
.about-preview-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: center; }
.about-preview-mark { position: relative; min-height: 430px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: var(--ink); }
.about-preview-mark::before,.about-preview-mark::after { position: absolute; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.22); content: ""; transform: rotate(45deg); }
.about-preview-mark::after { width: 130px; height: 130px; background: var(--blue); }
.about-preview-mark span { position: relative; z-index: 2; color: var(--white); font: 700 28px "IBM Plex Mono", monospace; letter-spacing: -.08em; }
.about-preview h2 { max-width: 720px; font-size: clamp(44px,6vw,76px); letter-spacing: -.06em; line-height: .96; }
.about-preview p { max-width: 700px; margin-top: 28px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.8; }
.about-preview.motion-ready .about-preview-mark { opacity: 0; transform: translate3d(-54px,0,0) scale(.92); }
.about-preview.motion-ready .about-preview-mark::before { opacity: 0; transform: rotate(20deg) scale(.5); }
.about-preview.motion-ready .about-preview-mark::after { opacity: 0; transform: rotate(70deg) scale(.45); }
.about-preview.motion-ready .about-preview-mark span { opacity: 0; transform: scale(.55); }
.about-preview.motion-ready .about-preview-grid > div:last-child { opacity: 0; transform: translate3d(58px,0,0); }
.about-preview.motion-ready .about-preview-grid > div:last-child h2,.about-preview.motion-ready .about-preview-grid > div:last-child p,.about-preview.motion-ready .about-preview-grid > div:last-child .text-link { opacity: 0; transform: translate3d(0,22px,0); }
.about-preview.motion-ready.is-visible .about-preview-mark { opacity: 1; transform: none; transition: opacity .72s ease,transform .85s cubic-bezier(.16,1,.3,1); }
.about-preview.motion-ready.is-visible .about-preview-mark::before,.about-preview.motion-ready.is-visible .about-preview-mark::after { opacity: 1; transform: rotate(45deg) scale(1); transition: opacity .6s ease,transform 1s cubic-bezier(.16,1,.3,1); }
.about-preview.motion-ready.is-visible .about-preview-mark::before { transition-delay: .14s; }
.about-preview.motion-ready.is-visible .about-preview-mark::after { transition-delay: .26s; }
.about-preview.motion-ready.is-visible .about-preview-mark span { opacity: 1; transform: none; transition: opacity .45s .48s ease,transform .6s .48s cubic-bezier(.16,1,.3,1); }
.about-preview.motion-ready.is-visible .about-preview-grid > div:last-child { opacity: 1; transform: none; transition: opacity .75s .12s ease,transform .82s .12s cubic-bezier(.16,1,.3,1); }
.about-preview.motion-ready.is-visible .about-preview-grid > div:last-child h2 { opacity: 1; transform: none; transition: opacity .65s .24s ease,transform .75s .24s cubic-bezier(.16,1,.3,1); }
.about-preview.motion-ready.is-visible .about-preview-grid > div:last-child p { opacity: 1; transform: none; transition: opacity .6s .36s ease,transform .7s .36s cubic-bezier(.16,1,.3,1); }
.about-preview.motion-ready.is-visible .about-preview-grid > div:last-child .text-link { opacity: 1; transform: none; transition: opacity .55s .48s ease,transform .65s .48s cubic-bezier(.16,1,.3,1); }

/* Detailed services */
.services-overview { padding: 42px 0; border-bottom: 1px solid var(--line); background: var(--surface); }
.services-overview-grid { display: grid; grid-template-columns: 180px 1fr auto; gap: 46px; align-items: center; }
.services-overview .mono { color: var(--blue); font-size: 9px; }
.services-overview p { max-width: 760px; color: var(--steel); line-height: 1.75; }
.service-catalog-detailed .service-detail { min-height: 470px; }
.service-catalog-detailed .service-detail-primary { min-height: 520px; }
.service-scope { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; margin-top: 30px; border-top: 1px solid var(--line-dark); list-style: none; }
.service-scope li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--graphite); font: 9px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.service-detail-primary .service-scope { border-color: rgba(255,255,255,.35); }
.service-detail-primary .service-scope li { border-color: rgba(255,255,255,.22); color: var(--white); }
.service-workflow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 34px; }
.service-workflow span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.35); font: 8px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.service-workflow i { color: #8cc1e8; font-style: normal; }

/* Projects page */
.projects-hero { padding: 110px 0 98px; background: var(--ink); color: var(--white); }
.projects-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.projects-hero h1 { max-width: 850px; margin-top: 24px; font-size: clamp(54px,7vw,96px); font-weight: 600; letter-spacing: -.065em; line-height: .92; }
.projects-hero h1 span { color: #8cc1e8; }
.projects-hero p { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.8; }
.projects-hero small { display: block; margin-top: 24px; color: rgba(255,255,255,.42); font: 9px "IBM Plex Mono", monospace; letter-spacing: .08em; line-height: 1.7; text-transform: uppercase; }
.project-list { padding: 100px 0 120px; }
.project-case { display: grid; grid-template-columns: 190px 1fr 280px; gap: 54px; min-height: 470px; padding: 54px 0; border-bottom: 1px solid var(--line-dark); align-items: center; }
.project-case:first-child { border-top: 1px solid var(--line-dark); }
.project-case-meta span { display: block; color: var(--blue); font: 9px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.project-case-meta strong { display: block; margin-top: 16px; font-size: 14px; }
.project-case-copy h2 { max-width: 680px; font-size: clamp(32px,4vw,54px); letter-spacing: -.05em; line-height: 1.02; }
.project-case-copy p { max-width: 680px; margin-top: 20px; color: var(--steel); line-height: 1.75; }
.project-case-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; list-style: none; }
.project-case-copy li { padding: 7px 9px; border: 1px solid var(--line-dark); font: 8px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.case-diagram,.case-metric,.case-network { position: relative; min-height: 280px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.case-diagram { display: grid; grid-template-columns: repeat(2,1fr); place-items: center; padding: 30px; }
.case-diagram span { z-index: 2; padding: 7px; background: var(--white); color: var(--blue); font: 8px "IBM Plex Mono", monospace; text-transform: uppercase; }
.case-diagram i { position: absolute; inset: 50% 15%; height: 1px; background: var(--blue); box-shadow: 0 -70px 0 var(--line-dark),0 70px 0 var(--line-dark); }
.case-metric { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.case-metric span,.case-metric small { color: var(--steel); font: 8px "IBM Plex Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.case-metric strong { margin: 12px 0; color: var(--blue); font-size: 64px; letter-spacing: -.07em; }
.case-network i { position: absolute; width: 34px; height: 34px; border: 2px solid var(--blue); border-radius: 50%; }
.case-network i:nth-child(1) { top: 35px; left: 40px; }.case-network i:nth-child(2) { top: 42px; right: 34px; }.case-network i:nth-child(3) { bottom: 36px; left: 52px; }.case-network i:nth-child(4) { right: 55px; bottom: 45px; }
.case-network::before,.case-network::after { position: absolute; top: 50%; left: 10%; width: 80%; height: 1px; background: var(--line-dark); content: ""; transform: rotate(28deg); }.case-network::after { transform: rotate(-28deg); }
.case-network span { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 70px; height: 70px; background: var(--blue); color: var(--white); border-radius: 50%; font: 10px "IBM Plex Mono", monospace; transform: translate(-50%,-50%); }
.project-disclaimer { padding: 72px 0; background: var(--surface); }
.project-disclaimer .container { display: grid; grid-template-columns: 190px 1fr auto; gap: 48px; align-items: center; }
.project-disclaimer .mono { color: var(--blue); font-size: 9px; }
.project-disclaimer p { max-width: 680px; color: var(--steel); line-height: 1.75; }

/* About page */
.about-manifesto { padding: 90px 0; background: var(--ink); color: var(--white); }
.about-manifesto-grid { display: grid; grid-template-columns: 160px 1fr .7fr; gap: 60px; align-items: start; }
.about-manifesto .mono { color: #8cc1e8; font-size: 9px; }
.about-manifesto h2 { max-width: 700px; font-size: clamp(38px,5vw,66px); letter-spacing: -.055em; line-height: 1; }
.about-manifesto p { color: rgba(255,255,255,.62); line-height: 1.8; }
.about-pillars { padding: 110px 0; }
.about-pillar-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-pillar-grid article { min-height: 390px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-pillar-grid span { color: var(--blue); font: 9px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.about-pillar-grid h2 { max-width: 520px; margin-top: 104px; font-size: clamp(28px,3vw,42px); letter-spacing: -.045em; line-height: 1.04; }
.about-pillar-grid p { max-width: 560px; margin-top: 18px; color: var(--steel); line-height: 1.75; }
.about-capabilities { padding: 0 0 110px; }
.credential-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }

/* Contact form */
.contact-page { background: var(--white); color: var(--ink); }
.contact-page-main { min-height: calc(100vh - 80px); }
.contact-intro { padding: 100px 0 82px; background: var(--blue); color: var(--white); }
.contact-intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.contact-intro h1 { max-width: 780px; margin-top: 22px; font-size: clamp(54px,7vw,94px); font-weight: 600; letter-spacing: -.065em; line-height: .94; }
.contact-intro h1 span { color: #c5dff1; }
.contact-intro p { color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.8; }
.direct-contact { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.direct-contact a { color: var(--white); font: 10px "IBM Plex Mono", monospace; letter-spacing: .08em; }
.contact-form-section { padding: 100px 0 120px; }
.contact-form-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.form-context { position: sticky; top: 150px; }
.form-context .mono { color: var(--blue); font-size: 9px; }
.form-context h2 { margin-top: 22px; font-size: clamp(36px,4vw,56px); letter-spacing: -.05em; line-height: 1; }
.form-context > p { margin-top: 24px; color: var(--steel); line-height: 1.75; }
.response-note { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); }
.response-note span { display: block; color: var(--steel); font: 8px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.response-note strong { display: block; margin-top: 8px; font-size: 13px; }
.inquiry-form { padding: 44px; border: 1px solid var(--line-dark); background: var(--surface); }
.honeypot { position: absolute; left: -9999px; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.inquiry-form label { display: block; margin-bottom: 24px; color: var(--graphite); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.inquiry-form input,.inquiry-form select,.inquiry-form textarea { width: 100%; margin-top: 10px; border: 1px solid var(--line-dark); border-radius: 0; outline: 0; background: var(--white); color: var(--ink); font: 15px "Archivo", sans-serif; text-transform: none; transition: border-color .2s, box-shadow .2s; }
.inquiry-form input,.inquiry-form select { height: 52px; padding: 0 14px; }
.inquiry-form textarea { resize: vertical; min-height: 170px; padding: 14px; line-height: 1.6; }
.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,104,179,.12); }
.form-submit { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding-top: 8px; }
.form-submit p { max-width: 310px; color: var(--steel); font-size: 11px; }
.inquiry-form button { cursor: pointer; font-family: inherit; }
.thank-you-page { background: var(--surface); }
.thank-you-shell { min-height: calc(100vh - 4px); display: grid; place-items: center; padding: 40px; }
.thank-you-card { max-width: 760px; padding: 60px; border: 1px solid var(--line-dark); background: var(--white); }
.thank-you-card > .mono { display: block; margin-top: 80px; color: var(--blue); font-size: 9px; }
.thank-you-card h1 { margin-top: 22px; font-size: clamp(42px,6vw,72px); letter-spacing: -.06em; line-height: .98; }
.thank-you-card p { max-width: 580px; margin: 24px 0 34px; color: var(--steel); font-size: 16px; line-height: 1.75; }

/* Inner page scroll entrances */
.page-services .page-intro.motion-ready .page-code,.page-about .page-intro.motion-ready .page-code { opacity: 0; transform: translate3d(-34px,0,0); }
.page-services .page-intro.motion-ready .intro-grid > div:last-child,.page-about .page-intro.motion-ready .intro-grid > div:last-child { opacity: 0; transform: translate3d(0,42px,0); }
.page-services .page-intro.motion-ready h1,.page-about .page-intro.motion-ready h1 { opacity: 0; transform: translate3d(0,28px,0) scale(.97); }
.page-services .page-intro.motion-ready.is-visible .page-code,.page-about .page-intro.motion-ready.is-visible .page-code { opacity: 1; transform: none; transition: opacity .6s ease,transform .72s cubic-bezier(.16,1,.3,1); }
.page-services .page-intro.motion-ready.is-visible .intro-grid > div:last-child,.page-about .page-intro.motion-ready.is-visible .intro-grid > div:last-child { opacity: 1; transform: none; transition: opacity .72s .1s ease,transform .82s .1s cubic-bezier(.16,1,.3,1); }
.page-services .page-intro.motion-ready.is-visible h1,.page-about .page-intro.motion-ready.is-visible h1 { opacity: 1; transform: none; transition: opacity .7s .18s ease,transform .82s .18s cubic-bezier(.16,1,.3,1); }

.service-showcase-heading.motion-ready > div:first-child { opacity: 0; transform: translate3d(-50px,0,0); }
.service-showcase-heading.motion-ready > div:last-child { opacity: 0; transform: translate3d(50px,0,0); }
.service-showcase-heading.motion-ready h2 { opacity: 0; transform: translate3d(0,24px,0) scale(.97); }
.service-showcase-heading.motion-ready.is-visible > div { opacity: 1; transform: none; transition: opacity .72s ease,transform .82s cubic-bezier(.16,1,.3,1); }
.service-showcase-heading.motion-ready.is-visible > div:last-child { transition-delay: .12s; }
.service-showcase-heading.motion-ready.is-visible h2 { opacity: 1; transform: none; transition: opacity .65s .14s ease,transform .76s .14s cubic-bezier(.16,1,.3,1); }
.service-solution.motion-ready { opacity: 0; transform: translate3d(0,48px,0) scale(.94) rotate(-.7deg); }
.service-solution:nth-child(even).motion-ready { transform: translate3d(0,48px,0) scale(.94) rotate(.7deg); }
.service-solution.motion-ready .service-solution-top,.service-solution.motion-ready .service-solution-body,.service-solution.motion-ready .service-solution-path { opacity: 0; transform: translate3d(0,18px,0); }
.service-solution.motion-ready.is-visible { opacity: 1; transform: none; transition: opacity .68s ease,transform .86s cubic-bezier(.16,1,.3,1),border-color .25s ease,background .25s ease; }
.service-solution.motion-ready.is-visible .service-solution-top { opacity: 1; transform: none; transition: opacity .45s .2s ease,transform .58s .2s cubic-bezier(.16,1,.3,1); }
.service-solution.motion-ready.is-visible .service-solution-body { opacity: 1; transform: none; transition: opacity .55s .3s ease,transform .68s .3s cubic-bezier(.16,1,.3,1); }
.service-solution.motion-ready.is-visible .service-solution-path { opacity: 1; transform: none; transition: opacity .5s .42s ease,transform .62s .42s cubic-bezier(.16,1,.3,1); }
.service-solution.motion-ready.is-visible:hover { transform: translateY(-7px); }
.service-method.motion-ready .service-method-grid > div { opacity: 0; transform: translate3d(-54px,0,0); }
.service-method.motion-ready ol { opacity: 0; transform: translate3d(54px,0,0); }
.service-method.motion-ready li { opacity: 0; transform: translate3d(28px,0,0); }
.service-method.motion-ready.is-visible .service-method-grid > div,.service-method.motion-ready.is-visible ol { opacity: 1; transform: none; transition: opacity .72s ease,transform .82s cubic-bezier(.16,1,.3,1); }
.service-method.motion-ready.is-visible ol { transition-delay: .1s; }
.service-method.motion-ready.is-visible li { opacity: 1; transform: none; transition: opacity .5s ease,transform .64s cubic-bezier(.16,1,.3,1); }
.service-method.motion-ready.is-visible li:nth-child(1) { transition-delay: .24s; }.service-method.motion-ready.is-visible li:nth-child(2) { transition-delay: .34s; }.service-method.motion-ready.is-visible li:nth-child(3) { transition-delay: .44s; }.service-method.motion-ready.is-visible li:nth-child(4) { transition-delay: .54s; }
.service-cta.motion-ready .home-cta-inner > div { opacity: 0; transform: translate3d(-48px,0,0); }
.service-cta.motion-ready .button-primary { opacity: 0; transform: translate3d(48px,0,0); }
.service-cta.motion-ready.is-visible .home-cta-inner > div,.service-cta.motion-ready.is-visible .button-primary { opacity: 1; transform: none; transition: opacity .7s ease,transform .8s cubic-bezier(.16,1,.3,1),background .2s; }
.service-cta.motion-ready.is-visible .button-primary { transition-delay: .16s; }
.service-cta.motion-ready.is-visible .button-primary:hover { transform: translateY(-2px); }

.projects-hero.motion-ready .projects-hero-grid > div:first-child { opacity: 0; transform: translate3d(-58px,0,0); }
.projects-hero.motion-ready .projects-hero-grid > div:last-child { opacity: 0; transform: translate3d(58px,0,0); }
.projects-hero.motion-ready h1 { opacity: 0; transform: translate3d(0,30px,0) scale(.97); }
.projects-hero.motion-ready.is-visible .projects-hero-grid > div { opacity: 1; transform: none; transition: opacity .72s ease,transform .84s cubic-bezier(.16,1,.3,1); }
.projects-hero.motion-ready.is-visible .projects-hero-grid > div:last-child { transition-delay: .14s; }
.projects-hero.motion-ready.is-visible h1 { opacity: 1; transform: none; transition: opacity .68s .16s ease,transform .82s .16s cubic-bezier(.16,1,.3,1); }
.project-case.motion-ready .project-case-meta { opacity: 0; transform: translate3d(-42px,0,0); }
.project-case.motion-ready .project-case-copy { opacity: 0; transform: translate3d(0,36px,0); }
.project-case.motion-ready > :last-child { opacity: 0; transform: translate3d(42px,0,0) scale(.9); }
.project-case:nth-child(even).motion-ready > :last-child { transform: translate3d(-42px,0,0) scale(.9); }
.project-case.motion-ready.is-visible .project-case-meta,.project-case.motion-ready.is-visible .project-case-copy,.project-case.motion-ready.is-visible > :last-child { opacity: 1; transform: none; transition: opacity .68s ease,transform .82s cubic-bezier(.16,1,.3,1); }
.project-case.motion-ready.is-visible .project-case-copy { transition-delay: .1s; }.project-case.motion-ready.is-visible > :last-child { transition-delay: .2s; }
.project-case.motion-ready .project-case-meta > *,.project-case.motion-ready .project-case-copy > * { opacity: 0; transform: translate3d(0,18px,0); }
.project-case.motion-ready .project-case-copy li { transform: translate3d(14px,0,0); }
.project-case.motion-ready.is-visible .project-case-meta > *,.project-case.motion-ready.is-visible .project-case-copy > * { opacity: 1; transform: none; transition: opacity .5s ease,transform .64s cubic-bezier(.16,1,.3,1); }
.project-case.motion-ready.is-visible .project-case-meta span { transition-delay: .16s; }.project-case.motion-ready.is-visible .project-case-meta strong { transition-delay: .24s; }
.project-case.motion-ready.is-visible .project-case-copy h2 { transition-delay: .24s; }.project-case.motion-ready.is-visible .project-case-copy p { transition-delay: .34s; }
.project-case.motion-ready.is-visible .project-case-copy li:nth-child(1) { transition-delay: .44s; }.project-case.motion-ready.is-visible .project-case-copy li:nth-child(2) { transition-delay: .5s; }.project-case.motion-ready.is-visible .project-case-copy li:nth-child(3) { transition-delay: .56s; }.project-case.motion-ready.is-visible .project-case-copy li:nth-child(4) { transition-delay: .62s; }
.project-case.motion-ready .case-diagram i { opacity: 0; transform: scaleX(.1); transform-origin: center; }
.project-case.motion-ready .case-diagram span { opacity: 0; transform: scale(.55); }
.project-case.motion-ready.is-visible .case-diagram i { opacity: 1; transform: scaleX(1); transition: opacity .4s .38s ease,transform .8s .38s cubic-bezier(.16,1,.3,1); }
.project-case.motion-ready.is-visible .case-diagram span { opacity: 1; transform: none; transition: opacity .4s ease,transform .58s cubic-bezier(.16,1,.3,1); }
.project-case.motion-ready.is-visible .case-diagram span:nth-child(1) { transition-delay: .34s; }.project-case.motion-ready.is-visible .case-diagram span:nth-child(2) { transition-delay: .44s; }.project-case.motion-ready.is-visible .case-diagram span:nth-child(3) { transition-delay: .54s; }.project-case.motion-ready.is-visible .case-diagram span:nth-child(4) { transition-delay: .64s; }
.project-case.motion-ready .case-metric span,.project-case.motion-ready .case-metric small { opacity: 0; transform: translate3d(0,14px,0); }
.project-case.motion-ready .case-metric strong { opacity: 0; transform: scale(.5); }
.project-case.motion-ready.is-visible .case-metric span,.project-case.motion-ready.is-visible .case-metric small { opacity: 1; transform: none; transition: opacity .42s ease,transform .58s cubic-bezier(.16,1,.3,1); }
.project-case.motion-ready.is-visible .case-metric span { transition-delay: .34s; }.project-case.motion-ready.is-visible .case-metric strong { opacity: 1; transform: none; transition: opacity .45s .44s ease,transform .7s .44s cubic-bezier(.16,1,.3,1); }.project-case.motion-ready.is-visible .case-metric small { transition-delay: .56s; }
.project-case.motion-ready .case-network::before { opacity: 0; transform: rotate(28deg) scaleX(.15); }.project-case.motion-ready .case-network::after { opacity: 0; transform: rotate(-28deg) scaleX(.15); }
.project-case.motion-ready .case-network i { opacity: 0; transform: scale(.25); }
.project-case.motion-ready .case-network span { opacity: 0; transform: translate(-50%,-50%) scale(.4); }
.project-case.motion-ready.is-visible .case-network::before { opacity: 1; transform: rotate(28deg) scaleX(1); transition: opacity .42s .34s ease,transform .78s .34s cubic-bezier(.16,1,.3,1); }.project-case.motion-ready.is-visible .case-network::after { opacity: 1; transform: rotate(-28deg) scaleX(1); transition: opacity .42s .42s ease,transform .78s .42s cubic-bezier(.16,1,.3,1); }
.project-case.motion-ready.is-visible .case-network i { opacity: 1; transform: none; transition: opacity .4s ease,transform .6s cubic-bezier(.16,1,.3,1); }
.project-case.motion-ready.is-visible .case-network i:nth-child(1) { transition-delay: .32s; }.project-case.motion-ready.is-visible .case-network i:nth-child(2) { transition-delay: .4s; }.project-case.motion-ready.is-visible .case-network i:nth-child(3) { transition-delay: .48s; }.project-case.motion-ready.is-visible .case-network i:nth-child(4) { transition-delay: .56s; }
.project-case.motion-ready.is-visible .case-network span { opacity: 1; transform: translate(-50%,-50%) scale(1); transition: opacity .45s .62s ease,transform .7s .62s cubic-bezier(.16,1,.3,1); }
.project-disclaimer.motion-ready .container > * { opacity: 0; transform: translate3d(0,22px,0); }
.project-disclaimer.motion-ready.is-visible .container > * { opacity: 1; transform: none; transition: opacity .58s ease,transform .68s cubic-bezier(.16,1,.3,1); }
.project-disclaimer.motion-ready.is-visible .container > :nth-child(2) { transition-delay: .1s; }.project-disclaimer.motion-ready.is-visible .container > :nth-child(3) { transition-delay: .2s; }

.product-hero.motion-ready .product-hero-grid > div { opacity: 0; transform: translate3d(-58px,0,0); }
.product-hero.motion-ready .product-hero-grid > p { opacity: 0; transform: translate3d(58px,0,0); }
.product-hero.motion-ready h1 { opacity: 0; transform: translate3d(0,30px,0) scale(.97); }
.product-hero.motion-ready::after { opacity: 0; transform: scale(.65); }
.product-hero.motion-ready.is-visible .product-hero-grid > div,.product-hero.motion-ready.is-visible .product-hero-grid > p { opacity: 1; transform: none; transition: opacity .72s ease,transform .84s cubic-bezier(.16,1,.3,1); }
.product-hero.motion-ready.is-visible .product-hero-grid > p { transition-delay: .14s; }
.product-hero.motion-ready.is-visible h1 { opacity: 1; transform: none; transition: opacity .68s .16s ease,transform .82s .16s cubic-bezier(.16,1,.3,1); }
.product-hero.motion-ready.is-visible::after { opacity: 1; transform: none; transition: opacity .8s .18s ease,transform 1.15s .18s cubic-bezier(.16,1,.3,1); }
.product-group.motion-ready { opacity: 0; transform: translate3d(0,48px,0) scale(.94); }
.product-group.motion-ready > div { opacity: 0; transform: translate3d(0,20px,0); }
.product-group.motion-ready.is-visible { opacity: 1; transform: none; transition: opacity .68s ease,transform .86s cubic-bezier(.16,1,.3,1); }
.product-group.motion-ready.is-visible > div { opacity: 1; transform: none; transition: opacity .58s .2s ease,transform .68s .2s cubic-bezier(.16,1,.3,1); }
.product-group.motion-ready .product-symbol { opacity: 0; transform: rotate(10deg) scale(.5); }
.product-group.motion-ready .symbol-needle { transform: rotate(-55deg) scale(.5); }.product-group.motion-ready .symbol-device { transform: scale(.5); }
.product-group.motion-ready.is-visible .product-symbol { opacity: 1; transform: rotate(45deg) scale(1); transition: opacity .45s .3s ease,transform .76s .3s cubic-bezier(.16,1,.3,1); }
.product-group.motion-ready.is-visible .symbol-needle { transform: rotate(-18deg) scale(1); }.product-group.motion-ready.is-visible .symbol-device { transform: scale(1); }
.product-group.motion-ready li { opacity: 0; transform: translate3d(18px,0,0); }
.product-group.motion-ready.is-visible li { opacity: 1; transform: none; transition: opacity .42s ease,transform .56s cubic-bezier(.16,1,.3,1); }
.product-group.motion-ready.is-visible li:nth-child(1) { transition-delay: .38s; }.product-group.motion-ready.is-visible li:nth-child(2) { transition-delay: .46s; }.product-group.motion-ready.is-visible li:nth-child(3) { transition-delay: .54s; }.product-group.motion-ready.is-visible li:nth-child(4) { transition-delay: .62s; }
.product-note.motion-ready .product-note-grid > * { opacity: 0; transform: translate3d(0,22px,0); }
.product-note.motion-ready.is-visible .product-note-grid > * { opacity: 1; transform: none; transition: opacity .58s ease,transform .68s cubic-bezier(.16,1,.3,1),background .2s; }
.product-note.motion-ready.is-visible .product-note-grid > :nth-child(2) { transition-delay: .1s; }.product-note.motion-ready.is-visible .product-note-grid > :nth-child(3) { transition-delay: .2s; }
.product-note.motion-ready.is-visible .button-primary:hover { transform: translateY(-2px); }

.about-manifesto.motion-ready .about-manifesto-grid > * { opacity: 0; transform: translate3d(0,30px,0); }
.about-manifesto.motion-ready .about-manifesto-grid > :first-child { transform: translate3d(-36px,0,0); }
.about-manifesto.motion-ready .about-manifesto-grid > :last-child { transform: translate3d(36px,0,0); }
.about-manifesto.motion-ready.is-visible .about-manifesto-grid > * { opacity: 1; transform: none; transition: opacity .68s ease,transform .8s cubic-bezier(.16,1,.3,1); }
.about-manifesto.motion-ready.is-visible .about-manifesto-grid > :nth-child(2) { transition-delay: .12s; }.about-manifesto.motion-ready.is-visible .about-manifesto-grid > :nth-child(3) { transition-delay: .24s; }
.about-pillar-grid article.motion-ready { opacity: 0; transform: translate3d(-34px,30px,0) scale(.95); }
.about-pillar-grid article:nth-child(even).motion-ready { transform: translate3d(34px,30px,0) scale(.95); }
.about-pillar-grid article.motion-ready > * { opacity: 0; transform: translate3d(0,16px,0); }
.about-pillar-grid article.motion-ready.is-visible { opacity: 1; transform: none; transition: opacity .68s ease,transform .84s cubic-bezier(.16,1,.3,1),background .2s; }
.about-pillar-grid article.motion-ready.is-visible > * { opacity: 1; transform: none; transition: opacity .52s .2s ease,transform .64s .2s cubic-bezier(.16,1,.3,1); }
.about-capabilities.motion-ready .credential { opacity: 0; transform: translate3d(0,24px,0) rotate(-3deg); animation: none; }
.about-capabilities.motion-ready.is-visible .credential { opacity: 1; transform: none; transition: opacity .55s ease,transform .68s cubic-bezier(.16,1,.3,1); }
.about-capabilities.motion-ready.is-visible .credential:nth-child(1) { transition-delay: .05s; }.about-capabilities.motion-ready.is-visible .credential:nth-child(2) { transition-delay: .12s; }.about-capabilities.motion-ready.is-visible .credential:nth-child(3) { transition-delay: .19s; }.about-capabilities.motion-ready.is-visible .credential:nth-child(4) { transition-delay: .26s; }.about-capabilities.motion-ready.is-visible .credential:nth-child(5) { transition-delay: .33s; }.about-capabilities.motion-ready.is-visible .credential:nth-child(6) { transition-delay: .4s; }

.contact-intro.motion-ready .contact-intro-grid > div:first-child { opacity: 0; transform: translate3d(-58px,0,0); }
.contact-intro.motion-ready .contact-intro-grid > div:last-child { opacity: 0; transform: translate3d(58px,0,0); }
.contact-intro.motion-ready h1 { opacity: 0; transform: translate3d(0,30px,0) scale(.97); }
.contact-intro.motion-ready .direct-contact a { opacity: 0; transform: translate3d(0,14px,0); }
.contact-intro.motion-ready.is-visible .contact-intro-grid > div { opacity: 1; transform: none; transition: opacity .72s ease,transform .84s cubic-bezier(.16,1,.3,1); }
.contact-intro.motion-ready.is-visible .contact-intro-grid > div:last-child { transition-delay: .14s; }
.contact-intro.motion-ready.is-visible h1 { opacity: 1; transform: none; transition: opacity .68s .16s ease,transform .82s .16s cubic-bezier(.16,1,.3,1); }
.contact-intro.motion-ready.is-visible .direct-contact a { opacity: 1; transform: none; transition: opacity .5s ease,transform .62s cubic-bezier(.16,1,.3,1); }
.contact-intro.motion-ready.is-visible .direct-contact a:nth-child(1) { transition-delay: .34s; }.contact-intro.motion-ready.is-visible .direct-contact a:nth-child(2) { transition-delay: .44s; }
.contact-form-section.motion-ready .form-context { opacity: 0; transform: translate3d(-54px,0,0); }
.contact-form-section.motion-ready .inquiry-form { opacity: 0; transform: translate3d(54px,0,0) scale(.97); }
.contact-form-section.motion-ready .inquiry-form .form-row,.contact-form-section.motion-ready .inquiry-form > label,.contact-form-section.motion-ready .form-submit { opacity: 0; transform: translate3d(0,18px,0); }
.contact-form-section.motion-ready.is-visible .form-context,.contact-form-section.motion-ready.is-visible .inquiry-form { opacity: 1; transform: none; transition: opacity .72s ease,transform .84s cubic-bezier(.16,1,.3,1); }
.contact-form-section.motion-ready.is-visible .inquiry-form { transition-delay: .1s; }
.contact-form-section.motion-ready.is-visible .inquiry-form .form-row,.contact-form-section.motion-ready.is-visible .inquiry-form > label,.contact-form-section.motion-ready.is-visible .form-submit { opacity: 1; transform: none; transition: opacity .5s ease,transform .62s cubic-bezier(.16,1,.3,1); }
.contact-form-section.motion-ready.is-visible .inquiry-form .form-row:nth-of-type(1) { transition-delay: .26s; }.contact-form-section.motion-ready.is-visible .inquiry-form .form-row:nth-of-type(2) { transition-delay: .36s; }.contact-form-section.motion-ready.is-visible .inquiry-form > label { transition-delay: .46s; }.contact-form-section.motion-ready.is-visible .form-submit { transition-delay: .56s; }

@keyframes gradientSweep { 0% { transform: translateX(-110%); } 100% { transform: translateX(110%); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes stageReveal { from { opacity: 0; clip-path: inset(0 0 0 100%); } to { opacity: 1; clip-path: inset(0); } }
@keyframes chipIn { from { opacity: 0; transform: scale(.8) translateY(15px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 50% { opacity: .45; } }
@keyframes calibrate { 50% { transform: rotate(-1.6deg); } }
@keyframes gradientTextIn { from { opacity: 0; transform: translateY(22px); filter: blur(12px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes shutterCard { to { clip-path: polygon(0 0,100% 0,100% 100%,0 100%); } }
@keyframes rotateTitle { from { opacity: 0; transform: rotate(-8deg) translateY(35px); } to { opacity: 1; transform: none; } }
@keyframes spinCode { from { opacity: 0; transform: rotate(-180deg) scale(.4); } to { opacity: 1; transform: none; } }
@keyframes assembleLeft { from { opacity: 0; transform: translateX(-45px) rotate(-2deg); } to { opacity: 1; transform: none; } }
@keyframes diagramSpin { from { opacity: 0; transform: rotate(35deg) scale(.55); } to { opacity: 1; transform: none; } }
@keyframes orbitPulse { 50% { transform: scale(1.08); opacity: .6; } }
@keyframes blindOpen { to { opacity: 1; transform: rotateX(0); } }
@keyframes irisOpen { to { clip-path: circle(100% at 50% 50%); } }
@keyframes credentialRotate { to { opacity: 1; transform: none; } }
@keyframes doorLeft { to { transform: translateX(-101%); } }
@keyframes doorRight { to { transform: translateX(101%); } }
@keyframes contactSlide { from { opacity: 0; transform: translateX(45px); } to { opacity: 1; transform: none; } }
@keyframes pageExit { to { opacity: 0; transform: translateY(-12px); filter: blur(5px); } }

@media (max-width: 1020px) {
  .nav-inner { grid-template-columns: 1fr auto; }.nav-links { grid-column: 1 / -1; order: 3; justify-content: flex-start; width: 100%; overflow-x: auto; padding: 12px 0 16px; border-top: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1fr 1fr; }.hero-copy { padding-right: 34px; }.robot-svg { width: 120%; right: -16%; }
  .capability { grid-column: span 6; }.capability:nth-child(3n+1) { border-left: 0; }.capability:nth-child(2n+1) { border-left: 1px solid var(--line); }
  .principles,.industries-layout { gap: 48px; }.about-panel { gap: 48px; }
  .section-heading,.products-teaser-grid,.product-hero-grid { gap: 48px; }.product-orbit { min-height: 360px; }.product-note-grid { grid-template-columns: 150px 1fr; }.product-note-grid .button-primary { grid-column: 2; justify-self: start; }
  .industries-home-grid,.why-grid,.home-contact-grid { gap: 54px; }.featured-product-grid { grid-template-columns: 1fr 1fr; }.featured-product:first-child { grid-column: span 2; }.featured-product:first-child .featured-visual { height: 310px; }
  .businesses-heading { gap: 54px; }.business-card-primary,.business-card { grid-column: span 6; }.business-card-software { grid-column: span 12; }
  .solution-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.project-preview-grid { grid-template-columns: 1fr; }.project-preview-main { grid-row: auto; min-height: 520px !important; }.project-preview-main h3 { margin-top: 190px; }.about-preview-grid,.projects-hero-grid,.contact-intro-grid { gap: 54px; }.project-case { grid-template-columns: 150px 1fr; }.project-case > :last-child { grid-column: 2; width: min(100%,360px); }.project-disclaimer .container { grid-template-columns: 150px 1fr; }.project-disclaimer .button-primary { grid-column: 2; justify-self: start; }.about-manifesto-grid { grid-template-columns: 130px 1fr; }.about-manifesto-grid p { grid-column: 2; }.contact-form-grid { gap: 54px; }
  .service-solution { grid-column: span 6; }.service-solution-hero,.service-solution-ai,.service-solution-wide { grid-column: span 12; }.service-method-grid { gap: 54px; }
}
@media (max-width: 780px) {
  .container { width: min(calc(100% - 32px),var(--max)); }.nav-inner { min-height: 66px; }.nav-cta { min-height: 40px; padding-inline: 14px; }.brand-sub { display: none; }
  .page-intro { padding: 72px 0 52px; }.intro-grid { grid-template-columns: 1fr; gap: 18px; }.page-content { padding: 64px 0 84px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }.home-hero { min-height: auto; }.hero-copy { padding: 82px 0 68px; }.robot-stage { min-height: 520px; border-top: 1px solid var(--line); border-left: 0; }.robot-svg { width: 100%; right: 0; }
  .principles,.industries-layout,.about-panel,.contact-grid { grid-template-columns: 1fr; }.industry-note { position: static; }.about-panel { padding: 40px 30px; }.contact-grid { gap: 52px; align-items: start; }.contact-actions { max-width: 360px; }
  .section-heading,.products-teaser-grid,.product-hero-grid { grid-template-columns: 1fr; }.home-services,.products-teaser { padding: 84px 0; }.section-heading { margin-bottom: 38px; }.product-orbit { width: min(100%,480px); margin-inline: auto; }.home-cta-inner { align-items: flex-start; flex-direction: column; }.service-catalog { grid-template-columns: 1fr; }.service-detail-primary { grid-column: auto; }.service-detail { min-height: 0; }.product-catalog { grid-template-columns: 1fr; }.product-group-industrial { grid-row: auto; min-height: 580px; }.product-group { min-height: 420px; }.product-note-grid { grid-template-columns: 1fr; }.product-note-grid .button-primary { grid-column: auto; }
  .home-industries,.featured-products,.why-section,.home-contact { padding: 84px 0; }.industries-home-grid,.why-grid,.home-contact-grid { grid-template-columns: 1fr; }.industries-home-intro { position: static; }.featured-product-grid { grid-template-columns: 1fr; }.featured-product:first-child { grid-column: auto; }.featured-product { min-height: 500px; }.why-points { margin-top: 10px; }
  .home-businesses { padding: 84px 0; }.businesses-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }.businesses-heading > p { max-width: 600px; }.business-card-primary,.business-card,.business-card-software { min-height: 420px; grid-column: span 12; }.business-card-software { display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; }.business-card-software .business-arrow { grid-column: 1; grid-row: auto; }
  .featured-solutions,.project-preview,.about-preview { padding: 84px 0; }.solution-card-grid { grid-template-columns: 1fr; }.solution-card { min-height: 270px; }.solution-card h3 { margin-top: 76px; }.project-preview-main { min-height: 460px !important; }.project-preview-main h3 { margin-top: 140px; }.about-preview-grid,.projects-hero-grid,.contact-intro-grid,.contact-form-grid { grid-template-columns: 1fr; }.about-preview-mark { min-height: 340px; }.services-overview-grid { grid-template-columns: 1fr; gap: 18px; }.services-overview-grid .text-link { justify-self: start; }.project-case { grid-template-columns: 1fr; gap: 28px; min-height: 0; }.project-case > :last-child { grid-column: auto; }.project-disclaimer .container { grid-template-columns: 1fr; }.project-disclaimer .button-primary { grid-column: auto; }.about-manifesto-grid { grid-template-columns: 1fr; }.about-manifesto-grid p { grid-column: auto; }.about-pillar-grid { grid-template-columns: 1fr; }.credential-grid { grid-template-columns: 1fr; }.form-context { position: static; }.contact-form-grid { gap: 46px; }
  .service-showcase { padding: 84px 0; }.service-solution,.service-solution-hero,.service-solution-ai,.service-solution-wide { grid-column: span 12; min-height: 430px; }.service-solution-hero { min-height: 520px; }.service-method { padding: 84px 0; }.service-method-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .brand-mark { width: 34px; height: 34px; }.brand-name { font-size: 15px; }.nav-cta { font-size: 11px; }
  .page-intro h1 { font-size: 45px; }.hero-copy h1 { font-size: 45px; }.hero-actions { flex-direction: column; }.hero-meta { grid-template-columns: 1fr; }.meta-item,.meta-item + .meta-item { padding: 14px 0; border-left: 0; border-bottom: 1px solid var(--line); }.robot-stage { min-height: 430px; }.data-chip { min-width: 150px; padding: 10px 12px; }.chip-a { top: 12%; left: 4%; }.chip-b { right: 3%; bottom: 9%; }
  .capability { min-height: 0; grid-column: span 12; border-left: 1px solid var(--line) !important; }.industry-item { grid-template-columns: 42px 1fr; }.industry-code { display: none; }.about-panel { margin-inline: -8px; padding: 34px 22px; }.contact-shell { padding: 62px 0; }.contact-grid { width: calc(100% - 32px); }.contact-copy h1 { font-size: 50px; }.footer-inner { flex-direction: column; align-items: flex-start; }
  .nav-inner { min-height: 64px; }.nav-links { gap: 22px; }.nav-links a { white-space: nowrap; }.service-row { grid-template-columns: 38px 1fr auto; padding-right: 10px; }.service-row:hover,.service-row:focus-visible,.service-row-featured { padding-left: 12px; }.service-row strong { font-size: 18px; }.service-row small { font-size: 8px; line-height: 1.6; }.service-detail { grid-template-columns: 1fr; gap: 18px; padding: 34px 24px; }.product-hero { padding: 76px 0 68px; }.product-hero h1 { font-size: 52px; }.product-orbit { min-height: 310px; }.product-group { padding: 28px; }.product-group-industrial { min-height: 500px; }.product-symbol { width: 66px; height: 66px; }.product-symbol::before { inset: 14px; }
  .industry-tiles,.why-points { grid-template-columns: 1fr; }.industry-tile { min-height: 190px; }.industry-tile strong { margin-top: 58px; }.featured-heading { display: block; }.featured-heading > div:last-child { margin-top: 24px; }.featured-product { padding: 24px; }.featured-visual { margin: -24px -24px 26px; }.home-contact h2 { font-size: 48px; }
  .business-card-primary,.business-card,.business-card-software { min-height: 390px; padding: 24px; }.business-card ul { grid-template-columns: 1fr; margin-top: 30px; }.business-card h3 { font-size: 42px; }
  .project-preview-grid article { padding: 26px; }.project-preview-main { min-height: 420px !important; }.project-preview-main h3 { margin-top: 110px; }.about-preview-mark { min-height: 290px; }.service-scope { grid-template-columns: 1fr; }.projects-hero { padding: 76px 0 68px; }.projects-hero h1 { font-size: 52px; }.project-case { padding: 40px 0; }.project-disclaimer .container { gap: 24px; }.about-manifesto,.about-pillars { padding: 76px 0; }.about-pillar-grid article { min-height: 330px; padding: 28px; }.about-pillar-grid h2 { margin-top: 74px; }.contact-intro { padding: 76px 0 68px; }.contact-intro h1 { font-size: 50px; }.contact-form-section { padding: 72px 0 84px; }.inquiry-form { padding: 26px; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-submit { align-items: flex-start; flex-direction: column; }.thank-you-shell { padding: 20px; }.thank-you-card { padding: 34px 26px; }
  .service-solution,.service-solution-hero,.service-solution-ai,.service-solution-wide { min-height: 400px; padding: 24px; }.service-solution-hero { min-height: 500px; }.service-solution-body h3,.service-solution:not(.service-solution-hero):not(.service-solution-ai):not(.service-solution-wide) .service-solution-body h3 { font-size: 31px; }.service-solution-path { gap: 7px; }.service-method li { grid-template-columns: 42px 1fr; font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-delay: 0s !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .capability,.industry-item,.about-panel { clip-path: none; opacity: 1; transform: none; }
}
