* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #06080d;
    color: #f4f7fb;
    font-family: Inter, system-ui, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    /* transform: scale(0.9); */
    transform-origin: top left;
    width: 111.111%;height: 150%;
}

:root {
    --ink: #f4f7fb;
    --muted: #9aa6b6;
    --line: rgba(255, 255, 255, .1);
    --cyan: #64e9ff;
    --blue: #4d8cff;
    --vignette-strength: .68
}

a {
    color: inherit
}

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

.topbar {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    right: 0;
    height: 76px;
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 0 clamp(22px, 4vw, 70px);
    background: linear-gradient(to bottom, rgba(5, 8, 13, .9), rgba(5, 8, 13, .2), transparent);
    backdrop-filter: blur(6px)
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    letter-spacing: -.03em
}

.brand b {
    font-weight: 500;
    color: #a8b3c1
}

.brand-mark {
    width: 25px;
    height: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    transform: rotate(45deg)
}

.brand-mark span {
    border: 1px solid rgba(100, 233, 255, .7);
    background: rgba(100, 233, 255, .08)
}

nav {
    display: flex;
    gap: 26px;
    margin-left: auto
}

nav a {
    font-size: 13px;
    color: #aeb7c4;
    text-decoration: none
}

.nav-cta {
    font-size: 13px;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    text-decoration: none;
    background: rgba(255, 255, 255, .04)
}

.scene {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: radial-gradient(circle at 50% 46%, #0c1825 0, #080d15 34%, #05070b 70%)
}

.vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, transparent 28%, rgba(0, 0, 0, .22) 58%, rgba(0, 0, 0, var(--vignette-strength)) 100%);
    pointer-events: none
}

.scope {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(86vw, 860px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    opacity: .26;
    transition: opacity .7s, transform .7s cubic-bezier(.22, 1, .36, 1);
    will-change: transform, opacity
}

.scope-ring {
    position: absolute;
    border: 1px solid rgba(126, 232, 255, .18);
    border-radius: 50%;
    inset: 0
}

.scope .r2 {
    inset: 7%
}

.scope .r3 {
    inset: 14%
}

.scope-reticle:before,
.scope-reticle:after {
    content: "";
    position: absolute;
    background: rgba(126, 232, 255, .12)
}

.scope-reticle:before {
    width: 1px;
    height: 100%;
    left: 50%
}

.scope-reticle:after {
    height: 1px;
    width: 100%;
    top: 50%
}

.chip-stage {
    position: absolute;
    left: 50%;
    top: 52%;
    width: min(49vw, 610px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    perspective: 1200px;
    will-change: transform;
    transform-style: preserve-3d
}

.chip-shadow {
display: none;
}

.chip {
    position: absolute;
    inset: 8%;
    border-radius: 10%;
    background: linear-gradient(145deg, #253040, #101821 45%, #0c1219);
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .02), inset 0 0 70px rgba(77, 140, 255, .08), 0 40px 90px rgba(0, 0, 0, .65);
    transform-style: preserve-3d;
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
    transform-origin: 50% 50%
}

.chip-bevel {
    position: absolute;
    inset: 4%;
    border-radius: 8%;
    border: 1px solid rgba(255, 255, 255, .07)
}

.chip-label {
    position: absolute;
    left: 8%;
    top: 8%;
    font-family: "Space Grotesk";
    letter-spacing: .16em;
    color: #dce8f2
}

.chip-label span {
    display: block;
    font-size: clamp(14px, 2vw, 24px);
    font-weight: 600
}

.chip-label small {
    display: block;
    font-size: 8px;
    margin-top: 5px;
    color: #687789
}

.die {
    position: absolute;
    inset: 23% 17% 17%;
    border-radius: 5%;
    background: linear-gradient(135deg, #142a34, #0b1820 55%, #111827);
    border: 1px solid rgba(100, 233, 255, .22);
    overflow: hidden;
    box-shadow: 0 0 45px rgba(65, 184, 255, .08), inset 0 0 42px rgba(100, 233, 255, .05)
}

.core {
    position: absolute;
    border: 1px solid rgba(100, 233, 255, .25);
    background: linear-gradient(135deg, rgba(100, 233, 255, .08), rgba(77, 140, 255, .02))
}

.core-a {
    left: 8%;
    top: 10%;
    width: 38%;
    height: 35%
}

.core-b {
    right: 8%;
    top: 10%;
    width: 36%;
    height: 35%
}

.core-c {
    left: 8%;
    bottom: 9%;
    width: 31%;
    height: 36%
}

.core-d {
    right: 8%;
    bottom: 9%;
    width: 43%;
    height: 36%
}

.grid-lines {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(100, 233, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(100, 233, 255, .055) 1px, transparent 1px);
    background-size: 16px 16px
}

.signal {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--cyan), transparent);
    box-shadow: 0 0 10px var(--cyan);
    opacity: .6;
    animation: pulse 3s infinite
}

.s1 {
    left: 2%;
    right: 2%;
    top: 51%
}

.s2 {
    left: 18%;
    right: 16%;
    top: 61%;
    animation-delay: .8s
}

.s3 {
    width: 1px;
    height: 75%;
    top: 10%;
    left: 53%;
    background: linear-gradient(transparent, var(--blue), transparent);
    animation-delay: 1.5s
}

.s4 {
    width: 1px;
    height: 60%;
    top: 20%;
    left: 43%;
    background: linear-gradient(transparent, var(--cyan), transparent);
    animation-delay: 2.1s
}

@keyframes pulse {

    0%,
    100% {
        opacity: .18
    }

    50% {
        opacity: .9
    }
}

.node {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b9f5ff;
    box-shadow: 0 0 14px #64e9ff
}

.n1 {
    left: 26%;
    top: 37%
}

.n2 {
    left: 67%;
    top: 27%
}

.n3 {
    left: 49%;
    top: 62%
}

.n4 {
    left: 72%;
    top: 74%
}

.pins {
    position: absolute
}

.pins-top,
.pins-bottom {
    left: 8%;
    right: 8%;
    height: 10px;
    background: repeating-linear-gradient(90deg, transparent 0 13px, #65717e 13px 17px)
}

.pins-top {
    top: -10px
}

.pins-bottom {
    bottom: -10px
}

.pins-left,
.pins-right {
    top: 8%;
    bottom: 8%;
    width: 10px;
    background: repeating-linear-gradient(180deg, transparent 0 13px, #65717e 13px 17px)
}

.pins-left {
    left: -10px
}

.pins-right {
    right: -10px
}

.micro-grid {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1), filter .65s cubic-bezier(.22, 1, .36, 1);
    background-image: linear-gradient(rgba(82, 180, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(82, 180, 255, .08) 1px, transparent 1px);
    background-size: 64px 64px;
    will-change: transform, opacity, filter;
    backface-visibility: hidden
}

.micro-grid:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 52% 48%, rgba(39, 205, 255, .14), transparent 36%)
}

.transistor {
    position: absolute;
    width: 150px;
    height: 76px;
    border: 1px solid rgba(100, 233, 255, .28);
    border-radius: 10px;
    background: rgba(7, 18, 27, .65);
    box-shadow: 0 0 30px rgba(100, 233, 255, .08)
}

.transistor i {
    position: absolute;
    height: 1px;
    background: #64e9ff;
    box-shadow: 0 0 7px #64e9ff
}

.transistor i:nth-child(1) {
    left: -80px;
    right: 100%;
    top: 50%
}

.transistor i:nth-child(2) {
    left: 100%;
    right: -80px;
    top: 32%
}

.transistor i:nth-child(3) {
    left: 100%;
    right: -55px;
    top: 67%
}

.t1 {
    left: 11%;
    top: 22%
}

.t2 {
    left: 62%;
    top: 18%;
    transform: scale(.78)
}

.t3 {
    left: 42%;
    top: 47%;
    transform: scale(1.2)
}

.t4 {
    left: 16%;
    top: 70%;
    transform: scale(.68)
}

.t5 {
    left: 72%;
    top: 70%;
    transform: scale(.9)
}

main {
    position: relative;
    z-index: 10
}

.panel {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 110px clamp(24px, 7vw, 120px)
}

.content {
    position: relative;
    z-index: 2;
    max-width: 690px
}

.hero-content {
    max-width: 880px
}

.eyebrow,
.index {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 11px;
    font-weight: 700;
    color: #78dff7;
    margin: 0 0 24px
}

.hero h1,
.panel h2 {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -.055em;
    line-height: .96;
    margin: 0
}

.hero h1 {
    font-size: clamp(52px, 8vw, 116px);
    max-width: 1000px
}

.hero h1 em {
    font-style: normal;
    color: transparent;
    -webkit-text-stroke: 1px rgba(213, 236, 255, .7);
    text-shadow: 0 0 45px rgba(100, 233, 255, .08)
}

.lead,
.card-copy p,
.centered p {
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.65;
    color: #aab6c5;
    max-width: 680px
}

.lead {
    margin-top: 28px
}

.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 34px
}

.primary,
.secondary {
    padding: 14px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px
}

.primary {
    background: #eef8ff;
    color: #071019;
    font-weight: 700
}

.secondary {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .035)
}

.secondary span {
    margin-left: 10px;
    color: #72eaff
}

.scroll-cue {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #6f7d8f;
    display: flex;
    align-items: center;
    gap: 10px
}

.scroll-cue span {
    width: 1px;
    height: 26px;
    background: linear-gradient(#78e7ff, transparent);
    animation: cue 1.7s infinite
}

@keyframes cue {
    0% {
        transform: scaleY(.2);
        transform-origin: top
    }

    50% {
        transform: scaleY(1)
    }

    100% {
        transform: scaleY(.2);
        transform-origin: bottom
    }
}

.card-copy {
    padding: 34px 36px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(11, 17, 27, .74), rgba(7, 11, 18, .58));
    backdrop-filter: blur(15px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .28)
}

.card-copy.right {
    margin-left: auto
}

.card-copy h2,
.centered h2,
.contact-card h2 {
    font-size: clamp(42px, 5vw, 78px)
}

.tags,
.stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px
}

.tags span,
.stack span {
    font-size: 12px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    color: #bdc7d2;
    background: rgba(255, 255, 255, .025)
}

.precision {
    justify-content: center;
    text-align: center
}

.centered {
    max-width: 860px
}

.centered p {
    margin: 26px auto
}

.contact {
    justify-content: center
}

.contact-card {
    width: min(900px, 100%);
    padding: clamp(30px, 6vw, 70px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(10, 18, 28, .88), rgba(7, 10, 16, .76));
    backdrop-filter: blur(18px);
    text-align: center;
    box-shadow: 0 35px 120px rgba(0, 0, 0, .4)
}

.email {
    display: inline-block;
    margin: 30px 0 36px;
    font-family: "Space Grotesk";
    font-size: clamp(19px, 3vw, 36px);
    text-decoration: none;
    border-bottom: 1px solid rgba(100, 233, 255, .45);
    padding-bottom: 5px
}

.contact-meta {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    color: #7e8998;
    font-size: 12px
}

footer {
    position: relative;
    z-index: 12;
    display: flex;
    justify-content: space-between;
    padding: 24px clamp(24px, 7vw, 120px);
    border-top: 1px solid var(--line);
    font-size: 11px;
    color: #667384;
    background: #05070b
}

@media(max-width:800px) {
    .topbar {
        height: 64px
    }

    .topbar nav {
        display: none
    }

    .nav-cta {
        margin-left: auto
    }

    .chip-stage {
        width: 82vw;
        top: 48%
    }

    .scope {
        width: 120vw
    }

    .panel {
        padding: 90px 22px
    }

    .hero {
        align-items: flex-start;
        padding-top: 150px
    }

    .hero h1 {
        font-size: clamp(48px, 15vw, 76px)
    }

    .hero .lead {
        max-width: 92%
    }

    .card-copy {
        margin-top: 48vh;
        padding: 26px 24px
    }

    .card-copy.right {
        margin-left: 0
    }

    .card-copy h2,
    .centered h2,
    .contact-card h2 {
        font-size: 42px
    }

    .precision {
        padding-top: 30vh
    }

    .contact {
        padding-top: 25vh
    }

    .contact-meta {
        flex-direction: column
    }

    .scroll-cue {
        display: none
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .signal,
    .scroll-cue span {
        animation: none !important
    }

    .chip,
    .micro-grid,
    .scope {
        transition: none !important
    }
}

@media (max-width: 800px) {

    body {
        zoom: 1;
        overflow-x: hidden;
        width: 90%;
    }

    .topbar {
        height: 64px;
        padding: 0 18px;
    }

    .brand {
        font-size: 14px;
    }

    .brand-mark {
        width: 20px;
        height: 20px;
    }

    .nav-cta {
        font-size: 11px;
        padding: 8px 11px;
    }

    nav {
        display: none;
    }

    .scene {
        overflow: hidden;
    }

    .chip-stage {
        width: 92vw;
        top: 48%;
    }

    .scope {
        width: 130vw;
    }

    .panel {
        min-height: 100svh;
        padding: 90px 20px 50px;
    }

    .hero {
        padding-top: 125px;
        align-items: flex-start;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero h1 {
        font-size: clamp(44px, 13vw, 68px);
        line-height: .95;
    }

    .lead {
        font-size: 16px;
        line-height: 1.55;
        max-width: 95%;
    }

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

    .primary,
    .secondary {
        font-size: 13px;
        max-width: 100%;
    }

    .card-copy {
        width: 100%;
        margin-top: 42vh;
        padding: 24px 20px;
        border-radius: 18px;
        backdrop-filter: blur(10px);
    }

    .card-copy.right {
        margin-left: 0;
    }

    .card-copy h2,
    .centered h2,
    .contact-card h2 {
        font-size: clamp(36px, 10vw, 48px);
        line-height: 1;
    }

    .card-copy p,
    .centered p {
        font-size: 15px;
        line-height: 1.55;
    }

    .tags,
    .stack {
        gap: 6px;
    }

    .tags span,
    .stack span {
        font-size: 10px;
        padding: 7px 9px;
    }

    .precision {
        padding-top: 25vh;
    }

    .contact {
        padding-top: 20vh;
    }

    .contact-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .email {
        font-size: clamp(16px, 5vw, 24px);
        word-break: break-word;
    }

    .contact-meta {
        flex-direction: column;
        gap: 7px;
    }

    footer {
        padding: 20px;
        flex-direction: column;
        gap: 8px;
    }

    .scroll-cue {
        display: none;
    }
}
@media (max-width: 430px) {

    .chip-stage {
        width: 110vw;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero {
        padding-top: 105px;
    }

    .nav-cta {
        display: none;
    }

    .card-copy {
        margin-top: 46vh;
    }
}