:root {
  color-scheme: dark;
  --black: #050607;
  --black-2: #090b0e;
  --panel: #0d1014;
  --steel: #aeb7c2;
  --silver: #e8ebee;
  --white: #f7f8f9;
  --muted: #8d97a3;
  --blue: #075ac8;
  --blue-bright: #0878ef;
  --line: rgba(255, 255, 255, .14);
  --display: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  --body: "Manrope", "Avenir Next", sans-serif;
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.section { padding: clamp(90px, 10vw, 170px) clamp(24px, 6vw, 110px); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-h); padding: 0 clamp(22px, 4.5vw, 78px);
  display: flex; align-items: center; gap: 42px; border-bottom: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(3,4,5,.94), rgba(3,4,5,.78)); backdrop-filter: blur(18px);
  transition: height .25s, background .25s;
}
.site-header.is-scrolled { background: rgba(3,4,5,.96); }
.brand { display: inline-flex; align-items: center; gap: 16px; flex: none; }
.brand img { width: 133px; height: 81px; object-fit: contain; filter: contrast(1.08); }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 42px); margin-left: auto; }
.site-header nav a { position: relative; padding: 12px 0; color: #b6bdc5; font: 700 10px/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--blue-bright); transition: right .25s; }
.site-header nav a:hover { color: white; }
.site-header nav a:hover::after { right: 0; }
.header-cta { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; gap: 18px; border: 1px solid #3e4a57; background: #0e1217; font: 800 10px/1 var(--body); letter-spacing: .11em; text-transform: uppercase; transition: border-color .2s, background .2s; }
.header-cta:hover { border-color: var(--blue-bright); background: #101b28; }
.header-cta svg { color: var(--blue-bright); }
.menu-button { display: none; margin-left: auto; padding: 10px; border: 0; background: transparent; color: white; cursor: pointer; }

.hero { position: relative; min-height: max(760px, 100svh); padding-top: var(--header-h); overflow: hidden; background: #05080d; }
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #030507 0%, rgba(3,5,7,.9) 26%, rgba(3,5,7,.36) 58%, rgba(3,5,7,.05) 77%), linear-gradient(0deg, #030507 0%, transparent 30%, rgba(0,0,0,.08) 75%, #030507 100%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.82) contrast(1.12) brightness(.9); transform: scale(1.015); animation: hero-drift 9s cubic-bezier(.2,.7,.2,1) both; }
.hero-grid { position: absolute; inset: var(--header-h) 0 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(57,125,202,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(57,125,202,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 62%); }
.hero-copy { position: relative; z-index: 3; width: min(660px, 48vw); padding: clamp(120px, 17vh, 190px) 0 120px clamp(28px, 6vw, 110px); }
.eyebrow { margin: 0 0 28px; color: #b5bec8; font: 700 9px/1 var(--body); letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 36px; height: 2px; margin: 0 11px 3px 0; background: var(--blue-bright); }
.hero h1 { margin: 0; font: italic 800 clamp(78px, 8.5vw, 144px)/.73 var(--display); letter-spacing: -.045em; text-transform: uppercase; text-shadow: 0 15px 35px rgba(0,0,0,.35); }
.hero h1 em { color: transparent; font-style: italic; -webkit-text-stroke: 1.5px #cbd2d9; text-stroke: 1.5px #cbd2d9; }
.hero-lead { max-width: 570px; margin: 40px 0 0; color: #c1c8cf; font-size: clamp(14px, 1.15vw, 17px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 32px; border: 1px solid currentColor; color: white; font: 800 10px/1 var(--body); letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.button-primary { border-color: var(--blue); background: var(--blue); box-shadow: 0 12px 40px rgba(0,72,171,.28); transition: background .2s, transform .2s, box-shadow .2s; }
.button-primary:hover { background: var(--blue-bright); transform: translateY(-2px); box-shadow: 0 16px 50px rgba(0,89,202,.4); }
.button-link { display: inline-flex; align-items: center; gap: 17px; color: #c3c8ce; font: 700 9px/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.button-link span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #4c545d; color: var(--blue-bright); transition: transform .2s, border-color .2s; }
.button-link:hover span { transform: translateY(4px); border-color: var(--blue-bright); }
.hero-index { position: absolute; z-index: 2; top: 16%; right: 4vw; display: grid; justify-items: end; color: rgba(255,255,255,.55); }
.hero-index b { color: rgba(255,255,255,.1); font: italic 800 clamp(90px, 11vw, 180px)/.7 var(--display); -webkit-text-stroke: 1px rgba(255,255,255,.22); }
.hero-index span { margin-top: 12px; padding-top: 12px; border-top: 2px solid var(--blue-bright); font: 700 12px/1 var(--body); letter-spacing: .18em; }
.manifesto { position: relative; display: grid; grid-template-columns: .62fr 1.05fr .65fr; gap: clamp(45px, 7vw, 120px); align-items: start; padding-top: clamp(42px, 5vw, 72px); background: var(--black); }
.manifesto::before { content: "SC"; position: absolute; right: -1vw; bottom: -7vw; color: rgba(255,255,255,.018); font: italic 800 34vw/.7 var(--display); pointer-events: none; }
.manifesto-kicker > span, .technical-note, .form-heading { color: var(--blue-bright); font: 700 8px/1 var(--body); letter-spacing: .18em; }
.manifesto-kicker p { margin: 70px 0 0; padding: 20px 0 0; border-top: 1px solid #3a424b; color: #98a1aa; font: 600 10px/1.7 var(--body); letter-spacing: .09em; text-transform: uppercase; }
.manifesto-copy h2, .section-heading h2, .process-title h2, .contact-copy h2 { margin: 0; font: 600 clamp(48px, 5vw, 80px)/.98 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.manifesto-copy h2 em, .section-heading h2 em, .process-title h2 em { color: var(--blue-bright); font-style: italic; }
.manifesto-copy > p { max-width: 660px; margin: 36px 0 0; color: #9da6af; font-size: 14px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 35px; margin-top: 34px; padding-bottom: 10px; border-bottom: 1px solid #39424c; font: 800 9px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; }
.text-link svg { color: var(--blue-bright); }
.precision-card { min-height: 340px; padding: 32px; display: flex; flex-direction: column; border: 1px solid #2a3037; background: linear-gradient(145deg, #101419, #07090c); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.precision-mark { position: relative; height: 110px; overflow: hidden; border-bottom: 1px solid #30373f; }
.precision-mark span { position: relative; z-index: 1; color: #dfe3e7; font: italic 800 90px/.8 var(--display); letter-spacing: -.08em; }
.precision-mark i { position: absolute; right: 4px; top: 16px; width: 70%; height: 28px; background: var(--blue); transform: skewX(-30deg); }
.precision-card p { margin: auto 0 30px; color: #aab1b8; font-size: 12px; line-height: 1.7; }
.precision-card small { color: #69727c; font: 700 7px/1 var(--body); letter-spacing: .15em; }
.workshop-carousel { position: relative; z-index: 1; grid-column: 1 / -1; margin-top: 0; border-top: 1px solid #323a43; }
.workshop-carousel-head { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; padding: 34px 0 32px; }
.workshop-carousel-head span { color: var(--blue-bright); font: 700 8px/1 var(--body); letter-spacing: .18em; }
.workshop-carousel-head h3 { margin: 13px 0 0; font: italic 700 clamp(32px, 3.2vw, 50px)/1 var(--display); letter-spacing: -.01em; text-transform: uppercase; }
.workshop-carousel-head > p { max-width: 470px; margin: 0; color: #858f99; font-size: 12px; line-height: 1.75; }
.workshop-viewport { position: relative; overflow: hidden; border: 1px solid #29313a; background: #090b0e; }
.workshop-viewport::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), inset 0 -120px 100px -60px rgba(0,0,0,.7); }
.workshop-track { display: flex; transition: transform .65s cubic-bezier(.22,.72,.18,1); will-change: transform; }
.workshop-slide { position: relative; flex: 0 0 100%; min-width: 0; height: clamp(364px, 40.6vw, 532px); margin: 0; overflow: hidden; }
.workshop-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: saturate(.76) contrast(1.08) brightness(.82); transform: scale(1.025); transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .6s; }
.workshop-slide:nth-child(1) img { object-position: center 54%; }
.workshop-slide:nth-child(2) img { object-position: center 60%; }
.workshop-slide:nth-child(3) img { object-position: center 56%; }
.workshop-slide:nth-child(4) img { object-position: center 58%; }
.workshop-slide:nth-child(5) img { object-position: center 57%; }
.workshop-slide.is-active img { filter: saturate(.9) contrast(1.07) brightness(.92); transform: scale(1); }
.workshop-slide figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 80px clamp(24px, 4vw, 58px) clamp(25px, 3.2vw, 45px); display: grid; grid-template-columns: 110px minmax(0, 520px); gap: 30px; align-items: end; background: linear-gradient(0deg, rgba(3,5,7,.94), rgba(3,5,7,.54) 54%, transparent); }
.workshop-slide figcaption > span { color: var(--blue-bright); font: italic 800 23px/1 var(--display); }
.workshop-slide figcaption div { display: grid; gap: 8px; }
.workshop-slide figcaption strong { font: italic 700 30px/1 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.workshop-slide figcaption small { color: #a5adb5; font-size: 11px; line-height: 1.65; }
.workshop-controls { min-height: 78px; display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; border-bottom: 1px solid #323a43; }
.workshop-progress { display: flex; align-items: center; gap: 8px; }
.workshop-progress button { width: clamp(28px, 4vw, 58px); height: 2px; padding: 0; border: 0; background: #343c45; cursor: pointer; transition: background .25s, width .25s; }
.workshop-progress button.is-active { background: var(--blue-bright); }
.workshop-counter { color: #8d97a1; font: 700 9px/1 var(--body); letter-spacing: .18em; }
.workshop-counter i { padding: 0 4px; color: #39424c; font-style: normal; }
.workshop-arrows { display: flex; }
.workshop-arrows button { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #343d47; background: transparent; color: #dce1e6; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.workshop-arrows button + button { border-left: 0; }
.workshop-arrows button:hover { border-color: var(--blue-bright); background: rgba(8,120,239,.1); color: var(--blue-bright); }
.workshop-arrows button:first-child svg { transform: rotate(180deg); }
.client-app-showcase { position: relative; z-index: 1; grid-column: 1 / -1; display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.48fr); gap: clamp(48px, 6vw, 96px); align-items: center; }
.client-app-copy h2 { margin: 0; font: 600 clamp(48px, 5vw, 76px)/.98 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.client-app-copy h2 em { color: var(--blue-bright); font-style: italic; }
.client-app-copy > p:not(.eyebrow) { max-width: 580px; margin: 30px 0 0; color: #9da6af; font-size: 13px; line-height: 1.8; }
.client-app-features { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid #323a43; }
.client-app-features li { display: grid; grid-template-columns: 38px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid #262d35; }
.client-app-features b { color: var(--blue-bright); font: italic 800 18px/1 var(--display); }
.client-app-features span { display: grid; gap: 6px; }
.client-app-features strong { font: italic 700 19px/1 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.client-app-features small { color: #737e88; font-size: 10px; line-height: 1.55; }
.client-app-screens { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.5vw, 22px); align-items: end; }
.client-app-screen { min-width: 0; margin: 0; }
.client-app-screen:first-child { transform: translateY(38px); }
.client-app-screen:last-child { transform: translateY(24px); }
.client-app-phone { position: relative; overflow: hidden; border: 1px solid #333d47; border-radius: clamp(24px, 2.4vw, 38px); background: #f4f5f6; box-shadow: 0 32px 70px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.25); transition: transform .35s, border-color .35s, box-shadow .35s; }
.client-app-phone::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(115deg, rgba(255,255,255,.16), transparent 22%, transparent 74%, rgba(8,120,239,.06)); }
.client-app-phone img { width: 100%; height: auto; }
.client-app-screen:hover .client-app-phone { transform: translateY(-8px); border-color: #52606d; box-shadow: 0 40px 90px rgba(0,0,0,.62), 0 0 0 1px rgba(8,120,239,.12); }
.client-app-screen.is-featured .client-app-phone { border-color: rgba(8,120,239,.72); box-shadow: 0 38px 90px rgba(0,0,0,.58), 0 0 48px rgba(8,120,239,.14); }
.client-app-screen figcaption { display: grid; gap: 6px; padding: 20px 4px 0; }
.client-app-screen figcaption span { color: var(--blue-bright); font: 700 7px/1 var(--body); letter-spacing: .16em; }
.client-app-screen figcaption strong { font: italic 700 clamp(18px, 1.55vw, 24px)/1 var(--display); text-transform: uppercase; }
.client-app-screen figcaption small { color: #717b85; font-size: 9px; line-height: 1.55; }

.technology { position: relative; overflow: hidden; background: #0b0e12; border-top: 1px solid rgba(255,255,255,.08); }
.technology::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 25% 50%, rgba(0,96,217,.1), transparent 36%); }
.section-heading { position: relative; z-index: 1; }
.section-heading h2 { max-width: 980px; }
.tech-stage { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .45fr); gap: clamp(40px, 5vw, 78px); margin-top: 80px; align-items: start; }
.tech-visual { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #303842; background: #d9dadd; }
.tech-visual::before { content: "TECH / TENSYLON"; position: absolute; z-index: 2; top: 18px; right: 18px; padding: 9px 11px; color: #b8c1cb; background: rgba(4,7,10,.82); font: 700 8px/1 var(--body); letter-spacing: .15em; }
.tech-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; pointer-events: none; background: linear-gradient(0deg, rgba(4,7,10,.72), transparent); }
.tech-cutaway { width: 100%; height: 100%; object-fit: cover; }
.layer-stack { min-height: 430px; display: flex; align-items: center; justify-content: center; perspective: 1100px; }
.armor-layer { position: relative; width: 25%; height: 330px; margin-left: -8%; padding: 24px 18px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.28); box-shadow: 25px 22px 45px rgba(0,0,0,.55); transform: rotateY(-25deg) skewY(-3deg); }
.armor-layer:first-child { margin-left: 0; }
.armor-layer span, .armor-layer b { transform: skewY(3deg); }
.armor-layer span { color: white; font: italic 800 32px/1 var(--display); }
.armor-layer b { color: white; font: 700 9px/1.35 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.armor-1 { height: 270px; background: linear-gradient(120deg, rgba(158,204,232,.62), rgba(27,60,86,.8)); }
.armor-2 { height: 350px; background: repeating-linear-gradient(45deg, #28313b 0 2px, #0f151c 2px 7px); }
.armor-3 { height: 400px; background: linear-gradient(135deg, #4e555d, #16191e 42%, #79818a 44%, #20252b 47%); }
.armor-4 { height: 310px; background: linear-gradient(145deg, #252b31, #090c10 60%, #414850); }
.technical-note { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: #d5dae0; text-shadow: 0 2px 12px #000; }
.technical-note b { padding: 0 12px; color: var(--blue-bright); }
.tech-benefits { border-top: 1px solid #313943; }
.tech-benefits article { position: relative; min-height: 162px; padding: 28px 8px 24px 58px; border-bottom: 1px solid #313943; transition: background .25s, padding-left .25s; }
.tech-benefits article:hover { padding-left: 74px; background: rgba(0,89,202,.07); }
.tech-benefits svg { position: absolute; left: 8px; top: 38px; width: 31px; height: 31px; color: var(--blue-bright); }
.tech-benefits article > span { color: #67717b; font: 700 9px/1 var(--body); }
.tech-benefits h3 { margin: 16px 0 9px; font: italic 700 29px/1 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.tech-benefits p { max-width: 480px; margin: 0; color: #87919b; font-size: 12px; line-height: 1.7; }

.services { background: #e8ebee; color: #080a0c; }
.section-heading.compact { display: grid; grid-template-columns: .5fr 1.5fr; gap: 5vw; align-items: start; }
.section-heading.compact .eyebrow { color: #4f5963; }
.section-heading.compact h2 { max-width: 920px; }
.service-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #adb5bd; }
.service-card { position: relative; min-height: 380px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid #adb5bd; background: #f3f4f5; overflow: hidden; transition: color .3s, background .3s; }
.service-card:last-child { border: 0; }
.service-card::after { content: ""; position: absolute; left: -80%; bottom: -70%; width: 140%; height: 95%; background: var(--blue); transform: skewX(-20deg); transition: left .35s; }
.service-card:hover { color: white; background: #101419; }
.service-card:hover::after { left: 65%; }
.service-card > span { position: relative; z-index: 1; color: var(--blue); font: italic 800 58px/.8 var(--display); }
.service-card h3 { position: relative; z-index: 1; max-width: 290px; margin: 0; font: italic 700 36px/.95 var(--display); text-transform: uppercase; }
.service-card p { position: relative; z-index: 1; max-width: 330px; margin: 16px 0 0; color: #5f6871; font-size: 12px; line-height: 1.65; transition: color .3s; }
.service-card:hover p { color: #bac2ca; }
.service-card > svg { position: absolute; z-index: 2; top: 32px; right: 32px; color: var(--blue); transition: color .3s, transform .3s; }
.service-card:hover > svg { color: white; transform: translateX(5px); }

.process { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(50px, 8vw, 130px); background: var(--black); }
.process-title { position: sticky; top: calc(var(--header-h) + 50px); align-self: start; }
.process-title > p:last-child { max-width: 410px; margin: 35px 0 0; color: #89939e; font-size: 13px; line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; border-top: 1px solid #323a43; }
.process-list li { position: relative; min-height: 210px; padding: 38px 70px 34px 125px; border-bottom: 1px solid #323a43; }
.process-list li::before { content: ""; position: absolute; left: 78px; top: 0; bottom: 0; width: 1px; background: #293039; }
.process-list li::after { content: ""; position: absolute; left: 74px; top: 48px; width: 9px; height: 9px; border: 2px solid var(--blue-bright); background: var(--black); transform: rotate(45deg); }
.process-list li > b { position: absolute; left: 0; top: 34px; color: #58616c; font: italic 700 27px/1 var(--display); }
.process-list li > span { color: var(--blue-bright); font: 700 8px/1 var(--body); letter-spacing: .2em; }
.process-list h3 { margin: 18px 0 11px; font: italic 700 33px/1 var(--display); text-transform: uppercase; }
.process-list p { max-width: 520px; margin: 0; color: #89939e; font-size: 12px; line-height: 1.7; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 160px); align-items: start; background: radial-gradient(circle at 4% 100%, #0c2850, #0a0d12 39%, #050607 68%); border-top: 1px solid #1f2730; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; margin: 35px 0 0; color: #939ca5; font-size: 14px; line-height: 1.8; }
.contact-meta { margin-top: 64px; display: grid; gap: 21px; }
.contact-meta a, .contact-meta span { display: grid; gap: 8px; padding-bottom: 19px; border-bottom: 1px solid #2d353e; }
.contact-meta small { color: var(--blue-bright); font: 700 7px/1 var(--body); letter-spacing: .18em; }
.contact-meta b { font: 600 15px/1.3 var(--body); }
.lead-form { padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; border: 1px solid #303943; background: rgba(12,16,21,.88); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.form-heading { grid-column: 1 / -1; padding-bottom: 24px; margin-bottom: 8px; display: flex; justify-content: space-between; border-bottom: 1px solid #343c46; }
.form-heading small { color: #69737d; font: 600 8px/1 var(--body); letter-spacing: .06em; text-transform: uppercase; }
.lead-form label { display: grid; gap: 9px; color: #8a949f; font: 700 8px/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.lead-form .full { grid-column: 1 / -1; }
.lead-form input, .lead-form textarea, .lead-form select { width: 100%; min-height: 49px; padding: 13px 0; border: 0; border-bottom: 1px solid #3a444f; border-radius: 0; outline: 0; background: transparent; color: white; font: 500 13px/1.4 var(--body); letter-spacing: 0; text-transform: none; resize: vertical; transition: border-color .2s; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #525b65; }
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--blue-bright); }
.lead-form select { color-scheme: dark; }
.lead-form .button { justify-self: start; margin-top: 8px; }
.form-note { align-self: center; margin: 8px 0 0; color: #626c76; font-size: 8px; line-height: 1.55; }

.site-footer { padding: 62px clamp(24px, 6vw, 110px) 28px; display: grid; grid-template-columns: .7fr .9fr 1.2fr .65fr; gap: 40px; align-items: start; border-top: 1px solid #262e36; background: #030405; }
.footer-brand img { width: 128px; height: 76px; }
.site-footer > p { margin: 12px 0 0; color: #737d87; font-size: 10px; line-height: 1.7; }
.footer-links { display: flex; gap: 28px; justify-content: center; margin-top: 16px; color: #8b949d; font: 700 8px/1 var(--body); letter-spacing: .13em; text-transform: uppercase; }
.instagram-link { display: inline-flex; align-items: center; justify-content: flex-end; gap: 11px; margin-top: 8px; font: 700 10px/1 var(--body); letter-spacing: .07em; }
.instagram-link svg { color: var(--blue-bright); }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid #20262d; color: #535d66; font-size: 8px; }
.floating-cta { position: fixed; z-index: 900; right: 24px; bottom: 24px; min-width: 155px; height: 48px; padding: 0 16px 0 19px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid #1b80ee; background: rgba(3,26,52,.94); box-shadow: 0 14px 45px rgba(0,0,0,.4); backdrop-filter: blur(12px); font: 800 8px/1 var(--body); letter-spacing: .15em; transition: transform .2s, background .2s; }
.floating-cta:hover { transform: translateY(-3px); background: var(--blue); }
.floating-cta svg { color: #58a9ff; }
.toast { position: fixed; z-index: 1200; left: 50%; bottom: 28px; width: min(92vw, 520px); padding: 16px 20px; display: flex; align-items: center; gap: 14px; border: 1px solid #2f75c3; background: #0c1825; color: white; box-shadow: 0 18px 60px #0009; transform: translate(-50%, 35px); opacity: 0; pointer-events: none; font-size: 12px; transition: .3s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.toast svg { flex: none; color: #58a9ff; }

.reveal { animation: enter .9s cubic-bezier(.2,.8,.2,1) both; }
.reveal-on-scroll { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }
.service-card:nth-child(2), .process-list li:nth-child(2) { transition-delay: .1s; }
.service-card:nth-child(3), .process-list li:nth-child(3) { transition-delay: .2s; }
.process-list li:nth-child(4) { transition-delay: .3s; }
@keyframes enter { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes hero-drift { from { transform: scale(1.07); } to { transform: scale(1.015); } }
@media (max-width: 1100px) {
  :root { --header-h: 74px; }
  .site-header { padding: 0 24px; }
  .brand img { width: 114px; height: 70px; }
  .site-header nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .site-header.is-menu-open { height: auto; min-height: var(--header-h); flex-wrap: wrap; padding-bottom: 24px; background: #050607; }
  .site-header.is-menu-open nav { order: 4; width: 100%; display: grid; gap: 0; border-top: 1px solid #2f363e; }
  .site-header.is-menu-open nav a { padding: 18px 0; border-bottom: 1px solid #222931; font-size: 11px; }
  .hero-copy { width: 62vw; }
  .manifesto { grid-template-columns: .5fr 1fr; }
  .precision-card { grid-column: 2; }
  .workshop-carousel { grid-column: 1 / -1; }
  .client-app-showcase { grid-template-columns: 1fr; }
  .client-app-copy { max-width: 760px; }
  .client-app-screens { width: 100%; max-width: 900px; margin: 0 auto; }
  .tech-stage { grid-template-columns: 1fr; }
  .tech-visual { min-height: 0; }
  .process { grid-template-columns: 1fr; }
  .process-title { position: static; }
  .process-title h2 br { display: none; }
  .contact { grid-template-columns: 1fr; }
  .contact-copy { display: grid; grid-template-columns: 1fr .7fr; column-gap: 60px; }
  .contact-copy .eyebrow, .contact-copy h2, .contact-copy > p { grid-column: 1; }
  .contact-meta { grid-column: 2; grid-row: 2 / span 2; margin-top: 8px; }
  .site-footer { grid-template-columns: .5fr 1fr 1.5fr; }
  .instagram-link { grid-column: 3; }
}

@media (max-width: 760px) {
  :root { --header-h: 68px; }
  .section { padding: 82px 22px; }
  .site-header { padding: 0 17px; }
  .brand { gap: 9px; }
  .brand img { width: 96px; height: 64px; }
  .hero { min-height: 840px; }
  .hero-media::after { background: linear-gradient(0deg, #030507 6%, rgba(3,5,7,.93) 34%, rgba(3,5,7,.2) 76%), linear-gradient(90deg, rgba(3,5,7,.8), transparent 90%); }
  .hero-media img { object-position: 42% center; }
  .hero-grid { mask-image: linear-gradient(0deg, black, transparent 75%); }
  .hero-copy { width: 100%; padding: 120px 22px 110px; }
  .eyebrow { margin-bottom: 23px; font-size: 8px; line-height: 1.4; }
  .hero h1 { font-size: clamp(70px, 22vw, 98px); line-height: .76; }
  .hero-lead { margin-top: 30px; font-size: 13px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 28px; }
  .hero-index { display: none; }
  .manifesto { grid-template-columns: 1fr; gap: 45px; }
  .manifesto-kicker p { margin-top: 28px; }
  .manifesto-copy h2, .section-heading h2, .process-title h2, .contact-copy h2 { font-size: 46px; }
  .precision-card { grid-column: auto; min-height: 300px; }
  .workshop-carousel { grid-column: auto; margin-top: 0; }
  .workshop-carousel-head { grid-template-columns: 1fr; gap: 18px; padding: 27px 0 25px; }
  .workshop-carousel-head > p { font-size: 11px; }
  .workshop-slide { height: min(85.4vw, 434px); }
  .workshop-slide figcaption { padding: 95px 20px 25px; grid-template-columns: 1fr; gap: 12px; }
  .workshop-slide figcaption > span { font-size: 18px; }
  .workshop-slide figcaption strong { font-size: 27px; }
  .workshop-slide figcaption small { font-size: 10px; }
  .workshop-controls { grid-template-columns: 1fr auto; gap: 16px; min-height: 68px; }
  .workshop-progress { gap: 5px; }
  .workshop-progress button { width: min(8vw, 30px); }
  .workshop-counter { display: none; }
  .workshop-arrows button { width: 46px; height: 46px; }
  .client-app-showcase { grid-column: auto; gap: 48px; }
  .client-app-copy h2 { font-size: 46px; }
  .client-app-copy > p:not(.eyebrow) { font-size: 12px; }
  .client-app-features { margin-top: 34px; }
  .client-app-screens { width: calc(100% + 22px); max-width: none; margin: 0 -22px 0 0; padding: 0 22px 20px 0; grid-template-columns: repeat(3, minmax(230px, 72vw)); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .client-app-screens::-webkit-scrollbar { display: none; }
  .client-app-screen, .client-app-screen:first-child, .client-app-screen:last-child { transform: none; scroll-snap-align: start; }
  .client-app-phone { border-radius: 30px; }
  .client-app-screen figcaption { padding-top: 17px; }
  .tech-stage { margin-top: 52px; gap: 45px; }
  .tech-visual { min-height: 0; }
  .layer-stack { min-height: 300px; }
  .armor-layer { height: 230px; padding: 13px 8px; }
  .armor-1 { height: 185px; }
  .armor-2 { height: 250px; }
  .armor-3 { height: 280px; }
  .armor-4 { height: 215px; }
  .armor-layer span { font-size: 23px; }
  .armor-layer b { font-size: 6px; }
  .technical-note { left: 14px; bottom: 15px; font-size: 6px; }
  .tech-benefits article { padding-left: 55px; }
  .section-heading.compact { grid-template-columns: 1fr; gap: 14px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .service-card { min-height: 280px; border-right: 0; border-bottom: 1px solid #adb5bd; }
  .process-list li { min-height: 220px; padding: 34px 10px 32px 84px; }
  .process-list li::before { left: 45px; }
  .process-list li::after { left: 41px; }
  .process-list li > b { font-size: 20px; }
  .contact-copy { display: block; }
  .contact-meta { margin-top: 45px; }
  .lead-form { padding: 26px 20px; grid-template-columns: 1fr; }
  .lead-form .full, .form-heading { grid-column: auto; }
  .form-note { margin-top: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 25px; }
  .footer-brand img { width: 118px; height: 70px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; gap: 20px; }
  .instagram-link { grid-column: auto; justify-content: flex-start; }
  .copyright { grid-column: auto; }
  .floating-cta { right: 14px; bottom: 14px; min-width: 52px; width: 52px; padding: 0; justify-content: center; }
  .floating-cta span { display: none; }
  .toast { bottom: 76px; }
}

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