:root {
    --bg: #07070a;
    --surface: #101116;
    --surface2: #15161d;
    --text: #f4f3ef;
    --muted: #a4a5ad;
    --line: rgba(255, 255, 255, .1);
    --accent: #d7ff5f;
    --accent2: #8d7cff;
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    line-height: 1.55;
    overflow-x: hidden
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .035;
    z-index: 10;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
}

.container {
    width: min(calc(100% - 48px), var(--max));
    margin: auto
}

.nav-wrap {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(7, 7, 10, .72);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line)
}

.nav {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    text-decoration: none
}

.brand span {
    width: 35px;
    height: 35px;
    border: 1px solid var(--line);
    border-radius: 10px;
    display: grid;
    place-items: center;
    font: 700 12px 'Space Grotesk'
}

.brand strong {
    font: 600 16px 'Space Grotesk'
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px
}

.nav-links a {
    color: var(--muted);
    text-decoration: none;
    font-size: 14px
}

.nav-links a:hover {
    color: var(--text)
}

.nav-cta {
    border: 1px solid var(--line);
    padding: 10px 14px;
    border-radius: 999px !important;
    color: var(--text) !important
}

.nav-cta span {
    color: var(--accent)
}

.menu {
    display: none;
    background: none;
    border: 0;
    color: var(--text);
    font-size: 22px
}

.hero {
    min-height: 690px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 20px;
    padding: 90px 0 70px;
    position: relative
}

.eyebrow,
.kicker {
    font: 600 11px 'Space Grotesk';
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--muted)
}

.eyebrow {
    display: flex;
    gap: 9px;
    align-items: center
}

.eyebrow i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 16px var(--accent)
}

h1,
h2,
h3 {
    font-family: 'Space Grotesk', sans-serif;
    margin: 0;
    line-height: 1.02
}

h1 {
    font-size: clamp(56px, 7vw, 94px);
    letter-spacing: -.065em;
    max-width: 800px;
    margin: 20px 0 25px
}

em {
    font-style: normal;
    color: var(--accent)
}

.hero-lede {
    font-size: 19px;
    color: var(--muted);
    max-width: 650px;
    margin: 0 0 32px
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.button {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    padding: 14px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px
}

.button.primary {
    background: var(--accent);
    color: #090a08
}

.button.ghost {
    border: 1px solid var(--line);
    color: var(--text)
}

.button span {
    font-size: 18px
}

.proof {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 55px;
    color: var(--muted);
    font-size: 12px
}

.proof b {
    display: block;
    color: var(--text);
    font: 600 15px 'Space Grotesk';
    margin-bottom: 2px
}

.hero-orbit {
    height: 500px;
    position: relative;
    display: grid;
    place-items: center
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px)
}

.orb-a {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, #8d7cff 0, rgba(141, 124, 255, .22) 38%, transparent 70%);
    left: 30%;
    top: 20%
}

.orb-b {
    width: 210px;
    height: 210px;
    background: radial-gradient(circle, #d7ff5f 0, rgba(215, 255, 95, .13) 40%, transparent 72%);
    right: 10%;
    bottom: 13%
}

.orbit-ring {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    transform: rotate(-20deg)
}

.ring-1 {
    width: 390px;
    height: 180px
}

.ring-2 {
    width: 470px;
    height: 230px;
    transform: rotate(38deg)
}

.core {
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: rgba(10, 10, 14, .76);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-shadow: 0 0 80px rgba(141, 124, 255, .18);
    position: relative;
    z-index: 2
}

.core span {
    font: 700 46px 'Space Grotesk';
    letter-spacing: -.08em
}

.core small {
    font: 600 8px/1.5 'Space Grotesk';
    letter-spacing: .18em;
    color: var(--muted)
}

.float-card {
    position: absolute;
    z-index: 3;
    padding: 10px 13px;
    border: 1px solid var(--line);
    background: rgba(15, 15, 20, .75);
    backdrop-filter: blur(14px);
    border-radius: 12px;
    font: 600 12px 'Space Grotesk';
    box-shadow: 0 15px 50px rgba(0, 0, 0, .3)
}

.card-ai {
    top: 19%;
    right: 5%
}

.card-flutter {
    bottom: 19%;
    left: 3%
}

.card-cloud {
    bottom: 7%;
    right: 17%
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    margin-right: 6px
}

.marquee {
    overflow: hidden;
    border-block: 1px solid var(--line);
    white-space: nowrap;
    color: #74757d;
    font: 600 12px 'Space Grotesk';
    letter-spacing: .12em
}

.marquee div {
    padding: 15px 0;
    animation: marquee 28s linear infinite
}

.marquee span {
    color: var(--accent);
    margin: 0 22px
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

.section {
    padding: 125px 0
}

.section-head {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 55px
}

.section-head h2,
.about h2 {
    font-size: clamp(42px, 5vw, 68px);
    letter-spacing: -.055em;
    margin-top: 14px
}

.section-head p {
    color: var(--muted);
    max-width: 430px;
    margin: 0;
    font-size: 15px
}

.projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.project {
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
    border-radius: 22px;
    overflow: hidden;
    transition: .35s ease
}

.project:hover {
    transform: translateY(-5px);
    border-color: rgba(215, 255, 95, .35)
}

.project-large,
.project-wide {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1.05fr .95fr
}

.project-visual {
    min-height: 340px;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center
}

.project:not(.project-large):not(.project-wide) .project-visual {
    min-height: 280px
}

.visual-label,
.project-visual>span {
    position: absolute;
    left: 22px;
    bottom: 20px;
    font: 600 10px 'Space Grotesk';
    letter-spacing: .15em;
    color: rgba(255, 255, 255, .58)
}

.writease {
    background: radial-gradient(circle at 30% 40%, rgba(215, 255, 95, .15), transparent 32%), #11140f
}

.notebook {
    width: 190px;
    height: 245px;
    background: #e8e7df;
    color: #10110e;
    border-radius: 5px;
    box-shadow: 20px 30px 60px rgba(0, 0, 0, .45);
    transform: rotate(-8deg);
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.notebook strong {
    font: 700 24px 'Space Grotesk';
    letter-spacing: -.07em
}

.notebook small {
    font: 600 8px/1.5 'Space Grotesk';
    letter-spacing: .15em
}

.qr {
    margin-left: auto;
    width: 35px;
    height: 35px;
    border: 4px dotted #111;
    display: grid;
    place-items: center;
    font-size: 7px
}

.trade {
    background: radial-gradient(circle at 60% 45%, rgba(141, 124, 255, .25), transparent 35%), #0e0f14
}

.chart {
    height: 120px;
    width: 230px;
    display: flex;
    align-items: end;
    gap: 9px
}

.chart i {
    display: block;
    width: 23px;
    border: 1px solid #b7aefa;
    border-radius: 4px 4px 0 0
}

.chart i:nth-child(1) {
    height: 30%
}

.chart i:nth-child(2) {
    height: 54%
}

.chart i:nth-child(3) {
    height: 42%
}

.chart i:nth-child(4) {
    height: 80%
}

.chart i:nth-child(5) {
    height: 60%
}

.chart i:nth-child(6) {
    height: 94%
}

.chart i:nth-child(7) {
    height: 72%
}

.diamond {
    background: radial-gradient(circle, rgba(215, 255, 95, .16), transparent 36%), #10110f
}

.gem {
    font-size: 140px;
    font-family: serif;
    color: #e7f8bc;
    text-shadow: 0 0 40px rgba(215, 255, 95, .2)
}

.half {
    background: linear-gradient(145deg, #19121b, #0e0b10)
}

.ticket {
    font: 500 54px/0.8 'Space Grotesk';
    letter-spacing: -.08em;
    transform: rotate(-7deg);
    padding: 35px;
    border: 1px dashed rgba(255, 255, 255, .35)
}

.video {
    background: radial-gradient(circle, rgba(255, 255, 255, .08), transparent 40%), #0c0c0f
}

.play {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 24px;
    padding-left: 5px
}

.project-body {
    padding: 28px 30px 32px
}

.project-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #73747c;
    text-transform: uppercase;
    letter-spacing: .11em;
    font: 600 9px 'Space Grotesk'
}

.project h3 {
    font-size: 32px;
    letter-spacing: -.04em;
    margin: 17px 0 10px
}

.project p {
    color: var(--muted);
    font-size: 14px;
    margin: 0 0 22px;
    max-width: 600px
}

.tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 22px
}

.tags span {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 6px 9px;
    color: #b7b8c0;
    font-size: 10px
}

.project a {
    color: var(--accent);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600
}

.capabilities {
    background: #0b0b0e;
    border-block: 1px solid var(--line)
}

.cap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line)
}

.cap {
    background: #0b0b0e;
    padding: 30px;
    min-height: 285px;
    display: flex;
    flex-direction: column
}

.cap>span {
    color: #666872;
    font: 600 10px 'Space Grotesk';
    margin-bottom: auto
}

.cap h3 {
    font-size: 25px;
    letter-spacing: -.04em;
    margin-bottom: 12px
}

.cap p {
    font-size: 13px;
    color: var(--muted);
    margin: 0 0 25px
}

.cap b {
    font: 600 9px 'Space Grotesk';
    letter-spacing: .09em;
    color: #8d8e97;
    text-transform: uppercase
}

.about-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 110px
}

.about-copy p {
    color: var(--muted);
    font-size: 16px;
    max-width: 620px
}

.facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 35px
}

.facts div {
    border-top: 1px solid var(--line);
    padding-top: 13px
}

.facts small {
    display: block;
    color: #6e7078;
    text-transform: uppercase;
    font: 600 9px 'Space Grotesk';
    letter-spacing: .1em;
    margin-bottom: 5px
}

.facts strong {
    font: 500 13px 'Space Grotesk'
}

.experience {
    background: #0b0b0e;
    border-top: 1px solid var(--line)
}

.timeline {
    border-top: 1px solid var(--line)
}

.timeline-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 50px;
    padding: 30px 0;
    border-bottom: 1px solid var(--line)
}

.timeline-row>span {
    font: 600 10px 'Space Grotesk';
    color: #777982;
    text-transform: uppercase;
    letter-spacing: .1em
}

.timeline-row h3 {
    font-size: 23px
}

.timeline-row h3 small {
    font: 500 11px 'DM Sans';
    color: #777982;
    margin-left: 10px
}

.timeline-row p {
    color: var(--muted);
    font-size: 13px;
    max-width: 700px;
    margin: 10px 0 0
}

.contact {
    padding-bottom: 110px
}

.contact-card {
    border: 1px solid rgba(215, 255, 95, .22);
    border-radius: 28px;
    padding: 55px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    background: radial-gradient(circle at 10% 10%, rgba(215, 255, 95, .07), transparent 35%), radial-gradient(circle at 90% 90%, rgba(141, 124, 255, .1), transparent 35%), #0d0e11
}

.contact-card h2 {
    font-size: clamp(44px, 5vw, 70px);
    letter-spacing: -.06em;
    margin: 15px 0 20px
}

.contact-card p {
    color: var(--muted);
    max-width: 550px
}

.contact-links {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.contact-links a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
    color: var(--text)
}

.contact-links small {
    display: block;
    color: #70717a;
    font: 600 9px 'Space Grotesk';
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 5px
}

.contact-links strong {
    font: 500 16px 'Space Grotesk'
}

.contact-links a:hover strong {
    color: var(--accent)
}

.footer {
    padding: 25px 0 40px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    color: #666871;
    font-size: 11px
}

.footer div {
    display: flex;
    gap: 14px
}

.footer strong {
    color: var(--text);
    font-family: 'Space Grotesk'
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal.in {
    opacity: 1;
    transform: none
}

@media(max-width:900px) {
    .hero {
        grid-template-columns: 1fr;
        padding-top: 70px
    }

    .hero-orbit {
        height: 390px
    }

    .section-head,
    .about-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .cap-grid {
        grid-template-columns: 1fr 1fr
    }

    .project-large,
    .project-wide {
        grid-template-columns: 1fr
    }

    .project-visual {
        min-height: 300px
    }

    .contact-card {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .nav-links {
        display: none
    }

    .menu {
        display: block
    }

    .nav.open .nav-links {
        display: flex;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: #0a0a0d;
        padding: 20px 24px;
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        align-items: flex-start
    }

    .nav.open .menu {
        font-size: 0
    }

    .nav.open .menu:after {
        content: '×';
        font-size: 26px
    }

    .timeline-row {
        grid-template-columns: 120px 1fr
    }
}

@media(max-width:600px) {
    .container {
        width: min(calc(100% - 30px), var(--max))
    }

    .hero {
        min-height: auto;
        padding: 65px 0 70px
    }

    .hero-orbit {
        height: 330px
    }

    .ring-1 {
        width: 300px;
        height: 140px
    }

    .ring-2 {
        width: 350px;
        height: 170px
    }

    .core {
        width: 145px;
        height: 145px
    }

    .core span {
        font-size: 34px
    }

    .card-ai {
        right: 0
    }

    .card-cloud {
        right: 0
    }

    .card-flutter {
        left: 0
    }

    .proof {
        gap: 18px;
        margin-top: 40px
    }

    .section {
        padding: 85px 0
    }

    .projects {
        grid-template-columns: 1fr
    }

    .cap-grid {
        grid-template-columns: 1fr
    }

    .facts {
        grid-template-columns: 1fr
    }

    .timeline-row {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .timeline-row h3 small {
        display: block;
        margin: 5px 0 0
    }

    .contact-card {
        padding: 30px 24px
    }

    .footer {
        display: block
    }

    .footer>span {
        display: block;
        margin-top: 10px
    }
}