.card-nav-container{z-index:99;box-sizing:border-box;width:90%;max-width:800px;position:fixed;top:1.5em;left:50%;transform:translate(-50%)}.card-nav{will-change:height;background-color:#fff;border:.5px solid #ffffff1a;border-radius:.75rem;height:60px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.card-nav-top{z-index:2;justify-content:space-between;align-items:center;height:60px;padding:.5rem .45rem .55rem 1.1rem;display:flex;position:absolute;top:0;left:0;right:0}.hamburger-menu{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:100%;display:flex}.hamburger-menu:hover .hamburger-line{opacity:.75}.hamburger-line{transform-origin:50%;background-color:currentColor;width:30px;height:2px;transition:transform .25s,opacity .2s,margin .3s}.hamburger-menu.open .hamburger-line:first-child{transform:translateY(4px)rotate(45deg)}.hamburger-menu.open .hamburger-line:last-child{transform:translateY(-4px)rotate(-45deg)}.logo-container{align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logo{height:28px}.card-nav-cta-button{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:.4rem;align-items:center;height:100%;padding:0 1rem;font-weight:500;transition:background-color .3s}.card-nav-cta-button:hover{background-color:#333}.card-nav-content{visibility:hidden;pointer-events:none;z-index:1;align-items:flex-end;gap:12px;padding:.5rem;display:flex;position:absolute;inset:60px 0 0}.card-nav.open .card-nav-content{visibility:visible;pointer-events:auto}.nav-card{-webkit-user-select:none;user-select:none;border-radius:.55rem;flex-direction:column;flex:1 1 0;gap:8px;min-width:0;height:100%;padding:12px 16px;display:flex;position:relative}.nav-card-label{letter-spacing:-.5px;font-size:22px;font-weight:400}.nav-card-links{flex-direction:column;gap:2px;margin-top:auto;display:flex}.nav-card-link{cursor:pointer;align-items:center;gap:6px;font-size:16px;text-decoration:none;transition:opacity .3s;display:inline-flex}.nav-card-link:hover{opacity:.75}@media (max-width:768px){.card-nav-container{width:90%;top:1.2em}.card-nav-top{justify-content:space-between;padding:.5rem 1rem}.hamburger-menu{order:2}.logo-container{order:1;position:static;transform:none}.card-nav-cta-button{display:none}.card-nav-content{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:.5rem;bottom:0}.nav-card{flex:auto;height:auto;min-height:60px;max-height:none}.nav-card-label{font-size:18px}.nav-card-link{font-size:15px}}
.logo-loop-container{width:100%;padding:2.5rem 0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.logo-loop-track{width:max-content;animation:logo-marquee var(--speed,35s) linear infinite;will-change:transform;display:flex}.logo-loop-track:hover{animation-play-state:paused}.logo-loop-item{cursor:pointer;align-items:center;padding:.5rem;text-decoration:none;display:inline-flex}.logo-icon{opacity:.7;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .4s cubic-bezier(.25,1,.5,1),transform .4s cubic-bezier(.25,1,.5,1);display:flex}.logo-icon svg,.logo-icon img{object-fit:contain;width:100%;height:100%}.logo-icon img.invert{filter:invert()}@media (min-width:640px){.logo-icon{width:46px;height:46px}}.logo-loop-item:hover .logo-icon{opacity:1;transform:scale(1.15)}.logo-label{opacity:0;white-space:nowrap;max-width:0;font-family:var(--font-mono,monospace);text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;margin-left:0;font-size:11px;transition:max-width .4s cubic-bezier(.25,1,.5,1),opacity .3s,margin-left .4s cubic-bezier(.25,1,.5,1),color .3s;overflow:hidden}@media (min-width:640px){.logo-label{font-size:12px}}.logo-loop-item:hover .logo-label{opacity:1;color:#fff;max-width:240px;margin-left:16px}@keyframes logo-marquee{0%{transform:translate(0,0)}to{transform:translate(-33.3333%)}}
.depth-carousel{width:100%;height:100%;min-height:320px;perspective:var(--dc-perspective,1400px);perspective-origin:50%;touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:grab;outline:none;justify-content:center;align-items:center;display:flex;position:relative}.depth-carousel:active{cursor:grabbing}.depth-carousel:focus-visible{outline-offset:4px;border-radius:12px;outline:2px solid #ffffff80}.depth-carousel__stage{transform-style:preserve-3d;position:absolute;inset:0}.depth-carousel__card{transform-origin:50%;will-change:transform, opacity, filter;cursor:pointer;background:0 0;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.depth-carousel__img{object-fit:contain;pointer-events:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.depth-carousel__tint{opacity:0;pointer-events:none;mix-blend-mode:multiply;position:absolute;inset:0}.depth-carousel__arrow{z-index:3000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#12141a8c;border:1px solid #ffffff2e;border-radius:999px;place-items:center;width:42px;height:42px;transition:background .2s,border-color .2s,transform .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.depth-carousel__arrow:hover{background:#1c1f28d9;border-color:#fff6}.depth-carousel__arrow:active{transform:translateY(-50%)scale(.94)}.depth-carousel__arrow--prev{left:16px}.depth-carousel__arrow--next{right:16px}.depth-carousel__dots{z-index:3000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0e101666;border-radius:999px;gap:8px;padding:8px 12px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.depth-carousel__dot{cursor:pointer;background:#ffffff52;border:none;border-radius:999px;width:7px;height:7px;padding:0;transition:width .25s,background .25s}.depth-carousel__dot.is-active{background:#fff;width:20px}@media (prefers-reduced-motion:reduce){.depth-carousel__card{will-change:auto}.depth-carousel__arrow,.depth-carousel__dot{transition:none}}
