@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/space-grotesk-latin.woff2") format("woff2");
}
:root {
  color-scheme: dark;
  --bg: #060b12;
  --surface: #0f1722;
  --text: #e6edf5;
  --muted: #93a4b8;
  --accent: #34d399;
  --mint: #22d3ee;
  --violet: #a78bfa;
  --accent-gradient: linear-gradient(92deg, var(--accent), var(--mint));
  --line: rgba(255, 255, 255, 0.09);
  --heading: "Space Grotesk", sans-serif;
  --body: Manrope, sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 900px;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(ellipse at 18% 0%, #34d39918, transparent 60%),
    radial-gradient(ellipse at 85% 25%, #22d3ee18, transparent 60%),
    radial-gradient(ellipse at 65% 90%, #a78bfa12, transparent 62%);
}
::selection {
  background: var(--accent);
  color: var(--bg);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button:disabled {
  cursor: default;
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
img {
  max-width: 100%;
  display: block;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 500;
}
.container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 16px;
  z-index: 1100;
  padding: 12px 20px;
  background: var(--accent);
  color: var(--bg);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
/* Navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #060b12e8;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--heading);
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.5px;
}
.brand img {
  width: 38px;
  height: 38px;
}
.brand-ai {
  color: var(--accent);
}
.navigation {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  font-weight: 500;
}
.navigation > a {
  color: #b3c1d1;
  transition: color 0.3s;
}
.navigation > a:hover,
.footer-links a:hover,
.footer-bottom a:hover,
.footer-bottom button:hover {
  color: var(--accent);
}
.navigation .nav-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--text);
  padding: 11px 18px;
  border: 1px solid #47677b;
  border-radius: 4px;
  margin-left: 10px;
  transition:
    background 0.3s,
    border-color 0.3s;
}
.navigation .nav-contact:hover {
  background: #34d39910;
  border-color: var(--accent);
}
.nav-contact .icon {
  width: 16px;
  height: 16px;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.menu-toggle span {
  display: block;
  width: 23px;
  height: 1.5px;
  background: var(--text);
  margin: 6px 0;
  transition: transform 0.3s;
}
/* Hero and neural field */
.hero {
  position: relative;
  min-height: 730px;
  display: flex;
  align-items: center;
  padding-top: 76px;
  padding-bottom: 118px;
  isolation: isolate;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: 62%;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b3ccd6;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.55px;
  margin-bottom: 31px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px #34d39945;
}
.hero h1 {
  font-size: clamp(64px, 7.4vw, 106px);
  line-height: 1.01;
  letter-spacing: -6px;
  margin-left: -5px;
}
.accent-text {
  background: linear-gradient(
    92deg,
    var(--accent),
    var(--mint) 55%,
    var(--violet)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-description {
  max-width: 455px;
  color: #9eafc3;
  font-size: 15px;
  line-height: 1.9;
  margin-top: 30px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 54px;
  padding: 14px 23px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  transition:
    background 0.3s,
    transform 0.3s;
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-3px);
}
.button-primary {
  background: var(--accent-gradient);
  color: #04231a;
}
.button-primary:hover {
  background: linear-gradient(92deg, #6ee7b7, #67e8f9);
}
.button .icon {
  width: 19px;
  height: 19px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  transition: color 0.3s;
}
.text-link:hover {
  color: var(--accent);
}
.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s;
}
.text-link:hover .icon {
  transform: translate(3px, -2px);
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 33px;
  font-size: 10px;
  color: #899eb3;
}
.mini-line {
  height: 1px;
  width: 25px;
  background: #4d7488;
}
.hero-visual {
  position: absolute;
  width: 58%;
  height: 650px;
  right: -48px;
  top: 20px;
  z-index: -1;
  overflow: hidden;
  contain: layout paint;
}
.hero-visual canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.visual-grid {
  position: absolute;
  inset: 70px 0 55px;
  background-image:
    linear-gradient(#b9def007 1px, transparent 1px),
    linear-gradient(90deg, #b9def007 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse, black 20%, transparent 68%);
}
.visual-halo {
  position: absolute;
  inset: 80px 0;
  background: radial-gradient(
    ellipse,
    #22d3ee18,
    #a78bfa08 45%,
    transparent 66%
  );
}
.visual-caption,
.visual-coordinate,
.visual-label {
  position: absolute;
  z-index: 3;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1px;
  color: #91a6bd;
}
.caption-top {
  top: 100px;
  left: 23%;
  display: flex;
  gap: 13px;
  align-items: center;
}
.crosshair {
  font-size: 21px;
  color: var(--accent);
  font-weight: 300;
}
.visual-label {
  bottom: 125px;
  right: 25px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #0b1726a8;
  border: 1px solid #22d3ee30;
  border-radius: 5px;
  padding: 14px 19px;
  backdrop-filter: blur(12px);
  line-height: 1.9;
  letter-spacing: 0.3px;
  animation: levitate 7s ease-in-out infinite;
}
.visual-label b {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 500;
  color: #d7e7f3;
}
.visual-coordinate {
  bottom: 58px;
  left: 27%;
  display: flex;
  gap: 110px;
  align-items: center;
}
.visual-coordinate span {
  font-size: 24px;
  color: var(--accent);
}
.orb-fallback {
  position: absolute;
  left: 22%;
  top: 25%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid #34d39940;
  border-radius: 50%;
  box-shadow:
    0 0 80px #22d3ee10,
    inset 0 0 60px #22d3ee0b;
  transform: rotate(-30deg);
}
.orb-fallback span {
  position: absolute;
  inset: 12%;
  border: 1px solid #a78bfa50;
  border-radius: 50%;
  transform: rotateX(60deg);
}
.orb-fallback span:nth-child(2) {
  transform: rotateY(65deg);
}
.orb-fallback span:nth-child(3) {
  transform: rotateY(45deg) rotateX(45deg);
}
.canvas-ready .orb-fallback {
  display: none;
}
.hero-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #889bb0;
  font-size: 10px;
  letter-spacing: 0.2px;
}
.hero-bottom-note {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-bottom-note::before {
  content: "✳";
  color: var(--accent);
  font-size: 15px;
}
.motion-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 9px;
  color: #91a6bd;
  padding: 8px;
}
.motion-toggle:hover {
  color: var(--accent);
}
.motion-icon {
  width: 8px;
  height: 10px;
  border-inline: 2px solid currentColor;
}
.motion-paused .motion-icon {
  border: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}
.scroll-link {
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
}
.scroll-link span {
  color: var(--accent);
  font-size: 20px;
}
.capability-strip {
  border-block: 1px solid var(--line);
  background: #0a121d;
}
.capability-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--heading);
  font-size: 14px;
  color: #cad7e6;
}
.capability-inner .strip-label {
  color: #8a9fb5;
  font-family: var(--body);
  font-size: 10px;
  margin-right: 25px;
}
.capability-inner .icon {
  width: 15px;
  height: 15px;
  color: #7abfc5;
  stroke-width: 1;
}
/* Services */
.section {
  padding-block: 116px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 47px;
}
.section-index {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  font-weight: 400;
  color: #aac0d1;
  margin-bottom: 25px;
}
.section-index > span:not(.status-dot) {
  color: #8198ae;
}
h2 {
  font-size: clamp(36px, 4vw, 53px);
  line-height: 1.13;
  letter-spacing: -2.3px;
}
.muted-text {
  color: #8fa2b7;
}
.section-intro {
  max-width: 345px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  padding-bottom: 5px;
}
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.service-card {
  position: relative;
  overflow: hidden;
  padding: 29px 33px 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(140deg, #10243a, #0b1422 60%);
  transition:
    border-color 0.35s,
    transform 0.35s;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: #22d3ee5e;
}
.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-icon {
  width: 25px;
  height: 25px;
  color: #6ee7b7;
}
.mono {
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.9;
  letter-spacing: 0.8px;
  color: #8da5bb;
}
.service-card h3 {
  font-size: 24px;
  letter-spacing: -0.7px;
  margin-top: 3px;
  margin-bottom: 12px;
}
.service-card > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 420px;
}
.card-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.card-tags span {
  border: 1px solid #9fbcd519;
  border-radius: 4px;
  padding: 4px 9px;
  font-size: 9px;
  color: #a2bad1;
}
.ai-diagram,
.web-diagram,
.mobile-diagram,
.custom-diagram {
  position: relative;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-diagram {
  gap: 0;
}
.diagram-node {
  position: relative;
  z-index: 2;
  border: 1px solid #34d39933;
  background: #0e2630;
  padding: 10px 12px;
  font-family: var(--mono);
  font-size: 9px;
  color: #b2d4df;
  border-radius: 4px;
  white-space: nowrap;
}
.diagram-line {
  height: 1px;
  width: 45px;
  background: linear-gradient(90deg, #0e749033, #34d399a8);
  position: relative;
}
.diagram-line::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 8px #34d39980;
  animation: signal 3s linear infinite;
}
.line-right::after {
  animation-delay: 1.5s;
}
.diagram-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid #22d3ee7d;
  border-radius: 16px;
  background: linear-gradient(130deg, #34d39925, #22d3ee08);
  color: var(--accent);
  box-shadow: 0 0 40px #22d3ee15;
}
.diagram-core .icon {
  width: 30px;
  height: 30px;
  animation: rotate-slow 24s linear infinite;
}
.diagram-orbit {
  position: absolute;
  width: 126px;
  height: 126px;
  left: 50%;
  margin-left: -63px;
  border: 1px dashed #22d3ee29;
  border-radius: 50%;
  pointer-events: none;
}
.service-web {
  background: linear-gradient(140deg, #101f34, #0b1422 65%);
}
.web-diagram {
  display: block;
  width: 235px;
  height: 121px;
  margin: 21px auto 18px;
  border: 1px solid #22d3ee40;
  border-radius: 6px;
  background: #0b1d2c;
  transform: perspective(650px) rotateY(-9deg) rotateX(6deg);
  transition: transform 0.6s;
}
.service-web:hover .web-diagram {
  transform: perspective(650px) rotateY(0) rotateX(0);
}
.browser-bar {
  height: 22px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid #7dd3fc26;
}
.browser-bar i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #719ab7;
}
.browser-bar span {
  font-family: var(--mono);
  font-size: 7px;
  color: #89b8cf;
  margin-left: 28px;
}
.browser-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px;
}
.browser-content > div {
  width: 52%;
}
.browser-content span {
  display: block;
  height: 5px;
  width: 100%;
  background: #7daec84d;
  margin-bottom: 8px;
  border-radius: 1px;
}
.browser-content span:nth-child(2) {
  width: 65%;
}
.browser-content b {
  display: block;
  width: 40px;
  height: 14px;
  background: #6ee7b7;
  border-radius: 2px;
  margin-top: 12px;
}
.browser-content .icon {
  width: 45px;
  height: 45px;
  color: #7dd3fc;
  stroke-width: 1;
}
.code-chip {
  position: absolute;
  bottom: 5px;
  right: -28px;
  padding: 7px 11px;
  border: 1px solid #a78bfa47;
  border-radius: 4px;
  background: #19233e;
  color: #c4b5fd;
  font-family: var(--mono);
  font-size: 8px;
  transform: rotate(5deg);
}
.mobile-diagram {
  perspective: 800px;
}
.mini-phone {
  position: absolute;
  width: 63px;
  height: 112px;
  border: 1px solid #22d3ee77;
  border-radius: 12px;
  background: linear-gradient(150deg, #203950, #0b1728);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px;
  box-shadow: 0 12px 25px #0003;
}
.mini-phone > span {
  width: 16px;
  height: 3px;
  border-radius: 10px;
  background: #729caf77;
}
.phone-back {
  transform: translate(-32px, 4px) rotate(-17deg);
  opacity: 0.55;
}
.phone-front {
  transform: translate(21px, -1px) rotate(11deg);
  animation: phone-float 7s ease-in-out infinite;
}
.mini-phone .icon {
  margin: 13px 0 9px;
  color: #34d399;
  width: 27px;
  height: 27px;
}
.mini-phone i {
  width: 32px;
  height: 3px;
  background: #7daec880;
  border-radius: 1px;
  margin: 3px;
}
.mini-phone i + i {
  width: 23px;
}
.mini-phone b {
  background: #67e8f9;
  width: 29px;
  height: 9px;
  border-radius: 3px;
  margin-top: 4px;
}
.phone-back i {
  height: 22px;
  margin-top: 15px;
}
.mobile-orbit {
  width: 220px;
  height: 69px;
  border: 1px solid #22d3ee21;
  border-radius: 50%;
  transform: rotate(-15deg);
}
.custom-diagram {
  perspective: 650px;
}
.stack-layer {
  position: absolute;
  width: 120px;
  height: 90px;
  border: 1px solid #a78bfa55;
  border-radius: 8px;
  transform: translateY(25px) rotateX(58deg) rotateZ(-35deg);
  background: #132b4070;
}
.stack-layer:nth-child(2) {
  transform: translateY(3px) rotateX(58deg) rotateZ(-35deg);
  background: #223450b0;
}
.stack-layer:nth-child(3) {
  transform: translateY(-19px) rotateX(58deg) rotateZ(-35deg);
  background: linear-gradient(125deg, #4c5d87, #142b48);
  display: grid;
  place-items: center;
}
.stack-layer .icon {
  width: 40px;
  height: 40px;
  color: #34d399;
}
.stack-caption {
  position: absolute;
  right: 5%;
  top: 45%;
  font-family: var(--mono);
  font-size: 7px;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
  color: #8c9dbc;
}
.work-section {
  padding-top: 10px;
}
.project-card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border: 1px solid #22d3ee2b;
  border-radius: 9px;
  overflow: hidden;
  background: #0c1928;
  min-height: 550px;
}
.project-copy {
  padding: 47px;
  position: relative;
  z-index: 2;
}
.project-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 1px;
  color: #9ccfda;
  margin-bottom: 44px;
}
.project-label .status-dot {
  width: 5px;
  height: 5px;
}
.project-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 1.8px;
  color: #c5dbe7;
  margin-bottom: 20px;
}
.project-brand img {
  border-radius: 9px;
  width: 32px;
  height: 32px;
}
.project-copy h3 {
  font-size: 45px;
  letter-spacing: -1.7px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.project-copy > p {
  font-size: 12px;
  line-height: 1.9;
  color: #a0b8cd;
  max-width: 370px;
}
.project-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}
.project-features > span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 9px;
  color: #b1d0df;
}
.project-features .icon {
  width: 13px;
  height: 13px;
  color: #6ee7b7;
}
.project-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 32px;
}
.button-light {
  color: #092735;
  background: #d5f5ee;
  font-size: 10px;
  padding: 13px 17px;
  gap: 16px;
  min-height: 47px;
}
.button-light:hover {
  background: #ecfdf5;
}
.project-actions .text-link {
  font-size: 10px;
  white-space: nowrap;
}
.project-visual {
  position: relative;
  min-height: 550px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 55%, #22d3ee44, transparent 70%),
    linear-gradient(120deg, #112d41, #10263c 50%, #1c2d4b);
}
.project-visual-word {
  position: absolute;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 110px;
  color: #a5ccea1d;
  top: 28px;
  left: 23px;
  letter-spacing: -7px;
}
.phone-mockup {
  position: relative;
  z-index: 2;
  width: 225px;
  border: 6px solid #0a1b2fcf;
  border-radius: 30px;
  overflow: hidden;
  transform: rotate(9deg);
  box-shadow:
    10px 30px 60px #0006,
    0 0 0 1px #a5e9f536;
  transition: transform 0.6s;
}
.phone-mockup img {
  width: 100%;
  height: auto;
}
.project-card:hover .phone-mockup {
  transform: rotate(3deg) translateY(-5px);
}
.project-orbit {
  position: absolute;
  width: 450px;
  height: 450px;
  border: 1px solid #67e8f920;
  border-radius: 50%;
}
.orbit-two {
  width: 650px;
  height: 650px;
  border-style: dashed;
  opacity: 0.6;
}
.project-visual-note {
  position: absolute;
  bottom: 24px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 2px;
  color: #95c3d5;
}
.next-project {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 26px 5px;
  border-bottom: 1px solid var(--line);
  transition: color 0.3s;
}
.next-project-icon {
  display: grid;
  place-items: center;
  font-size: 26px;
  font-weight: 400;
  width: 47px;
  height: 47px;
  border: 1px dashed #22d3ee66;
  border-radius: 50%;
  color: var(--accent);
  transition: transform 0.5s;
}
.next-project > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.next-project strong {
  font-size: 14px;
  font-weight: 500;
}
.next-project > span > span {
  font-size: 11px;
  color: var(--muted);
}
.next-project > .icon {
  margin-left: auto;
  margin-right: 15px;
  color: var(--accent);
}
.next-project:hover {
  color: var(--accent);
}
.next-project:hover .next-project-icon {
  transform: rotate(90deg);
}
.about-section {
  border-block: 1px solid var(--line);
  background: #0b1420;
  padding-block: 86px;
}
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 80px;
}
.about-label {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.studio-mark {
  margin: 19px 0 26px;
}
.studio-mark .icon {
  width: 88px;
  height: 88px;
  color: var(--accent);
  stroke-width: 0.8;
  animation: rotate-slow 45s linear infinite;
}
.about-label .mono {
  font-size: 8px;
  color: #88a4bd;
  letter-spacing: 1.3px;
}
.about-copy h2 {
  font-size: 43px;
  line-height: 1.22;
  letter-spacing: -1.8px;
  margin: 0 0 27px;
}
.about-copy > p {
  font-size: 13px;
  line-height: 1.9;
  color: #9aafc4;
  margin-top: 16px;
  max-width: 580px;
}
.studio-principles {
  display: flex;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 31px;
  font-size: 10px;
  color: #b8cedf;
}
.studio-principles > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.studio-principles .status-dot {
  width: 4px;
  height: 4px;
}
.process-section {
  padding-bottom: 100px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
  margin-top: 57px;
}
.step-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #22d3ee4d;
  padding-top: 19px;
  color: var(--accent);
  margin-bottom: 24px;
}
.step-track > span {
  font-family: var(--mono);
  font-size: 12px;
}
.step-track .icon {
  width: 18px;
  height: 18px;
  color: #8faed0;
}
.process-step h3 {
  font-size: 21px;
  letter-spacing: -0.7px;
  margin-bottom: 13px;
}
.process-step p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
}
.step-footnote {
  display: block;
  margin-top: 26px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 1px;
  color: #8da8c0;
}
.contact-section {
  padding-bottom: 84px;
}
.contact-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #a78bfa38;
  border-radius: 8px;
  padding: 45px 56px 27px;
  background:
    radial-gradient(ellipse at 100% 0%, #a78bfa25, transparent 60%), #0e1b2d;
}
.contact-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(#7dd3fc10 1px, transparent 1px),
    linear-gradient(90deg, #7dd3fc10 1px, transparent 1px);
  background-size: 55px 55px;
  mask-image: linear-gradient(110deg, transparent 40%, black);
}
.contact-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-top .section-index {
  margin: 0;
  font-size: 8px;
  letter-spacing: 1px;
}
.contact-spark {
  width: 35px;
  height: 35px;
  color: var(--accent);
  stroke-width: 1;
}
.contact-panel h2 {
  font-size: clamp(72px, 8vw, 112px);
  line-height: 1;
  letter-spacing: -5px;
  margin-top: 30px;
}
.contact-panel h2 span {
  color: var(--accent);
}
.contact-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-top: 26px;
}
.contact-bottom > p {
  color: #a3b7cc;
  font-size: 12px;
  line-height: 1.9;
}
.contact-bottom strong {
  color: #d2e3f0;
  font-weight: 500;
}
.contact-bottom .button {
  margin-bottom: 5px;
  min-width: 230px;
  justify-content: space-between;
}
.contact-email {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #7dd3fc1c;
  margin-top: 36px;
  padding-top: 19px;
  color: #aac4d9;
  font-size: 11px;
  flex-wrap: wrap;
}
.contact-email > a {
  transition: color 0.3s;
}
.contact-email > a:hover {
  color: var(--accent);
}
.contact-email button {
  padding: 8px;
  display: inline-flex;
  color: #8fcbd9;
  transition: color 0.3s;
}
.contact-email button:hover {
  color: var(--accent);
}
.contact-email .icon {
  width: 15px;
  height: 15px;
}
.copy-status {
  font-size: 10px;
  color: var(--accent);
}
.site-footer {
  padding-bottom: 27px;
}
.footer-main {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-main > .brand {
  font-size: 27px;
}
.footer-main > .brand img {
  width: 33px;
  height: 33px;
}
.footer-main > p {
  font-size: 10px;
  color: #8fa4ba;
  line-height: 1.7;
  padding-left: 32px;
  border-left: 1px solid var(--line);
}
.footer-links {
  margin-left: auto;
  display: flex;
  gap: 25px;
  font-size: 10px;
}
.footer-links a {
  transition: color 0.3s;
}
.footer-links span {
  color: var(--accent);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #8a9db4;
  font-size: 9px;
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
.footer-bottom button {
  padding: 0;
  font-size: inherit;
}
.footer-bottom a,
.footer-bottom button {
  transition: color 0.3s;
}
.reveal {
  opacity: 1;
  transform: none;
}
.reveal.reveal-pending {
  opacity: 0;
  transform: translateY(25px);
}
.reveal.reveal-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.consent-bar {
  border-radius: 7px !important;
  border-color: #22d3ee40 !important;
  background: #0a111af5 !important;
  max-width: 720px !important;
  font-family: var(--body) !important;
}
.consent-bar p {
  font-size: 11px !important;
}
.consent-bar a {
  color: var(--accent) !important;
}
.consent-bar button {
  font-size: 11px !important;
  border-radius: 4px !important;
}
.consent-bar button.primary {
  background: var(--accent-gradient) !important;
  color: #04231a !important;
}
@keyframes levitate {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes phone-float {
  0%,
  100% {
    transform: translate(21px, -1px) rotate(11deg);
  }
  50% {
    transform: translate(21px, -8px) rotate(7deg);
  }
}
@keyframes rotate-slow {
  to {
    transform: rotate(360deg);
  }
}
@keyframes signal {
  from {
    transform: translateX(0);
    opacity: 0;
  }
  15%,
  85% {
    opacity: 1;
  }
  to {
    transform: translateX(42px);
    opacity: 0;
  }
}
.motion-paused *,
.motion-paused *::before,
.motion-paused *::after {
  animation-play-state: paused !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
.motion-paused .reveal-pending {
  opacity: 1;
  transform: none;
}
/* Responsive layout */
@media (min-width: 1600px) {
  .hero {
    min-height: 800px;
  }
  .hero-visual {
    top: 50px;
  }
  .hero h1 {
    font-size: 112px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 72px);
  }
  .hero {
    min-height: 700px;
  }
  .hero h1 {
    font-size: 86px;
    letter-spacing: -5px;
  }
  .hero-copy {
    width: 65%;
  }
  .hero-visual {
    right: -30px;
    width: 59%;
    height: 620px;
    top: 40px;
  }
  .hero-description {
    max-width: 390px;
    font-size: 14px;
  }
  .hero-actions {
    gap: 23px;
  }
  .hero-actions .button {
    padding-inline: 19px;
    gap: 20px;
    font-size: 11px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .visual-label {
    right: 10px;
    bottom: 120px;
  }
  .capability-inner {
    gap: 14px;
    font-size: 12px;
  }
  .capability-inner .strip-label {
    margin: 0;
    font-size: 9px;
  }
  .project-copy {
    padding: 34px;
  }
  .project-actions {
    gap: 17px;
    align-items: flex-start;
    flex-direction: column;
  }
  .project-label {
    margin-bottom: 34px;
  }
  .project-visual {
    min-height: 550px;
  }
  .about-inner {
    gap: 40px;
  }
  .about-copy h2 {
    font-size: 38px;
  }
  .footer-main {
    gap: 25px;
  }
  .footer-links {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .navigation {
    gap: 24px;
  }
  .hero {
    min-height: 655px;
    padding-top: 75px;
  }
  .hero h1 {
    font-size: 72px;
    letter-spacing: -4px;
  }
  .hero-description {
    max-width: 330px;
    font-size: 13px;
  }
  .desktop-break {
    display: none;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .hero-visual {
    height: 565px;
    top: 40px;
    right: -28px;
    width: 58%;
  }
  .caption-top {
    top: 70px;
    left: 26%;
    font-size: 7px;
  }
  .visual-label {
    font-size: 7px;
    padding: 10px 12px;
    bottom: 90px;
    right: 0;
  }
  .visual-label b {
    font-size: 10px;
  }
  .visual-coordinate {
    bottom: 55px;
    font-size: 7px;
    left: 30%;
    gap: 80px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-note {
    margin-top: 23px;
    font-size: 9px;
  }
  .capability-inner .strip-label {
    display: none;
  }
  .capability-inner {
    min-height: 70px;
    font-size: 11px;
  }
  .section {
    padding-block: 85px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-intro {
    max-width: 290px;
    font-size: 12px;
  }
  .section-index {
    font-size: 8px;
  }
  h2 {
    font-size: 43px;
  }
  .service-card {
    padding: 25px;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .service-card > p {
    font-size: 11px;
  }
  .card-topline .mono {
    font-size: 8px;
  }
  .diagram-node {
    padding: 8px;
    font-size: 7px;
  }
  .diagram-line {
    width: 30px;
  }
  .diagram-core {
    width: 49px;
    height: 49px;
    border-radius: 12px;
  }
  .diagram-orbit {
    width: 112px;
    height: 112px;
    margin-left: -56px;
  }
  .diagram-line::after {
    animation-name: none;
  }
  .service-card .card-tags {
    gap: 5px;
  }
  .card-tags span {
    font-size: 8px;
    padding-inline: 7px;
  }
  .web-diagram {
    width: 205px;
  }
  .work-section {
    padding-top: 0;
  }
  .project-copy {
    padding: 30px;
  }
  .project-copy h3 {
    font-size: 38px;
  }
  .project-visual {
    min-height: 540px;
  }
  .project-features {
    gap: 10px;
    font-size: 8px;
  }
  .phone-mockup {
    width: 200px;
  }
  .project-visual-word {
    font-size: 80px;
    top: 75px;
  }
  .about-inner {
    grid-template-columns: 1fr 2fr;
    gap: 30px;
  }
  .about-copy h2 {
    font-size: 32px;
  }
  .about-copy > p {
    font-size: 12px;
  }
  .about-label .section-index {
    font-size: 7px;
    letter-spacing: 0.5px;
  }
  .studio-principles {
    gap: 18px;
    font-size: 9px;
  }
  .process-grid {
    gap: 25px;
  }
  .process-step h3 {
    font-size: 19px;
  }
  .process-step p {
    font-size: 11px;
  }
  .contact-panel {
    padding: 35px;
  }
  .footer-main > p {
    display: none;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-top: 90px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 74px;
    height: auto;
    flex-wrap: wrap;
  }
  .brand {
    font-size: 28px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .navigation {
    gap: 0;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 16px;
    order: 3;
    font-size: 10px;
  }
  .navigation .nav-contact {
    padding: 6px 10px;
    margin-left: 0;
    gap: 10px;
  }
  .has-js .menu-toggle {
    display: block;
  }
  .has-js .navigation {
    display: none;
  }
  .has-js .navigation.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0 20px;
  }
  .has-js .navigation.is-open > a {
    padding: 13px 4px;
    font-size: 14px;
  }
  .has-js .navigation.is-open .nav-contact {
    padding: 12px 14px;
    justify-content: space-between;
    margin-top: 8px;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.75px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
  }
  .hero {
    min-height: auto;
    padding-top: 49px;
    padding-bottom: 78px;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-inline: 20px;
  }
  .hero-copy {
    width: 100%;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
    gap: 8px;
    margin-bottom: 25px;
  }
  .hero h1 {
    font-size: clamp(54px, 12.6vw, 84px);
    letter-spacing: -3.5px;
    line-height: 1.02;
    margin-left: -2px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 380px;
    line-height: 1.8;
    margin-top: 22px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 22px;
    margin-top: 26px;
  }
  .hero-actions .button {
    font-size: 10px;
    padding: 14px 16px;
    gap: 14px;
    min-height: 50px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 7px;
  }
  .hero-actions .text-link .icon {
    width: 15px;
    height: 15px;
  }
  .hero-note {
    font-size: 8px;
    margin-top: 22px;
  }
  .hero-visual {
    position: relative;
    width: calc(100% + 40px);
    height: 390px;
    top: auto;
    right: auto;
    margin: 0 -20px -10px;
    z-index: 0;
  }
  .visual-grid {
    inset: 25px 0;
  }
  .visual-halo {
    inset: 0;
  }
  .caption-top {
    top: 33px;
    left: 12%;
    font-size: 7px;
  }
  .visual-label {
    right: 7%;
    bottom: 65px;
    padding: 10px 13px;
  }
  .visual-coordinate {
    bottom: 22px;
    left: 13%;
    gap: 155px;
  }
  .hero-bottom {
    left: 20px;
    right: 20px;
    bottom: 22px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .hero-bottom-note {
    font-size: 8px;
  }
  .hero-bottom .scroll-link {
    display: none;
  }
  .motion-toggle {
    font-size: 8px;
  }
  .capability-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
    padding-block: 23px;
    min-height: auto;
    font-size: 11px;
  }
  .capability-inner > span:not(.strip-label)::before {
    content: "+";
    color: var(--accent);
    margin-right: 10px;
  }
  .capability-inner .icon {
    display: none;
  }
  .section {
    padding-block: 70px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 30px;
  }
  .section-index {
    font-size: 8px;
    letter-spacing: 1px;
    margin-bottom: 19px;
  }
  h2 {
    font-size: 38px;
    letter-spacing: -1.6px;
  }
  .section-intro {
    max-width: 370px;
    font-size: 12px;
    padding: 0;
  }
  .expertise-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .service-card {
    padding: 25px;
  }
  .service-card h3 {
    font-size: 24px;
  }
  .service-card > p {
    font-size: 12px;
    max-width: none;
  }
  .card-topline .mono {
    font-size: 8px;
  }
  .card-tags span {
    font-size: 9px;
  }
  .diagram-node {
    font-size: 8px;
    padding: 10px;
  }
  .diagram-line {
    width: 40px;
  }
  .diagram-core {
    width: 56px;
    height: 56px;
  }
  .web-diagram {
    width: 220px;
  }
  .work-section {
    padding-top: 0;
  }
  .project-card {
    grid-template-columns: 1fr;
  }
  .project-copy {
    padding: 30px 25px 36px;
  }
  .project-label {
    margin-bottom: 30px;
  }
  .project-copy h3 {
    font-size: 41px;
  }
  .project-copy > p {
    max-width: 100%;
    font-size: 12px;
  }
  .project-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .project-features {
    gap: 16px;
  }
  .project-visual {
    min-height: 430px;
  }
  .phone-mockup {
    width: 194px;
  }
  .project-visual-word {
    font-size: 100px;
    top: 16px;
    left: 20px;
  }
  .project-visual-note {
    font-size: 7px;
    bottom: 14px;
  }
  .project-orbit {
    width: 370px;
    height: 370px;
  }
  .orbit-two {
    width: 530px;
    height: 530px;
  }
  .next-project {
    gap: 14px;
    padding-block: 23px;
  }
  .next-project-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    font-size: 24px;
  }
  .next-project strong {
    font-size: 12px;
  }
  .next-project > span > span {
    font-size: 10px;
    max-width: 230px;
  }
  .next-project > .icon {
    width: 18px;
    height: 18px;
    margin-right: 0;
  }
  .about-section {
    padding-block: 55px;
  }
  .about-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-label {
    position: relative;
    display: block;
  }
  .about-label .section-index {
    font-size: 8px;
    margin: 0;
  }
  .studio-mark {
    display: none;
  }
  .about-label > .mono {
    display: none;
  }
  .about-copy h2 {
    font-size: 34px;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
  }
  .about-copy > p {
    font-size: 12px;
  }
  .studio-principles {
    gap: 22px;
    flex-wrap: wrap;
    font-size: 9px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 31px;
    margin-top: 35px;
  }
  .step-track {
    margin-bottom: 17px;
    padding-top: 14px;
  }
  .process-step h3 {
    font-size: 23px;
  }
  .process-step p {
    font-size: 12px;
    max-width: 400px;
  }
  .step-footnote {
    margin-top: 16px;
    font-size: 8px;
  }
  .contact-section {
    padding-bottom: 54px;
  }
  .contact-panel {
    padding: 28px 24px 18px;
  }
  .contact-top .section-index {
    font-size: 6.5px;
    letter-spacing: 0.7px;
    gap: 8px;
  }
  .contact-spark {
    width: 24px;
    height: 24px;
  }
  .contact-panel h2 {
    font-size: clamp(42px, 14vw, 64px);
    letter-spacing: -2.5px;
    margin-top: 27px;
  }
  .contact-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-top: 23px;
  }
  .contact-bottom > p {
    font-size: 11px;
  }
  .contact-bottom .button {
    font-size: 11px;
    width: 100%;
    min-height: 51px;
  }
  .contact-email {
    margin-top: 23px;
    padding-top: 13px;
    font-size: 9px;
    gap: 5px;
  }
  .contact-email button {
    margin-left: auto;
  }
  .copy-status {
    width: 100%;
  }
  .copy-status:empty {
    display: none;
  }
  .footer-main {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 30px;
  }
  .footer-main > .brand {
    font-size: 26px;
  }
  .footer-main > .brand img {
    width: 30px;
    height: 30px;
  }
  .footer-links {
    width: 100%;
    margin: 0;
    justify-content: space-between;
    font-size: 10px;
    gap: 15px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
    font-size: 9px;
  }
  .footer-bottom > div {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer-bottom > div > a:last-child {
    margin-left: auto;
  }
  .consent-bar {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    padding: 13px 15px !important;
    gap: 10px !important;
  }
}
@media (max-width: 370px) {
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    font-size: 9px;
    padding-inline: 12px;
  }
  .hero-actions .text-link {
    font-size: 9px;
  }
  .hero h1 {
    letter-spacing: -3px;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 0.8px;
  }
  .card-tags {
    gap: 4px;
  }
  .card-tags span {
    font-size: 8px;
  }
  .diagram-node {
    font-size: 7px;
    padding: 8px;
  }
  .diagram-line {
    width: 26px;
  }
  .project-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-top .section-index {
    font-size: 6px;
  }
  .contact-spark {
    width: 18px;
    height: 18px;
  }
  .contact-email {
    font-size: 8px;
  }
}
html:not(.has-js) *,
html:not(.has-js) *::before,
html:not(.has-js) *::after {
  animation: none !important;
}
.motion-paused {
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal.reveal-pending {
    opacity: 1;
    transform: none;
  }
  .button:hover,
  .service-card:hover {
    transform: none;
  }
  .project-card:hover .phone-mockup {
    transform: rotate(9deg);
  }
}
