/* JxFlow / Connected possibilities. Static, responsive, progressively enhanced. */
:root {
  --bg: #080b10;
  --surface: #10151e;
  --ink: #eef2f8;
  --muted: #9ca8b8;
  --orange: #ff702c;
  --line: #a7bed21c;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
}
button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
  opacity: 0.55;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  background: none;
  border: 0;
}
svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 500;
}
::selection {
  background: var(--orange);
  color: #080b10;
}
:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 5px;
}
button,
a,
input {
  outline-offset: 4px;
}
.icons {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.shell {
  width: calc(100% - 100px);
  max-width: 1280px;
  margin-inline: auto;
}
.section {
  padding-block: 118px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.13em;
  font-weight: 500;
  text-transform: uppercase;
  color: #9eacbf;
  line-height: 1.8;
}
.eyebrow:where(section > .eyebrow) {
  color: var(--orange);
}
h2 {
  font-size: clamp(36px, 4vw, 57px);
  line-height: 1.08;
  letter-spacing: -0.052em;
}
h3 {
  letter-spacing: -0.035em;
}
.small-note,
.demo-note {
  font-size: 12px;
  line-height: 1.65;
  color: #8090a4;
}
.skip-link {
  position: fixed;
  top: -90px;
  left: 20px;
  z-index: 100;
  background: var(--orange);
  color: #080b10;
  padding: 14px;
}
.skip-link:focus {
  top: 15px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.status-dot,
.orange-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px #ff702c70;
  flex-shrink: 0;
}
.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.text-link svg {
  width: 18px;
}
.text-link:hover {
  color: var(--orange);
}
.accent {
  color: var(--orange);
}
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  background: #080b10c9;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.logo {
  display: inline-flex;
  align-items: center;
  font: 700 29px/1 var(--display);
  letter-spacing: -1.4px;
  white-space: nowrap;
}
.logo-mark {
  background: var(--orange);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #0c0e13;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 7px;
  margin-right: 9px;
}
.logo-dot {
  color: var(--orange);
}
nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
}
nav a {
  font-size: 14px;
  color: #aab6c5;
  transition: color 0.2s;
}
nav a:hover {
  color: var(--ink);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 27px;
}
.languages {
  display: flex;
  gap: 3px;
}
.languages button {
  padding: 8px 5px;
  font-size: 12px;
  color: #8591a2;
}
.languages button[aria-pressed="true"] {
  color: var(--orange);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--orange);
  color: #101014;
  border: 1px solid var(--orange);
  padding: 17px 25px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
  position: relative;
}
.button:hover {
  background: #ff8e54;
  box-shadow: 0 0 34px #ff702c2a;
}
.button svg {
  width: 19px;
  height: 19px;
}
.button-small {
  padding: 12px 17px;
  font-size: 12px;
  background: transparent;
  color: var(--ink);
  border-color: #c4d2e02d;
}
.button-small:hover {
  color: #0c0e12;
}
.button-small svg {
  width: 16px;
  height: 16px;
}
#menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  padding: 7px;
}
#menu-toggle span {
  display: block;
  height: 1px;
  width: 24px;
  background: #dae4ee;
  margin: 7px 0;
  transition: transform 0.25s;
}
.reading-progress {
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: var(--orange);
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  box-shadow: 0 0 8px var(--orange);
}
.hero {
  position: relative;
  overflow: clip;
  padding-top: 165px;
  isolation: isolate;
}
.hero-inner {
  position: relative;
  text-align: center;
}
.atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 76%, #a839092c, transparent 43%),
    linear-gradient(180deg, #080b10 4%, #111a2a77 45%, #080b10);
}
.mist {
  position: absolute;
  width: 90%;
  height: 46%;
  filter: blur(65px);
  opacity: 0.22;
  mix-blend-mode: screen;
  border-radius: 50%;
  will-change: transform;
}
.mist-one {
  top: 27%;
  left: -15%;
  background: radial-gradient(ellipse, #48638180, transparent 70%);
  animation: mist-drift 22s ease-in-out infinite alternate;
}
.mist-two {
  top: 38%;
  right: -10%;
  background: radial-gradient(ellipse, #ed5c272f, transparent 70%);
  animation: mist-drift 28s ease-in-out infinite alternate-reverse;
}
.horizon {
  position: absolute;
  left: -20%;
  right: -20%;
  top: 59%;
  height: 360px;
  border-top: 1px solid #ff702c3d;
  border-radius: 50%;
  box-shadow:
    0 -2px 30px #ff702c12,
    0 -22px 110px #ff702c0b;
  transform: rotate(-7deg);
}
.grain {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.8' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 25px;
}
.hero h1 {
  font-size: clamp(64px, 7.6vw, 108px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.065em;
}
.hero-second {
  display: flex;
  justify-content: center;
  gap: 0.22em;
  color: var(--orange);
}
#hero-word {
  display: inline-block;
  position: relative;
  overflow: clip;
  height: 1.2em;
  text-align: left;
  vertical-align: bottom;
  margin-bottom: -0.15em;
  min-width: 0;
}
#hero-word .current-word {
  display: block;
}
#hero-word .incoming-word {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#hero-word .measure-word {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
}
.hero-description {
  max-width: 635px;
  margin: 27px auto 30px;
  color: #a6b2c4;
  font-size: 17px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.hero-note {
  font-size: 12px;
  margin-top: 18px;
  color: #7c8b9e;
}
.connection-stage {
  max-width: 880px;
  margin: 64px auto 0;
  padding: 0 26px;
  position: relative;
}
.stage-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stage-caption .eyebrow {
  font-size: 10px;
  letter-spacing: 0.15em;
}
.signal-bars {
  display: flex;
  align-items: flex-end;
  height: 20px;
  gap: 4px;
}
.signal-bars i {
  background: #ff702c88;
  width: 2px;
  height: 9px;
  animation: signal 1.5s ease-in-out infinite alternate;
}
.signal-bars i:nth-child(2) {
  height: 16px;
  animation-delay: 0.3s;
}
.signal-bars i:nth-child(3) {
  height: 12px;
  animation-delay: 0.7s;
}
.signal-bars i:nth-child(4) {
  height: 20px;
  animation-delay: 0.2s;
}
.signal-bars i:nth-child(5) {
  height: 6px;
  animation-delay: 0.8s;
}
.connection-map {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  gap: 0;
}
.connection-node {
  width: 170px;
  padding: 17px 12px;
  border: 1px solid #a8bfd329;
  border-radius: 10px;
  background: linear-gradient(140deg, #21304477, #0d131cbf);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px #0002;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0 9px;
  align-items: center;
  text-align: left;
}
.node-symbol {
  grid-row: span 2;
  display: grid;
  place-items: center;
  background: #ff702c0c;
  border: 1px solid #ff702c38;
  border-radius: 7px;
  height: 33px;
  color: var(--orange);
  font: 20px var(--display);
}
.connection-node > span:not(.node-symbol) {
  font-size: 14px;
}
.connection-node small {
  font-size: 10px;
  color: #8495a9;
}
.connection-core {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  flex-shrink: 0;
  border: 1px solid #ff702c66;
  border-radius: 25px;
  background: linear-gradient(145deg, #242d3f, #10151c 65%);
  box-shadow:
    inset 1px 1px 12px #b9d6f322,
    0 0 40px #ff702c14;
}
.core-logo {
  font: 35px var(--display);
  letter-spacing: -3px;
}
.core-logo span {
  color: var(--orange);
}
.connection-core small {
  font-size: 8px;
  letter-spacing: 3px;
  color: #9caaba;
  margin-top: 4px;
}
.core-aura {
  position: absolute;
  inset: -8px;
  border: 1px solid #ff702c1c;
  border-radius: 31px;
}
.led-wire {
  height: 1px;
  background: linear-gradient(90deg, #53667c44, #ff702c9c);
  flex: 1;
  max-width: 165px;
  position: relative;
  box-shadow: 0 0 14px #ff702c33;
  overflow: visible;
}
.led-wire i {
  position: absolute;
  height: 3px;
  top: -1px;
  width: 26px;
  background: linear-gradient(90deg, transparent, var(--orange));
  filter: drop-shadow(0 0 4px #ff702c);
  animation: wire-run 3.2s linear infinite;
}
.wire-two i {
  animation-delay: 1.6s;
}
.wire-two {
  background: linear-gradient(90deg, #ff702c9c, #53667c44);
}
.stage-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.pill-tabs {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #0a0e15;
  gap: 3px;
  max-width: 100%;
}
.pill-tabs button {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 7px 12px;
  color: #8393a7;
  font-size: 12px;
  white-space: nowrap;
  transition:
    background 0.25s,
    color 0.25s;
}
.pill-tabs button[aria-selected="true"] {
  border-color: #ff702c3a;
  background: #ff702c0e;
  color: #e8edf5;
}
.pill-tabs button:hover {
  color: #fff;
}
.stage-controls > p {
  text-align: right;
  color: #8192a7;
  font-size: 11px;
  max-width: 345px;
}
.hero-bottom {
  margin-top: 57px;
  padding-block: 23px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #708199;
}
.hero-bottom a {
  display: flex;
  gap: 18px;
}
.marquee {
  padding-block: 20px;
  border-block: 1px solid var(--line);
  overflow: hidden;
  background: #10151c;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 33px;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.marquee span {
  font: 500 clamp(24px, 3.3vw, 44px) / 1 var(--display);
  letter-spacing: -0.045em;
  color: #7c8b9e;
}
.marquee b {
  font-size: 40px;
  line-height: 1;
  color: var(--orange);
  font-weight: 400;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
  margin: 24px 0 48px;
}
.section-heading > h2 {
  flex: 1;
  min-width: 0;
}
.section-heading > p {
  max-width: 365px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.glow-card {
  position: relative;
  isolation: isolate;
  background: linear-gradient(130deg, #131b26 0%, #0e141d 70%);
  border: 1px solid #abc6e029;
  border-radius: 12px;
  overflow: hidden;
}
.glow-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(
    350px circle at var(--mx, 50%) var(--my, 30%),
    #ff702c12,
    transparent 75%
  );
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.glow-card:hover:before {
  opacity: 1;
}
.service-card {
  padding: 27px;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s,
    transform 0.4s var(--ease);
}
.service-card:hover {
  border-color: #ff702c70;
  transform: translateY(-5px);
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.card-top svg {
  color: #a2b3c9;
  width: 22px;
  height: 22px;
}
.card-top span {
  font-size: 9px;
  letter-spacing: 0.07em;
  color: #60768f;
}
.service-card h3 {
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}
.service-card > p {
  color: #95a5b9;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 20px;
}
.service-card > small {
  color: #607d9b;
  font-size: 11px;
  margin-top: auto;
  padding-bottom: 25px;
}
.service-card > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  gap: 15px;
}
.service-card > a svg {
  width: 16px;
  color: var(--orange);
}
.mini-visual {
  height: 116px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 14px 18px;
}
.mini-chat {
  display: block;
  max-width: 200px;
  width: 100%;
  margin-inline: auto;
  padding-top: 15px;
}
.mini-chat i {
  display: block;
  border-radius: 5px;
  border: 1px solid #5e789445;
  background: linear-gradient(100deg, #24394f66, #172231);
  height: 19px;
  width: 65%;
  margin-bottom: 9px;
}
.mini-chat i:nth-child(2) {
  margin-left: auto;
  width: 52%;
  background: #ff702c1c;
  border-color: #ff702c55;
}
.mini-chat i:nth-child(3) {
  width: 78%;
}
.mini-chat > span {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: var(--orange);
  letter-spacing: 4px;
  animation: soft-blink 3s ease-in-out infinite;
}
.mini-web > div {
  position: relative;
  transform: perspective(400px) rotateY(-15deg) rotateX(8deg);
  width: 175px;
  height: 103px;
  border: 1px solid #647d9866;
  border-radius: 5px;
  background: #1b2939;
  box-shadow: 12px 12px 30px #0004;
}
.mini-web span {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 2px 8px;
  border-bottom: 1px solid #7594b333;
  color: #ff702c;
}
.mini-web i {
  position: absolute;
  width: 40%;
  height: 7px;
  background: #a9b9cd6b;
  top: 34px;
  left: 12px;
}
.mini-web b {
  position: absolute;
  width: 23%;
  height: 5px;
  background: #ff702c6b;
  top: 48px;
  left: 12px;
}
.mini-web em {
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff9252, #7b371f);
  top: 34px;
  right: 20px;
  box-shadow: 0 0 25px #ff702c22;
}
.mini-content {
  gap: 10px;
}
.mini-content span {
  width: 44px;
  height: 60px;
  border: 1px solid #61799555;
  background: #162336;
  border-radius: 7px;
  display: grid;
  place-items: center;
  font: 23px var(--display);
  transform: rotate(-8deg);
  color: #849cb8;
}
.mini-content span:nth-child(2) {
  transform: translateY(-10px) rotate(4deg);
  color: var(--orange);
  border-color: #ff702c66;
}
.mini-content span:nth-child(3) {
  transform: rotate(10deg);
}
.mini-content span:nth-child(4) {
  transform: translateY(-8px) rotate(-3deg);
}
.mini-flow > span {
  border: 1px solid #6c839a44;
  border-radius: 9px;
  background: #1b293b;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #829fbc;
}
.mini-flow > span:nth-of-type(2) {
  width: 54px;
  height: 54px;
  border-color: #ff702c66;
  color: var(--orange);
}
.mini-flow > i {
  height: 1px;
  background: #ff702c77;
  width: 27px;
  box-shadow: 0 0 8px #ff702c77;
}
.mini-finance {
  gap: 9px;
  align-items: flex-end;
  padding-bottom: 12px;
}
.mini-finance i {
  height: 28px;
  width: 23px;
  background: linear-gradient(#456079, #1c2b3c);
  border: 1px solid #5e7e9b55;
}
.mini-finance i:nth-child(2) {
  height: 39px;
}
.mini-finance i:nth-child(3) {
  height: 53px;
}
.mini-finance i:nth-child(4) {
  height: 62px;
}
.mini-finance i:nth-child(5) {
  height: 82px;
  background: linear-gradient(#ff8b49, #923a1c);
  border-color: var(--orange);
}
.mini-finance > span {
  position: absolute;
  color: var(--orange);
  right: 17px;
  top: 8px;
  font-size: 22px;
}
.mini-code {
  gap: 22px;
}
.mini-code > span {
  font: 64px var(--display);
  color: #526f8e;
}
.mini-code > div {
  width: 90px;
}
.mini-code i {
  display: block;
  height: 5px;
  background: #526e8d88;
  margin: 10px 0;
  border-radius: 3px;
}
.mini-code i:nth-child(2) {
  width: 70%;
  margin-left: 15px;
  background: #ff702c88;
}
.mini-code i:nth-child(3) {
  width: 55%;
}
.service-card:hover .mini-visual {
  filter: brightness(1.25);
}
.manifesto {
  padding-block: 110px;
  border-block: 1px solid var(--line);
  background: radial-gradient(ellipse at 80% 20%, #1c33462d, transparent 70%);
  position: relative;
}
.manifesto > .shell {
  position: relative;
}
.manifesto-text {
  font: 500 clamp(35px, 4.7vw, 65px) / 1.15 var(--display);
  letter-spacing: -0.05em;
  max-width: 960px;
}
.manifesto-note {
  color: #8092a8;
  font-size: 15px;
  margin-top: 25px;
}
.manifesto-star {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--orange);
  font-size: 70px;
  line-height: 1;
  animation: orbit 35s linear infinite;
}
.feature-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.feature-copy h2 {
  margin: 25px 0;
}
.feature-copy > p:not(.eyebrow) {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 29px 0;
  color: #bfcbda;
  font-size: 14px;
}
.feature-list li {
  position: relative;
  padding: 9px 0 9px 22px;
}
.feature-list li:before {
  content: "↗";
  position: absolute;
  left: 0;
  color: var(--orange);
}
.feature-copy > .text-link {
  margin-top: 6px;
}
.chat-demo {
  box-shadow: 0 0 100px #2442601f;
}
.demo-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  gap: 12px;
}
.icon-button {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 22px;
  color: #aab8c9;
  flex-shrink: 0;
}
.icon-button:hover {
  border-color: #ff702c88;
  color: var(--orange);
}
.icon-button svg {
  width: 18px;
}
.chat-profile {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 21px 25px;
  border-bottom: 1px solid var(--line);
}
.avatar {
  font: 25px var(--display);
  letter-spacing: -2px;
  background: #ff702c14;
  border: 1px solid #ff702c3b;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  display: grid;
  place-content: center;
  grid-auto-flow: column;
}
.avatar > span {
  color: var(--orange);
}
.chat-profile b {
  font-size: 14px;
  font-weight: 500;
}
.chat-profile small {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #8094ab;
  margin-top: 2px;
}
.chat-profile > svg {
  margin-left: auto;
  width: 21px;
  color: #5e7996;
}
#chat-messages {
  height: 260px;
  padding: 22px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  scrollbar-width: thin;
  scrollbar-color: #344355 transparent;
  background-image: radial-gradient(#d5e8ff05 1px, transparent 1px);
  background-size: 17px 17px;
}
.message {
  font-size: 13px;
  line-height: 1.75;
  max-width: 92%;
  padding: 12px 16px;
  border-radius: 2px 12px 12px;
  background: #1c2939;
  color: #c0cede;
  border: 1px solid #a9c5e013;
  flex-shrink: 0;
}
.message.user {
  align-self: flex-end;
  background: #53321f;
  color: #f8d6bb;
  border-color: #ff702c27;
  border-radius: 12px 2px 12px 12px;
}
.chat-demo[data-channel="1"] .message.user {
  background: #17364a;
  border-color: #7ed9ff30;
  color: #c7eaff;
}
.quick-replies {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 9px 21px 17px;
}
.quick-replies button {
  font-size: 10px;
  padding: 6px 9px;
  border: 1px solid #6d89a443;
  border-radius: 20px;
  color: #a5b9d0;
}
.quick-replies button:hover {
  border-color: var(--orange);
  color: var(--orange);
}
#chat-form {
  display: flex;
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 16px 21px;
}
#chat-input {
  width: 100%;
  min-width: 0;
  background: #0c111a;
  border: 1px solid #8196ad25;
  border-radius: 6px;
  padding: 11px;
  color: var(--ink);
  font-size: 13px;
}
#chat-input::placeholder {
  color: #617890;
}
#chat-form .icon-button {
  background: var(--orange);
  border-color: var(--orange);
  color: #171514;
  border-radius: 7px;
  height: 42px;
  width: 42px;
}
.demo-note {
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  text-align: center;
}
.web-section {
  background: #0d131c;
  border-block: 1px solid var(--line);
}
.web-demo > .pill-tabs {
  margin-bottom: 20px;
}
.browser-frame {
  border: 1px solid #7b8ea455;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 25px 80px #0003;
  transform: perspective(1600px) rotateY(5deg) rotateX(2deg);
  transition: transform 0.7s var(--ease);
}
.browser-frame:hover {
  transform: perspective(1600px) rotateY(0deg);
}
.browser-bar {
  height: 37px;
  background: #182331;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  font-size: 9px;
  letter-spacing: 0.02em;
  color: #7e94ac;
}
.browser-bar > span:first-child {
  letter-spacing: 3px;
  color: #8b9baf;
}
.browser-bar svg {
  width: 12px;
}
.mock-site {
  background: #b7c6db;
  color: #192943;
  padding: 23px 26px 15px;
  transition:
    background 0.5s,
    color 0.5s;
}
.mock-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 8px;
}
.mock-nav > b {
  font: 700 19px var(--display);
  letter-spacing: -1px;
}
.mock-body {
  position: relative;
  min-height: 292px;
  padding-block: 32px;
}
.mock-body > p {
  position: relative;
  font: 500 clamp(28px, 3.1vw, 47px) / 1.03 var(--display);
  letter-spacing: -0.055em;
  z-index: 2;
}
.mock-art {
  position: absolute;
  width: 180px;
  height: 220px;
  right: -6px;
  bottom: 0;
  perspective: 700px;
}
.sculpture {
  position: absolute;
  transform-style: preserve-3d;
  box-shadow:
    inset 4px 5px 8px #ffffff77,
    inset -15px -12px 25px #0b21347d,
    10px 25px 35px #1b355766;
  background: linear-gradient(
    120deg,
    #e0eeff,
    #7e96b2 40%,
    #263f5b 70%,
    #c4d4e8
  );
  border: 1px solid #758fa688;
}
.part-one {
  width: 115px;
  height: 160px;
  border-radius: 60px 60px 25px 25px;
  left: 23px;
  top: 10px;
  transform: rotate(-22deg) rotateY(-25deg);
  animation: sculpture-float 8s ease-in-out infinite alternate;
}
.part-two {
  width: 65px;
  height: 105px;
  border-radius: 35px;
  right: 0;
  top: 87px;
  transform: rotate(40deg);
  background: linear-gradient(130deg, #ffb084, #fc702c 45%, #78351f);
}
.art-shadow {
  position: absolute;
  bottom: 0;
  width: 170px;
  height: 20px;
  border-radius: 50%;
  background: #162c4c55;
  filter: blur(14px);
}
.mock-action {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  font-size: 9px;
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 2;
}
.mock-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #19294333;
  padding-top: 12px;
  font-size: 8px;
}
.web-demo > .small-note {
  margin-top: 21px;
  font-size: 11px;
}
.web-demo[data-kind="1"] .mock-site {
  background: #e3a584;
  color: #382b2c;
}
.web-demo[data-kind="1"] .part-one {
  border-radius: 13px;
  width: 107px;
  height: 125px;
  background: linear-gradient(130deg, #f9ebdc, #bda591 55%, #766964);
  transform: rotate(-15deg) rotateY(-20deg);
}
.web-demo[data-kind="1"] .part-two {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background: linear-gradient(130deg, #b6bdd1, #505a7a);
  top: 120px;
}
.content-engine {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
}
.idea-block {
  padding: 40px;
  border-right: 1px solid var(--line);
  position: relative;
  display: flex;
  flex-direction: column;
}
.idea-block > .eyebrow {
  font-size: 10px;
}
.idea-orbit {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idea-orbit > span {
  display: block;
  font-size: 82px;
  line-height: 1;
  color: var(--orange);
  text-shadow: 0 0 40px #ff702c35;
  animation: orbit 45s linear infinite;
}
.idea-block h3 {
  font-size: 30px;
  line-height: 1.25;
  max-width: 300px;
}
.engine-arrow {
  position: absolute;
  right: 30px;
  bottom: 24px;
  color: #5e7997;
  font-size: 35px;
}
.channel-block {
  padding: 35px;
}
.channel-tabs {
  display: flex;
  gap: 6px;
  margin: 16px 0 23px;
  flex-wrap: wrap;
}
.channel-tabs button {
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #abc4df26;
  color: #8fa4bc;
  font-size: 12px;
  transition: all 0.2s;
}
.channel-tabs button[aria-selected="true"] {
  background: var(--orange);
  color: #191414;
  border-color: var(--orange);
}
#content-preview {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #0a111b;
  padding: 24px;
  min-height: 247px;
}
.output-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 13px;
  color: #cbd7e5;
}
#content-sample {
  font-size: 13px;
  line-height: 1.9;
  white-space: pre-line;
  color: #8ca2bb;
  min-height: 130px;
}
#content-preview > small {
  display: block;
  margin-top: 19px;
  font-size: 9px;
  letter-spacing: 0.09em;
  color: #557593;
}
.content-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 25px;
  gap: 40px;
}
.content-bottom > .small-note {
  max-width: 570px;
}
.content-bottom > .text-link {
  flex-shrink: 0;
}
.operations {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 15% 40%, #2032473b, transparent 50%), #0c1119;
}
.workflow-head {
  padding: 22px 25px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  padding: 46px 38px;
}
.pipeline-node {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: 23px 12px 22px;
  border: 1px solid #526b854c;
  background: #111d2b;
  border-radius: 9px;
  text-align: center;
  transition:
    border-color 0.4s,
    box-shadow 0.4s,
    background 0.4s;
}
.pipeline-node:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 42px;
  height: 1px;
  background: #57708855;
}
.pipeline-node > span {
  font-size: 10px;
  color: #58738f;
  position: absolute;
  left: 10px;
  top: 7px;
}
.pipeline-node svg {
  width: 27px;
  height: 27px;
  color: #a8bed5;
}
.pipeline-node b {
  font-size: 12px;
  font-weight: 500;
  color: #8fa6bf;
  line-height: 1.4;
}
.pipeline-node > i {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4a627b;
}
.pipeline-node.active {
  border-color: var(--orange);
  box-shadow: 0 0 30px #ff702c20;
  background: #35271e;
}
.pipeline-node.active svg,
.pipeline-node.done svg {
  color: var(--orange);
}
.pipeline-node.done {
  border-color: #ff702c55;
}
.pipeline-node.done > i {
  background: var(--orange);
  box-shadow: 0 0 9px #ff702c66;
}
.pipeline-node.done:after {
  background: var(--orange);
  box-shadow: 0 0 10px #ff702c66;
}
.workflow-footer {
  padding: 0 38px 30px;
  display: flex;
  align-items: center;
  gap: 17px;
}
.workflow-footer > .button {
  padding: 13px 20px;
  font-size: 12px;
}
.workflow-footer > p {
  font-size: 12px;
  color: #8a9eb7;
  margin-left: auto;
}
.time-calculator {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: 54px;
  margin-top: 77px;
  align-items: center;
}
.time-calculator h3 {
  font-size: 30px;
  line-height: 1.18;
  margin: 16px 0;
}
.time-calculator .eyebrow {
  font-size: 10px;
  color: var(--orange);
}
.time-calculator .small-note {
  font-size: 10px;
}
.range-field {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 11px;
  font-size: 12px;
  margin-block: 22px;
  color: #9eaec2;
}
.range-field > output {
  color: #e1eaf4;
  font-family: var(--display);
}
input[type="range"] {
  width: 100%;
  grid-column: 1/-1;
  appearance: none;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    var(--orange) var(--fill, 35%),
    #2d3b4e var(--fill, 35%)
  );
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  background: var(--orange);
  border: 3px solid #18222e;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ff702c88;
}
input[type="range"]::-moz-range-thumb {
  background: var(--orange);
  border: 3px solid #18222e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.calculator-result {
  border-left: 1px solid var(--line);
  padding-left: 30px;
}
.calculator-result > p {
  font: 500 clamp(48px, 5vw, 72px) / 1.05 var(--display);
  letter-spacing: -0.08em;
  white-space: nowrap;
}
.calculator-result > p > span {
  font-size: 24px;
  color: var(--orange);
  margin-left: 5px;
}
.calculator-result > span {
  display: block;
  font-size: 11px;
  color: #879bb4;
  margin-top: 12px;
}
.calculator-result .text-link {
  margin-top: 26px;
  font-size: 12px;
  color: var(--orange);
}
#method > h2 {
  margin-top: 24px;
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 65px;
}
.method-grid article {
  border-top: 1px solid #d0e4f82c;
  padding-top: 24px;
  position: relative;
}
.method-grid article:before {
  position: absolute;
  top: -2px;
  left: 0;
  height: 3px;
  width: 25px;
  content: "";
  background: var(--orange);
  box-shadow: 0 0 18px #ff702c66;
}
.method-grid article > span {
  font: 13px var(--display);
  color: var(--orange);
}
.method-grid h3 {
  font-size: 25px;
  margin: 20px 0 14px;
}
.method-grid p {
  font-size: 14px;
  line-height: 1.85;
  color: #8297b0;
}
.faq {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  border-top: 1px solid var(--line);
  padding-top: 85px;
}
.faq h2 {
  font-size: 40px;
  max-width: 280px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 15px;
  padding-block: 22px;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary svg {
  width: 17px;
  color: #829ab4;
  transition: transform 0.3s;
}
.faq details[open] summary svg {
  transform: rotate(45deg);
  color: var(--orange);
}
.faq details > p {
  padding: 0 30px 24px 0;
  font-size: 14px;
  color: #8ea3bd;
  line-height: 1.9;
}
.contact-section {
  position: relative;
  overflow: clip;
  padding: 115px 0 90px;
  background:
    radial-gradient(ellipse at 90% 110%, #c24d252d, transparent 60%), #101722;
  border-block: 1px solid var(--line);
}
.contact-section > .shell {
  position: relative;
}
.contact-beam {
  position: absolute;
  left: -10%;
  right: -10%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  box-shadow:
    0 0 12px var(--orange),
    0 0 120px 10px #ff702c44;
}
.contact-section .eyebrow {
  color: #d08258;
}
.contact-section h2 {
  font-size: clamp(56px, 7.5vw, 105px);
  line-height: 1.02;
  margin: 29px 0;
  letter-spacing: -0.07em;
}
.contact-section .shell > p:not(.eyebrow) {
  max-width: 490px;
  font-size: 16px;
  color: #91a5be;
  line-height: 1.9;
  margin-bottom: 32px;
}
.contact-email {
  display: block;
  width: max-content;
  margin-top: 21px;
  font-size: 14px;
  color: #728ba7;
}
.contact-email:hover {
  color: var(--ink);
}
.contact-spark {
  position: absolute;
  right: 6%;
  top: 16%;
  font: 260px/1 var(--display);
  color: var(--orange);
  text-shadow: 0 0 90px #ff702c22;
  animation: orbit 60s linear infinite;
}
.footer-top {
  padding-block: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.footer-top > p {
  font-size: 12px;
  color: #68819d;
  max-width: 295px;
}
.footer-top > .text-link {
  font-size: 12px;
  color: #8199b4;
  margin-left: auto;
}
.footer-bottom {
  padding-block: 23px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  font-size: 11px;
  color: #667f9a;
}
#motion-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}
#motion-toggle svg {
  width: 14px;
  height: 14px;
}
.noscript {
  padding: 25px;
  color: #abb9cb;
  text-align: center;
}
dialog {
  position: fixed;
  inset: 0;
  width: min(480px, calc(100% - 36px));
  max-height: calc(100dvh - 40px);
  padding: 38px;
  background: #121b28;
  color: var(--ink);
  border: 1px solid #69849f55;
  border-radius: 16px;
  box-shadow: 0 35px 150px #000b;
  margin: auto;
  overflow: auto;
}
dialog::backdrop {
  background: #04070bbd;
  backdrop-filter: blur(9px);
}
#dialog-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.dialog-icon {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  border: 1px solid #ff702c55;
  border-radius: 12px;
  color: var(--orange);
  margin-bottom: 25px;
  background: #ff702c0d;
}
dialog h2 {
  font-size: 37px;
  line-height: 1.1;
}
dialog > p {
  font-size: 15px;
  color: #9bafc7;
  line-height: 1.8;
  margin-top: 21px;
}
.dialog-email {
  display: block;
  margin: 22px 0;
  color: var(--orange);
  font-size: 18px;
}
.dialog-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.dialog-actions .button {
  font-size: 12px;
  padding: 13px 17px;
}
#copy-email {
  font-size: 12px;
  color: #9cb0c9;
}
#copy-status {
  font-size: 12px;
  min-height: 20px;
}
.word-mask {
  display: inline-block;
  overflow: clip;
  vertical-align: bottom;
  padding: 0.08em 0.02em 0.12em;
  margin: -0.08em -0.02em -0.12em;
}
.word-inner {
  display: inline-block;
  transform-origin: left bottom;
}
.manifesto-word {
  color: #45566b;
  transition: color 0.15s;
}
.manifesto-word.lit {
  color: #e5edf7;
}
@keyframes mist-drift {
  from {
    transform: translate(-4%, 5%) rotate(-8deg);
  }
  to {
    transform: translate(15%, -8%) rotate(12deg);
  }
}
@keyframes wire-run {
  from {
    left: 0;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  to {
    left: calc(100% - 26px);
    opacity: 0;
  }
}
@keyframes signal {
  to {
    transform: scaleY(0.4);
    opacity: 0.45;
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes soft-blink {
  50% {
    opacity: 0.35;
  }
}
@keyframes sculpture-float {
  to {
    translate: 0 -13px;
    rotate: 7deg;
  }
}
html[data-motion="paused"] *,
html[data-motion="paused"] *:before,
html[data-motion="paused"] *:after {
  animation-play-state: paused !important;
  scroll-behavior: auto;
}
html[data-motion="paused"] .manifesto-word {
  color: #e5edf7;
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 180px;
  }
  .hero h1 {
    font-size: 118px;
  }
  .hero-description {
    margin-top: 35px;
  }
  .connection-stage {
    margin-top: 74px;
  }
  .section {
    padding-block: 140px;
  }
}
@media (max-width: 1150px) {
  .shell {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 22px;
  }
  .header-actions {
    gap: 18px;
  }
  nav {
    gap: 20px;
  }
  .hero h1 {
    font-size: 8.2vw;
  }
  .feature-section {
    gap: 48px;
  }
  .section-heading {
    gap: 45px;
  }
  .section-heading > p {
    max-width: 320px;
  }
  .service-card {
    padding: 23px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .card-top span {
    font-size: 8px;
  }
  .mini-content {
    gap: 6px;
  }
  .mini-content > span {
    width: 38px;
    height: 53px;
  }
  .content-engine {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .idea-block {
    padding: 30px;
  }
  .channel-block {
    padding: 26px;
  }
  .time-calculator {
    gap: 30px;
  }
  .calculator-result {
    padding-left: 22px;
  }
  .faq {
    gap: 70px;
  }
  .manifesto-text {
    max-width: 83%;
  }
  .contact-spark {
    font-size: 200px;
    right: 2%;
  }
}
@media (max-width: 920px) {
  .header-inner {
    height: 75px;
  }
  .header-contact {
    display: none;
  }
  .logo {
    font-size: 26px;
  }
  .section {
    padding-block: 90px;
  }
  .hero {
    padding-top: 137px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero h1 {
    font-size: 8.8vw;
  }
  .section-heading {
    display: block;
    margin-bottom: 38px;
  }
  .section-heading > p {
    max-width: 600px;
    margin-top: 24px;
  }
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .card-top span {
    font-size: 9px;
  }
  .service-card h3 {
    font-size: 26px;
  }
  .feature-section {
    gap: 35px;
  }
  .feature-copy h2 {
    font-size: 38px;
  }
  .feature-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .feature-list {
    font-size: 12px;
  }
  .feature-copy > .eyebrow {
    font-size: 10px;
  }
  .chat-profile {
    padding: 18px;
  }
  .quick-replies {
    padding-inline: 15px;
  }
  .quick-replies button {
    font-size: 9px;
  }
  #chat-messages {
    padding: 18px;
    height: 300px;
  }
  .message {
    font-size: 12px;
  }
  .mock-site {
    padding-inline: 19px;
  }
  .mock-nav {
    font-size: 6px;
  }
  .mock-art {
    scale: 0.85;
    transform-origin: right bottom;
    right: -13px;
  }
  .mock-body {
    min-height: 267px;
  }
  .mock-body > p {
    font-size: 35px;
  }
  .content-engine {
    grid-template-columns: 0.75fr 1.25fr;
  }
  .idea-block {
    padding: 25px;
  }
  .idea-block h3 {
    font-size: 26px;
  }
  .channel-block {
    padding: 24px;
  }
  .channel-tabs button {
    padding: 8px 11px;
    font-size: 11px;
  }
  .content-bottom > .small-note {
    max-width: 450px;
  }
  .pipeline {
    gap: 22px;
    padding: 36px 25px;
  }
  .pipeline-node:not(:last-child):after {
    width: 24px;
  }
  .time-calculator {
    grid-template-columns: 1fr 1fr;
    gap: 28px 45px;
  }
  .calculator-result {
    grid-column: 2;
    border-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  .calculator-result > .text-link {
    margin-top: 0;
  }
  .calculator-result > span {
    max-width: 80px;
  }
  .calculator-result > p {
    font-size: 50px;
  }
  .method-grid {
    gap: 22px;
  }
  .method-grid h3 {
    font-size: 22px;
  }
  .method-grid p {
    font-size: 12px;
  }
  .faq {
    gap: 45px;
  }
  .faq h2 {
    font-size: 34px;
  }
  .contact-spark {
    font-size: 160px;
    top: 30%;
  }
}
@media (max-width: 700px) {
  .shell {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 71px;
  }
  .header-actions {
    gap: 14px;
  }
  .logo {
    font-size: 25px;
  }
  .logo-mark {
    width: 29px;
    height: 29px;
    font-size: 27px;
  }
  .languages button {
    font-size: 11px;
    padding: 9px 6px;
  }
  #menu-toggle {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    background: #0b111aed;
    backdrop-filter: blur(20px);
    padding: 25px 24px;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 18px;
  }
  nav.open {
    display: flex;
  }
  #menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  #menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .hero {
    padding-top: 119px;
  }
  .hero-eyebrow {
    max-width: 350px;
    margin-inline: auto;
    font-size: 9px;
    line-height: 1.9;
    letter-spacing: 0.1em;
    gap: 9px;
  }
  .hero h1 {
    font-size: 10vw;
    letter-spacing: -0.065em;
  }
  .hero-second {
    gap: 0.17em;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.85;
    max-width: 490px;
    margin-top: 26px;
  }
  .hero-actions {
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 15px 18px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-note {
    font-size: 10px;
  }
  .connection-stage {
    padding: 0;
    margin-top: 47px;
  }
  .stage-caption .eyebrow {
    font-size: 8px;
    letter-spacing: 0.08em;
  }
  .connection-map {
    min-height: 150px;
  }
  .connection-node {
    width: 117px;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 12px 5px;
    gap: 3px;
  }
  .node-symbol {
    display: none;
  }
  .connection-node > span:not(.node-symbol) {
    font-size: 12px;
  }
  .connection-node small {
    font-size: 8px;
  }
  .connection-core {
    width: 76px;
    height: 76px;
    border-radius: 18px;
  }
  .core-aura {
    inset: -6px;
    border-radius: 24px;
  }
  .core-logo {
    font-size: 26px;
  }
  .connection-core small {
    font-size: 6px;
    letter-spacing: 2px;
  }
  .led-wire {
    min-width: 16px;
  }
  .stage-controls {
    flex-direction: column;
    gap: 14px;
  }
  .stage-controls > p {
    font-size: 10px;
    text-align: center;
    max-width: 330px;
    min-height: 32px;
  }
  .pill-tabs button {
    font-size: 11px;
    padding: 7px 10px;
  }
  .hero-bottom {
    margin-top: 25px;
    font-size: 8px;
    letter-spacing: 0.025em;
  }
  .hero-bottom > span {
    max-width: 140px;
  }
  .marquee {
    padding-block: 18px;
  }
  .marquee-track {
    gap: 23px;
  }
  .marquee span {
    font-size: 28px;
  }
  .marquee b {
    font-size: 30px;
  }
  .section {
    padding-block: 75px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  h2 {
    font-size: clamp(34px, 7vw, 44px);
  }
  .section-heading {
    margin-top: 19px;
  }
  .section-heading > p {
    font-size: 14px;
    line-height: 1.85;
  }
  .service-grid {
    gap: 14px;
  }
  .service-card {
    padding: 20px;
  }
  .card-top span {
    font-size: 7px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .service-card > p {
    font-size: 13px;
  }
  .service-card > small {
    font-size: 10px;
  }
  .service-card > a {
    font-size: 11px;
  }
  .mini-visual {
    scale: 0.88;
    margin-inline: -10px;
  }
  .manifesto {
    padding-block: 75px;
  }
  .manifesto-text {
    font-size: 36px;
    max-width: 90%;
  }
  .manifesto-star {
    font-size: 37px;
    right: 0;
    top: -29px;
  }
  .manifesto-note {
    font-size: 13px;
    max-width: 270px;
  }
  .feature-section {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .feature-copy h2 {
    font-size: 41px;
  }
  .feature-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .feature-list {
    font-size: 13px;
    margin-block: 23px;
  }
  .chat-demo {
    max-width: 540px;
    width: 100%;
    margin-inline: auto;
  }
  .quick-replies button {
    font-size: 11px;
  }
  .message {
    font-size: 13px;
  }
  #chat-messages {
    height: 252px;
  }
  .reverse .feature-copy {
    grid-row: 1;
  }
  .mock-site {
    padding: 23px;
  }
  .mock-nav {
    font-size: 8px;
  }
  .mock-body > p {
    font-size: 46px;
  }
  .mock-art {
    scale: 1;
    right: 10px;
  }
  .mock-body {
    min-height: 310px;
  }
  .browser-frame {
    transform: none;
  }
  .content-engine {
    grid-template-columns: 1fr;
  }
  .idea-block {
    padding: 26px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 207px;
  }
  .idea-block h3 {
    font-size: 27px;
    max-width: 75%;
    margin-top: 24px;
    position: relative;
  }
  .idea-orbit {
    position: absolute;
    right: 25px;
    top: 66px;
    width: 60px;
    height: 60px;
  }
  .idea-orbit > span {
    font-size: 56px;
  }
  .engine-arrow {
    display: none;
  }
  .channel-block {
    padding: 25px;
  }
  .content-bottom {
    flex-direction: column;
    gap: 22px;
  }
  .channel-tabs button {
    font-size: 12px;
  }
  #content-preview {
    min-height: 275px;
    padding: 19px;
  }
  #content-sample {
    font-size: 12px;
  }
  .workflow-head {
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .workflow-head > .small-note {
    display: none;
  }
  .workflow-head > .pill-tabs {
    width: 100%;
    display: flex;
  }
  .workflow-head > .pill-tabs button {
    white-space: normal;
    flex: 1;
    font-size: 10px;
    padding: 8px 4px;
  }
  .pipeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
    padding: 26px 20px;
  }
  .pipeline-node {
    min-height: 132px;
  }
  .pipeline-node:not(:last-child):after {
    display: none;
  }
  .workflow-footer {
    flex-wrap: wrap;
    padding: 0 20px 24px;
    gap: 13px;
  }
  .workflow-footer > p {
    width: 100%;
    margin-left: 0;
    font-size: 11px;
    min-height: 30px;
  }
  .time-calculator {
    grid-template-columns: 1fr;
    margin-top: 55px;
    gap: 18px;
  }
  .time-calculator > div:first-child {
    max-width: 480px;
  }
  .time-calculator h3 {
    font-size: 31px;
  }
  .calculator-result {
    grid-column: 1;
    border-top: 1px solid var(--line);
    padding-top: 25px;
    gap: 15px;
  }
  .calculator-result > p {
    font-size: 72px;
  }
  .calculator-result > span {
    font-size: 12px;
    max-width: 110px;
  }
  .calculator-result > .text-link {
    margin-left: auto;
  }
  .calculator-controls {
    max-width: 100%;
  }
  .range-field {
    font-size: 13px;
    margin-block: 25px;
  }
  .method-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 38px;
  }
  .method-grid h3 {
    font-size: 25px;
    margin-block: 15px 10px;
  }
  .method-grid p {
    font-size: 13px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .faq h2 {
    font-size: 37px;
    max-width: 100%;
  }
  .faq summary {
    font-size: 14px;
    padding-block: 20px;
  }
  .faq details > p {
    font-size: 13px;
  }
  .contact-section {
    padding-block: 78px;
  }
  .contact-section h2 {
    font-size: clamp(56px, 12vw, 78px);
    max-width: 80%;
  }
  .contact-section .shell > p:not(.eyebrow) {
    font-size: 15px;
    max-width: 80%;
  }
  .contact-spark {
    font-size: 77px;
    top: 30%;
    right: -10px;
  }
  .contact-section .button {
    font-size: 13px;
    padding: 16px 19px;
  }
  .footer-top {
    flex-wrap: wrap;
    padding-block: 37px;
    gap: 23px;
  }
  .footer-top > p {
    font-size: 11px;
    max-width: 220px;
  }
  .footer-top > .text-link {
    margin-left: 0;
    font-size: 11px;
  }
  .footer-bottom {
    font-size: 10px;
    align-items: flex-start;
  }
  .footer-bottom > span {
    max-width: 200px;
  }
  #motion-toggle {
    font-size: 10px;
    white-space: nowrap;
  }
  .horizon {
    top: 50%;
    height: 230px;
  }
}
@media (max-width: 460px) {
  .hero h1 {
    font-size: 11.9vw;
    line-height: 1.1;
  }
  .hero-second {
    flex-wrap: wrap;
    gap: 0 0.18em;
  }
  #hero-word {
    max-width: 100%;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 25px;
  }
  .card-top span {
    font-size: 9px;
  }
  .service-card h3 {
    font-size: 28px;
  }
  .service-card > p {
    font-size: 14px;
  }
  .service-card > small {
    font-size: 11px;
  }
  .service-card > a {
    font-size: 12px;
  }
  .mini-visual {
    height: 105px;
    scale: 1;
    margin-block: 20px 25px;
  }
  .mini-chat {
    max-width: 220px;
  }
  .mini-content > span {
    width: 48px;
    height: 62px;
  }
  .mini-flow > span {
    width: 46px;
    height: 46px;
  }
  .mini-flow > i {
    width: 40px;
  }
  .hero-actions {
    gap: 19px;
    flex-direction: column;
  }
  .hero-note {
    margin-top: 19px;
  }
  .hero-description {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .hero-bottom > span {
    font-size: 7px;
  }
  .hero-bottom > a {
    font-size: 9px;
    gap: 8px;
  }
  .feature-copy h2 {
    font-size: 37px;
  }
  .mock-body > p {
    font-size: 39px;
  }
  .mock-art {
    right: -12px;
    scale: 0.9;
  }
  .mock-body {
    min-height: 278px;
  }
  .quick-replies button {
    font-size: 10px;
  }
  .channel-block {
    padding: 19px;
  }
  .idea-block h3 {
    font-size: 25px;
    max-width: 76%;
  }
  .idea-orbit {
    right: 17px;
  }
  .channel-tabs {
    gap: 5px;
  }
  .channel-tabs button {
    font-size: 11px;
    padding: 8px 10px;
  }
  .calculator-result > .text-link {
    margin-left: 0;
  }
  .footer-top > p {
    max-width: 160px;
  }
  .footer-bottom > span {
    max-width: 185px;
  }
  dialog {
    padding: 28px;
  }
  dialog h2 {
    font-size: 33px;
  }
  .dialog-actions {
    gap: 19px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .manifesto-word {
    color: #e5edf7;
  }
  .sculpture {
    translate: none !important;
  }
}

#light-field {
  position: absolute;
  inset: 0;
}
