:root {
  --ink: #08131f;
  --ink-2: #111f2c;
  --paper: #f4f1e9;
  --paper-2: #eae6dc;
  --white: #fffefa;
  --signal: #ff5c35;
  --signal-dark: #d74221;
  --mint: #7ee2cf;
  --line: rgba(8, 19, 31, .16);
  --muted: #61707b;
  --radius: 20px;
  --shadow: 0 26px 70px rgba(8, 19, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { color: var(--white); background: var(--signal); }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 20px; padding: 12px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.section-shell { width: min(100% - 64px, 1400px); margin-inline: auto; }
.section-pad { padding: 130px 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, height .25s ease, border .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { height: 70px; background: rgba(244, 241, 233, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { width: min(100% - 64px, 1400px); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--ink);
  color: var(--white);
  border-radius: 8px 12px 8px 12px;
  font-weight: 950;
  letter-spacing: -.12em;
  transform: skewX(-4deg);
}
.brand-mark span { font-size: 20px; transform: skewX(4deg); }
.brand-mark i { color: var(--signal); font-size: 22px; font-style: normal; margin-left: -2px; transform: skewX(4deg); }
.brand-name { display: flex; align-items: baseline; gap: 6px; font-size: 19px; font-weight: 900; letter-spacing: -.06em; text-transform: uppercase; }
.brand-name small { font-size: 10px; font-weight: 750; letter-spacing: .14em; color: var(--muted); }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: 44px; }
.desktop-nav a { font-size: 13px; font-weight: 700; text-decoration: none; position: relative; }
.desktop-nav a::after { content: ""; height: 2px; position: absolute; left: 0; right: 100%; bottom: -7px; background: var(--signal); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { min-width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 11px; font-weight: 850; text-decoration: none; transition: border .2s, background .2s; }
.language-switch:hover { background: var(--white); border-color: var(--ink); }
.button { min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; cursor: pointer; font-size: 13px; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .6; cursor: progress; transform: none; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--signal); }
.button-signal { color: var(--white); background: var(--signal); }
.button-signal:hover { background: var(--signal-dark); }
.button-outline { border-color: var(--line); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.header-cta { min-height: 42px; padding: 0 16px; gap: 18px; }
.header-demo-cta { position: relative; overflow: hidden; }
.header-demo-cta::after { content:""; position:absolute; top:-70%; bottom:-70%; left:-45%; width:28%; opacity:.28; background:white; transform:rotate(18deg); animation:demo-cta-shine 5.5s ease-in-out infinite; }
.menu-toggle { display: none; padding: 0; border: 0; color: inherit; background: none; }
.mobile-menu { display: none; }

.promotion-panel { position: relative; z-index: 10; margin-top: 104px; }
.promotion-stage { overflow: hidden; border-radius: 18px; box-shadow: 0 18px 55px rgba(8,19,31,.13); }
.promotion-card { min-height: 146px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 40px; padding: 27px 32px; color: var(--white); background: var(--signal); animation: promotion-arrive .48s cubic-bezier(.2,.8,.2,1) both; }
.promotion-card[hidden] { display: none; }
.promotion-card.promotion-mint { color: var(--ink); background: var(--mint); }
.promotion-card.promotion-dark { background: var(--ink); }
.promotion-mark { height: 70px; display: flex; align-items: center; gap: 17px; padding-right: 26px; border-right: 1px solid currentColor; }
.promotion-mark > span { font-size: 34px; font-weight: 950; letter-spacing: -.09em; }
.promotion-mark small { max-width: 90px; opacity: .72; font-size: 9px; font-weight: 900; letter-spacing: .14em; line-height: 1.45; text-transform: uppercase; }
.promotion-copy h2 { margin: 0; font-size: clamp(25px,2.5vw,39px); line-height: 1; letter-spacing: -.052em; }
.promotion-copy p { max-width: 740px; margin: 11px 0 0; opacity: .76; font-size: 13px; line-height: 1.5; }
.promotion-card > a { min-height: 49px; display: inline-flex; align-items: center; gap: 22px; padding: 0 18px; color: var(--white); border: 1px solid rgba(255,255,255,.6); border-radius: 8px; text-decoration: none; font-size: 11px; font-weight: 850; white-space: nowrap; transition: color .2s, background .2s, transform .2s; }
.promotion-card.promotion-mint > a { color: var(--ink); border-color: rgba(8,19,31,.55); }
.promotion-card > a:hover { color: var(--ink); background: var(--white); transform: translateY(-2px); }
.promotion-controls { position: absolute; right: 17px; bottom: -38px; display: flex; align-items: center; gap: 10px; }
.promotion-controls button { width: 29px; height: 29px; display: grid; place-items: center; padding: 0; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: rgba(244,241,233,.9); cursor: pointer; }
.promotion-controls button:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }
.promotion-controls > span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.promotion-controls b { color: var(--ink); }
.promotion-panel + .hero { min-height: 700px; padding-top: 52px; }

.hero { min-height: 790px; padding-top: 132px; padding-bottom: 70px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero-demo-signal { width:min(100%,590px); min-height:76px; position:relative; display:grid; grid-template-columns:48px minmax(0,1fr) auto; align-items:center; gap:14px; margin:0 0 27px; padding:12px 16px 12px 12px; overflow:hidden; color:var(--ink); border:1px solid rgba(8,19,31,.14); border-radius:16px; background:rgba(255,254,250,.74); box-shadow:0 18px 48px rgba(8,19,31,.08); cursor:pointer; text-align:left; backdrop-filter:blur(12px); transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.hero-demo-signal::after { content:""; position:absolute; inset:0; opacity:.36; pointer-events:none; background:linear-gradient(105deg,transparent 35%,rgba(126,226,207,.35) 50%,transparent 65%); transform:translateX(-105%); animation:demo-signal-flow 5.5s ease-in-out infinite; }
.hero-demo-signal:hover { border-color:var(--signal); box-shadow:0 22px 55px rgba(8,19,31,.12); transform:translateY(-2px); }
.hero-demo-mark { width:48px; height:48px; display:grid; place-items:center; position:relative; color:white; border-radius:12px 16px 12px 16px; background:var(--signal); font-size:16px; font-weight:950; letter-spacing:-.1em; }
.hero-demo-mark::after { content:""; position:absolute; right:-3px; top:-3px; width:9px; height:9px; border:2px solid var(--white); border-radius:50%; background:var(--mint); animation:online-breathe 2.6s ease-in-out infinite; }
.hero-demo-copy { min-width:0; }
.hero-demo-copy small,.hero-demo-copy strong { display:block; }
.hero-demo-copy small { margin-bottom:5px; color:var(--signal-dark); font-size:8px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.hero-demo-copy strong { overflow-wrap:anywhere; font-size:13px; letter-spacing:-.018em; }
.hero-demo-signal > i { position:relative; z-index:1; color:var(--signal); font-size:18px; font-style:normal; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: var(--signal-dark); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: var(--signal); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(58px, 6.4vw, 105px); line-height: .89; letter-spacing: -.073em; font-weight: 840; }
.hero h1 span { color: var(--signal); }
.hero-body { max-width: 650px; margin: 32px 0 0; color: var(--muted); font-size: 19px; line-height: 1.55; letter-spacing: -.018em; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.hero-actions .button { min-height: 58px; padding-inline: 25px; }
.hero-demo-button { position:relative; overflow:hidden; box-shadow:0 15px 38px rgba(255,92,53,.23); }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 850; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-capabilities { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 27px; }
.hero-capabilities span { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 9px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.hero-capabilities i { width: 5px; height: 5px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(255,92,53,.1); }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 25px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.hero-note i, .live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #1ab47d; box-shadow: 0 0 0 5px rgba(26,180,125,.12); }

.hero-lab { --spot-x: 50%; --spot-y: 50%; position: relative; height: 610px; overflow: hidden; border-radius: 30px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); isolation: isolate; }
.hero-lab::after { content:""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: radial-gradient(300px circle at var(--spot-x) var(--spot-y), rgba(126,226,207,.15), transparent 68%); }
.lab-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent); }
.lab-topline { position: absolute; z-index: 4; left: 28px; right: 28px; top: 25px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-pill { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.65); }
.orbit { position: absolute; left: 50%; top: 52%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: translate(-50%,-50%) rotate(-18deg); }
.orbit-one { width: 420px; height: 420px; }
.orbit-two { width: 535px; height: 535px; border-style: dashed; animation: spin 40s linear infinite; }
.core-mark { position: absolute; z-index: 3; left: 50%; top: 51%; width: 145px; height: 145px; display: flex; align-items: center; justify-content: center; color: white; background: var(--signal); border: 12px solid var(--ink-2); border-radius: 38% 62% 57% 43% / 43% 40% 60% 57%; transform: translate(-50%,-50%) rotate(-8deg); box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 30px 90px rgba(255,92,53,.4); animation: morph 9s ease-in-out infinite; }
.core-mark span { font-size: 61px; font-weight: 950; letter-spacing: -.16em; }
.core-mark i { color: var(--ink); font-size: 62px; font-weight: 950; font-style: normal; margin-left: -8px; }
.lab-card { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.2); background: rgba(17,31,44,.88); box-shadow: 0 18px 45px rgba(0,0,0,.22); backdrop-filter: blur(15px); border-radius: 15px; }
.lab-card div { display: flex; align-items: center; gap: 10px; padding: 12px 14px; }
.lab-card small { color: var(--signal); font-size: 9px; font-weight: 900; }
.lab-card strong { font-size: 11px; letter-spacing: -.01em; }
.lab-card-app { left: 30px; bottom: 88px; width: 190px; overflow: hidden; transform: rotate(-4deg); }
.lab-card-app img { width: 100%; height: 105px; object-fit: cover; }
.lab-card-agent { right: 25px; top: 105px; width: 176px; transform: rotate(4deg); }
.agent-spark { display: grid; place-items: center; height: 90px; color: var(--mint); font-size: 52px; background: radial-gradient(circle, rgba(126,226,207,.2), transparent 65%); }
.lab-card-platform { right: 36px; bottom: 55px; width: 200px; transform: rotate(2deg); }
.mini-chart { height: 91px; align-items: end !important; gap: 7px !important; padding: 20px !important; }
.mini-chart i { flex: 1; border-radius: 3px 3px 0 0; background: var(--mint); opacity: .85; }
.mini-chart i:nth-child(1) { height: 28%; }.mini-chart i:nth-child(2) { height: 48%; }.mini-chart i:nth-child(3) { height: 38%; }.mini-chart i:nth-child(4) { height: 74%; }.mini-chart i:nth-child(5) { height: 92%; background: var(--signal); }

.kinetic-marquee { width: 100%; overflow: hidden; color: var(--ink); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--signal); transform: rotate(-.7deg) scale(1.015); transform-origin: center; }
.kinetic-track { width: max-content; display: flex; align-items: center; animation: kinetic-flow 27s linear infinite; }
.kinetic-track span { display: inline-flex; align-items: center; gap: 34px; padding: 18px 22px; font-size: clamp(24px,3vw,46px); font-weight: 920; letter-spacing: -.055em; white-space: nowrap; }
.kinetic-track i { color: var(--paper); font-size: .58em; font-style: normal; }

.metrics { color: var(--white); background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); }
.metrics-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 155px; padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.12); }
.metric:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.metric strong { font-size: 30px; letter-spacing: -.045em; }
.metric span { max-width: 190px; margin-top: 8px; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.5; }

.people-proof { position: relative; overflow: hidden; background: var(--paper); }
.people-proof::before { content:"V/"; position:absolute; right:-40px; top:30px; color:rgba(8,19,31,.025); font-size:240px; font-weight:950; letter-spacing:-.12em; pointer-events:none; }
.people-proof-heading { position:relative; display:grid; grid-template-columns:1.2fr .8fr; gap:80px; align-items:end; margin-bottom:62px; }
.people-proof-heading h2 { max-width:930px; margin:0; font-size:clamp(46px,5.3vw,82px); line-height:.94; letter-spacing:-.065em; }
.people-proof-heading > p { max-width:520px; margin:0; color:var(--muted); font-size:16px; line-height:1.75; }
.people-mosaic { position:relative; display:grid; grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr); gap:14px; }
.people-photo-stack { min-width:0; display:grid; grid-template-rows:1fr 1fr; gap:14px; }
.people-photo { position:relative; min-height:330px; margin:0; overflow:hidden; border-radius:22px; background:var(--ink); isolation:isolate; box-shadow:0 25px 65px rgba(8,19,31,.12); }
.people-photo-main { min-height:690px; }
.people-photo picture { position:absolute; inset:0; }
.people-photo img { width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.8,.2,1); }
.people-photo-main img { object-position:center center; }
.people-photo-stack .people-photo:first-child img { object-position:center 42%; }
.people-photo::after { content:""; position:absolute; z-index:1; inset:30% 0 0; background:linear-gradient(transparent,rgba(5,12,19,.88)); pointer-events:none; }
.people-photo:hover img { transform:scale(1.025); }
.people-photo figcaption { position:absolute; z-index:2; left:24px; right:24px; bottom:24px; display:flex; align-items:flex-end; gap:16px; color:white; }
.people-photo figcaption > span { flex:0 0 auto; color:var(--mint); font-size:10px; font-weight:900; letter-spacing:.12em; }
.people-photo figcaption strong,.people-photo figcaption small { display:block; }
.people-photo figcaption strong { font-size:20px; letter-spacing:-.035em; }
.people-photo figcaption small { max-width:470px; margin-top:5px; color:rgba(255,255,255,.65); font-size:10px; line-height:1.5; }
.people-proof-bar { display:flex; align-items:center; justify-content:space-between; gap:30px; margin-top:14px; padding:22px 24px; border:1px solid var(--line); border-radius:18px; background:var(--white); }
.people-proof-bar > div { display:flex; flex-wrap:wrap; gap:13px 28px; }
.people-proof-bar > div span { display:flex; align-items:center; gap:8px; color:var(--muted); font-size:11px; font-weight:750; }
.people-proof-bar > div i { color:#138a62; font-style:normal; }
.people-proof-bar .button { flex:0 0 auto; }

.studios { background: var(--paper-2); }
.studios-heading, .industries-heading, .engagement-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.studios-heading h2, .industries-heading h2, .engagement-heading h2, .technology-heading h2 { max-width: 920px; margin: 0; font-size: clamp(44px,5vw,76px); line-height: .97; letter-spacing: -.06em; }
.studios-heading > p, .industries-heading > p, .engagement-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.studio-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.studio-card { --card-x: 50%; --card-y: 50%; min-height: 570px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); isolation: isolate; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.studio-card::before { content:""; position: absolute; z-index: -1; inset: 0; opacity: 0; background: radial-gradient(420px circle at var(--card-x) var(--card-y), rgba(255,255,255,.38), transparent 56%); transition: opacity .3s ease; }
.studio-card:hover { transform: translateY(-7px); box-shadow: 0 30px 65px rgba(8,19,31,.14); }
.studio-card:hover::before { opacity: 1; }
.studio-top { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.studio-art { height: 180px; position: relative; display: grid; place-items: center; margin: 28px 0 25px; overflow: hidden; border-radius: 15px; background: var(--ink); }
.studio-art::before, .studio-art::after, .studio-art > span, .studio-art > i { content:""; position: absolute; border-radius: 50%; }
.studio-art::before { width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.16); }
.studio-art::after { width: 150px; height: 150px; border: 1px dashed rgba(255,255,255,.28); animation: studio-spin 16s linear infinite; }
.studio-art > span { width: 72px; height: 72px; background: var(--signal); box-shadow: 0 0 0 16px rgba(255,92,53,.09); }
.studio-art > i { width: 5px; height: 5px; background: var(--mint); box-shadow: -78px -30px 0 var(--mint), 90px 35px 0 var(--signal), -38px 77px 0 white, 45px -72px 0 white; }
.studio-art b { position: relative; color: white; font-size: 22px; font-weight: 950; letter-spacing: -.08em; }
.studio-product .studio-art { background: #efb62c; }
.studio-product .studio-art::before { width: 280px; height: 120px; border-color: rgba(8,19,31,.24); border-radius: 8px; transform: rotate(-7deg); }
.studio-product .studio-art::after { width: 200px; height: 90px; border: 2px solid var(--ink); border-radius: 7px; animation: none; transform: rotate(6deg); }
.studio-product .studio-art > span { width: 95px; height: 95px; border-radius: 28px; background: var(--paper); transform: rotate(-8deg); }
.studio-product .studio-art b { color: var(--ink); }
.studio-cloud .studio-art { background: #cfeee6; }
.studio-cloud .studio-art::before { width: 260px; height: 90px; border-color: rgba(8,19,31,.22); border-radius: 99px; }
.studio-cloud .studio-art::after { width: 175px; height: 175px; border-color: rgba(8,19,31,.3); animation-duration: 22s; }
.studio-cloud .studio-art > span { background: var(--ink); }
.studio-engineering .studio-art { background: #192e41; background-image: linear-gradient(rgba(126,226,207,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(126,226,207,.1) 1px,transparent 1px); background-size: 24px 24px; }
.studio-engineering .studio-art::before { width: 190px; height: 110px; border-radius: 10px; border-color: rgba(126,226,207,.45); transform: skewX(-9deg); }
.studio-engineering .studio-art::after { width: 125px; height: 75px; border-radius: 8px; border-color: var(--signal); animation: none; transform: skewX(-9deg); }
.studio-card h3 { max-width: 520px; margin: 0 0 14px; font-size: clamp(27px,2.5vw,39px); line-height: 1.03; letter-spacing: -.05em; }
.studio-card > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.studio-card .tag-row { margin-top: 21px; }
.studio-card > a { align-self: flex-start; display: inline-flex; gap: 16px; margin-top: auto; padding-top: 26px; color: var(--ink); border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 850; text-decoration: none; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading .kicker { grid-column: 1/-1; }
.section-heading h2, .budget-copy h2, .faq-heading h2, .contact-copy h2 { margin: 0; font-size: clamp(45px, 5.2vw, 78px); line-height: .98; letter-spacing: -.06em; }
.section-heading > p:last-child, .budget-copy > p, .contact-copy > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 395px; display: flex; flex-direction: column; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, color .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; color: var(--white); background: var(--ink); transform: translateY(-4px); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.service-top i { font-size: 18px; font-style: normal; transition: transform .2s; }
.service-card:hover .service-top i { color: var(--signal); transform: rotate(45deg); }
.service-card h3 { max-width: 290px; margin: 42px 0 16px; font-size: 28px; line-height: 1.04; letter-spacing: -.045em; }
.service-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card:hover > p, .service-card:hover .service-top { color: rgba(255,255,255,.63); }
.service-price { margin-top: auto; padding-top: 25px; color: var(--signal-dark); font-size: 13px; }
.service-card:hover .service-price { color: var(--mint); }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.tag-row span { padding: 6px 9px; border: 1px solid currentColor; border-radius: 99px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .04em; }
.service-card:hover .tag-row span { color: rgba(255,255,255,.55); }

.technology-rail { padding: 90px 0 76px; overflow: hidden; color: var(--white); background: var(--signal); }
.technology-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.technology-heading .kicker { margin: 0; color: var(--ink); }
.technology-heading h2 { max-width: 850px; font-size: clamp(39px,4.2vw,65px); }
.technology-window { overflow: hidden; border-top: 1px solid rgba(8,19,31,.28); border-bottom: 1px solid rgba(8,19,31,.28); }
.technology-track { width: max-content; display: flex; align-items: center; animation: technology-flow 38s linear infinite reverse; }
.technology-track span { display: inline-flex; align-items: center; gap: 30px; padding: 25px 22px; color: var(--ink); font-size: clamp(20px,2.4vw,34px); font-weight: 880; letter-spacing: -.045em; white-space: nowrap; }
.technology-track i { color: var(--paper); font-style: normal; }

.work { color: var(--white); background: var(--ink); }
.heading-light .kicker { color: var(--mint); }
.heading-light > p:last-child { color: rgba(255,255,255,.55); }
.project-list { border-top: 1px solid rgba(255,255,255,.16); }
.project { min-height: 650px; padding: 80px 0; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.project:nth-child(even) .project-visual { order: 2; }
.project:nth-child(even) .project-copy { order: 1; padding-left: 20px; }
.project-visual { height: 515px; position: relative; overflow: hidden; border-radius: 22px; background: var(--paper-2); transform-style: preserve-3d; transition: transform .22s ease-out, box-shadow .22s ease-out; }
.project-copy { position: relative; }
.project-index { position: absolute; right: 0; top: -10px; color: rgba(255,255,255,.17); font-size: 65px; font-weight: 900; letter-spacing: -.07em; }
.project-type { margin: 0 0 22px; color: var(--mint) !important; font-size: 10px !important; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.project-copy h3 { margin: 0; font-size: clamp(52px, 5.3vw, 82px); line-height: .9; letter-spacing: -.065em; }
.project-copy h4 { max-width: 500px; margin: 26px 0 15px; font-size: 24px; line-height: 1.16; letter-spacing: -.035em; }
.project-copy > p { max-width: 530px; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.75; }
.dark-tags span { color: rgba(255,255,255,.48); }
.project-domain { max-width: 520px; margin-top: 32px; padding-top: 18px; display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.15); }
.project-domain i { width: 7px; height: 7px; border-radius: 50%; background: #1cc287; }
.project-domain span { font-size: 11px; color: rgba(255,255,255,.7); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.project-domain small { margin-left: auto; color: var(--signal); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.visual-fill { width: 100%; height: 100%; object-fit: cover; }
.project-alohateq .project-visual { background: linear-gradient(135deg, #dcd8ff, #f7f6ff); }
.device { position: absolute; overflow: hidden; background: white; box-shadow: 0 30px 60px rgba(46,40,116,.22); }
.phone-device { width: 290px; height: 570px; left: 50%; top: 38px; border: 10px solid #11151c; border-radius: 42px; transform: translateX(-50%) rotate(7deg); }
.phone-device::before { content: ""; position: absolute; z-index: 2; left: 50%; top: 7px; width: 82px; height: 20px; border-radius: 20px; background: #11151c; transform: translateX(-50%); }
.phone-device img { width: 100%; height: auto; }
.project-float-card { position: absolute; left: 35px; bottom: 45px; width: 170px; padding: 20px; color: var(--ink); background: rgba(255,255,255,.92); border-radius: 14px; box-shadow: 0 18px 45px rgba(68,59,152,.16); backdrop-filter: blur(10px); }
.project-float-card span { color: #6f66e8; font-size: 9px; font-weight: 900; letter-spacing: .1em; }.project-float-card strong { display: block; margin: 6px 0; font-size: 25px; }.project-float-card i { color: #16a96c; font-size: 10px; font-style: normal; }
.project-balam .project-visual { background: #063d2d; }
.project-balam .visual-fill { object-position: center; }
.run-stat { position: absolute; right: 25px; bottom: 25px; width: 155px; padding: 18px; color: var(--ink); background: var(--mint); border-radius: 14px; box-shadow: 0 15px 40px rgba(0,0,0,.25); }
.run-stat small { font-size: 8px; font-weight: 900; letter-spacing: .12em; }.run-stat strong { display: block; margin: 4px 0; font-size: 45px; line-height: 1; }.run-stat span { font-size: 10px; font-weight: 700; }
.project-sweetcube .project-visual { background: #f4d9ed; }
.sweet-visual { object-position: center; }
.sweet-badge { position: absolute; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 11px 14px; color: #ff2582; background: rgba(255,255,255,.9); border-radius: 99px; font-size: 18px; box-shadow: 0 10px 35px rgba(120,25,92,.15); }
.sweet-badge span { color: #4f287c; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.project-worddoku .project-visual { display: grid; place-items: center; background: #efb62c; }
.project-worddoku .project-visual::after { content: "WORD / LOGIC / DAILY"; position: absolute; right: -60px; top: 230px; color: rgba(8,19,31,.17); font-size: 13px; font-weight: 900; letter-spacing: .24em; transform: rotate(90deg); }
.word-board { width: min(72%, 365px); aspect-ratio: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; padding: 10px; border: 3px solid var(--ink); background: var(--ink); box-shadow: 16px 16px 0 rgba(8,19,31,.18); transform: rotate(-4deg); }
.word-board span { display: grid; place-items: center; color: var(--ink); background: var(--paper); font-size: 34px; font-weight: 900; }
.word-board span.solved { color: white; background: var(--signal); }.word-board span.dark-cell { color: var(--mint); background: var(--ink-2); }
.streak { position: absolute; right: 35px; top: 38px; width: 105px; height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--ink); border-radius: 50%; transform: rotate(8deg); }
.streak > span { color: var(--signal); }.streak strong { font-size: 29px; line-height: 1; }.streak small { margin-top: 4px; font-size: 7px; letter-spacing: .1em; }
.project-refiner .project-visual { padding: 35px; background: #e8edf3; }
.refiner-ui { height: 100%; display: grid; grid-template-columns: 85px 1fr; overflow: hidden; color: var(--ink); background: white; border-radius: 14px; box-shadow: 0 25px 55px rgba(20,45,68,.16); }
.refiner-side { padding: 20px; background: #12273a; }.refiner-side img { width: 38px; height: 38px; margin: 0 auto 35px; }.refiner-side i { display: block; width: 32px; height: 6px; margin: 18px auto; border-radius: 5px; background: rgba(255,255,255,.18); }.refiner-side i:nth-of-type(2) { background: var(--mint); }
.refiner-main { padding: 45px 38px; }.refiner-main > small { color: #688095; font-size: 9px; font-weight: 900; letter-spacing: .12em; }.refiner-main h4 { max-width: 360px; margin: 14px 0 35px; font-size: 28px; line-height: 1.1; }
.quality-line { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }.quality-line span { flex: 1; height: 8px; overflow: hidden; border-radius: 10px; background: linear-gradient(90deg,var(--mint) 86%,#dde5e9 86%); }.quality-line b { color: #15836c; }
.finding { display: flex; align-items: center; gap: 14px; margin: 11px 0; padding: 17px; border: 1px solid #f1d4ca; border-radius: 10px; background: #fff7f4; }.finding > i { width: 27px; height: 27px; display: grid; place-items: center; color: white; background: var(--signal); border-radius: 50%; font-style: normal; font-weight: 900; }.finding span { color: #74808a; font-size: 10px; }.finding b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 12px; }.finding.good { border-color: #c8e9df; background: #f1fbf7; }.finding.good > i { background: #16a27b; }
.project-agents .project-visual { background: #122537; }
.agent-network { position: absolute; inset: 0; }.network-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 115px; height: 115px; display: grid; place-items: center; color: white; background: var(--signal); border-radius: 35%; transform: translate(-50%,-50%) rotate(8deg); font-size: 35px; font-weight: 950; box-shadow: 0 0 0 18px rgba(255,92,53,.08),0 0 0 36px rgba(255,92,53,.04); }
.node { position: absolute; z-index: 2; min-width: 90px; padding: 12px 15px; color: var(--mint); border: 1px solid rgba(126,226,207,.35); background: #172f43; border-radius: 99px; font-size: 10px; font-weight: 800; text-align: center; }.node-a{left:11%;top:20%}.node-b{right:10%;top:25%}.node-c{left:15%;bottom:18%}.node-d{right:13%;bottom:16%}
.line { position: absolute; left: 50%; top: 50%; height: 1px; width: 34%; background: rgba(126,226,207,.3); transform-origin: left; }.line-a{transform:rotate(215deg)}.line-b{transform:rotate(326deg)}.line-c{transform:rotate(145deg)}.line-d{transform:rotate(34deg)}
.agent-log { position: absolute; left: 25px; right: 25px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 12px 15px; color: rgba(255,255,255,.65); background: rgba(8,19,31,.75); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; font-size: 9px; backdrop-filter: blur(10px); }.agent-log i { width: 7px; height: 7px; border-radius: 50%; background: #1cc287; }.agent-log strong { margin-left: auto; color: #1cc287; font-size: 8px; }

.industries { position: relative; overflow: hidden; color: white; border-top: 1px solid rgba(255,255,255,.11); background: #102130; }
.industries::before { content:"VCTR"; position: absolute; right: -4vw; top: 18px; color: rgba(255,255,255,.025); font-size: min(23vw,340px); font-weight: 950; letter-spacing: -.11em; line-height: 1; pointer-events: none; }
.industries-heading { position: relative; }
.industries-heading .kicker { color: var(--mint); }
.industries-heading > p { color: rgba(255,255,255,.55); }
.industry-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.industry-card { min-height: 310px; display: flex; flex-direction: column; padding: 27px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: color .3s ease, background .3s ease; }
.industry-card:hover { color: var(--ink); background: var(--mint); }
.industry-number { color: var(--signal); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.industry-card > div { margin: auto 0; }
.industry-card h3 { margin: 0 0 14px; font-size: 27px; letter-spacing: -.045em; }
.industry-card p { max-width: 330px; margin: 0; color: rgba(255,255,255,.53); font-size: 13px; line-height: 1.65; }
.industry-card:hover p { color: rgba(8,19,31,.65); }
.industry-card strong { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.76); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.industry-card:hover strong { color: var(--ink); border-color: rgba(8,19,31,.22); }
.industry-card strong i { color: var(--signal); font-size: 16px; font-style: normal; }

.process-list { margin-top: 70px; border-top: 1px solid var(--line); }
.process-item { min-height: 155px; display: grid; grid-template-columns: 90px .7fr 1fr; gap: 40px; align-items: center; border-bottom: 1px solid var(--line); }
.process-item > span { color: var(--signal-dark); font-size: 12px; font-weight: 900; }
.process-item h3 { margin: 0; font-size: 26px; letter-spacing: -.04em; }
.process-item p { max-width: 570px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.engagement { background: var(--paper-2); }
.engagement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.engagement-card { min-height: 465px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); transition: transform .3s ease, color .3s ease, background .3s ease, box-shadow .3s ease; }
.engagement-card:hover { color: white; background: var(--ink); transform: translateY(-7px); box-shadow: var(--shadow); }
.engagement-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 23px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.engagement-card:hover .engagement-top { color: rgba(255,255,255,.48); border-color: rgba(255,255,255,.15); }
.engagement-card h3 { margin: 43px 0 15px; font-size: clamp(29px,3vw,43px); line-height: .98; letter-spacing: -.055em; }
.engagement-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.engagement-card:hover > p { color: rgba(255,255,255,.56); }
.engagement-card ul { margin: 28px 0; padding: 0; list-style: none; }
.engagement-card li { display: flex; gap: 10px; margin: 11px 0; color: var(--muted); font-size: 11px; }
.engagement-card li i { color: #15966e; font-style: normal; font-weight: 900; }
.engagement-card:hover li { color: rgba(255,255,255,.62); }
.engagement-card:hover li i { color: var(--mint); }
.engagement-card > a { align-self: flex-start; display: inline-flex; gap: 17px; margin-top: auto; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 850; text-decoration: none; }
.engagement-card:hover > a { color: var(--signal); }

.pricing { background: var(--paper-2); }
.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.price-card { min-height: 590px; position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.price-card.featured { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 26px 60px rgba(8,19,31,.2); transform: translateY(-12px); }
.popular { position: absolute; right: 17px; top: 17px; padding: 7px 9px; color: var(--ink); background: var(--mint); border-radius: 99px; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin: 10px 0 12px; font-size: 24px; letter-spacing: -.04em; }
.price-card > p { min-height: 62px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.price-card.featured > p { color: rgba(255,255,255,.55); }
.price { margin: 26px 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.featured .price { border-color: rgba(255,255,255,.16); }
.price small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; }.featured .price small { color: rgba(255,255,255,.5); }
.price strong { display: inline-block; font-size: clamp(32px,3vw,45px); letter-spacing: -.06em; }.price span { margin-left: 6px; color: var(--muted); font-size: 10px; font-weight: 800; }
.price-card ul { margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 10px; margin: 12px 0; color: var(--muted); font-size: 12px; line-height: 1.4; }.price-card li i { color: #11956b; font-style: normal; font-weight: 900; }.featured li { color: rgba(255,255,255,.64); }.featured li i { color: var(--mint); }
.price-card .button { width: 100%; margin-top: auto; }
.pricing-footnote { max-width: 1000px; margin: 30px auto 0; color: var(--muted); font-size: 10px; line-height: 1.6; text-align: center; }

.budget-lab { color: white; background: var(--ink); }
.budget-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.budget-copy .kicker { color: var(--mint); }
.budget-copy > p { margin-top: 26px; color: rgba(255,255,255,.56); }
.analysis-points { display: flex; gap: 9px; margin-top: 36px; }
.analysis-points span { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: rgba(255,255,255,.6); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }.analysis-points i { color: var(--signal); font-style: normal; }
.budget-form, .contact-form { padding: 32px; border-radius: 18px; }
.budget-form { color: var(--ink); background: var(--paper); box-shadow: 18px 18px 0 rgba(255,255,255,.06); }
.drop-zone { min-height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px; border: 1.5px dashed rgba(8,19,31,.3); border-radius: 13px; cursor: pointer; text-align: center; transition: border .2s, background .2s; }
.drop-zone.dragging, .drop-zone:hover { border-color: var(--signal); background: rgba(255,92,53,.04); }
.drop-zone input { position: absolute; opacity: 0; pointer-events: none; }
.upload-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 15px; color: white; background: var(--ink); border-radius: 50%; font-weight: 900; }
.drop-zone strong { font-size: 14px; }.drop-zone small { margin-top: 7px; color: var(--muted); font-size: 10px; }.file-name { max-width: 100%; margin-top: 12px; color: var(--signal-dark); font-size: 11px; overflow: hidden; text-overflow: ellipsis; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.budget-form .form-row { margin-top: 15px; }
.budget-form label > span, .contact-form label > span { display: block; margin: 0 0 8px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
input, textarea, select { width: 100%; color: var(--ink); border: 1px solid var(--line); border-radius: 8px; outline: none; background: rgba(255,255,255,.55); transition: border .2s, box-shadow .2s; }
input, select { height: 49px; padding: 0 13px; }
textarea { min-height: 115px; padding: 13px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--signal); box-shadow: 0 0 0 3px rgba(255,92,53,.12); }
.budget-form > .button { width: 100%; margin-top: 15px; }
.form-privacy { display: block; margin-top: 10px; color: var(--muted); font-size: 9px; text-align: center; }
.form-status { min-height: 0; margin-top: 12px; font-size: 11px; line-height: 1.5; }
.form-status.success { color: #0e8c63; }.form-status.error { color: #c83e24; }
.analysis-result { margin-top: 14px; padding: 18px; border: 1px solid rgba(8,19,31,.15); border-radius: 12px; background: white; }
.analysis-result[hidden] { display: none; }
.analysis-top { display: flex; align-items: center; justify-content: space-between; }.analysis-top span { color: var(--signal-dark); font-size: 8px; font-weight: 900; letter-spacing: .12em; }.analysis-top strong { font-size: 24px; }
.analysis-result > p { color: var(--muted); font-size: 10px; line-height: 1.55; }.analysis-result ul { margin: 12px 0 0; padding-left: 18px; color: #35424c; font-size: 10px; line-height: 1.5; }
.detected-tags { display: flex; flex-wrap: wrap; gap: 5px; }.detected-tags span { padding: 5px 7px; color: #116e5a; border-radius: 99px; background: #daf4eb; font-size: 8px; }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--signal); font-size: 30px; font-weight: 300; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 730px; margin: -5px 0 30px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.contact { color: white; background: var(--signal); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy .kicker { color: var(--ink); }
.contact-copy > p { margin-top: 24px; color: rgba(8,19,31,.66); }
.contact-direct { max-width: 430px; margin-top: 55px; border-top: 1px solid rgba(8,19,31,.5); }
.contact-direct a { display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; padding: 17px 0; color: var(--ink); border-bottom: 1px solid rgba(8,19,31,.5); text-decoration: none; }
.contact-direct a small { grid-column: 1; color: rgba(8,19,31,.58); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct a strong { grid-column: 1; overflow-wrap: anywhere; font-size: 15px; }
.contact-direct a > span { grid-column: 2; grid-row: 1/3; align-self: center; font-size: 18px; transition: transform .2s; }
.contact-direct a:hover > span { transform: translate(3px,-3px); }
.contact-direct > p { margin: 15px 0 0; color: rgba(8,19,31,.58); font-size: 9px; font-weight: 750; letter-spacing: .05em; }
.contact-form { display: flex; flex-direction: column; gap: 18px; color: var(--ink); background: var(--paper); box-shadow: 18px 18px 0 rgba(8,19,31,.14); }
.contact-form .button { align-self: flex-start; min-width: 240px; background: var(--ink); }
.contact-form .button:hover { background: var(--signal-dark); }

.site-footer { padding: 80px 0 30px; color: white; background: #050c13; }
.footer-main { min-height: 240px; display: grid; grid-template-columns: .5fr 1.5fr; align-items: start; }
.footer-brand .brand-mark { background: white; color: var(--ink); }.footer-brand .brand-name small { color: rgba(255,255,255,.5); }
.footer-main h2 { max-width: 850px; margin: 0; font-size: clamp(48px,7vw,95px); line-height: .92; letter-spacing: -.07em; }
.footer-bottom { display: grid; grid-template-columns: .8fr 1fr 1.25fr auto; gap: 30px; align-items: start; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: 10px; }
.footer-bottom a { color: var(--mint); text-decoration: none; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-control { white-space: nowrap; }

.chat-launcher { position: fixed; z-index: 110; right: 25px; bottom: 22px; min-width: 245px; height: 62px; display: flex; align-items: center; gap: 11px; padding: 8px 12px 8px 8px; color: white; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: var(--ink); box-shadow: 0 15px 45px rgba(8,19,31,.28); cursor: pointer; transition: transform .2s; isolation: isolate; }.chat-launcher:hover { transform: translateY(-3px); }
.chat-launcher::before { content:""; position:absolute; z-index:-1; inset:3px; border:1px solid rgba(255,92,53,.5); border-radius:18px; opacity:0; pointer-events:none; }
.chat-launcher.attention { animation: chat-nudge 1.15s cubic-bezier(.2,.8,.2,1) 2; }
.chat-launcher.attention::before { animation: chat-ripple 1.6s ease-out 3; }
.chat-launch-icon { width: 46px; height: 46px; display: grid; place-items: center; position:relative; color: white; background: var(--signal); border-radius: 11px; font-size: 16px; font-weight: 950; }.chat-launch-icon::after { content:""; position:absolute; right:-2px; top:-2px; width:9px; height:9px; border:2px solid var(--ink); border-radius:50%; background:var(--mint); animation:online-breathe 2.6s ease-in-out infinite; }.chat-launch-copy { display: flex; flex-direction: column; align-items: flex-start; }.chat-launch-copy small { margin-bottom: 3px; color: rgba(255,255,255,.5); font-size: 8px; }.chat-launch-copy strong { font-size: 12px; }.chat-launcher > i { margin-left: auto; color: var(--mint); font-style: normal; transition:transform .25s ease; }.chat-launcher:hover > i { transform:translateY(-3px); }
.chat-panel { position: fixed; z-index: 120; right: 25px; bottom: 98px; width: min(390px, calc(100vw - 30px)); height: min(610px, calc(100vh - 130px)); display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 25px 80px rgba(8,19,31,.3); opacity: 0; pointer-events: none; transform: translateY(18px) scale(.97); transform-origin: bottom right; transition: opacity .22s, transform .22s; }
.chat-panel.open { opacity: 1; pointer-events: auto; transform: none; }
.chat-panel.open .chat-head > div > span { animation: mark-arrive .55s cubic-bezier(.2,.8,.2,1); }
.chat-head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; color: white; background: var(--ink); }.chat-head > div { display: flex; align-items: center; gap: 11px; }.chat-head > div > span { width: 44px; height: 44px; display: grid; place-items: center; background: var(--signal); border-radius: 11px; font-weight: 950; }.chat-head p { margin: 0; }.chat-head strong, .chat-head small { display: block; }.chat-head strong { font-size: 13px; }.chat-head small { margin-top: 5px; color: rgba(255,255,255,.56); font-size: 8px; }.chat-head small i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #1dcc8e; animation:online-breathe 2.6s ease-in-out infinite; }.chat-close { width: 34px; height: 34px; color: white; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); cursor: pointer; font-size: 24px; font-weight: 300; }
.chat-messages { flex: 1; overflow-y: auto; padding: 18px 15px; scrollbar-width: thin; }.message { width: fit-content; max-width: 85%; margin-bottom: 11px; padding: 11px 13px; border-radius: 12px; font-size: 11px; line-height: 1.55; animation:message-arrive .26s ease-out both; }.bot-message { color: #384650; background: white; border: 1px solid rgba(8,19,31,.1); border-top-left-radius: 4px; }.user-message { margin-left: auto; color: white; background: var(--signal); border-top-right-radius: 4px; }.message.pending { width:51px; min-height:35px; display:flex; align-items:center; justify-content:center; color:var(--muted); }.message.pending::before { content:"•••"; letter-spacing:4px; animation:typing-wave 1s ease-in-out infinite; }
.quick-replies { display: flex; gap: 6px; padding: 0 15px 10px; overflow-x: auto; }.quick-replies button { flex: 0 0 auto; padding: 7px 10px; color: var(--ink); border: 1px solid var(--line); border-radius: 99px; background: white; cursor: pointer; font-size: 9px; font-weight: 750; }.quick-replies button:hover { color: var(--signal-dark); border-color: var(--signal); }
.chat-form { display: flex; align-items: flex-end; gap: 8px; margin: 0 13px; padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: white; }.chat-form textarea { min-height: 36px; max-height: 104px; padding: 8px; border: 0; box-shadow: none; background: transparent; resize: none; font-size: 11px; }.chat-form button { flex: 0 0 38px; width: 38px; height: 38px; color: white; border: 0; border-radius: 9px; background: var(--signal); cursor: pointer; font-weight: 900; }
.chat-privacy { margin: 8px 16px 11px; color: var(--muted); font-size: 7px; line-height: 1.35; text-align: center; }

@keyframes spin { to { transform: translate(-50%,-50%) rotate(342deg); } }
@keyframes morph { 0%,100%{border-radius:38% 62% 57% 43% / 43% 40% 60% 57%}50%{border-radius:59% 41% 37% 63% / 52% 61% 39% 48%} }
@keyframes kinetic-flow { to { transform: translateX(-50%); } }
@keyframes technology-flow { to { transform: translateX(-50%); } }
@keyframes studio-spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .45; } }
@keyframes chat-nudge { 0%,100%{transform:translateY(0) rotate(0)} 35%{transform:translateY(-7px) rotate(-1deg)} 65%{transform:translateY(-3px) rotate(1deg)} }
@keyframes chat-ripple { 0%{inset:3px;opacity:.65} 100%{inset:-18px;opacity:0} }
@keyframes online-breathe { 0%,100%{box-shadow:0 0 0 0 rgba(126,226,207,.35)} 50%{box-shadow:0 0 0 6px rgba(126,226,207,0)} }
@keyframes mark-arrive { 0%{transform:scale(.72) rotate(-12deg);opacity:.4} 100%{transform:none;opacity:1} }
@keyframes message-arrive { from{opacity:0;transform:translateY(6px) scale(.98)} to{opacity:1;transform:none} }
@keyframes typing-wave { 0%,100%{opacity:.35;transform:translateY(1px)} 50%{opacity:1;transform:translateY(-2px)} }
@keyframes promotion-arrive { from{opacity:0;transform:translateX(22px)} to{opacity:1;transform:none} }
@keyframes demo-signal-flow { 0%,55%{transform:translateX(-105%)} 82%,100%{transform:translateX(105%)} }
@keyframes demo-cta-shine { 0%,62%{transform:translateX(-180%) rotate(18deg)} 82%,100%{transform:translateX(640%) rotate(18deg)} }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero h1 { font-size: clamp(54px,7.4vw,80px); }
  .hero-lab { height: 560px; }
  .studio-card { min-height: 540px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .price-card.featured { transform: none; }
  .project { gap: 50px; }
  .budget-layout { gap: 55px; }
}

@media (max-width: 850px) {
  .section-shell, .header-inner { width: min(100% - 36px, 1400px); }
  .section-pad { padding: 90px 0; }
  .site-header { height: 70px; }
  .header-cta { display: none; }
  .menu-toggle { width: 45px; height: 42px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 5px; }
  .menu-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .menu-toggle i { width: 24px; height: 2px; display: block; background: var(--ink); transition: transform .2s, width .2s; }.menu-toggle i:last-child { width: 17px; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { width: 24px; transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] i:last-child { width: 24px; transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; z-index: 99; top: 70px; left: 0; width: 100vw; height: calc(100dvh - 70px); display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; padding: 35px 22px calc(35px + env(safe-area-inset-bottom)); background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .2s, transform .2s; }.mobile-menu.open { opacity: 1; pointer-events: auto; transform: none; }.mobile-menu a { padding: 19px 5px; border-bottom: 1px solid var(--line); font-size: 27px; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
  .mobile-demo-cta { min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:18px; margin:0 0 16px; padding:15px 18px; color:white; border:0; border-radius:15px; background:var(--signal); box-shadow:0 18px 40px rgba(255,92,53,.2); cursor:pointer; text-align:left; }
  .mobile-demo-cta span,.mobile-demo-cta small { display:block; }.mobile-demo-cta span { font-size:18px; font-weight:900; letter-spacing:-.03em; }.mobile-demo-cta small { margin-bottom:5px; color:rgba(255,255,255,.68); font-size:8px; letter-spacing:.13em; text-transform:uppercase; }.mobile-demo-cta i { font-size:20px; font-style:normal; }
  .promotion-panel { margin-top: 91px; }
  .promotion-card { grid-template-columns: 128px 1fr; gap: 26px; }
  .promotion-card > a { grid-column: 2; justify-self: start; }
  .promotion-panel + .hero { padding-top: 75px; }
  .hero { padding-top: 120px; display: block; }
  .hero h1 { font-size: clamp(56px,13vw,82px); }
  .hero-body { font-size: 17px; }
  .hero-lab { height: 570px; margin-top: 60px; }
  .metrics-inner { grid-template-columns: repeat(2,1fr); }.metric:nth-child(3){border-left:1px solid rgba(255,255,255,.12);border-top:1px solid rgba(255,255,255,.12)}.metric:nth-child(4){border-top:1px solid rgba(255,255,255,.12)}
  .people-proof-heading { grid-template-columns:1fr; gap:25px; }
  .people-proof-heading > p { font-size:15px; }
  .people-mosaic { grid-template-columns:1fr; }
  .people-photo-main { min-height:520px; }
  .people-photo-stack { grid-template-columns:1fr 1fr; grid-template-rows:none; }
  .people-photo-stack .people-photo { min-height:390px; }
  .people-proof-bar { align-items:flex-start; flex-direction:column; }
  .studios-heading, .industries-heading, .engagement-heading, .technology-heading { grid-template-columns: 1fr; gap: 25px; }
  .studios-heading > p, .industries-heading > p, .engagement-heading > p { font-size: 15px; }
  .studio-grid, .engagement-grid { grid-template-columns: 1fr; }
  .studio-card { min-height: 530px; }
  .technology-rail { padding: 75px 0 65px; }
  .section-heading { display: block; }.section-heading h2 { margin-bottom: 25px; }.section-heading > p:last-child { font-size: 15px; }
  .project { grid-template-columns: 1fr; gap: 40px; padding: 70px 0; }.project:nth-child(even) .project-visual,.project:nth-child(even) .project-copy { order: initial; }.project:nth-child(even) .project-copy { padding-left: 0; }.project-visual { height: 500px; }.project-copy h3 { font-size: 64px; }
  .budget-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 60px; }.faq-heading { position: static; }
  .process-item { grid-template-columns: 55px 1fr; gap: 18px; padding: 27px 0; }.process-item p { grid-column: 2; }
  .footer-main { min-height: 300px; display: block; }.footer-main h2 { margin-top: 65px; }.footer-bottom { grid-template-columns: 1fr 1fr; }.footer-contact { grid-column: 1/-1; }.footer-control { grid-column: 1/-1; }
}

@media (max-width: 590px) {
  .section-shell, .header-inner { width: min(100% - 28px, 1400px); }
  .section-pad { padding: 76px 0; }
  .brand-name small { display: none; }
  .promotion-panel { margin-top: 84px; }
  .promotion-card { min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 19px; padding: 23px 21px; }
  .promotion-card[hidden] { display: none; }
  .promotion-mark { height: auto; padding: 0 0 15px; border-right: 0; border-bottom: 1px solid currentColor; }
  .promotion-mark > span { font-size: 28px; }
  .promotion-mark small { max-width: none; }
  .promotion-copy h2 { font-size: 29px; }
  .promotion-card > a { width: 100%; justify-content: space-between; }
  .promotion-controls { right: 3px; bottom: -38px; }
  .promotion-panel + .hero { min-height: auto; padding-top: 74px; }
  .hero { min-height: auto; padding-top: 108px; padding-bottom: 55px; }
  .hero h1 { max-width:100%; overflow-wrap:break-word; font-size:clamp(42px,11vw,52px); line-height:.92; letter-spacing:-.058em; }
  .hero-demo-signal { min-height:70px; gap:11px; margin-bottom:23px; padding:10px 13px 10px 10px; border-radius:14px; }
  .hero-demo-mark { width:45px; height:45px; }
  .hero-demo-copy small { font-size:7px; }
  .hero-demo-copy strong { font-size:12px; line-height:1.25; }
  .hero-body { margin-top: 25px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-capabilities { gap: 10px; }
  .hero-capabilities span { width: 100%; }
  .hero-lab { height: 490px; border-radius: 20px; }
  .lab-topline { left: 18px; right: 18px; }.lab-topline > span:first-child { display: none; }
  .orbit-one { width: 300px; height: 300px; }.orbit-two { width: 410px; height: 410px; }.core-mark { width: 115px; height: 115px; }.core-mark span,.core-mark i { font-size: 48px; }
  .lab-card-app { left: 15px; bottom: 36px; width: 152px; }.lab-card-app img { height: 82px; }.lab-card-agent { right: 12px; top: 75px; width: 145px; }.agent-spark { height: 70px; }.lab-card-platform { right: 14px; bottom: 27px; width: 156px; }.mini-chart { height: 68px; padding: 14px !important; }
  .metric { min-height: 135px; padding: 23px 17px; }.metric strong { font-size: 24px; }.metric span { font-size: 10px; }
  .kinetic-track span { padding: 14px 15px; }
  .section-heading h2, .people-proof-heading h2, .studios-heading h2, .industries-heading h2, .engagement-heading h2, .technology-heading h2, .budget-copy h2, .faq-heading h2, .contact-copy h2 { font-size: 44px; }
  .people-proof-heading { margin-bottom:38px; }
  .people-photo-main { min-height:420px; }
  .people-photo-stack { grid-template-columns:1fr; }
  .people-photo-stack .people-photo { min-height:360px; }
  .people-photo figcaption { left:18px; right:18px; bottom:18px; gap:11px; }
  .people-photo figcaption strong { font-size:18px; }
  .people-proof-bar { padding:19px; }
  .people-proof-bar > div { display:grid; gap:12px; }
  .people-proof-bar .button { width:100%; }
  .studio-card { min-height: 520px; padding: 22px; }.studio-art { height: 165px; margin: 23px 0; }.studio-card h3 { font-size: 30px; }
  .service-grid, .pricing-grid { grid-template-columns: 1fr; }.service-card { min-height: 360px; padding: 26px; }.pricing-grid { gap: 12px; }
  .technology-track span { padding: 19px 15px; }
  .industry-grid { grid-template-columns: 1fr; }.industry-card { min-height: 270px; padding: 23px; }
  .project-visual { height: 390px; }.project-copy h3 { font-size: 53px; }.project-copy h4 { font-size: 21px; }.project-index { font-size: 45px; }
  .phone-device { width: 220px; height: 440px; }.project-float-card { left: 18px; bottom: 22px; width: 135px; padding: 14px; }.project-float-card strong { font-size: 20px; }
  .run-stat { right: 13px; bottom: 13px; }.word-board { width: 75%; }.word-board span { font-size: 25px; }.streak { right: 14px; top: 18px; width: 78px; height: 78px; }.streak strong { font-size: 22px; }
  .project-refiner .project-visual { padding: 17px; }.refiner-ui { grid-template-columns: 55px 1fr; }.refiner-side { padding: 14px 8px; }.refiner-side img { width: 31px; height: 31px; }.refiner-side i { width: 24px; }.refiner-main { padding: 28px 18px; }.refiner-main h4 { font-size: 21px; margin-bottom: 22px; }.finding { padding: 11px; }.finding span { font-size: 8px; }
  .node { min-width: 70px; padding: 9px; }.node-a{left:5%}.node-b{right:4%}.node-c{left:6%}.node-d{right:5%}.network-core { width: 92px; height: 92px; }
  .process-item { grid-template-columns: 38px 1fr; }.process-item h3 { font-size: 21px; }
  .engagement-card { min-height: 430px; padding: 24px; }
  .price-card { min-height: auto; }.price-card .button { margin-top: 10px; }
  .analysis-points { flex-wrap: wrap; }.budget-form,.contact-form { padding: 20px; }.form-row { grid-template-columns: 1fr; }.drop-zone { min-height: 180px; }
  .faq-list summary { min-height: 88px; font-size: 16px; }
  .contact-direct { margin-top: 35px; }.contact-form .button { width: 100%; }
  .footer-main h2 { font-size: 52px; }.footer-bottom { grid-template-columns: 1fr; }.footer-contact,.footer-control { grid-column: auto; }.footer-contact { flex-direction: column; align-items: flex-start; }
  .chat-launcher { right: 12px; bottom: 12px; min-width: 0; width: 58px; height: 58px; padding: 6px; border-radius: 15px; }.chat-launch-icon { width: 44px; height: 44px; }.chat-launch-copy,.chat-launcher > i { display: none; }
  .chat-panel { right: 8px; bottom: 80px; width: calc(100vw - 16px); height: min(650px, calc(100vh - 92px)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
