@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap";

/* packages/client/src/index.css */
:root {
  color: #17171b;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #0c0c0e;
  --muted: #62636a;
  --line: #e7e7ec;
  --soft: #f6f7f9;
  --purple: #7f77dd;
  --purple-deep: #554bc5;
  --teal: #1d9e75;
  --teal-deep: #0f6e56;
  --radius: 8px;
  background: #fff;
  font-family: DM Sans, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  min-width: 320px;
  margin: 0;
}

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

button, input, select, textarea {
  font: inherit;
}

.site-shell {
  overflow-x: hidden;
  min-height: 100vh;
}

.nav {
  position: fixed;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  border-radius: var(--radius);
  color: #fff;
  backdrop-filter: blur(16px);
  background: #0c0c0ed1;
  border: 1px solid #ffffff1a;
  align-items:  center;
  gap: 22px;
  width: min(1180px, 100% - 32px);
  padding: 10px 12px 10px 16px;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  display: inline-flex;
  align-items:  center;
  gap: 10px;
  font-family: Syne, sans-serif;
  font-weight: 800;
  line-height: .9;
}

.logo svg {
  color: #fff;
  width: 36px;
  height: 36px;
}

.logo svg path:first-child {
  fill: currentColor;
}

.logo svg path:last-child {
  fill: none;
  stroke: var(--teal);
  stroke-width: 2;
}

.logo svg circle {
  fill: var(--purple);
}

.logo small {
  display: block;
  color: #a7f3d7;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: DM Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.nav nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.nav nav a {
  display: inline-flex;
  color: #ffffffc7;
  border-radius: 6px;
  align-items:  center;
  gap: 4px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
}

.nav nav a:hover {
  color: #fff;
  background: #ffffff14;
}

.nav-cta, .button {
  display: inline-flex;
  border-radius: var(--radius);
  cursor: pointer;
  border: 0;
  justify-content: center;
  align-items:  center;
  gap: 8px;
  min-height: 44px;
  font-weight: 800;
}

.nav-cta, .button.primary {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 14px 34px #7f77dd40;
}

.button.secondary {
  color: #fff;
  background: #ffffff0f;
  border: 1px solid #ffffff2e;
}

.nav-cta {
  padding: 0 16px;
  font-size: 14px;
}

.menu-button {
  display: none;
  border-radius: var(--radius);
  color: #fff;
  background: #ffffff0f;
  border: 1px solid #ffffff29;
  justify-content: center;
  align-items:  center;
  width: 44px;
  height: 44px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  color: #fff;
  background: radial-gradient(circle at 78% 28%, #7f77dd38, #0000 28%), linear-gradient(135deg, #0c0c0e 0%, #11131b 54%, #081512 100%);
  align-items:  center;
  gap: 42px;
  min-height: 100vh;
  padding: 132px max(24px, 50vw - 590px) 84px;
}

.hero-copy h1, .section-title h2 {
  letter-spacing: 0;
  margin: 0;
  font-family: Syne, sans-serif;
}

.hero-copy h1 {
  max-width: 780px;
  font-size: clamp(44px, 6.4vw, 86px);
  line-height: .95;
}

.hero-copy p {
  color: #ffffffbd;
  max-width: 660px;
  margin: 26px 0 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-actions .button {
  padding: 0 22px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin-top: 44px;
}

.trust-strip span, .case-card em, .stack-grid span, .industries span, .use-cases span {
  color: #ffffffb8;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  background-color: #ffffff09;
  background-image: linear-gradient(#ffffff0a 1px, #0000 1px), linear-gradient(90deg, #ffffff0a 1px, #0000 1px), none;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: 34px 34px;
  background-attachment: scroll, scroll, scroll;
  background-origin: padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box;
  border: 1px solid #ffffff1a;
  min-height: 420px;
  box-shadow: inset 0 1px #ffffff14, 0 30px 80px #00000059;
}

.hero-scene {
  background: linear-gradient(#ffffff0a 1px, #0000 1px) 0 0 / 34px 34px, linear-gradient(90deg, #ffffff0a 1px, #0000 1px) 0 0 / 34px 34px, radial-gradient(circle at 50% 35%, #7f77dd3d, #0000 36%) 0 0 / 100% 100%, radial-gradient(circle at 25% 78%, #1d9e7529, #0000 32%) 0 0 / 100% 100%, #ffffff09 0 0 / 100% 100%;
}

.three-mount {
  position: absolute;
  inset: 0;
}

.three-mount canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.scene-caption {
  position: absolute;
  display: grid;
  border-radius: var(--radius);
  color: #fff;
  backdrop-filter: blur(12px);
  background: #0c0c0e9e;
  border: 1px solid #ffffff1f;
  gap: 3px;
  padding: 11px 13px;
  bottom: 22px;
  left: 22px;
}

.scene-caption strong {
  font-family: Syne, sans-serif;
}

.scene-caption span {
  color: #ffffff9e;
  font-size: 12px;
  font-weight: 700;
}

.scene-labels {
  position: absolute;
  pointer-events: none;
  inset: 0;
}

.scene-labels span {
  position: absolute;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  background: #0c0c0e8a;
  border: 1px solid #ffffff24;
  border-radius: 8px;
  padding: 7px 9px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 32px #0000002e;
}

.orbit {
  position: absolute;
  animation: spin 16s linear infinite;
  border: 1px solid #7f77dd57;
  border-radius: 50%;
  inset: 18%;
}

.orbit-two {
  animation-duration: 22s;
  animation-direction: reverse;
  border-color: #1d9e7547;
  inset: 31% 10%;
}

.agent-core {
  position: absolute;
  z-index: 3;
  display: grid;
  color: #fff;
  text-align: center;
  background: #11131b;
  border: 1px solid #a7f3d759;
  border-radius: 50%;
  place-items:  center;
  width: 144px;
  height: 144px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 54px #7f77dd61;
}

.agent-core svg {
  color: var(--teal);
}

.agent-core strong {
  font-family: Syne, sans-serif;
}

.agent-core span {
  color: #fff9;
  font-size: 12px;
}

.system-node {
  position: absolute;
  z-index: 3;
  border-radius: var(--radius);
  color: #fff;
  backdrop-filter: blur(10px);
  background: #ffffff14;
  border: 1px solid #ffffff24;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.connection-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.connection-lines path {
  fill: none;
  stroke: #7f77dd8c;
  stroke-dasharray: 7 9;
  stroke-width: 2;
  animation: dash 3s linear infinite;
}

.section {
  padding: 96px max(24px, 50vw - 590px);
}

.section:nth-of-type(2n+3) {
  background: var(--soft);
}

.section-title {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-title span {
  display: inline-block;
  color: var(--purple-deep);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
}

.section-title h2 {
  color: var(--ink);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
}

.section-title p {
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.65;
}

.service-grid {
  position: relative;
  display: block;
  overflow: hidden;
  perspective: 1200px;
  margin-inline-start: calc(-1 * max(24px, 50vw - 590px));
  margin-inline-end: calc(-1 * max(24px, 50vw - 590px));
  padding: 18px 0 34px;
}

.service-grid:before, .service-grid:after {
  position: absolute;
  z-index: 3;
  content: "";
  pointer-events: none;
  width: min(18vw, 220px);
  top: 0;
  bottom: 0;
}

.service-grid:before {
  background: linear-gradient(90deg, #fff 18%, #fff0);
  left: 0;
}

.service-grid:after {
  background: linear-gradient(270deg, #fff 18%, #fff0);
  right: 0;
}

.service-track {
  display: flex;
  animation: service-card-rail 38s linear infinite;
  transform-style: preserve-3d;
  will-change: transform;
  gap: 18px;
  width: max-content;
  padding-inline-start: max(24px, 50vw - 590px);
  padding-inline-end: max(24px, 50vw - 590px);
}

.service-grid:hover .service-track, .service-grid:focus-within .service-track {
  animation-play-state: paused;
}

.service-card, .case-card, .proof article, .stack-grid article, .engagement-grid article, .pain-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 24px;
}

.service-card svg, .pain-grid svg, .why-grid svg {
  color: var(--muted);
}

.service-card {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  background: linear-gradient(#fffffffa, #f9fafdf5), #fff;
  flex: none;
  width: clamp(285px, 27vw, 360px);
  min-height: 285px;
  transition: transform .26s, border-color .26s, box-shadow .26s;
  transform: rotateY(-7deg)rotateX(2deg);
  box-shadow: 0 26px 80px #11131b1f, inset 0 1px #fffffff2;
}

.service-card:before {
  position: absolute;
  content: "";
  opacity: .72;
  pointer-events: none;
  background: radial-gradient(circle at 20% 12%, #7f77dd29, #0000 30%), radial-gradient(circle at 92% 86%, #1d9e7521, #0000 32%);
  inset: 0;
}

.service-card:after {
  position: absolute;
  content: "";
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(115deg, #0000 36%, #ffffff9e, #0000 58%);
  inset: -45% -25%;
  transform: translateX(-42%);
}

.service-card:hover, .service-card:focus-within {
  z-index: 2;
  border-color: #7f77dd85;
  transform: translateY(-12px)rotateY(0)rotateX(0)scale(1.02);
  box-shadow: 0 34px 95px #11131b2e, 0 0 0 1px #7f77dd1f;
}

.service-card:hover:after, .service-card:focus-within:after {
  opacity: 1;
  animation: service-card-shine 1.2s ease;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-icon {
  display: grid;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid #0c0c0e14;
  place-items:  center;
  width: 48px;
  height: 48px;
  transform: translateZ(26px);
  box-shadow: 0 14px 35px #11131b14;
}

.service-icon svg {
  width: 23px;
  height: 23px;
}

.service-card.ai {
  background: linear-gradient(#f7f6fffa, #f2f1fff2), #f2f1ff;
  border-color: #7f77dd6b;
}

.service-card.erp {
  background: linear-gradient(#f5fffbfa, #effbf7f2), #effbf7;
  border-color: #1d9e7561;
}

.service-card.ai .service-icon {
  color: var(--purple-deep);
  border-color: #7f77dd2e;
}

.service-card.erp .service-icon {
  color: var(--teal-deep);
  border-color: #1d9e7533;
}

.service-card h3, .case-card h3, .process-line h3, .stack-grid h3 {
  color: var(--ink);
  margin: 16px 0 9px;
  font-family: Syne, sans-serif;
  font-size: 22px;
}

.service-card p, .case-card p, .process-line p, .proof p, .pain-grid p {
  color: var(--muted);
  margin: 0;
  line-height: 1.58;
}

.service-card a {
  display: inline-flex;
  color: var(--purple-deep);
  align-items:  center;
  gap: 6px;
  margin-top: 24px;
  font-weight: 800;
  transform: translateZ(18px);
}

.service-card h3, .service-card p {
  transform: translateZ(18px);
}

.service-depth {
  position: absolute;
  display: grid;
  opacity: .82;
  gap: 7px;
  bottom: 18px;
  right: 20px;
  transform: translateZ(8px);
}

.service-depth span {
  display: block;
  background: #7f77dd29;
  border-radius: 999px;
  width: 56px;
  height: 7px;
}

.service-depth span:nth-child(2) {
  background: #1d9e752e;
  width: 38px;
  margin-left: auto;
}

.service-depth span:nth-child(3) {
  background: #0c0c0e1a;
  width: 24px;
  margin-left: auto;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items:  center;
  gap: 52px;
}

.section.ai-section {
  background: #101117;
}

.ai-section .section-title h2, .ai-section .section-title p {
  color: #fff;
}

.ai-section .section-title p {
  color: #ffffffad;
}

.use-cases {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.use-cases span {
  display: inline-flex;
  background: #ffffff0f;
  align-items:  center;
  gap: 8px;
}

.flow-panel {
  display: grid;
  border-radius: var(--radius);
  background: #ffffff0b;
  border: 1px solid #ffffff1a;
  gap: 12px;
  padding: 20px;
}

.flow-step {
  display: flex;
  border-radius: var(--radius);
  color: #fff;
  background: #161823;
  border: 1px solid #ffffff1a;
  align-items:  center;
  gap: 16px;
  padding: 18px;
}

.flow-step span {
  color: var(--teal);
  font-weight: 900;
}

.pain-grid, .proof, .stack-grid, .engagement-grid, .why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.engagement-grid article {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 90% 12%, #7f77dd29, #0000 34%), linear-gradient(#fff, #f8fafc);
  min-height: 270px;
  box-shadow: 0 24px 70px #11131b14;
}

.engagement-grid article:after {
  position: absolute;
  content: "";
  border: 1px solid #1d9e7538;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  bottom: -42px;
  right: -32px;
}

.engagement-grid span {
  color: var(--teal);
  font-family: Syne, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.engagement-grid h3 {
  margin: 34px 0 14px;
  font-family: Syne, sans-serif;
  font-size: 24px;
  line-height: 1.05;
}

.engagement-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.engagement-grid strong {
  display: block;
  color: var(--ink);
  margin-top: 20px;
}

.pain-grid article {
  min-height: 174px;
}

.pain-grid p {
  color: var(--ink);
  margin-top: 18px;
  font-weight: 700;
}

.pain-grid span, .project-label {
  display: inline-block;
  color: var(--purple-deep);
  text-transform: uppercase;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 900;
}

.process-line {
  position: relative;
  display: block;
  overflow: hidden;
  margin-inline-start: calc(-1 * max(24px, 50vw - 590px));
  margin-inline-end: calc(-1 * max(24px, 50vw - 590px));
  padding: 16px 0 28px;
}

.process-line:before, .process-line:after {
  position: absolute;
  z-index: 3;
  content: "";
  pointer-events: none;
  width: min(18vw, 220px);
  top: 0;
  bottom: 0;
}

.process-line:before {
  background: linear-gradient(90deg, #f6f7f9 18%, #f6f7f900);
  left: 0;
}

.process-line:after {
  background: linear-gradient(270deg, #f6f7f9 18%, #f6f7f900);
  right: 0;
}

.process-track {
  position: relative;
  display: flex;
  animation: process-rail 32s linear infinite;
  will-change: transform;
  gap: 18px;
  width: max-content;
  padding-inline-start: max(24px, 50vw - 590px);
  padding-inline-end: max(24px, 50vw - 590px);
}

.process-track:before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #0000, #7f77dd5c, #1d9e755c, #0000);
  height: 1px;
  top: 54px;
  left: 0;
  right: 0;
}

.process-line:hover .process-track, .process-line:focus-within .process-track {
  animation-play-state: paused;
}

.process-line article {
  position: relative;
  border-radius: var(--radius);
  background: linear-gradient(#fffffffa, #f8f9fcf5), #fff;
  border: 1px solid #0c0c0e14;
  flex: none;
  width: clamp(270px, 24vw, 330px);
  min-height: 220px;
  padding: 22px;
  transition: transform .24s, border-color .24s, box-shadow .24s;
  box-shadow: 0 18px 55px #11131b14;
}

.process-line article:before {
  position: absolute;
  background: var(--purple);
  content: "";
  border: 3px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 49px;
  left: 22px;
  box-shadow: 0 0 0 1px #7f77dd5c, 0 0 24px #7f77dd6b;
}

.process-line article:hover, .process-line article:focus-within {
  z-index: 2;
  border-color: #7f77dd70;
  transform: translateY(-8px);
  box-shadow: 0 28px 75px #11131b24;
}

.process-line span {
  display: inline-flex;
  border-radius: var(--radius);
  color: var(--teal-deep);
  background: #1d9e7514;
  border: 1px solid #1d9e7533;
  justify-content: center;
  align-items:  center;
  min-width: 42px;
  min-height: 34px;
  font-weight: 900;
}

.work-section {
  background: #fff;
}

.project-list {
  position: relative;
  display: block;
  overflow: hidden;
  perspective: 1400px;
  margin-inline-start: calc(-1 * max(24px, 50vw - 590px));
  margin-inline-end: calc(-1 * max(24px, 50vw - 590px));
  padding: 18px 0 34px;
}

.project-list:before, .project-list:after {
  position: absolute;
  z-index: 3;
  content: "";
  pointer-events: none;
  width: min(18vw, 220px);
  top: 0;
  bottom: 0;
}

.project-list:before {
  background: linear-gradient(90deg, #fff 18%, #fff0);
  left: 0;
}

.project-list:after {
  background: linear-gradient(270deg, #fff 18%, #fff0);
  right: 0;
}

.project-track {
  display: flex;
  animation: project-rail 42s linear infinite;
  transform-style: preserve-3d;
  will-change: transform;
  gap: 18px;
  width: max-content;
  padding-inline-start: max(24px, 50vw - 590px);
  padding-inline-end: max(24px, 50vw - 590px);
}

.project-list:hover .project-track, .project-list:focus-within .project-track {
  animation-play-state: paused;
}

.case-card .stack-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.case-card {
  position: relative;
  display: flex;
  overflow: hidden;
  transform-style: preserve-3d;
  background: linear-gradient(#fffffffa, #f8f9fcf5), #fff;
  border-color: #0c0c0e14;
  flex-direction: column;
  flex: none;
  gap: 18px;
  width: clamp(340px, 38vw, 520px);
  min-height: 560px;
  transition: transform .26s, border-color .26s, box-shadow .26s;
  transform: rotateY(-7deg)rotateX(2deg);
  box-shadow: 0 18px 60px #11131b14;
}

.case-card:before {
  position: absolute;
  border-radius: inherit;
  content: "";
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(120deg, #0000 16%, #7f77dd2e, #0000 48%);
  transition: opacity .24s;
  inset: -1px;
  transform: translateX(-45%);
}

.case-card:hover, .case-card:focus-within {
  border-color: #7f77dd85;
  transform: translateY(-10px)rotateY(0)rotateX(0)scale(1.015);
  box-shadow: 0 24px 70px #11131b21;
}

.case-card:hover:before, .case-card:focus-within:before {
  opacity: 1;
  animation: card-sheen 1.1s ease;
}

.case-card.featured {
  background: linear-gradient(135deg, #7f77dd14, #1d9e7514), #fff;
  border-color: #7f77dd5c;
}

.project-index {
  display: grid;
  border-radius: var(--radius);
  color: var(--teal-deep);
  background: #fff;
  border: 1px solid #0c0c0e14;
  place-items:  center;
  width: 52px;
  height: 52px;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 800;
  transform: translateZ(28px);
}

.project-body, .project-side {
  position: relative;
  z-index: 1;
  transform: translateZ(18px);
}

.project-label {
  margin-top: 0;
}

.project-facts {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

.project-facts div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  border-top: 1px solid var(--line);
  gap: 14px;
  padding-top: 12px;
}

.project-facts dt, .project-side strong {
  color: var(--ink);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.project-facts dd {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

.project-side {
  display: grid;
  border-top: 1px solid var(--line);
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
}

.project-side span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.stack-pills, .project-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.project-links {
  padding-top: 8px;
}

.project-links a {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  align-items:  center;
  gap: 6px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 900;
}

.case-card em, .stack-grid span, .industries span {
  border-color: var(--line);
  color: var(--muted);
}

.section.why {
  background: var(--ink);
  color: #fff;
}

.why .section-title h2 {
  color: #fff;
}

.why-grid div {
  display: flex;
  border-radius: var(--radius);
  background: #ffffff0e;
  border: 1px solid #ffffff1a;
  align-items:  center;
  gap: 14px;
  min-height: 120px;
  padding: 20px;
}

.why-grid svg {
  color: var(--teal);
}

.proof article p {
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}

.proof span {
  display: block;
  color: var(--muted);
  margin-top: 20px;
}

.stack-grid article div, .industries > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industries > div {
  max-width: 850px;
}

.about {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items:  center;
  gap: 52px;
}

.founder-mark {
  display: grid;
  aspect-ratio: 1;
  color: #fff;
  background: linear-gradient(135deg, #7f77ddeb, #1d9e75eb), #11131b;
  border-radius: 50%;
  place-items:  center;
  font-family: Syne, sans-serif;
  font-size: 72px;
  font-weight: 800;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.company-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
  margin: -12px 0 22px;
}

.company-highlights span {
  color: var(--ink);
  background: #7f77dd12;
  border: 1px solid #7f77dd2e;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 800;
}

.profile-links a, .calendar-link {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  align-items:  center;
  gap: 8px;
  padding: 12px 14px;
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  color: #fff;
  background: #101117;
  align-items:  start;
  gap: 48px;
  padding: 96px max(24px, 50vw - 590px);
}

.contact .section-title h2 {
  color: #fff;
}

.contact .section-title p {
  color: #ffffffa8;
}

.calendar-link {
  background: #ffffff0f;
  border-color: #ffffff1f;
}

.contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact-direct a {
  display: inline-flex;
  border-radius: var(--radius);
  color: #fff;
  background: #ffffff0e;
  border: 1px solid #ffffff1f;
  align-items:  center;
  gap: 8px;
  padding: 12px 14px;
  font-weight: 800;
}

.contact-direct a:hover, .calendar-link:hover {
  background: #a7f3d714;
  border-color: #a7f3d770;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: var(--radius);
  background: #ffffff0e;
  border: 1px solid #ffffff1c;
  gap: 14px;
  padding: 20px;
}

label {
  display: grid;
  color: #ffffffc7;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.wide, form button, .form-status {
  grid-column: 1 / -1;
}

input, select, textarea {
  border-radius: var(--radius);
  color: #fff;
  outline: none;
  background: #ffffff14;
  border: 1px solid #ffffff1f;
  width: 100%;
  padding: 13px 12px;
}

select option {
  color: #11131b;
}

textarea {
  resize: vertical;
}

form button {
  margin-top: 4px;
}

.form-status {
  color: #a7f3d7;
  margin: 0;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  color: #fff;
  background: #08090d;
  align-items:  center;
  gap: 24px;
  padding: 28px max(24px, 50vw - 590px);
}

footer div {
  display: flex;
  color: #ffffffad;
  justify-content: center;
  gap: 18px;
  font-weight: 700;
}

footer p {
  color: #ffffff8f;
  margin: 0;
}

footer p a {
  color: #ffffffb8;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: -40;
  }
}

@keyframes service-card-rail {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@keyframes process-rail {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@keyframes project-rail {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@keyframes service-card-shine {
  from {
    transform: translateX(-46%);
  }

  to {
    transform: translateX(46%);
  }
}

@keyframes card-sheen {
  from {
    transform: translateX(-55%);
  }

  to {
    transform: translateX(55%);
  }
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: auto 1fr auto;
  }

  .nav nav {
    position: absolute;
    display: none;
    border-radius: var(--radius);
    background: #0c0c0ef5;
    border: 1px solid #ffffff1f;
    flex-direction: column;
    width: min(320px, 100%);
    padding: 8px;
    top: calc(100% + 8px);
    right: 0;
  }

  .nav nav.open {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero, .split, .about, .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 32px;
    min-height: auto;
    padding-top: 112px;
  }

  .hero-visual {
    width: 100%;
    height: clamp(320px, 58vw, 410px);
    min-height: 0;
  }

  .service-grid, .pain-grid, .proof, .stack-grid, .engagement-grid, .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card {
    width: min(84vw, 380px);
    min-height: 420px;
  }

  .case-card {
    width: min(86vw, 460px);
    min-height: 560px;
  }

  .service-card {
    min-height: 300px;
  }

  .process-line article {
    width: min(82vw, 330px);
    min-height: 220px;
  }

  .founder-mark {
    width: min(260px, 70vw);
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .nav {
    width: calc(100% - 20px);
    padding-left: 12px;
    top: 10px;
  }

  .logo span {
    font-size: 15px;
  }

  .logo small {
    font-size: 9px;
  }

  .hero {
    gap: 28px;
    min-height: auto;
    padding: 102px 18px 54px;
  }

  .hero-copy h1 {
    font-size: 40px;
    line-height: 1;
  }

  .hero-copy p {
    margin-top: 20px;
    font-size: 17px;
  }

  .hero-actions, form, .pain-grid, .proof, .stack-grid, .engagement-grid, .why-grid {
    grid-template-columns: 1fr;
  }

  .case-card {
    width: min(88vw, 390px);
    min-height: 590px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .section, .contact {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .hero-visual {
    border-radius: 14px;
    height: clamp(270px, 72vw, 330px);
    min-height: 0;
  }

  .scene-caption {
    max-width: calc(100% - 24px);
    padding: 9px 10px;
    bottom: 12px;
    left: 12px;
  }

  .scene-caption strong {
    font-size: 13px;
  }

  .scene-caption span {
    font-size: 11px;
  }

  .scene-labels span {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 118px;
    padding: 6px 7px;
    font-size: 10px;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-top: 96px;
  }

  .hero-copy h1 {
    font-size: 36px;
  }

  .hero-visual {
    height: 270px;
  }

  .scene-labels span {
    max-width: 102px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-track, .process-track, .project-track, .case-track {
    animation: none !important;
  }

  *, *:before, *:after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
