@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400..700&family=JetBrains+Mono&display=swap");:root{--ease-out-quad:cubic-bezier(0.25,0.46,0.45,0.94)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:JetBrains Mono,ui-monospace,monospace;background:#06051d;color:#cbd5e1;overflow-x:hidden;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.625}::selection{background:rgba(106,168,255,.3);color:#fff}.hero{position:relative;width:100%;height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;contain:paint;background:linear-gradient(0deg,#06051d 30%,#061434);z-index:20}@media (min-width:768px){.hero{height:calc(100vh - 200px)}}.hero-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:177.78vh;min-width:100%;height:100vh;min-height:100%;z-index:0;pointer-events:none;border:none;object-fit:cover}.hero-canvas{inset:0;background:transparent;z-index:1;opacity:.5}.hero-canvas,.hero-overlay{position:absolute;width:100%;height:100%}.hero-overlay{top:calc(75% - 36px);left:0;display:flex;justify-content:center;z-index:20}.hero-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(280px,50vw,520px);height:auto;filter:drop-shadow(0 0 60px rgba(56,182,255,.1));z-index:10;opacity:0;animation:fadeIn 1.5s ease-out .3s forwards}.hero-cta{position:-webkit-sticky;position:sticky;top:16px;z-index:20;background:#314062;padding:12px 14px;display:flex;flex-direction:column;gap:12px;align-items:center;max-height:-moz-fit-content;max-height:fit-content;height:min-content;font-family:DM Sans,system-ui,sans-serif;border-radius:32px;border:.5px solid hsla(0,0%,100%,.1);filter:drop-shadow(0 20px 13px rgba(0,0,0,.3))}@media (min-width:768px){.hero-cta{flex-direction:row;justify-content:center;border-radius:9999px}}.hero-cta-pair{display:flex;gap:12px}.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:9999px;border:.5px solid hsla(0,0%,100%,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:700;min-width:max-content;cursor:pointer;transition:all .2s ease;text-decoration:none;outline-color:rgba(9,7,58,.5);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}@media (min-width:768px){.pill{font-size:16px}}.pill:hover{border-color:hsla(0,0%,100%,.2);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.pill-icon{display:inline;width:20px;height:20px}.pill-emerald{background:rgba(6,78,59,.2);color:#ecfdf5}.pill-emerald:hover{background:#064e3b}.pill-emerald .pill-icon{color:#10b981}.pill-yellow{background:rgba(113,63,18,.2);color:#fefce8}.pill-yellow:hover{background:#713f12}.pill-yellow .pill-icon{color:#eab308}.pill-orange{background:rgba(124,45,18,.2);color:#fff7ed}.pill-orange:hover{background:#7c2d12}.pill-orange .pill-icon{color:#f97316}.pill-rose{background:rgba(136,19,55,.2);color:#fff1f2}.pill-rose:hover{background:#881337}.pill-rose .pill-icon{color:#f43f5e}.hero-pill-emerald{background:#0f1c36;color:#ecfdf5}.hero-pill-emerald:hover{background:#064e3b}.hero-pill-emerald .pill-icon{color:#10b981}.hero-pill-yellow{background:#281730;color:#fefce8}.hero-pill-yellow:hover{background:#713f12}.hero-pill-yellow .pill-icon{color:#eab308}.hero-pill-rose{background:#2d0e36;color:#fff1f2}.hero-pill-rose:hover{background:#881337}.hero-pill-rose .pill-icon{color:#f43f5e}.sticky-nav{position:fixed;top:0;left:0;right:0;width:100vw;z-index:10;overscroll-behavior-y:none;opacity:0;transition:opacity .3s ease;pointer-events:none}.sticky-nav.visible{opacity:1;pointer-events:auto}.sticky-nav-inner{z-index:20;background:rgba(6,5,34,.2);padding:16px 48px;display:flex;flex-direction:column;gap:16px;align-items:center;max-height:-moz-fit-content;max-height:fit-content;font-family:DM Sans,system-ui,sans-serif}@media (min-width:768px){.sticky-nav-inner{flex-direction:row-reverse;justify-content:space-between;gap:32px}}.nav-group{display:flex;gap:16px}.nav-group-right{justify-content:flex-end}.main-content{position:relative;width:100%;padding:0 32px;line-height:1.625;color:#bfdbfe}@media (min-width:768px){.main-content{padding:0 64px}}.main-inner{display:flex;flex-direction:column;gap:64px;padding-bottom:32px;max-width:896px;margin:64px auto 0}@media (min-width:768px){.main-inner{padding:32px 64px;margin-top:0}}.section{display:flex;flex-direction:column;gap:32px;color:#94a3b8}.section-heading{position:relative;display:flex;align-items:center;font-size:24px;color:#fff}@media (min-width:768px){.section-heading{font-size:30px}}.section-heading-icon{margin-right:8px;height:32px;width:32px}@media (min-width:768px){.section-heading-icon{position:absolute;top:50%;transform:translateY(-50%);right:100%}}.section p{color:#cbd5e1;font-size:16px;line-height:1.625}.section a{color:#60a5fa;text-decoration:underline;text-underline-offset:2px}.section a:hover{text-underline-offset:4px}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}@media (min-width:768px){.project-grid{grid-template-columns:repeat(4,1fr);gap:16px}}.project-card{position:relative;aspect-ratio:1;border-radius:8px;border:1px solid hsla(0,0%,100%,.1);overflow:hidden;background:rgba(30,41,59,.2);transform:translateZ(0);transition:all .3s var(--ease-out-quad);cursor:pointer;display:flex;align-items:center;justify-content:center}.project-card:hover{z-index:10;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);transform:scale(1.03)}.project-card-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#475569;text-align:center;padding:20px 12px;width:100%;height:100%}.project-card-icon{font-size:32px;opacity:.35}.project-card-label{font-weight:500;letter-spacing:.06em;text-transform:uppercase;font-size:10px}.project-card-overlay{position:absolute;inset:0;background:rgba(6,5,29,.9);transition:opacity .3s var(--ease-out-quad);z-index:1}.project-card:hover .project-card-overlay{opacity:0}.project-card-hover{position:absolute;inset:0;background:transparent;opacity:0;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.project-card:hover .project-card-hover{opacity:1}.project-card-label-bottom{position:absolute;bottom:12px;left:0;right:0;text-align:center;color:#fff;font-size:14px;font-weight:600;z-index:5;opacity:0;transition:opacity .3s var(--ease-out-quad);text-shadow:0 1px 4px rgba(0,0,0,.5)}.project-card:hover .project-card-label-bottom{opacity:1}.project-card-hover span{color:#fff;font-size:20px;font-weight:500;text-align:center;padding:0 12px;line-height:1.25;white-space:pre-wrap}.footer{display:flex;justify-content:center;gap:32px;padding:32px 24px}.footer a{font-size:14px;opacity:.7;color:#94a3b8;text-decoration:none;text-underline-offset:2px}.footer a:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}