:root {
  --cyan: #00ffd9;
  --purple: #8219ff;
  --black: #070707;
  --ink: #101010;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #aaa9ae;
  --line: rgba(255, 255, 255, .13);
  --heading: "Inter", sans-serif;
  --body: "Work Sans", sans-serif;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font: 400 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body::selection { background: var(--cyan); color: var(--black); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--cyan); color: var(--black); font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; background: rgba(7,7,7,.8); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 180px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 32px; font: 600 14px/1 var(--heading); }
.nav-links > a:not(.nav-cta) { color: #ccc; }
.nav-links > a:hover { color: var(--cyan); }
.nav-cta { padding: 12px 18px; border: 1px solid var(--cyan); color: var(--cyan); }
.nav-cta:hover { background: var(--cyan); color: var(--black) !important; }
.nav-toggle { display: none; width: 44px; height: 42px; padding: 10px; border: 1px solid var(--line); background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; }

.hero { position: relative; overflow: hidden; padding: 190px 0 110px; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; width: 540px; height: 540px; border-radius: 50%; filter: blur(110px); opacity: .13; }
.hero-glow-one { top: -250px; right: 9%; background: var(--cyan); }
.hero-glow-two { bottom: -380px; left: 18%; background: var(--purple); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.eyebrow { margin: 0 0 22px; color: var(--cyan); font: 700 12px/1.2 var(--heading); letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--heading); }
h1 { max-width: 710px; font-size: clamp(54px, 6.25vw, 88px); line-height: .98; letter-spacing: -.065em; }
h1 span { color: var(--cyan); }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #d0cfd3; font-size: 21px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 22px; font: 700 15px/1 var(--heading); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: var(--black); box-shadow: 0 10px 35px rgba(0,255,217,.14); }
.button-primary:hover { box-shadow: 0 14px 40px rgba(0,255,217,.25); }
.text-link { padding: 10px 0; color: white; font: 700 14px var(--heading); border-bottom: 1px solid #555; }
.text-link:hover { color: var(--cyan); border-color: var(--cyan); }
.hero-note { margin: 24px 0 0; color: #85858c; font-size: 13px; }

.product-visual { position: relative; border: 1px solid rgba(255,255,255,.22); background: #0e0e11; box-shadow: 0 35px 90px rgba(0,0,0,.42); transform: rotate(1.2deg); }
.product-visual::before { content: ""; position: absolute; z-index: -1; inset: 18px -18px -18px 18px; border: 1px solid rgba(130,25,255,.45); }
.window-bar { height: 46px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--line); color: #83838a; font: 600 10px var(--heading); letter-spacing: .06em; text-transform: uppercase; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #45454a; }
.window-bar .live { justify-self: end; display: flex; align-items: center; gap: 6px; color: var(--cyan); }
.window-bar .live i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.visual-body { padding: 30px; }
.visual-heading { margin-bottom: 24px; font-family: var(--heading); }
.visual-heading span { display: block; color: #777780; font-size: 13px; }
.visual-heading strong { font-size: 26px; letter-spacing: -.04em; }
.decision-card { display: grid; grid-template-columns: 28px 1fr auto; gap: 14px; align-items: center; margin-top: 10px; padding: 16px; border: 1px solid #24242a; background: #131317; }
.decision-card.active { border-color: rgba(0,255,217,.52); background: linear-gradient(100deg, rgba(0,255,217,.07), #131317 65%); }
.decision-number { color: #66666e; font: 700 10px var(--heading); }
.decision-card strong, .decision-card small { display: block; }
.decision-card strong { font: 700 13px var(--heading); }
.decision-card small { margin-top: 4px; color: #888890; font-size: 10px; line-height: 1.4; }
.status { padding: 5px 7px; border: 1px solid #33333a; color: #a4a4aa; font: 600 8px var(--heading); text-transform: uppercase; }
.active .status { color: var(--cyan); border-color: rgba(0,255,217,.4); }
.signal-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 24px; color: #75757d; font-size: 10px; }
.signal-row strong { color: var(--cyan); font: 600 10px var(--heading); }
.signal-line { height: 3px; background: #292930; }
.signal-line i { display: block; width: 82%; height: 100%; background: linear-gradient(90deg, var(--purple), var(--cyan)); }

.proof { padding: 30px 0; background: #0a0a0c; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 4px 30px; border-left: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; border: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font: 800 22px var(--heading); letter-spacing: -.04em; }
.proof-grid span { margin-top: 3px; color: #8f8f96; font-size: 12px; }

.section { padding: 120px 0; }
.fit-section { color: var(--ink); background: var(--paper); }
.section-heading { max-width: 850px; margin-bottom: 58px; }
.section-heading h2, .approach-intro h2, .about-copy h2, .contact-inner h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.03; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 700px; margin: 26px 0 0; color: #9b9ba1; font-size: 18px; }
.fit-section .eyebrow { color: var(--purple); }
.two-column-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; }
.two-column-heading > p:last-child { margin: 0 0 4px; color: #5f5e63; }
.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfcdc5; border-left: 1px solid #cfcdc5; }
.fit-grid article { min-height: 288px; padding: 28px; border-right: 1px solid #cfcdc5; border-bottom: 1px solid #cfcdc5; }
.card-index { color: var(--purple); font: 700 11px var(--heading); }
.fit-grid h3 { margin-top: 74px; font-size: 21px; letter-spacing: -.035em; }
.fit-grid p { margin: 14px 0 0; color: #66656a; font-size: 14px; line-height: 1.6; }
.fit-callout { max-width: 940px; margin: 34px 0 0; color: #525156; font-size: 15px; }
.fit-callout strong { color: var(--purple); }

.experience-section { background: #0c0c0f; }
.experience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.experience-card { min-height: 390px; display: flex; flex-direction: column; padding: 34px; background: #121217; border: 1px solid var(--line); transition: border-color .2s, transform .2s; }
.experience-card:hover { border-color: rgba(0,255,217,.38); transform: translateY(-3px); }
.experience-card.featured { background: linear-gradient(145deg, rgba(130,25,255,.18), #121217 55%); }
.experience-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--cyan); font: 600 11px var(--heading); text-transform: uppercase; letter-spacing: .08em; }
.experience-top b { color: #6e6e77; font-size: 12px; letter-spacing: 0; text-transform: none; }
.experience-card h3 { max-width: 520px; margin-top: 76px; font-size: 29px; line-height: 1.12; letter-spacing: -.045em; }
.experience-card p { max-width: 570px; margin: 18px 0 0; color: #a4a4aa; font-size: 15px; }
.experience-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 0; padding: 26px 0 0; list-style: none; }
.experience-card li { padding: 6px 9px; border: 1px solid #303037; color: #8c8c94; font-size: 10px; }
.card-link { align-self: flex-start; margin-top: auto; padding-top: 24px; color: var(--cyan); font: 700 13px var(--heading); }
.platform-note { margin-top: 34px; padding: 22px 24px; color: #98989f; border-left: 2px solid var(--purple); background: rgba(130,25,255,.05); }
.platform-note span { color: white; font-weight: 600; }

.approach-section { background: var(--black); }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.approach-intro { position: sticky; top: 140px; align-self: start; }
.approach-intro > p:last-child { margin: 28px 0 0; color: #99999f; font-size: 17px; }
.approach-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.approach-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.approach-list li > span { color: var(--cyan); font: 700 11px var(--heading); }
.approach-list h3 { font-size: 22px; letter-spacing: -.035em; }
.approach-list p { margin: 8px 0 0; color: #929299; font-size: 14px; }

.about-section { color: var(--ink); background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: center; }
.about-mark { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: var(--black); }
.about-mark::before { content: ""; position: absolute; inset: -25%; background: conic-gradient(from 180deg, transparent, var(--purple), transparent, var(--cyan), transparent); opacity: .68; animation: orbit 18s linear infinite; }
.about-mark::after { content: ""; position: absolute; inset: 2px; background: radial-gradient(circle at 70% 25%, #25252d, #070707 60%); }
.about-mark span { position: relative; z-index: 1; color: var(--cyan); font: 900 clamp(120px, 18vw, 230px)/1 var(--heading); letter-spacing: -.12em; transform: translateX(-.05em); }
.about-mark i { position: absolute; z-index: 2; right: 17%; bottom: 19%; width: 55px; height: 5px; background: var(--purple); transform: rotate(-45deg); box-shadow: 0 0 25px rgba(130,25,255,.8); }
@keyframes orbit { to { transform: rotate(1turn); } }
.about-copy .eyebrow { color: var(--purple); }
.about-lead { margin: 30px 0 0; color: #303034; font-size: 20px; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.about-lead) { margin: 18px 0 0; color: #636268; }
.about-links { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 30px; }
.about-links a { font: 700 13px var(--heading); border-bottom: 1px solid #a9a7a0; }
.about-links a:hover { color: var(--purple); border-color: var(--purple); }

.contact-section { padding: 115px 0; color: var(--black); background: var(--cyan); }
.contact-inner { max-width: 900px; text-align: center; }
.contact-inner .eyebrow { color: rgba(7,7,7,.6); }
.contact-inner p:not(.eyebrow) { max-width: 660px; margin: 28px auto 0; font-size: 18px; }
.button-dark { margin-top: 34px; background: var(--black); color: var(--white); }
.button-dark:hover { box-shadow: 0 15px 35px rgba(7,7,7,.25); }

.site-footer { padding: 35px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #74747b; font-size: 12px; }
.footer-grid .brand img { width: 145px; }
.footer-grid p { margin: 0; }
.footer-grid p:last-child { justify-self: end; }

@media (max-width: 960px) {
  .hero { padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .product-visual { max-width: 650px; transform: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .proof-grid > div:nth-child(3) { padding-left: 0; border: 0; }
  .two-column-heading, .approach-grid, .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .fit-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-intro { position: static; }
  .about-mark { max-width: 470px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 156px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: #0a0a0d; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 16px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding: 125px 0 76px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .product-visual::before { inset: 10px -9px -10px 9px; }
  .window-bar { grid-template-columns: 1fr 1fr; }
  .window-bar > span:nth-child(2) { display: none; }
  .visual-body { padding: 18px; }
  .decision-card { grid-template-columns: 22px 1fr; padding: 13px; }
  .decision-card .status { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { padding: 0 15px; }
  .proof-grid strong { font-size: 18px; }
  .proof-grid span { line-height: 1.4; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .approach-intro h2, .about-copy h2, .contact-inner h2 { font-size: 40px; }
  .two-column-heading { gap: 25px; }
  .fit-grid, .experience-grid { grid-template-columns: 1fr; }
  .fit-grid article { min-height: 240px; }
  .fit-grid h3 { margin-top: 45px; }
  .experience-card { min-height: 355px; padding: 25px; }
  .experience-card h3 { margin-top: 55px; font-size: 25px; }
  .about-grid { gap: 38px; }
  .about-lead { font-size: 18px; }
  .contact-section { padding: 80px 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid .brand, .footer-grid p:last-child { justify-self: center; }
}

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