@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("./assets/fonts/newsreader.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}

@font-face {
  font-family: "DM Mono";
  src: url("./assets/fonts/dm-mono.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}

:root {
  --ink: #0b1517;
  --ink-soft: #122326;
  --paper: #f1efe7;
  --white: #fbfaf5;
  --muted: #566166;
  --line: #cbd0ca;
  --cyan: #68e3f5;
  --cyan-deep: #137b8b;
  --coral: #ff6847;
  --yellow: #f2f27a;
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --mono: "DM Mono", monospace;
  --gutter: clamp(20px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; color: var(--ink); background: var(--cyan); transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 var(--gutter);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.brand { display: flex; align-items: center; gap: 13px; width: max-content; }
.brand img { width: 129px; }
.brand > span { width: 1px; height: 19px; background: rgba(255,255,255,.28); }
.brand b { font: 9px var(--mono); letter-spacing: .13em; }
.site-header nav { display: flex; align-items: center; gap: 31px; font-size: 11px; font-weight: 600; }
.site-header nav > a:not(.nav-cta) { color: rgba(255,255,255,.65); }
.site-header nav a:hover { color: #fff; }
.nav-cta { display: inline-flex; gap: 26px; align-items: center; padding: 12px 17px; color: var(--ink); background: var(--cyan); border-radius: 3px; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; min-height: 850px; padding: 148px var(--gutter) 0; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; right: -240px; top: -190px; border: 1px solid rgba(104,227,245,.2); border-radius: 50%; box-shadow: 0 0 0 85px rgba(104,227,245,.025), 0 0 0 170px rgba(104,227,245,.018); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 65px 65px; mask-image: linear-gradient(90deg, transparent 0, #000 70%); }
.hero-copy { position: relative; z-index: 3; width: 48%; max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: rgba(255,255,255,.52); font: 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 1px; background: var(--coral); }
.eyebrow.dark { color: var(--muted); }
.hero h1,
.manifesto h2,
.section-head h2,
.process h2,
.fit h2,
.contact h2 { margin: 0; font-size: clamp(62px, 7.4vw, 108px); line-height: .89; letter-spacing: -.067em; }
.hero h1 em,
.manifesto h2 em,
.section-head h2 em,
.process h2 em,
.fit h2 em,
.contact h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.hero h1 em { color: var(--cyan); }
.hero-intro { max-width: 585px; margin: 30px 0 0; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; min-height: 52px; padding: 0 19px; border: 0; font-size: 11px; font-weight: 700; }
.primary { color: var(--ink); background: var(--cyan); }
.text-link { display: inline-flex; align-items: center; gap: 17px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.27); color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; }
.text-link span { color: var(--cyan); }

.product-lab { position: absolute; z-index: 3; top: 145px; right: var(--gutter); width: 44%; max-width: 650px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #111d1f; box-shadow: 0 55px 100px #0008; }
.lab-bar,
.lab-footer { display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 0 14px; color: rgba(255,255,255,.43); border-bottom: 1px solid rgba(255,255,255,.12); font: 7px var(--mono); letter-spacing: .1em; }
.lab-bar i { display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.lab-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid rgba(255,255,255,.12); }
.lab-tabs button { min-height: 45px; padding: 0 8px; color: rgba(255,255,255,.47); border: 0; border-right: 1px solid rgba(255,255,255,.1); background: transparent; font-size: 9px; cursor: pointer; }
.lab-tabs button:last-child { border-right: 0; }
.lab-tabs button[aria-selected="true"] { color: var(--ink); background: var(--cyan); }
.lab-tabs button:focus-visible { outline: 2px solid var(--yellow); outline-offset: -3px; }
.lab-stage { display: grid; grid-template-columns: 54px 1fr; min-height: 420px; background: #edf1ec; }
.lab-stage aside { display: flex; flex-direction: column; align-items: center; gap: 23px; padding-top: 20px; color: #fff; background: #122326; }
.app-mark { display: grid; place-items: center; width: 27px; height: 27px; color: var(--ink); background: var(--cyan); border-radius: 6px; font-size: 12px; font-weight: 800; }
.lab-stage aside i { width: 15px; height: 2px; background: rgba(255,255,255,.23); }
.lab-stage aside i:nth-of-type(2) { width: 22px; background: var(--coral); }
.app-preview { padding: 28px 25px; color: var(--ink); }
.preview-top { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.preview-top small { color: var(--cyan-deep); font: 7px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.preview-top h2 { max-width: 350px; margin: 8px 0 0; font-size: clamp(23px, 2.5vw, 35px); line-height: 1; letter-spacing: -.05em; }
.preview-avatar { display: grid; place-items: center; flex: 0 0 34px; height: 34px; color: #fff; background: var(--coral); border-radius: 50%; font-size: 8px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 28px; }
.metric-row > span { min-height: 68px; padding: 12px; border: 1px solid #d0d7d1; background: #f8faf6; }
.metric-row small { display: block; color: #7e8983; font: 6px var(--mono); }
.metric-row strong { display: block; margin-top: 14px; font-size: 12px; }
.preview-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8px; margin-top: 8px; }
.chart-card,
.list-card { position: relative; overflow: hidden; min-height: 180px; border: 1px solid #d0d7d1; background: #f8faf6; }
.chart-card i { position: absolute; bottom: 18px; width: 13%; background: rgba(19,123,139,.18); }
.chart-card i:nth-of-type(1) { left: 8%; height: 26%; }
.chart-card i:nth-of-type(2) { left: 26%; height: 44%; }
.chart-card i:nth-of-type(3) { left: 44%; height: 34%; }
.chart-card i:nth-of-type(4) { left: 62%; height: 67%; background: var(--cyan); }
.chart-card i:nth-of-type(5) { left: 80%; height: 54%; background: var(--coral); }
.chart-line { position: absolute; top: 20px; left: 17px; height: 4px; background: #233638; }
.line-a { width: 34%; }
.line-b { top: 32px; width: 23%; background: #b8c1bd; }
.list-card { padding: 22px 15px; }
.list-card i { display: block; height: 23px; margin-bottom: 12px; border-bottom: 1px solid #dde1dd; }
.list-card i::before { content:""; display: block; width: 9px; height: 9px; border: 1px solid var(--cyan-deep); border-radius: 50%; }
.lab-footer { min-height: 38px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
.hero-note { position: absolute; right: var(--gutter); bottom: 32px; left: var(--gutter); z-index: 3; display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.38); font: 8px var(--mono); letter-spacing: .1em; }
.hero-note i { flex: 1; height: 1px; background: rgba(255,255,255,.11); }

.manifesto { padding: 125px var(--gutter); }
.manifesto h2 { max-width: 1150px; font-size: clamp(51px, 6.2vw, 88px); }
.manifesto h2 em { color: var(--cyan-deep); }
.manifesto-copy { display: flex; align-items: start; gap: 25px; max-width: 630px; margin: 53px 5% 0 auto; }
.manifesto-copy span { color: var(--coral); font-size: 31px; }
.manifesto-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }

.capabilities { padding: 120px var(--gutter); color: var(--white); background: var(--ink); }
.section-head { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: end; gap: 60px; margin-bottom: 75px; }
.section-head .eyebrow { grid-column: 1/-1; margin-bottom: -42px; }
.section-head h2 { font-size: clamp(50px,5.8vw,82px); }
.section-head h2 em { color: var(--cyan); }
.section-head > p { margin: 0 0 7px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.8; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.capability-grid article { position: relative; min-height: 310px; padding: 25px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: background 200ms ease; }
.capability-grid article:hover { background: var(--ink-soft); }
.capability-grid span { color: var(--cyan); font: 8px var(--mono); }
.capability-grid b { position: absolute; top: 19px; right: 22px; color: rgba(255,255,255,.28); font-size: 22px; font-weight: 400; }
.capability-grid h3 { margin: 112px 0 15px; font-size: 25px; letter-spacing: -.04em; }
.capability-grid p { max-width: 330px; margin: 0; color: rgba(255,255,255,.53); font-size: 12px; line-height: 1.8; }

.process { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px,10vw,150px); padding: 120px var(--gutter); }
.process-sticky { align-self: start; position: sticky; top: 110px; }
.process h2 { font-size: clamp(47px,5.2vw,76px); }
.process h2 em { color: var(--cyan-deep); }
.process-sticky > p:not(.eyebrow) { max-width: 480px; margin: 29px 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.text-link.light { color: var(--ink); border-color: #afb6b0; }
.text-link.light span { color: var(--coral); }
.process-list { border-top: 1px solid var(--line); }
.process-list article { min-height: 255px; padding: 28px 0 36px; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--cyan-deep); font: 8px var(--mono); letter-spacing: .1em; }
.process-list h3 { margin: 76px 0 13px; font-size: 31px; letter-spacing: -.045em; }
.process-list p { max-width: 580px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.fit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px,10vw,160px); align-items: end; padding: 120px var(--gutter); background: #dff8f4; }
.fit h2 { font-size: clamp(50px,5.5vw,80px); }
.fit h2 em { color: var(--cyan-deep); }
.fit-copy > p:not(.eyebrow) { max-width: 640px; margin: 31px 0 0; color: #536669; font-size: 13px; line-height: 1.85; }
.fit-list { border-top: 1px solid rgba(11,21,23,.24); }
.fit-list p { display: grid; grid-template-columns: 35px 1fr; gap: 12px; margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(11,21,23,.24); font-size: 13px; }
.fit-list span { color: var(--cyan-deep); font: 9px var(--mono); }

.contact { padding: 120px var(--gutter); background: var(--coral); }
.contact .eyebrow { color: #45130c; }
.contact .eyebrow > span { background: var(--ink); }
.contact h2 { max-width: 1050px; font-size: clamp(58px,7.5vw,110px); }
.contact h2 em { color: #5c1e13; }
.contact-bottom { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; margin-top: 66px; padding-top: 24px; border-top: 1px solid rgba(11,21,23,.34); }
.contact-bottom p { margin: 0; font-size: 13px; }
.dark-button { color: #fff; background: var(--ink); }
.contact-bottom > a:last-child { font-size: 11px; border-bottom: 1px solid rgba(11,21,23,.4); }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 35px; padding: 48px var(--gutter) 24px; color: rgba(255,255,255,.58); background: var(--ink); font-size: 10px; }
footer p { margin: 0; text-align: center; font-family: var(--serif); font-size: 16px; }
footer > a:not(.brand) { text-align: right; }
footer small { grid-column: 1/-1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font: 8px var(--mono); }

[data-reveal] { opacity: 1; transform: none; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.75,.25,1); }
.motion-ready [data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { min-height: 1040px; }
  .hero-copy { width: 76%; }
  .product-lab { position: relative; top: auto; right: auto; width: min(100%,680px); margin: 55px 0 90px auto; }
  .hero-note { bottom: 24px; }
  .process { gap: 60px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; }
  .brand img { width: 112px; }
  .menu-toggle { display: grid; place-content: center; gap: 6px; width: 43px; height: 43px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; }
  .menu-toggle span { display: block; width: 17px; height: 1px; background: #fff; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-header nav { position: fixed; inset: 0; z-index: -1; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 90px var(--gutter) 35px; background: var(--ink); opacity: 0; visibility: hidden; transition: opacity 180ms ease, visibility 180ms ease; }
  .site-header nav.open { opacity: 1; visibility: visible; }
  .site-header nav > a:not(.nav-cta) { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 23px; }
  .nav-cta { justify-content: space-between; margin-top: 28px; }
  .hero { min-height: 0; padding-top: 120px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(58px,17vw,82px); }
  .hero-intro { font-size: 13px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { justify-content: space-between; }
  .text-link { align-self: flex-start; }
  .product-lab { margin-top: 48px; margin-bottom: 84px; }
  .lab-stage { grid-template-columns: 38px 1fr; min-height: 370px; }
  .lab-stage aside { gap: 20px; }
  .app-mark { width: 24px; height: 24px; }
  .app-preview { padding: 21px 14px; }
  .metric-row > span { padding: 8px; }
  .metric-row strong { font-size: 9px; }
  .preview-grid { grid-template-columns: 1fr; }
  .list-card { display: none; }
  .hero-note { gap: 8px; font-size: 6px; }
  .manifesto,
  .capabilities,
  .process,
  .fit,
  .contact { padding-top: 76px; padding-bottom: 76px; }
  .manifesto h2 { font-size: clamp(46px,13vw,66px); }
  .manifesto-copy { margin-top: 37px; }
  .section-head { display: block; margin-bottom: 45px; }
  .section-head .eyebrow { margin-bottom: 22px; }
  .section-head h2 { font-size: clamp(47px,13vw,65px); }
  .section-head > p { margin-top: 25px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 240px; }
  .capability-grid h3 { margin-top: 73px; }
  .process { display: block; }
  .process-sticky { position: static; }
  .process h2 { font-size: clamp(45px,12vw,62px); }
  .process-list { margin-top: 50px; }
  .process-list article { min-height: 0; }
  .process-list h3 { margin-top: 47px; }
  .fit { grid-template-columns: 1fr; gap: 50px; }
  .fit h2 { font-size: clamp(46px,12.5vw,64px); }
  .contact h2 { font-size: clamp(54px,15vw,78px); }
  .contact-bottom { grid-template-columns: 1fr; align-items: stretch; gap: 22px; margin-top: 45px; }
  .contact-bottom > a:last-child { justify-self: start; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p { text-align: left; }
  footer > a:not(.brand) { text-align: left; }
}

@media (max-width: 380px) {
  .lab-tabs button { font-size: 7px; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-row > span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation: none !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
