 :root {
     --nav-h: 72px;
     --headline: clamp(3.5rem, 8vw, 9rem);
     --slogan: clamp(1rem, 2.7vw, 2rem);
     --footer-h: 68px;
 }

 *,
 *::before,
 *::after {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     font-family: "Montserrat", sans-serif;
     color: #fff;
     min-height: 100vh;
     display: flex;
     flex-direction: column;
     background: #000;
     /* fallback */
     overflow-x: hidden;
 }

 /* ---------- NAV ---------- */
 header {
     position: fixed;
     inset: 0 auto auto 0;
     width: 100%;
     height: var(--nav-h);
     padding: 0 2rem;
     display: flex;
     justify-content: space-between;
     align-items: center;
     background: rgba(0, 0, 0, .55);
     backdrop-filter: blur(6px);
     z-index: 999;
 }

 .logo {
     font-weight: 600;
     letter-spacing: .4rem;
     font-size: 1.3rem;
 }

 .logo a {
     color: #fff;
     text-decoration: none;
     transition: color .2s;
 }

 nav ul {
     display: flex;
     gap: 2rem;
     list-style: none;
     align-items: center;
     /* Ensures all items align on baseline */
     height: var(--nav-h);
 }

 nav a {
     display: inline-block;
     padding: 0.5em 1em;
     font-weight: 300;
     color: #fff;
     text-decoration: none;
     line-height: 1.2;
     vertical-align: middle;
 }

 /* Burger */
 #burger {
     display: none;
     flex-direction: column;
     gap: .3rem;
     cursor: pointer;
 }

 #burger span {
     background: #fff;
     height: 2px;
     width: 25px;
 }

 /* ---------- HERO ---------- */
 .hero {
     flex: 1 0 auto;
     position: relative;
     padding: var(--nav-h) 1rem 4rem;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
     overflow: hidden;
     isolation: isolate;
 }

 h1 {
     font-size: var(--headline);
     font-weight: 300;
     letter-spacing: .8rem;
     text-transform: uppercase;
     background: linear-gradient(180deg, #fff 0%, #000 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent;
 }

.slogan {
    margin-top: 1rem;
    font-size: var(--slogan);
    font-weight: 300;
    max-width: 80ch;
}

.home-hero {
    justify-content: flex-start;
    padding-top: calc(var(--nav-h) + 2.5rem);
}

.hero-content {
    width: min(1120px, 92vw);
    margin: 2.2rem auto 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.95fr;
    gap: 1.6rem;
    align-items: stretch;
}

.intro-card {
    position: relative;
    border-radius: 1.7rem;
    padding: 2.5rem 2.3rem;
    text-align: left;
    background: linear-gradient(140deg, rgba(6, 6, 8, 0.92) 0%, rgba(11, 11, 14, 0.9) 48%, rgba(20, 20, 26, 0.82) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.intro-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -120px;
    top: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.intro-label {
    font-size: 0.84rem;
    letter-spacing: 0.28em;
    color: #c7cedb;
    margin-bottom: 0.9rem;
    font-weight: 600;
}

.intro-title {
    font-size: clamp(1.9rem, 4vw, 3.1rem);
    letter-spacing: 0.03em;
    line-height: 1.12;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 1.1rem;
    background: linear-gradient(180deg, #ffffff 0%, #aeb6c4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #e7ebf2;
}

.intro-description {
    color: #d9dee8;
    font-size: clamp(1rem, 1.9vw, 1.2rem);
    line-height: 1.75;
    max-width: 58ch;
}

.intro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.5rem;
}

.intro-tags span {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0.42rem 0.9rem;
    font-size: 0.84rem;
    letter-spacing: 0.05em;
    color: #e7ebf3;
    background: rgba(255, 255, 255, 0.05);
}

.home-hero .waitlist-card {
    margin: 0;
    max-width: none;
    width: 100%;
    justify-content: center;
}

 /* Cosmic layers */
 .layer {
     position: absolute;
     inset: 0;
     background-size: cover;
     background-repeat: repeat;
     z-index: -3;
 }

 .stars {
     background-image: url("https://raw.githubusercontent.com/dervied/asset-host/main/textures/starfield.png");
     animation: drift 120s linear infinite;
     opacity: .8;
 }

 .nebula {
     background-image: url("https://raw.githubusercontent.com/dervied/asset-host/main/textures/nebula.jpg");
     animation: drift 180s linear infinite reverse;
     opacity: .5;
 }

 /* faint radial galaxy glow */
 .glow::before {
     content: "";
     position: absolute;
     inset: -20%;
     background: radial-gradient(ellipse at 50% 50%, rgba(78, 149, 255, .25) 0%, rgba(0, 0, 0, 0) 70%);
     z-index: -1;
     animation: pulse 10s ease-in-out infinite;
 }

 @keyframes drift {
     from {
         background-position: 0 0;
     }

     to {
         background-position: -2500px 2500px;
     }
 }

 @keyframes pulse {

     0%,
     100% {
         opacity: .25;
     }

     50% {
         opacity: .45;
     }
 }

 /* ---------- FOOTER ---------- */
 footer {
     height: var(--footer-h);
     width: 100%;
     padding: 0 2rem;
     display: flex;
     align-items: center;
     justify-content: space-between;
     background: #000;
     font-size: .85rem;
     color: #ccc;
 }

 .social {
     list-style: none;
     display: flex;
     gap: 2.2rem;
 }

 .social a {
     color: #ccc;
     transition: color .2s;
 }

 .social a:hover {
     color: #5ebcff;
 }

 /* ---------- BREAKPOINTS ---------- */
@media(max-width:768px) {

     nav ul {
         position: fixed;
         right: 0;
         top: var(--nav-h);
         flex-direction: column;
         background: #000;
         padding: 1.5rem 2rem;
         transform: translateX(100%);
         transition: transform .35s ease;
     }

     nav ul.open {
         transform: translateX(0);
     }

     #burger {
         display: flex;
     }

     /* let burger sit at far-right */
     nav {
         order: 2;
         width: 0;
     }

     /* keeps space-between tidy */
     #burger {
         order: 3;
         margin-left: auto;
     }
 }

@media (max-width: 980px) {
    .home-hero {
        padding-top: calc(var(--nav-h) + 1.2rem);
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        margin-top: 1.2rem;
    }

    .intro-card {
        padding: 1.8rem 1.4rem;
    }
}

 nav a:not(.nav-bordered) {
     position: relative;
     transition: color 0.2s;
     font-weight: bold;
     letter-spacing: .15rem;
 }

 nav a:not(.nav-bordered)::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0.15em;
     width: 100%;
     height: 2px;
     background: #ffffff;
     opacity: 0;
     transform: scaleX(0);
     transition: opacity 0.2s, transform 0.2s;
     pointer-events: none;
 }

 nav a:not(.nav-bordered):hover::after,
 nav a:not(.nav-bordered):focus::after {
     opacity: 1;
     transform: scaleX(1);
 }

 .nav-bordered {
     padding: 0.5em 1.5em;
     border: 1px solid rgba(255, 255, 255, 0.3);
     border-radius: 9999px;
     background: #000;
     color: #fff;
     text-decoration: none;
     transition: background 0.3s, border-color 0.3s, color 0.3s;
     font-weight: 400;
     margin-left: 0.6em;
     /* slight separation from previous item */
     display: inline-block;
     line-height: 1.2;
     vertical-align: middle;
     box-shadow: 0 0 12px 4px rgba(255, 140, 0, 0.8), 0 0 32px 12px rgba(255, 140, 0, 0.25);
     /* extended glow */
     border: none;
     font-weight: bold;
 }

 .nav-contact:hover,
 .nav-contact:focus {
     background: rgba(94, 188, 255, 0.08);
     border-color: #5ebcff;
     color: #5ebcff;
 }

 .hero-title {
     display: flex;
     flex-direction: column;
     align-items: center;
     width: 100%;
     margin-top: 2.5rem;
     margin-bottom: 1.3rem;
 }

 .hero-human {
     font-size: clamp(2.5rem, 6vw, 6rem);
     font-weight: 300;
     letter-spacing: 0.45em;
     background: linear-gradient(180deg, #fff 60%, #d8e6ff 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent;
     text-transform: uppercase;
     line-height: 1.02;
 }

 .hero-superintelligence {
     font-size: clamp(2rem, 8vw, 4.2rem);
     /* font-size: var(--headline); */
     font-weight: 300;
     letter-spacing: .8rem;
     text-transform: uppercase;
     background: linear-gradient(180deg, #fff 0%, #000 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent;
     text-transform: uppercase;
     line-height: 1.1;
     margin-top: 0.1em;
     white-space: nowrap;
     overflow-wrap: normal;
     width: 100vw;
     text-align: center;
 }

 @media (max-width: 700px) {
     .hero-title {
         margin-top: 1.2rem;
         margin-bottom: 0.7rem;
     }

     .hero-human {
         font-size: clamp(1.6rem, 10vw, 2.6rem);
         letter-spacing: 0.17em;
     }

     .hero-superintelligence {
         font-size: clamp(1.1rem, 13vw, 1.85rem);
         letter-spacing: 0.07em;
     }
 }

 .slogan-box {
     margin-top: 2.2rem;
     font-size: clamp(1rem, 2vw, 1.4rem);
     max-width: 64ch;
     background: transparent;
     border-radius: 2rem;
     padding: 1.2em 2.4em;
     backdrop-filter: blur(3px);
     box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.12);
     font-weight: 400;
     color: #eee;
     margin-left: auto;
     margin-right: auto;
 }

 /* ====== WAITLIST/SUBSCRIBE FORM (Redesigned) ====== */
 .waitlist-card {
     margin: 2.8rem auto 0 auto;
     padding: 2.2rem 2.2rem 2.1rem 2.2rem;
     background: transparent;
     border-radius: 1.7rem;
     box-shadow: 0 6px 32px 0 rgba(94, 188, 255, 0.10), 0 1.5px 8px 0 rgba(0, 0, 0, 0.13);
     max-width: 420px;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 1.1em;
     backdrop-filter: blur(4px);
     border: 1.5px solid rgba(94, 188, 255, 0.13);
 }

 .waitlist-title {
     font-size: 1.5rem;
     font-weight: 700;
     color: #fff;
     margin-bottom: 0.2em;
     letter-spacing: 0.03em;
 }

 .waitlist-desc {
     font-size: 1.08rem;
     color: #b7d7ff;
     margin-bottom: 1.1em;
     font-weight: 400;
     line-height: 1.5;
 }

 .waitlist-form {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 0.7em;
 }

 .waitlist-input-row {
     display: flex;
     flex-direction: column;
     width: 100%;
     gap: 0.9em;
     align-items: center;
     justify-content: center;

 }

 .waitlist-input {
     flex: 1 1 0;
     padding: 0.85em 1.2em;
     border-radius: 999px;
     border: none;
     background: rgba(255, 255, 255, 0.97);
     color: #222;
     font-size: 1.05rem;
     transition: box-shadow 0.2s, background 0.2s;
     font-family: inherit;
 }

 .waitlist-input:focus {
     background: #fff;
     box-shadow: 0 2.5px 14px 0 rgba(94, 188, 255, 0.18);
 }

 .waitlist-btn {
     padding: 0.85em 1.7em;
     border-radius: 999px;
     border: none;
     background: #000;
     color: #fff;
     font-size: 1.05rem;
     font-weight: 700;
     cursor: pointer;
     box-shadow: 0 0 18px 4px rgba(94, 188, 255, 0.33), 0 0 32px 12px rgba(94, 188, 255, 0.12);
     transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
     font-family: inherit;
     letter-spacing: 0.01em;
     display: inline-block;
 }

 .waitlist-btn:hover,
 .waitlist-btn:focus {
     background: transparent;
     box-shadow: 25px 25px 25px 25px rgba(236, 117, 6, 0.22);
     transform: translateY(-1px) scale(1.03);
 }

 .waitlist-success {
     color: #5ebcff;
     font-size: 1.13rem;
     font-weight: 600;
     text-align: center;
     margin-top: 0.7em;
     letter-spacing: 0.01em;
 }

 @media (max-width: 600px) {
     .waitlist-card {
         padding: 1.2rem 0.5rem 1.1rem 0.5rem;
         max-width: 98vw;
     }

     .waitlist-input-row {
         flex-direction: column;
         gap: 0.7em;
     }

     .waitlist-btn,
     .waitlist-input {
         width: 100%;
     }
 }

 /* ====== WAITLIST/SUBSCRIBE FORM ====== */
 .waitlist-form {
     background: rgba(255, 255, 255, 0.05);
     border-radius: 1.5em;
     box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.10);
     max-width: 420px;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 1.1em;
     backdrop-filter: blur(2px);
 }

 .waitlist-label {
     color: #fff;
     font-size: 1.1rem;
     font-weight: 400;
     margin-bottom: 0.2em;
     text-align: center;
 }

 .waitlist-input-group {
     display: flex;
     width: 100%;
     gap: 0.5em;
     justify-content: center;
 }

 .waitlist-input {
     flex: 1 1 0;
     padding: 0.7em 1.1em;
     border-radius: 999px;
     border: none;
     background: rgba(255, 255, 255, 0.92);
     color: #222;
     font-size: 1rem;
     outline: none;
     box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.07);
     transition: box-shadow 0.2s, background 0.2s;
 }

 .waitlist-input:focus {
     background: #fff;
     box-shadow: 0 2px 12px 0 rgba(94, 188, 255, 0.18);
 }

 .waitlist-btn:hover,
 .waitlist-btn:focus {
     background: white;
     color: black;
     box-shadow: 0 2px 12px 0 rgba(94, 188, 255, 0.22);
 }

 .waitlist-success {
     color: #5ebcff;
     font-size: 1.1rem;
     font-weight: 500;
     text-align: center;
     margin-top: 0.5em;
 }

 @media (max-width: 500px) {
     .waitlist-form {
         padding: 1em 0.5em;
     }

     .waitlist-input-group {
         flex-direction: column;
         gap: 0.7em;
     }

     .waitlist-btn,
     .waitlist-input {
         width: 100%;
     }
 }

 .careers-card {
     margin: 0 auto 2rem auto;
     padding: 3rem;
     background: transparent;
     border-radius: 1.7rem;
     box-shadow: 0 6px 32px 0 rgba(94, 188, 255, 0.15),
         0 2px 12px 0 rgba(0, 0, 0, 0.15);
     max-width: 900px;
     width: 90%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     backdrop-filter: blur(5px);
     border: 1.5px solid rgba(94, 188, 255, 0.15);
 }


 .affiliation-section {
     margin: 4rem auto;
     padding: 2.5rem 2rem;
     background: transparent;
     border-radius: 1.5rem;
     box-shadow: 0 6px 28px rgba(94, 188, 255, 0.12),
         0 2px 12px rgba(0, 0, 0, 0.2);
     max-width: 1200px;
     width: 90%;
     text-align: center;
     backdrop-filter: blur(4px);
     border: 1.5px solid rgba(94, 188, 255, 0.13);
 }

.affiliation-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.8rem;
    letter-spacing: 0.05em;
}

.affiliates-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
}

.affiliates {
    flex: 1 1 340px;
    max-width: 520px;
    width: min(520px, 100%);
    height: auto;
    border-radius: 0.8rem;
    box-shadow: 0 4px 18px rgba(94, 188, 255, 0.18),
        0 2px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.affiliates--nvidia {
    flex: 0 1 290px;
    max-width: 290px;
    width: min(290px, 100%);
}

.affiliates:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 24px rgba(94, 188, 255, 0.25),
        0 4px 12px rgba(0, 0, 0, 0.25);
}


 .job-list {
     width: 100%;
     margin-top: 1.5rem;
 }

 .job-item {
     border-bottom: 1px solid rgba(255, 255, 255, 0.15);
     margin-bottom: 1rem;
     padding-bottom: 1rem;
 }

 .job-title {
     width: 100%;
     text-align: left;
     background: none;
     border: none;
     color: #fff;
     font-size: 1.2rem;
     font-weight: 600;
     padding: 0.7rem 0;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     align-items: center;
     transition: color 0.2s;
 }

 .job-title:hover {
     color: #5ebcff;
 }

 .job-icon {
     transition: transform 0.3s ease;
     margin-left: 0.8rem;
 }

 .job-item.active .job-icon {
     transform: rotate(180deg);
 }

 .job-desc {
     display: none;
     margin-top: 1rem;
     padding: 1rem 1.2rem;
     background: rgba(255, 255, 255, 0.03);
     border-radius: 0.8rem;
     font-size: 1.05rem;
     color: #ddd;
     line-height: 1.7;
     text-align: left;
     box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.05);
 }

 .job-desc h4 {
     font-size: 1.15rem;
     font-weight: 600;
     color: #5ebcff;
     margin-top: 1rem;
     margin-bottom: 0.6rem;
 }

 .job-desc ul {
     list-style: disc;
     margin-left: 1.5rem;
     margin-bottom: 1rem;
 }

 .job-desc ul li {
     margin-bottom: 0.5rem;
 }

 .job-item {
     border-bottom: 1px solid rgba(255, 255, 255, 0.15);
     margin-bottom: 1.2rem;
     padding-bottom: 1rem;
 }

 .job-item.active .job-desc {
     display: block;
     animation: fadeIn 0.3s ease;
 }

 /* Smooth fade-in for nicer UX */
 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: translateY(-5px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .job-item.active .job-desc {
     display: block;
 }
