@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}.main-content{position:relative;width:100%;padding:0 32px;line-height:1.625;color:#bfdbfe}@media (min-width:768px){.main-content{padding:0}}.page-content{min-height:100vh;max-width:896px;margin:0 auto;padding:32px}@media (min-width:768px){.page-content{padding:32px 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:1fr;grid-gap:12px;gap:12px}@media (min-width:768px){.project-grid{grid-template-columns:repeat(4,1fr);gap:16px}}.project-card{position:relative;height:80px;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:flex-start}@media (min-width:768px){.project-card{height:auto;aspect-ratio:1;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-name{color:#fff;font-size:18px;font-weight:700;text-align:left;padding:0 24px;line-height:1.25;opacity:.25;transition:opacity .3s var(--ease-out-quad)}@media (min-width:768px){.project-card-name{font-size:20px;text-align:center;padding:0 12px}}.project-card:hover .project-card-name{opacity:1}.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}.nav-gradient{position:fixed;top:0;left:0;width:100%;height:200px;z-index:90;background:linear-gradient(180deg,#06051d 0,#06051d 40%,transparent);pointer-events:none;opacity:0;transition:opacity .3s ease}.nav-gradient.visible{opacity:1}.nav-bar{position:fixed;top:env(safe-area-inset-top,0);left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:20px 32px 0;pointer-events:none}@media (min-width:768px){.nav-bar{width:100%;max-width:896px;left:50%;right:auto;transform:translateX(-50%);padding:20px 64px 0}}.nav-logo{pointer-events:auto;transition:opacity .3s ease}.hamburger-btn{background:none;border:none;padding:12px;margin-right:-12px;cursor:pointer;pointer-events:auto}.hamburger-btn svg{display:block;width:24px;height:24px;color:#94a3b8}.menu-overlay{position:fixed;inset:0;z-index:99;background:rgba(6,5,29,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;opacity:0;pointer-events:none;transition:opacity .3s ease}.menu-overlay.open{opacity:1;pointer-events:auto}.menu-link{font-family:DM Sans,system-ui,sans-serif;font-size:24px;font-weight:600;color:#94a3b8;text-decoration:none;cursor:pointer;transition:color .2s ease}.menu-link:hover{color:#fff}@media (min-width:768px){.menu-link{font-size:32px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}