:root {
    --g: #A8FF00;
    --p: #6A00FF;
    --bg: #070807;
    --panel: #0d0f0e;
    --text: #f5f7f3;
    --muted: #9aa098;
    --line: #242824;
    --max: 1320px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Raleway, Arial, sans-serif;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .045;
    z-index: 20;
    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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")
}

.progress {
    position: fixed;
    left: 0;
    top: 0;
    height: 2px;
    background: var(--g);
    z-index: 100;
    width: 0;
    box-shadow: 0 0 12px var(--g)
}

.site-header {
    height: 88px;
    padding: 0 max(28px, calc((100vw - var(--max))/2));
    display: flex;
    align-items: center;
    gap: 42px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    backdrop-filter: blur(18px);
    background: rgba(7, 8, 7, .68)
}

.brand {
    width: 230px
}

.brand img {
    width: 100%
}

.nav {
    margin-left: auto;
    display: flex;
    gap: 30px;
    font-family: Orbitron, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: .13em;
    color: #c7ccc5
}

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

.header-cta {
    border: 1px solid #364033;
    padding: 13px 18px;
    font-family: Orbitron, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: .1em
}

.header-cta:hover {
    border-color: var(--g);
    color: var(--g)
}

.menu {
    display: none;
    background: none;
    border: 0
}

.section {
    max-width: var(--max);
    margin: auto;
    padding: 125px 28px
}

.hero {
    max-width: none;
    min-height: 100vh;
    padding: 150px max(28px, calc((100vw - var(--max))/2)) 80px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    position: relative;
    isolation: isolate;
    overflow: hidden
}

.hero-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(rgba(168, 255, 0, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(168, 255, 0, .04) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, black, transparent 80%)
}

.hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 32%;
    z-index: -1;
    background: linear-gradient(to top, #070807, transparent)
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: -2;
    opacity: .18
}

.orb-a {
    width: 460px;
    height: 460px;
    background: var(--g);
    right: 9%;
    top: 18%
}

.orb-b {
    width: 420px;
    height: 420px;
    background: var(--p);
    right: 27%;
    bottom: 3%
}

.eyebrow,
.kicker {
    font-family: Orbitron, Arial, sans-serif;
    letter-spacing: .22em;
    font-size: 10px;
    color: #c8cec5
}

.pulse {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--g);
    border-radius: 50%;
    margin-right: 9px;
    box-shadow: 0 0 15px var(--g)
}

.hero h1 {
    font-family: Orbitron, Arial, sans-serif;
    font-size: clamp(45px, 5.1vw, 78px);
    line-height: 1.03;
    letter-spacing: -.035em;
    margin: 25px 0
}

.hero h1 span {
    color: var(--g);
    text-shadow: 0 0 35px rgba(168, 255, 0, .14)
}

.hero-copy>p {
    font-size: 18px;
    line-height: 1.75;
    color: #aab1a8;
    max-width: 680px
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin: 34px 0 46px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 17px 22px;
    font-family: Orbitron, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: .1em;
    border: 1px solid #303530;
    cursor: pointer
}

.btn.primary {
    background: var(--g);
    color: #071006;
    border-color: var(--g);
    font-weight: 800
}

.btn.primary:hover {
    box-shadow: 0 0 30px rgba(168, 255, 0, .18);
    transform: translateY(-2px)
}

.btn.ghost:hover {
    border-color: var(--g);
    color: var(--g)
}

.hero-meta {
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 670px
}

.hero-meta div {
    padding: 22px 20px 0 0
}

.hero-meta strong {
    display: block;
    font-family: Orbitron;
    font-size: 11px;
    color: var(--g);
    letter-spacing: .1em
}

.hero-meta small {
    display: block;
    margin-top: 8px;
    color: #777f76;
    font-size: 11px
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: flex-end
}

.hud-card {
    width: min(520px, 42vw);
    aspect-ratio: 1/1;
    border: 1px solid #343b33;
    background: radial-gradient(circle at center, rgba(168, 255, 0, .08), rgba(8, 10, 8, .3) 45%, #090a09 75%);
    position: relative;
    clip-path: polygon(7% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 7%);
    box-shadow: 0 0 80px rgba(0, 0, 0, .75)
}

.hud-card:before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(168, 255, 0, .18);
    clip-path: inherit
}

.hud-top,
.hud-bottom {
    position: absolute;
    left: 34px;
    right: 34px;
    display: flex;
    justify-content: space-between;
    font-family: Orbitron;
    font-size: 9px;
    letter-spacing: .14em;
    color: #7d877a
}

.hud-top {
    top: 34px
}

.hud-bottom {
    bottom: 34px
}

.hud-bottom span {
    color: var(--g)
}

.status {
    color: var(--g) !important
}

.core {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center
}

.core img {
    width: 42%;
    z-index: 2;
    filter: drop-shadow(0 0 32px rgba(168, 255, 0, .32))
}

.ring {
    position: absolute;
    border: 1px solid rgba(168, 255, 0, .35);
    border-radius: 50%;
    animation: spin 18s linear infinite
}

.r1 {
    width: 68%;
    height: 68%;
    border-style: dashed
}

.r2 {
    width: 53%;
    height: 53%;
    border-color: rgba(106, 0, 255, .55);
    animation-direction: reverse;
    animation-duration: 12s
}

.r3 {
    width: 82%;
    height: 82%;
    border-color: rgba(255, 255, 255, .12);
    border-style: dotted;
    animation-duration: 25s
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.unit-tag {
    position: absolute;
    bottom: -28px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 14px
}

.unit-tag b {
    font-family: Orbitron;
    font-size: 56px;
    color: var(--g)
}

.unit-tag span {
    font-family: Orbitron;
    font-size: 9px;
    letter-spacing: .16em;
    color: #747b72
}

.scroll {
    position: absolute;
    bottom: 27px;
    left: max(28px, calc((100vw - var(--max))/2));
    font-family: Orbitron;
    font-size: 8px;
    letter-spacing: .2em;
    color: #667064;
    display: flex;
    gap: 12px;
    align-items: center
}

.scroll i {
    width: 70px;
    height: 1px;
    background: #3b4539;
    position: relative
}

.scroll i:after {
    content: "";
    position: absolute;
    right: 0;
    width: 16px;
    height: 1px;
    background: var(--g)
}

.marquee {
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
    background: #0a0c0a
}

.marquee div {
    display: flex;
    gap: 28px;
    min-width: max-content;
    animation: marquee 22s linear infinite;
    font-family: Orbitron;
    font-size: 11px;
    letter-spacing: .14em
}

.marquee b {
    color: var(--g)
}

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

.section-head {
    display: grid;
    grid-template-columns: 180px 1fr 360px;
    gap: 35px;
    align-items: end;
    margin-bottom: 60px
}

.section-head>div {
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.index {
    font-family: Orbitron;
    font-size: 44px;
    color: var(--g);
    line-height: 1
}

.section-head h2 {
    font-family: Orbitron;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.08;
    margin: 0;
    letter-spacing: -.03em
}

.section-head h2 em {
    font-style: normal;
    color: #6c746a
}

.section-head>p {
    color: var(--muted);
    line-height: 1.7
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--line)
}

.service-card {
    min-height: 510px;
    padding: 34px;
    border-right: 1px solid var(--line);
    position: relative;
    overflow: hidden
}

.service-card:last-child {
    border: 0
}

.service-card:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: var(--g);
    filter: blur(120px);
    opacity: 0;
    right: -110px;
    bottom: -80px;
    transition: .4s
}

.service-card:hover:after {
    opacity: .13
}

.service-card:hover {
    background: #0b0e0b
}

.num {
    font-family: Orbitron;
    color: #5c655a;
    font-size: 10px
}

.service-icon {
    font-family: Orbitron;
    color: var(--g);
    font-size: 38px;
    margin: 42px 0 24px
}

.service-card h3 {
    font-family: Orbitron;
    font-size: 25px;
    margin: 0 0 20px
}

.service-card p {
    color: #9ba298;
    line-height: 1.7
}

.service-card ul {
    list-style: none;
    padding: 0;
    margin: 28px 0
}

.service-card li {
    border-top: 1px solid #222622;
    padding: 10px 0;
    color: #747c72;
    font-size: 12px
}

.service-card li:before {
    content: "+";
    color: var(--g);
    margin-right: 10px
}

.service-card a {
    position: absolute;
    left: 34px;
    bottom: 30px;
    font-family: Orbitron;
    font-size: 9px;
    letter-spacing: .12em;
    color: var(--g)
}

.showcase {
    padding-top: 80px
}

.section-head.compact {
    grid-template-columns: 180px 1fr
}

.project-stack {
    display: grid;
    gap: 28px
}

.project {
    min-height: 520px;
    border: 1px solid var(--line);
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    background: #090b09;
    overflow: hidden
}

.project.reverse {
    grid-template-columns: 1.18fr .82fr
}

.project.reverse .project-copy {
    order: 2
}

.project.reverse .project-media {
    order: 1
}

.project-copy {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.project-no {
    font-family: Orbitron;
    font-size: 9px;
    letter-spacing: .2em;
    color: var(--g)
}

.project h3 {
    font-family: Orbitron;
    font-size: 36px;
    line-height: 1.12;
    margin: 23px 0
}

.project p {
    color: #929a90;
    line-height: 1.75;
    max-width: 500px
}

.chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px
}

.chips span {
    font-family: Orbitron;
    font-size: 8px;
    letter-spacing: .1em;
    border: 1px solid #323932;
    padding: 9px 11px;
    color: #aeb6ab
}

.project-media {
    position: relative;
    min-height: 440px;
    background: #101310;
    overflow: hidden
}

.project-media:after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 90px 30px #090b09
}

.project-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.9) contrast(1.04);
    transition: .6s
}

.project:hover .project-media img {
    transform: scale(1.025)
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.step {
    padding: 42px 26px;
    border-right: 1px solid var(--line)
}

.step:last-child {
    border: 0
}

.step b {
    font-family: Orbitron;
    font-size: 44px;
    color: #262c25
}

.step span {
    display: block;
    color: var(--g);
    font-family: Orbitron;
    font-size: 9px;
    letter-spacing: .16em;
    margin: 25px 0 14px
}

.step h3 {
    font-family: Orbitron;
    font-size: 16px;
    line-height: 1.4
}

.step p {
    font-size: 13px;
    color: #7d857a;
    line-height: 1.6
}

.contact {
    padding-top: 80px
}

.contact-box {
    border: 1px solid #293128;
    background: linear-gradient(135deg, rgba(168, 255, 0, .04), transparent 35%), #0a0c0a;
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 70px;
    padding: 70px;
    position: relative
}

.contact-box:before {
    content: "03";
    position: absolute;
    right: 30px;
    top: 20px;
    font-family: Orbitron;
    font-size: 92px;
    color: rgba(168, 255, 0, .035)
}

.contact-copy h2 {
    font-family: Orbitron;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05
}

.contact-copy h2 em {
    font-style: normal;
    color: var(--g)
}

.contact-copy p {
    color: #929a90;
    line-height: 1.8;
    max-width: 560px
}

.email {
    display: inline-flex;
    gap: 16px;
    margin: 25px 0;
    font-family: Orbitron;
    font-size: 15px;
    color: var(--g);
    border-bottom: 1px solid #354134;
    padding-bottom: 10px
}

.contact-copy small {
    display: block;
    color: #5d665b;
    font-family: Orbitron;
    font-size: 9px;
    letter-spacing: .18em
}

.contact-form {
    display: grid;
    gap: 20px
}

.contact-form label {
    font-size: 10px;
    letter-spacing: .08em;
    color: #7f887d
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    margin-top: 8px;
    background: #090a09;
    border: 1px solid #2a3029;
    color: #fff;
    padding: 15px;
    font: 14px Raleway;
    outline: none
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--g)
}

.contact-form textarea {
    height: 110px;
    resize: vertical
}

.form-note {
    font-size: 10px !important;
    color: #5f675e !important;
    margin: 0 !important
}

footer {
    max-width: var(--max);
    margin: auto;
    padding: 35px 28px 50px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5f675d;
    font-size: 10px;
    font-family: Orbitron;
    letter-spacing: .09em
}

footer img {
    width: 170px
}

footer a:hover {
    color: var(--g)
}

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

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

.delay-1 {
    transition-delay: .1s
}

.delay-2 {
    transition-delay: .2s
}

.delay-3 {
    transition-delay: .3s
}

@media(max-width:1000px) {
    .site-header {
        height: 76px
    }

    .nav,
    .header-cta {
        display: none
    }

    .brand {
        width: 190px
    }

    .menu {
        display: block;
        margin-left: auto
    }

    .menu span {
        display: block;
        width: 26px;
        height: 1px;
        background: #fff;
        margin: 7px
    }

    .nav.open {
        display: flex;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        margin: 0;
        padding: 30px;
        flex-direction: column;
        background: #090b09;
        border-bottom: 1px solid var(--line)
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 130px
    }

    .hero-visual {
        margin-top: 70px;
        justify-content: center
    }

    .hud-card {
        width: min(570px, 88vw)
    }

    .hero-meta {
        grid-template-columns: 1fr
    }

    .hero-meta div {
        border-bottom: 1px solid #1d211d;
        padding-bottom: 15px
    }

    .section-head,
    .section-head.compact {
        grid-template-columns: 1fr
    }

    .section-head>p {
        max-width: 600px
    }

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

    .service-card {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        min-height: 420px
    }

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

    .project.reverse .project-copy,
    .project.reverse .project-media {
        order: initial
    }

    .project-media {
        min-height: 420px
    }

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

    .step:nth-child(2) {
        border-right: 0
    }

    .step:nth-child(-n+2) {
        border-bottom: 1px solid var(--line)
    }

    .contact-box {
        grid-template-columns: 1fr;
        padding: 45px
    }
}

@media(max-width:620px) {
    .section {
        padding: 90px 20px
    }

    .site-header {
        padding: 0 20px
    }

    .hero {
        padding: 120px 20px 70px
    }

    .hero h1 {
        font-size: 42px
    }

    .hero-copy>p {
        font-size: 15px
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch
    }

    .hero-meta {
        display: none
    }

    .hero-visual {
        margin-top: 45px
    }

    .unit-tag b {
        font-size: 38px
    }

    .section-head {
        margin-bottom: 35px
    }

    .section-head h2 {
        font-size: 32px
    }

    .project-copy {
        padding: 34px 25px
    }

    .project h3 {
        font-size: 27px
    }

    .project-media {
        min-height: 320px
    }

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

    .step {
        border-right: 0;
        border-bottom: 1px solid var(--line) !important
    }

    .contact-box {
        padding: 30px 22px;
        gap: 35px
    }

    .contact-copy h2 {
        font-size: 34px
    }

    .email {
        font-size: 11px
    }

    footer {
        flex-direction: column;
        gap: 24px;
        text-align: center
    }

    .scroll {
        display: none
    }
}