:root {
    --lightningcss-light:;
    --lightningcss-dark: initial;
    color-scheme: dark;
    --bg: #06080c;
    --panel: #0d1017;
    --ink: #f3f5f8;
    --muted: #9aa4b2;
    --muted-2: #6d7887;
    --line: #20262f;
    --orange: #f26419;
    --orange-hi: #ff8a3d;
    --maxw: 1200px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

html,
body,
#root {
    width: 100%
}

body {
    background: var(--bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    font-family: Segoe UI,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

canvas {
    display: block
}

.canvas-bg {
    z-index: 0;
    pointer-events: none;
    will-change: transform;
    background: #06080c;
    position: fixed;
    inset: 0;
    transform: translateZ(0)
}

.nav {
    z-index: 50;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: linear-gradient(#06080cd9,#06080c00);
    justify-content: space-between;
    align-items: center;
    height: 66px;
    padding: 0 clamp(20px,5vw,48px);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.brandline {
    letter-spacing: -.01em;
    color: var(--ink);
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 700;
    display: flex
}

.brand-phase {
    color: var(--orange)
}

.aura-mark {
    filter: drop-shadow(0 0 6px #f2641980);
    flex-shrink: 0;
    overflow: visible
}

.aura-ring {
    stroke-dasharray: 300;
    stroke-dashoffset: 300px;
    animation: 2s cubic-bezier(.16,1,.3,1) forwards aura-draw
}

@keyframes aura-draw {
    to {
        stroke-dashoffset: 0
    }
}

.aura-orbit-1 {
    transform-origin: 100px 100px;
    animation: 7s linear infinite aura-spin
}

.aura-orbit-2 {
    transform-origin: 100px 100px;
    animation: 11s linear infinite reverse aura-spin
}

@keyframes aura-spin {
    to {
        transform: rotate(360deg)
    }
}

.aura-pulse {
    transform-origin: 100px 100px;
    animation: 3.2s ease-in-out infinite aura-pulse-kf
}

@keyframes aura-pulse-kf {
    0%, to {
        opacity: .25;
        transform: scale(1)
    }

    50% {
        opacity: .6;
        transform: scale(1.12)
    }
}

@media (prefers-reduced-motion:reduce) {
    .aura-ring {
        stroke-dashoffset: 0;
        animation: none
    }

    .aura-orbit-1,
    .aura-orbit-2,
    .aura-pulse {
        animation: none
    }
}

.nav-links {
    align-items: center;
    gap: 30px;
    display: flex
}

    .nav-links a {
        color: var(--muted);
        font-size: 14.5px;
        transition: color .2s
    }

        .nav-links a:hover {
            color: var(--ink)
        }

.btn {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 600;
    transition: transform .12s,background .2s,border-color .2s;
    display: inline-block
}

.btn-sm {
    padding: 9px 17px;
    font-size: 14.5px
}

.btn:active {
    transform: translateY(1px)
}

.btn.btn-primary {
    background: var(--orange);
    color: #000;
    border-color: var(--orange);
    font-weight: 650
}

    .btn.btn-primary:hover {
        background: var(--orange-hi)
    }

.btn-ghost:hover {
    border-color: #3a4552
}

.content {
    z-index: 10;
    position: relative
}

.wrap {
    width: 100%;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 clamp(20px,5vw,48px)
}

.eyebrow {
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 700
}

.sec {
    padding: clamp(90px,12vh,150px) 0;
    position: relative
}

    .sec:not(.hero) {
        border-top: 1px solid var(--line);
        background: #06080cd1
    }

    .sec h2 {
        letter-spacing: -.02em;
        max-width: 20ch;
        padding-bottom: .06em;
        font-size: clamp(28px,3.6vw,46px);
        font-weight: 720;
        line-height: 1.12
    }

.lead {
    color: var(--muted);
    max-width: 62ch;
    margin-top: 22px;
    font-size: clamp(16px,1.5vw,19px);
    line-height: 1.55
}

.hero {
    background: 0 0;
    border: 0;
    align-items: center;
    min-height: 100dvh;
    display: flex
}

.hero-h1 {
    letter-spacing: -.03em;
    background: linear-gradient(#fff 32%,#b9c6e0 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    max-width: 12ch;
    padding-bottom: .14em;
    font-size: clamp(46px,9vw,120px);
    font-weight: 760;
    line-height: 1.02
}

.hero-sub {
    color: var(--muted);
    max-width: 40ch;
    margin-top: 26px;
    font-size: clamp(16px,1.7vw,22px);
    line-height: 1.45
}

.hero-cta {
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
    display: flex
}

.scrollcue {
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--muted-2);
    font-size: 12px;
    position: absolute;
    bottom: 34px
}

.reveal,
[data-reveal] {
    opacity: 0;
    transform: translateY(20px)
}

    .reveal.in,
    [data-reveal].in {
        opacity: 1;
        transition: opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);
        transform: none
    }

.facts {
    border-top: 1px solid var(--line);
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 54px;
    display: grid
}

.fact {
    border-bottom: 1px solid var(--line);
    padding: 32px 30px 32px 0
}

    .fact:nth-child(odd) {
        border-right: 1px solid var(--line);
        padding-right: 40px
    }

    .fact:nth-child(2n) {
        padding-left: 40px
    }

.fact-k {
    letter-spacing: -.02em;
    font-size: clamp(26px,3vw,36px);
    font-weight: 700
}

.fact p {
    color: var(--muted);
    max-width: 44ch;
    margin-top: 10px;
    font-size: 15.5px;
    line-height: 1.5
}

.steps {
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 54px;
    display: grid
}

.steps-4 {
    grid-template-columns: repeat(4,1fr)
}

@media (width<=1100px) {
    .steps-4 {
        grid-template-columns: repeat(2,1fr)
    }
}

.step {
    border: 1px solid var(--line);
    background: var(--panel);
    border-radius: 16px;
    padding: 28px
}

.step-n {
    color: var(--orange);
    font-size: 13px;
    font-weight: 700
}

.step h3 {
    margin-top: 14px;
    font-size: 21px;
    font-weight: 650
}

.step p {
    color: var(--muted);
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5
}

.plist {
    gap: 26px;
    max-width: 80ch;
    margin-top: 46px;
    list-style: none;
    display: grid
}

.pl-t {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 640;
    display: flex
}

.plist p {
    color: var(--muted);
    margin-top: 8px;
    font-size: 15.5px;
    line-height: 1.55
}

.tag {
    letter-spacing: .03em;
    border: 1px solid var(--line);
    color: var(--muted);
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 12px;
    display: inline-block
}

    .tag.ok {
        color: #9fe0c0;
        border-color: #234a3b
    }

    .tag.proj {
        color: #e6cf95;
        border-color: #4a4023
    }

.model-row {
    border: 1px solid var(--line);
    border-radius: 16px;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    margin-top: 48px;
    display: grid;
    overflow: hidden
}

.model-cell {
    border-right: 1px solid var(--line);
    padding: 32px 28px
}

    .model-cell:last-child {
        border-right: 0
    }

.mc-v {
    font-size: 20px;
    font-weight: 650
}

    .mc-v .accent {
        color: var(--orange);
        font-weight: 700
    }

.model-cell p {
    color: var(--muted);
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5
}

.team {
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
    margin-top: 50px;
    display: grid
}

.member {
    border: 1px solid var(--line);
    background: var(--panel);
    border-radius: 16px;
    padding: 28px
}

.m-name {
    font-size: 20px;
    font-weight: 650
}

.m-role {
    color: var(--orange);
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600
}

.member p {
    color: var(--muted);
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55
}

.cta-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 42px;
    display: flex
}

#investors h2 {
    max-width: 22ch
}

footer {
    z-index: 10;
    background: var(--bg);
    border-top: 1px solid var(--line);
    color: var(--muted-2);
    padding: 56px 0 72px;
    font-size: 13.5px;
    position: relative
}

.foot-top {
    border-bottom: 1px solid var(--line);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 26px;
    display: flex
}

.foot-meta {
    max-width: 34ch;
    color: var(--muted)
}

.foot-contact {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    display: flex
}

    .foot-contact a {
        color: var(--ink);
        font-size: 14.5px;
        font-weight: 600;
        transition: color .2s
    }

        .foot-contact a:hover {
            color: var(--orange)
        }

@media (width<=860px) {
    .foot-contact {
        align-items: flex-start
    }
}

.legal {
    max-width: 92ch;
    margin-top: 24px;
    line-height: 1.7
}

@media (width<=860px) {
    .nav-links a:not(.btn) {
        display: none
    }

    .facts,
    .steps,
    .model-row,
    .team {
        grid-template-columns: 1fr
    }

    .fact,
    .fact:nth-child(odd),
    .fact:nth-child(2n) {
        border-right: 0;
        padding: 24px 0
    }

    .model-cell {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

        .model-cell:last-child {
            border-bottom: 0
        }

    .cta-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal,
    [data-reveal] {
        opacity: 1;
        transition: none;
        transform: none
    }
}