.hero-stats{display:flex;gap:0;border:1px solid var(--br2);width:fit-content} .hero-stat{padding:16px 28px;border-right:1px solid var(--br2);display:flex;flex-direction:column;gap:4px} .hero-stat:last-child{border:none} .hero-stat-v{font-family:var(--serif);font-size:1.3rem;color:var(--t);letter-spacing:-.02em} .hero-stat-l{font-family:var(--mono);font-size:.42rem;letter-spacing:.14em;text-transform:uppercase;color:var(--t3)} /* MISSION BAND */ .mission-band{background:rgba(0,229,160,.04);border-top:1px solid var(--em2);border-bottom:1px solid var(--em2);padding:52px 0} .mission-quote{font-family:var(--serif);font-size:clamp(1.2rem,2.5vw,1.8rem);color:var(--t);line-height:1.35;letter-spacing:-.02em;margin-bottom:14px;max-width:800px} .mission-quote em{color:var(--em);font-style:italic} .mission-note{font-size:.88rem;color:var(--t2);line-height:1.8;max-width:620px} /* BUILD SECTION */ .build-section{padding:90px 0;border-top:1px solid var(--br)} .section-label{font-family:var(--mono);font-size:.5rem;letter-spacing:.24em;text-transform:uppercase;color:var(--em);margin-bottom:10px;display:flex;align-items:center;gap:10px} .section-label::before{content:'';width:20px;height:1px;background:var(--em)} .section-title{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,3rem);color:var(--t);line-height:1.08;letter-spacing:-.03em;margin-bottom:40px} .section-title em{color:var(--em);font-style:italic} .build-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--br)} .build-card{background:var(--bg);padding:28px;display:flex;flex-direction:column;gap:12px;transition:background .3s} .build-card:hover{background:rgba(0,229,160,.03)} .build-num{font-family:var(--mono);font-size:.42rem;letter-spacing:.14em;text-transform:uppercase;color:var(--em);display:flex;align-items:center;gap:8px} .build-num::after{content:'';flex:1;height:1px;background:rgba(0,229,160,.12)} .build-icon svg{width:24px;height:24px;stroke:rgba(0,229,160,.5);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round} .build-card h3{font-size:.92rem;font-weight:500;color:var(--t)} .build-card p{font-size:.78rem;color:var(--t2);line-height:1.75} /* ROLES */ .roles-section{padding:90px 0;background:var(--bg2);border-top:1px solid var(--br)} .roles-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;gap:20px} .roles-notice{font-family:var(--mono);font-size:.44rem;letter-spacing:.14em;text-transform:uppercase;color:var(--em);border:1px solid var(--em2);padding:8px 16px;height:fit-content;display:flex;align-items:center;gap:6px} .roles-notice::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--em);animation:blink 1.5s infinite} .roles-list{display:flex;flex-direction:column;gap:1px;background:var(--br)} .role-row{background:var(--bg);display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:24px 28px;transition:background .3s} .role-row:hover{background:rgba(0,229,160,.03)} .role-dept{font-family:var(--mono);font-size:.42rem;letter-spacing:.14em;text-transform:uppercase;color:var(--em);margin-bottom:6px} .role-title{font-size:.96rem;font-weight:500;color:var(--t);margin-bottom:10px} .role-tags{display:flex;gap:6px;flex-wrap:wrap} .role-tag{font-family:var(--mono);font-size:.4rem;letter-spacing:.1em;text-transform:uppercase;color:var(--t3);border:1px solid var(--br);padding:3px 8px} .role-tag.req{color:rgba(0,229,160,.7);border-color:var(--em2)} .role-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px} .role-status{font-family:var(--mono);font-size:.42rem;letter-spacing:.12em;text-transform:uppercase;color:var(--t3)} .role-apply{font-family:var(--mono);font-size:.52rem;letter-spacing:.1em;text-transform:uppercase;color:var(--bg);background:var(--em);padding:9px 18px;transition:box-shadow .25s;white-space:nowrap} .role-apply:hover{box-shadow:0 0 20px rgba(0,229,160,.4)} /* CULTURE */ .culture-section{padding:90px 0;border-top:1px solid var(--br)} .culture-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start} .culture-principles{display:flex;flex-direction:column;gap:0} .cp-item{display:grid;grid-template-columns:44px 1fr;gap:12px;padding:20px 0;border-bottom:1px solid var(--br);align-items:start} .cp-item:last-child{border:none} .cp-num{font-family:var(--mono);font-size:.56rem;font-weight:700;color:rgba(0,229,160,.4);letter-spacing:.06em;padding-top:2px} .cp-content h4{font-size:.9rem;font-weight:500;color:var(--t);margin-bottom:4px} .cp-content p{font-size:.8rem;color:var(--t2);line-height:1.75} /* TIMELINE */ .timeline-section{padding:90px 0;background:var(--bg2);border-top:1px solid var(--br)} .tl{display:flex;flex-direction:column;gap:0;margin-top:40px;border-left:1px solid var(--br);margin-left:24px} .tl-item{display:grid;grid-template-columns:52px 1fr;gap:20px;padding-bottom:36px;position:relative} .tl-item:last-child{padding-bottom:0} .tl-dot{position:relative;left:-16px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:.56rem;font-weight:700;flex-shrink:0;margin-top:4px} .tl-dot.done{background:var(--em);border:2px solid var(--em);color:var(--bg)} .tl-dot.active{background:var(--bg);border:2px solid var(--em);color:var(--em);box-shadow:0 0 16px rgba(0,229,160,.3)} @keyframes pulse{0%,100%{box-shadow:0 0 16px rgba(0,229,160,.3)}50%{box-shadow:0 0 28px rgba(0,229,160,.6)}} .tl-dot.active{animation:pulse 2.5s ease infinite} .tl-dot.planned{background:var(--bg);border:2px solid var(--br2);color:var(--t3)} .tl-period{font-family:var(--mono);font-size:.44rem;letter-spacing:.14em;text-transform:uppercase;color:var(--t3);margin-bottom:6px} .tl-period.active{color:var(--em)}.tl-period.done{color:rgba(0,229,160,.5)} .tl-body h3{font-size:.9rem;font-weight:500;color:var(--t);margin-bottom:8px} .tl-body ul{list-style:none;display:flex;flex-direction:column;gap:4px} .tl-body li{font-size:.78rem;color:var(--t2);padding-left:12px;position:relative;line-height:1.6} .tl-body li::before{content:'\00B7';position:absolute;left:0;color:var(--em)} /* CTA */ .apply-section{padding:100px 0;background:var(--bg);border-top:1px solid var(--br);text-align:center;position:relative;overflow:hidden} .apply-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 65% 75% at 50% 110%,rgba(0,229,160,.07),transparent 60%)} .apply-inner{position:relative;z-index:1;max-width:640px;margin:0 auto} .apply-label{font-family:var(--mono);font-size:.5rem;letter-spacing:.22em;text-transform:uppercase;color:var(--em);margin-bottom:16px} .apply-title{font-family:var(--serif);font-size:clamp(2.2rem,5vw,4rem);color:var(--t);line-height:1.05;letter-spacing:-.03em;margin-bottom:16px} .apply-title em{color:var(--em);font-style:italic} .apply-sub{font-size:.9rem;color:var(--t2);line-height:1.8;max-width:480px;margin:0 auto 32px} .apply-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:20px} .btn-primary{font-family:var(--mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;background:var(--em);color:var(--bg);padding:13px 28px;display:inline-flex;align-items:center;gap:8px;transition:box-shadow .3s}.btn-primary:hover{box-shadow:0 0 32px rgba(0,229,160,.4)} .btn-secondary{font-family:var(--mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--t);padding:12px 28px;border:1px solid var(--br2);transition:border-color .3s,color .3s}.btn-secondary:hover{border-color:rgba(0,229,160,.4);color:var(--em)} .apply-note{font-family:var(--mono);font-size:.44rem;letter-spacing:.1em;color:var(--t3);line-height:1.8;margin-bottom:20px} .apply-locs{display:flex;justify-content:center;border:1px solid var(--br);width:fit-content;margin:0 auto} .apply-loc{padding:12px 24px;border-right:1px solid var(--br);text-align:center}.apply-loc:last-child{border:none} .apply-loc-v{display:block;font-size:.82rem;font-weight:500;color:var(--t);margin-bottom:2px} .apply-loc-l{display:block;font-family:var(--mono);font-size:.4rem;letter-spacing:.12em;text-transform:uppercase;color:var(--em)} .rv{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.rv.in{opacity:1;transform:none} .rv.d1{transition-delay:.1s}.rv.d2{transition-delay:.2s}.rv.d3{transition-delay:.3s} @media(max-width:1000px){.build-grid{grid-template-columns:repeat(2,1fr)}.culture-layout{grid-template-columns:1fr}.roles-header{flex-direction:column}} @media(max-width:640px){.hero-stats{flex-direction:column}.build-grid{grid-template-columns:1fr}.role-row{grid-template-columns:1fr}.role-right{align-items:flex-start}.apply-locs{flex-direction:column}}
Verde Compute is assembling its founding operations team ahead of Q1 2027. These are not support roles — they are the people who will define how institutional AI infrastructure is operated, secured, and delivered.
"The people who join Verde Compute at this stage are not filling a vacancy. They are establishing what institutional AI infrastructure operations looks like — for the next decade."
We are built to operate dedicated NVIDIA Blackwell infrastructure for organizations where AI failure is not an option. Our engineering standards are non-negotiable, our commitment structure is institutional, and our team reflects that.
NVIDIA Blackwell-generation GPU pods per deployment. 400G InfiniBand NDR fabric. HBM3e high-bandwidth memory. Direct-to-chip liquid cooling. Pod scale and configuration confirmed in writing at engagement — the most advanced commercially available AI compute platform.
Zero shared infrastructure. Each client's hardware occupies a locked, isolated cage. BYOK encryption enclave — Verde Compute has zero access to decrypted workloads, model weights, or data.
Shift-based engineering rotations — no on-call degradation. NVIDIA-backed Mission Critical Support with contractual 1-hour Severity 1 response SLA. 30-day pre-deployment onboarding for every engagement.
A 20-policy insurance consortium — covering hardware, business interruption (full-term), force majeure, cyber-physical, DSU, cyber liability, trade credit, surety bonds, and more. Clients named Additional Insured on key layers. Policy terms and carrier details confirmed at engagement execution. Every policy placed with investment-grade carriers. Financier-grade documentation required.
Full license included: CUDA, cuDNN, TensorRT, CUDA-X. Industry-standard MLOps orchestration. Real-time hardware telemetry. Client-facing SLA dashboards. Long-term LTS version stability throughout the engagement term.
Each engagement delivered through a dedicated Delaware SPV. Cash flows designed to be administered by a Tier-1 U.S. institutional trustee. Multi-year Take-or-Pay structure. Governed by Delaware courts.
All roles begin Q4 2026 pre-deployment integration and are active from Q1 2027 first engagement. Engineering team is engaged in parallel with our first deployment pipeline — expressions of interest accepted now.
Verde Compute operates at the intersection of institutional finance, enterprise AI, and mission-critical engineering. We operate with the accountability of an institution and the focus of a dedicated operator.
We offer something rarer: work that matters at scale, standards that cannot be compromised, and a founding position in a company building infrastructure that will run the AI era.
Your engineers work on no other client. No context-switching, no shared NOC, no diluted attention.
All field engineers hold current NVIDIA certification, L3 minimum. L4-certified lead on every deployment. This is a requirement, not a preference.
We serve organizations where AI infrastructure failure is not an option. Our internal bar reflects theirs.
Early team members define operations standards. What you establish becomes the baseline for every engagement that follows.
Tripartite escrow, client-visible dashboards, and full documentation — we run on transparency internally as much as externally.
Our inaugural team onboarding is sequenced with the operational build-out schedule.
Send your CV, relevant certifications, and a brief description of your background to our team. We review every application and respond to all qualified candidates. No recruiters. No automated screening.
[email protected] · All roles subject to OFAC clearance · NVIDIA certification verification required for engineering roles