:root {
    --ink: #07111f;
    --ink-soft: #111d2c;
    --paper: #f4f4ef;
    --paper-bright: #fbfbf7;
    --muted: #66707d;
    --line: rgba(7, 17, 31, .13);
    --night-line: rgba(255, 255, 255, .13);
    --lime: #c7ff4a;
    --blue: #6aa6ff;
    --max: 1240px;
    --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; color: var(--ink); background: var(--lime); border-radius: 6px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 78px; color: white; transition: background .25s, border-color .25s, transform .25s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(7, 17, 31, .9); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-color: rgba(255,255,255,.09); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; font-size: 17px; letter-spacing: -.035em; white-space: nowrap; }
.brand strong { font-weight: 750; }
.brand-mark { width: 33px; height: 33px; color: var(--lime); }
.brand-mark svg { width: 100%; height: 100%; fill: currentColor; }
.brand-mark .brand-mark-cut { fill: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 620; }
.site-nav > a:not(.nav-cta) { color: #c7ced7; transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: white; }
.nav-cta { display: inline-flex; align-items: center; gap: 30px; padding: 11px 15px 11px 18px; color: var(--ink); background: var(--lime); border-radius: 999px; transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-2px); background: #d2ff71; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 19px; height: 1px; margin: 5px auto; background: #fff; transition: transform .2s; }

.hero { position: relative; min-height: 870px; overflow: hidden; color: white; background: var(--ink); padding: 168px 0 0; }
.hero-grid { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 650px; height: 650px; right: -180px; top: -230px; background: radial-gradient(circle, rgba(59,118,221,.25), transparent 67%); }
.hero-glow-two { width: 500px; height: 500px; left: 32%; bottom: -380px; background: radial-gradient(circle, rgba(199,255,74,.11), transparent 68%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .97fr 1.03fr; align-items: center; gap: 74px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #c3cbd5; font-size: 12px; font-weight: 720; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: var(--lime); }
.eyebrow-dark { color: #5e6875; }
.eyebrow-dark > span { background: var(--ink); }
.hero h1 { margin: 0; font-size: clamp(58px, 6.1vw, 90px); font-weight: 650; line-height: .94; letter-spacing: -.07em; }
.hero h1 em, .approach h2 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.hero-lede { max-width: 620px; margin: 31px 0 0; color: #b5bfcb; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 720; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { background: #d2ff71; }
.text-link { display: inline-flex; gap: 11px; color: #d6dce4; font-size: 14px; font-weight: 650; border-bottom: 1px solid #75808c; padding-bottom: 4px; }
.hero-proof { display: flex; gap: 45px; margin-top: 51px; padding-top: 25px; border-top: 1px solid var(--night-line); }
.hero-proof > div { display: flex; align-items: center; gap: 10px; }
.hero-proof strong { font-size: 23px; letter-spacing: -.05em; }
.hero-proof span { color: #8793a2; font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: .07em; }

.hero-console { position: relative; transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.hero-console::before { content: ""; position: absolute; inset: 15% -9% -14%; z-index: -1; background: rgba(69, 126, 215, .18); filter: blur(50px); border-radius: 50%; }
.console-topbar { height: 49px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 17px; color: #7e8996; background: #111c2b; border: 1px solid #293442; border-bottom: 0; border-radius: 16px 16px 0 0; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.console-dots { display: flex; gap: 6px; }
.console-dots i { width: 7px; height: 7px; background: #334151; border-radius: 50%; }
.live-pill { justify-self: end; display: inline-flex; align-items: center; gap: 6px; color: #8996a5; }
.live-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(199,255,74,.12); }
.console-body { padding: 32px; background: rgba(13, 25, 40, .96); border: 1px solid #293442; border-radius: 0 0 16px 16px; box-shadow: 0 45px 100px rgba(0,0,0,.34); }
.console-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 22px; }
.console-label, .console-number { color: #667383; font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; letter-spacing: .12em; }
.console-heading h2 { margin: 5px 0 0; font-size: 21px; letter-spacing: -.035em; }
.service-stack { display: grid; gap: 8px; }
.stack-item { min-height: 69px; display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; padding: 10px 14px; background: rgba(255,255,255,.025); border: 1px solid #253140; border-radius: 9px; }
.stack-active { border-color: rgba(199,255,74,.52); background: rgba(199,255,74,.045); }
.stack-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--lime); background: #162434; border-radius: 8px; font-size: 19px; }
.stack-item strong { display: block; font-size: 12px; }
.stack-item small { display: block; margin-top: 3px; color: #718092; font-size: 9px; }
.stack-status { color: #91a0b0; font: 8px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.stack-status::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 6px 1px 0; border-radius: 50%; background: var(--lime); }
.console-footer { display: grid; grid-template-columns: auto 1fr 110px; align-items: center; gap: 13px; margin-top: 23px; padding-top: 22px; border-top: 1px solid #273342; }
.avatar-group { display: flex; }
.avatar-group span { width: 28px; height: 28px; display: grid; place-items: center; margin-right: -5px; border: 2px solid #101d2c; border-radius: 50%; background: #2c3d50; color: #b7c3cf; font: 7px ui-monospace, monospace; }
.avatar-group span:first-child { color: var(--ink); background: var(--lime); }
.console-footer p { margin: 0; color: #7b8999; font-size: 9px; line-height: 1.45; }
.console-footer strong { color: #bfc8d2; }
.console-footer svg { width: 100%; height: 34px; overflow: visible; }
.console-footer path { fill: none; stroke: var(--lime); stroke-width: 1.5; }
.console-footer circle { fill: var(--lime); }
.partner-strip { position: relative; display: flex; align-items: center; justify-content: space-between; margin-top: 96px; padding: 25px 0; border-top: 1px solid var(--night-line); }
.partner-strip > span { color: #697686; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.partner-strip div { display: flex; gap: clamp(25px, 4vw, 58px); color: #657181; font-size: 11px; letter-spacing: .15em; }

.section { padding: 128px 0; }
.section-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 66px; }
.section-intro h2, .principles-heading h2 { margin: 0; font-size: clamp(45px, 5vw, 68px); line-height: 1.03; letter-spacing: -.065em; font-weight: 640; }
.section-intro > p { max-width: 490px; margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability { position: relative; min-height: 460px; padding: 42px 43px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.16); transition: background .25s, transform .25s; }
.capability:hover { z-index: 2; background: var(--paper-bright); }
.capability-featured { background: var(--paper-bright); }
.card-index { position: absolute; right: 35px; top: 35px; color: #9199a2; font: 11px ui-monospace, monospace; }
.capability-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 70px; border-radius: 14px; background: var(--ink); }
.capability-icon svg { width: 29px; fill: none; stroke: var(--lime); stroke-width: 1.5; }
.capability h3 { margin: 0 0 15px; font-size: 29px; letter-spacing: -.045em; }
.capability p { max-width: 490px; margin: 0; color: var(--muted); }
.capability ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.capability li { padding: 7px 10px; color: #4e5966; background: #e9e9e3; border-radius: 5px; font-size: 11px; font-weight: 650; }

.approach { color: white; background: var(--ink); overflow: hidden; }
.approach-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; }
.approach-copy { position: sticky; top: 128px; align-self: start; }
.approach h2 { margin: 0; font-size: clamp(46px, 5vw, 66px); line-height: 1.04; letter-spacing: -.06em; font-weight: 630; }
.approach-copy > p:not(.eyebrow) { max-width: 470px; margin: 29px 0 34px; color: #9da8b4; font-size: 17px; line-height: 1.7; }
.button-light { color: var(--ink); background: white; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--night-line); }
.process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 23px; padding: 36px 0 42px; border-bottom: 1px solid var(--night-line); }
.process-list li > span { color: var(--lime); font: 11px ui-monospace, monospace; padding-top: 8px; }
.process-list h3 { margin: 0 0 11px; font-size: 30px; letter-spacing: -.04em; }
.process-list p { max-width: 480px; margin: 0; color: #929eab; font-size: 15px; }

.work { background: var(--paper-bright); }
.product-card { min-height: 600px; display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; color: white; background: #0f2944; border-radius: var(--radius); }
.product-copy { padding: 64px 18px 64px 64px; }
.product-brand { display: flex; align-items: center; font-size: 21px; font-weight: 800; letter-spacing: -.05em; }
.product-brand > span { width: 32px; height: 32px; display: grid; place-items: center; margin-right: 2px; color: #0f2944; background: #4fe1b1; border-radius: 50% 50% 50% 8px; font-size: 22px; }
.product-kicker { margin: 76px 0 16px !important; color: #6cd5b4 !important; font-size: 10px !important; font-weight: 750; letter-spacing: .15em; }
.product-copy h3 { margin: 0 0 21px; font-size: clamp(42px, 4vw, 57px); line-height: 1.02; letter-spacing: -.06em; }
.product-copy > p { max-width: 430px; color: #a9bac9; font-size: 15px; line-height: 1.7; }
.button-dark { margin-top: 24px; color: #102740; background: #4fe1b1; }
.product-preview { position: relative; display: flex; align-items: center; min-width: 0; padding: 70px 0 70px 44px; background: radial-gradient(circle at 70% 60%, rgba(79,225,177,.15), transparent 46%); }
.browser-frame { width: 690px; max-width: 110%; overflow: hidden; background: #eef3f7; border: 7px solid rgba(255,255,255,.17); border-right: 0; border-radius: 17px 0 0 17px; box-shadow: 0 35px 80px rgba(0,0,0,.34); }
.browser-bar { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 12px; background: #dfe6eb; }
.browser-bar i { width: 6px; height: 6px; background: #a9b5bf; border-radius: 50%; }
.browser-bar span { margin-left: 29px; color: #81909c; font: 7px ui-monospace, monospace; }
.app-layout { height: 375px; display: grid; grid-template-columns: 92px 1fr; }
.app-sidebar { display: flex; flex-direction: column; gap: 16px; padding: 20px 14px; background: #17344f; }
.app-sidebar b { margin-bottom: 18px; color: #4fe1b1; font-size: 11px; }
.app-sidebar b span { color: white; }
.app-sidebar i { width: 52px; height: 5px; background: #476074; border-radius: 4px; }
.app-sidebar i:nth-child(2) { background: #4fe1b1; }
.app-content { padding: 25px; color: #142e47; }
.app-top { display: flex; align-items: end; justify-content: space-between; }
.app-top small, .app-top strong { display: block; }
.app-top small { color: #83919d; font-size: 7px; }
.app-top strong { margin-top: 4px; font-size: 16px; }
.app-top > span { padding: 8px 11px; color: #12334c; background: #4fe1b1; border-radius: 4px; font-size: 7px; font-weight: 750; }
.app-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 23px 0; }
.app-stats i { padding: 13px; background: white; border-radius: 6px; box-shadow: 0 3px 12px rgba(27,50,70,.06); font-style: normal; }
.app-stats small, .app-stats b { display: block; }
.app-stats small { color: #84919c; font-size: 6px; }
.app-stats b { margin-top: 5px; font-size: 17px; }
.app-table { padding: 8px 13px; background: white; border-radius: 6px; }
.app-table div { height: 47px; border-bottom: 1px solid #e8edf0; background: linear-gradient(90deg, #d6dee4 0 23%, transparent 23% 36%, #e2e7eb 36% 54%, transparent 54% 70%, #e2e7eb 70% 84%, transparent 84%); background-size: 100% 5px; background-repeat: no-repeat; background-position: center; }
.app-table div:last-child { border: 0; }
.float-badge { position: absolute; padding: 11px 14px; color: #142e47; background: white; border-radius: 7px; box-shadow: 0 15px 40px rgba(0,0,0,.24); font-size: 9px; font-weight: 750; }
.badge-signed { left: 15px; bottom: 104px; }
.badge-time { right: 25px; top: 105px; color: #1a8065; }

.principles { background: var(--paper-bright); border-top: 1px solid var(--line); }
.principles-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 45px; }
.principles-heading h2 { max-width: 450px; font-size: clamp(40px, 4vw, 56px); }
.principle { padding-top: 20px; border-top: 1px solid var(--ink); }
.principle > span { color: #7c8590; font: 10px ui-monospace, monospace; }
.principle h3 { margin: 54px 0 11px; font-size: 20px; letter-spacing: -.03em; }
.principle p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.contact { padding: 115px 0; color: white; background: #132c4b; }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; }
.contact h2 { max-width: 750px; margin: 0; font-size: clamp(52px, 6vw, 82px); line-height: .98; letter-spacing: -.07em; font-weight: 630; }
.contact-copy > p:last-child { max-width: 570px; margin: 27px 0 0; color: #a5b6c9; font-size: 17px; }
.contact-actions { padding-bottom: 8px; }
.contact-email { display: flex; align-items: center; justify-content: space-between; padding: 0 0 20px; border-bottom: 1px solid rgba(255,255,255,.32); font-size: clamp(18px, 2vw, 25px); font-weight: 650; }
.contact-email span { color: var(--lime); }
.contact-actions > div { display: flex; justify-content: space-between; align-items: end; margin-top: 24px; }
.contact-actions > div a { font-size: 15px; font-weight: 650; }
.contact-actions small { color: #8296ab; font-size: 10px; }

.footer { padding: 58px 0 23px; color: #bec7d0; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 70px; padding-bottom: 50px; }
.brand-footer { color: white; }
.footer-top p { margin: 0; color: #7c8997; font-size: 14px; }
.footer-links { display: flex; gap: 29px; color: white; font-size: 13px; font-weight: 650; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--night-line); color: #65717f; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
    .hero { padding-top: 135px; }
    .hero-layout { grid-template-columns: 1fr; gap: 70px; }
    .hero-copy { max-width: 760px; }
    .hero-console { width: min(720px, 100%); margin-left: auto; transform: none; }
    .partner-strip { margin-top: 75px; }
    .approach-layout { gap: 55px; }
    .product-card { grid-template-columns: 1fr; }
    .product-copy { padding-right: 64px; }
    .product-kicker { margin-top: 55px !important; }
    .product-preview { padding: 40px 0 70px 70px; }
    .browser-frame { width: 100%; max-width: none; }
    .principles-grid { grid-template-columns: repeat(3, 1fr); }
    .principles-heading { grid-column: 1 / -1; margin-bottom: 25px; }
}

@media (max-width: 760px) {
    .shell { width: min(calc(100% - 32px), var(--max)); }
    .site-header { height: 68px; }
    .menu-button { display: block; position: relative; z-index: 3; }
    .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(3px) rotate(45deg); }
    .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-3px) rotate(-45deg); }
    .site-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 32px; visibility: hidden; opacity: 0; background: var(--ink); transition: opacity .2s, visibility .2s; }
    .site-nav.open { visibility: visible; opacity: 1; }
    .site-nav > a:not(.nav-cta) { font-size: 30px; color: white; letter-spacing: -.04em; }
    .nav-cta { margin-top: 12px; }
    .hero { min-height: auto; padding: 123px 0 0; }
    .hero h1 { font-size: clamp(52px, 15vw, 70px); }
    .hero-lede { font-size: 17px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; }
    .hero-proof { gap: 19px; justify-content: space-between; }
    .hero-proof > div { display: block; }
    .hero-proof span { display: block; margin-top: 4px; }
    .console-body { padding: 20px; }
    .console-heading { align-items: start; }
    .stack-item { grid-template-columns: 37px 1fr; }
    .stack-status { display: none; }
    .console-footer { grid-template-columns: auto 1fr; }
    .console-footer svg { display: none; }
    .partner-strip { align-items: flex-start; gap: 25px; }
    .partner-strip div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px 21px; }
    .section { padding: 90px 0; }
    .section-intro { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
    .section-intro h2, .principles-heading h2 { font-size: 44px; }
    .capability-grid { grid-template-columns: 1fr; }
    .capability { min-height: auto; padding: 31px 26px 35px; }
    .capability-icon { margin-bottom: 48px; }
    .approach-layout { grid-template-columns: 1fr; }
    .approach-copy { position: static; }
    .approach h2 { font-size: 45px; }
    .process-list { margin-top: 25px; }
    .product-card { border-radius: 18px; }
    .product-copy { padding: 40px 27px 50px; }
    .product-copy h3 { font-size: 43px; }
    .product-preview { padding: 30px 0 54px 24px; }
    .app-layout { height: 300px; grid-template-columns: 62px 1fr; }
    .app-sidebar { padding: 16px 9px; }
    .app-sidebar i { width: 38px; }
    .app-content { padding: 17px 14px; }
    .app-stats { gap: 5px; }
    .app-stats i { padding: 8px; }
    .app-top > span { display: none; }
    .badge-time { display: none; }
    .principles-grid { grid-template-columns: 1fr; gap: 42px; }
    .principles-heading { margin: 0; }
    .principle h3 { margin-top: 30px; }
    .contact { padding: 86px 0; }
    .contact-layout { grid-template-columns: 1fr; gap: 55px; }
    .contact h2 { font-size: 54px; }
    .contact-actions > div { align-items: start; flex-direction: column; gap: 9px; }
    .footer-top { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 390px) {
    .hero-proof strong { font-size: 20px; }
    .hero-proof span { font-size: 8px; }
    .partner-strip > span { max-width: 80px; }
    .contact h2 { font-size: 48px; }
    .contact-email { font-size: 17px; }
}
