.bubble-menu{left:0;right:0;top:2em;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 2em;pointer-events:none;z-index:99}.bubble-menu.fixed{position:fixed}.bubble-menu.absolute{position:absolute}.bubble-menu .bubble{--bubble-size: 48px;width:var(--bubble-size);height:var(--bubble-size);border-radius:50%;background:#fff;box-shadow:0 4px 16px #0000001f;display:inline-flex;align-items:center;justify-content:center;pointer-events:auto}.bubble-menu .logo-bubble,.bubble-menu .toggle-bubble{will-change:transform}.bubble-menu .logo-bubble{width:auto;min-height:var(--bubble-size);height:var(--bubble-size);padding:0 16px;border-radius:calc(var(--bubble-size) / 2);gap:8px}.bubble-menu .toggle-bubble{width:var(--bubble-size);height:var(--bubble-size)}.bubble-menu .bubble-logo{max-height:60%;max-width:100%;object-fit:contain;display:block}.bubble-menu .logo-content{--logo-max-height: 60%;--logo-max-width: 100%;display:inline-flex;align-items:center;justify-content:center;width:120px;height:100%}.bubble-menu .logo-content>.bubble-logo,.bubble-menu .logo-content>img,.bubble-menu .logo-content>svg{max-height:var(--logo-max-height);max-width:var(--logo-max-width)}.bubble-menu .menu-btn{border:none;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0}.bubble-menu .menu-line{width:26px;height:2px;background:#111;border-radius:2px;display:block;margin:0 auto;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.bubble-menu .menu-line+.menu-line{margin-top:6px}.bubble-menu .menu-btn.open .menu-line:first-child{transform:translateY(4px) rotate(45deg)}.bubble-menu .menu-btn.open .menu-line:last-child{transform:translateY(-4px) rotate(-45deg)}@media(min-width:768px){.bubble-menu .bubble{--bubble-size: 56px}.bubble-menu .logo-bubble{padding:0 16px}}.bubble-menu-items{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:98}.bubble-menu-items.fixed{position:fixed}.bubble-menu-items.absolute{position:absolute}.bubble-menu-items .pill-list{list-style:none;padding:0 24px;display:flex;flex-wrap:wrap;gap:0;row-gap:4px;width:100%;max-width:1600px;margin:0 auto;pointer-events:auto;justify-content:stretch}.bubble-menu-items .pill-list .pill-spacer{width:100%;height:0;pointer-events:none}.bubble-menu-items .pill-list .pill-col{display:flex;justify-content:center;align-items:stretch;flex:0 0 calc(100% / 3);box-sizing:border-box}.bubble-menu-items .pill-list .pill-col:nth-child(4):nth-last-child(2){margin-left:calc(100% / 6)}.bubble-menu-items .pill-list .pill-col:nth-child(4):last-child{margin-left:calc(100% / 3)}.bubble-menu-items .pill-link{--pill-bg: #ffffff;--pill-color: #111;--pill-border: rgba(0, 0, 0, .12);--item-rot: 0deg;--pill-min-h: 160px;--hover-bg: #f3f4f6;--hover-color: #111;width:100%;min-height:var(--pill-min-h);padding:clamp(1.5rem,3vw,8rem) 0;font-size:clamp(1.5rem,4vw,4rem);font-weight:400;line-height:0;border-radius:999px;background:var(--pill-bg);color:var(--pill-color);text-decoration:none;box-shadow:0 4px 14px #0000001a;display:flex;align-items:center;justify-content:center;position:relative;transition:background .3s ease,color .3s ease;will-change:transform;box-sizing:border-box;white-space:nowrap;overflow:hidden;height:10px}@media(min-width:900px){.bubble-menu-items .pill-link{transform:rotate(var(--item-rot))}.bubble-menu-items .pill-link:hover{transform:rotate(var(--item-rot)) scale(1.06);background:var(--hover-bg);color:var(--hover-color)}.bubble-menu-items .pill-link:active{transform:rotate(var(--item-rot)) scale(.94)}}.bubble-menu-items .pill-link .pill-label{display:inline-block;will-change:transform,opacity;height:1.2em;line-height:1.2}@media(max-width:899px){.bubble-menu-items{align-items:flex-start;padding-top:120px}.bubble-menu-items .pill-list{row-gap:16px}.bubble-menu-items .pill-list .pill-col{flex:0 0 100%;margin-left:0!important;overflow:visible}.bubble-menu-items .pill-link{font-size:clamp(1.2rem,3vw,4rem);padding:clamp(1rem,2vw,2rem) 0;min-height:80px}.bubble-menu-items .pill-link:hover{transform:scale(1.06);background:var(--hover-bg);color:var(--hover-color)}.bubble-menu-items .pill-link:active{transform:scale(.94)}}.dot-grid{display:flex;align-items:center;justify-content:center;height:100%;width:100%;position:relative}.dot-grid__wrap{width:100%;height:100%;position:relative}.dot-grid__canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.text-type{display:inline-block;white-space:pre-wrap}.text-type__cursor{margin-left:.25rem;display:inline-block;opacity:1}.text-type__cursor--hidden{display:none}.stagger-wrapper{position:relative;width:1100px;height:470px;overflow:hidden}.testimonial-card{position:absolute;left:50%;top:50%;width:280px!important;height:280px!important;border:2px solid #5e5e5e;background:linear-gradient(to top,#06060e,#1a1919);color:#fff;padding:2rem;cursor:pointer;transition:all .5s ease-in-out;clip-path:polygon(50px 0%,calc(100% - 50px) 0%,100% 50px,100% 100%,calc(100% - 50px) 100%,50px 100%,0 100%,0 0)}.testimonial-card.center{border-color:#575757;background:linear-gradient(to top,#e4e4e4,#fff);color:#000;z-index:10}.testimonial-card h3{font-size:1.1rem;font-weight:500;margin-bottom:1rem}.testimonial-card p{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;font-size:.9rem;font-style:italic;opacity:.8}.testimonial-img{width:.5rem;height:.5rem;object-fit:none;margin-bottom:1rem;box-shadow:3px 3px #f5f5f5}.decor-line{position:absolute;background-color:#ccc;transform-origin:top right;transform:rotate(45deg);display:block}.controls{position:absolute;bottom:-3rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.controls button{width:3.5rem;height:3.5rem;border:2px solid #ccc;background:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.controls button:hover{background-color:#f0f0f0;color:#000;border-color:#6e6e6e}@media(min-width:360px)and (max-width:480px){.stagger-wrapper{position:relative;width:100%;max-width:320px;height:380px;margin:0 auto;overflow:hidden}.testimonial-card{position:absolute;left:50%;top:50%;width:220px!important;height:220px!important;padding:1.5rem;background:linear-gradient(to top,#06060e,#1a1919);color:#fff;cursor:pointer;transition:all .5s ease-in-out}.testimonial-card.center{position:absolute;left:50%;top:50%;width:220px!important;height:250px!important;padding:1.5rem;border-color:#575757;background:linear-gradient(to top,#e4e4e4,#fff);color:#000;z-index:10}.testimonial-card h3{font-size:.95rem;margin-bottom:.75rem}.testimonial-card p{font-size:.8rem;bottom:1.25rem}.controls{bottom:-2.5rem}.controls button{width:2.75rem;height:2.75rem;font-size:1.25rem}controls button:hover{background-color:#f0f0f0;color:#000;border-color:#6e6e6e}}@media(min-width:481px)and (max-width:767px){.stagger-wrapper{max-width:420px;height:420px}.testimonial-card{width:240px!important;height:240px!important;padding:1.75rem}.testimonial-card.center{position:absolute;left:50%;top:50%;width:240px!important;height:270px!important;padding:1.5rem;border-color:#575757;background:linear-gradient(to top,#e4e4e4,#fff);color:#000;z-index:10}.testimonial-card h3{font-size:1rem}.testimonial-card p{font-size:.85rem}}@media(min-width:768px)and (max-width:991px){.stagger-wrapper{max-width:720px;height:440px}.testimonial-card{width:260px!important;height:260px!important;padding:1.85rem}.testimonial-card.center{position:absolute;left:50%;top:50%;width:260px!important;height:290px!important;padding:1.5rem;border-color:#575757;background:linear-gradient(to top,#e4e4e4,#fff);color:#000;z-index:10}.testimonial-card h3{font-size:1.05rem}.testimonial-card p{font-size:.88rem}.controls{bottom:-3rem}}@media(min-width:992px)and (max-width:1199px){.stagger-wrapper{max-width:900px;height:460px}.testimonial-card{width:270px!important;height:270px!important}.testimonial-card.center{position:absolute;left:50%;top:50%;width:270px!important;height:300px!important;padding:1.5rem;border-color:#575757;background:linear-gradient(to top,#e4e4e4,#fff);color:#000;z-index:10}.testimonial-card h3{font-size:1.1rem}.testimonial-card p{font-size:.9rem}}@media(min-width:1200px)and (max-width:1919px){.stagger-wrapper{max-width:1100px;height:570px}.testimonial-card{width:280px!important;height:290px!important;padding:2rem}.testimonial-card.center{position:absolute;left:50%;top:50%;width:280px!important;height:320px!important;padding:1.5rem;border-color:#575757;background:linear-gradient(to top,#e4e4e4,#fff);color:#000;z-index:10}.testimonial-card h3{font-size:1.1rem}.testimonial-card p{font-size:.9rem}}@media(min-width:1920px){.stagger-wrapper{max-width:1580px;height:670px}.testimonial-card{width:370px!important;height:390px!important;padding:2.25rem}.testimonial-card.center{position:absolute;left:50%;top:50%;width:370px!important;height:420px!important;padding:1.5rem;border-color:#575757;background:linear-gradient(to top,#e4e4e4,#fff);color:#000;z-index:10}.testimonial-card h3{font-size:1.2rem}.testimonial-card p{font-size:.95rem}.controls{bottom:-3.5rem}.controls button{width:4rem;height:4rem;font-size:1.6rem}}.hero-section{position:relative;text-align:center;padding:12rem 0rem 0rem;width:100%;height:40rem;background-color:#fff}.floating-shapes{position:absolute;width:100%;height:200vh;top:0;left:0;overflow:hidden;pointer-events:none}.hero-content{position:relative;z-index:1}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:900;margin-bottom:1.5rem;justify-content:center;align-items:center;background-clip:text}.hero-title .highlight{color:red}.hero-subtitle{font-size:1.2rem;margin-top:3rem;max-width:48rem;color:var(--muted-foreground);animation-delay:.2s;font-family:monospace}.features-grid{display:flex;justify-content:center;align-items:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:7rem;margin-bottom:3rem;animation-delay:.4s;flex-wrap:wrap}.feature-card{display:flex;flex-direction:column;align-content:space-between;justify-content:space-between;align-items:center;text-align:center;width:400px;height:200px;padding:2rem;box-shadow:7px 7px #000;background:#ffffff15;backdrop-filter:blur(10px);border:2px solid rgb(0,0,0)}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--muted-foreground)}.feature-icon{color:var(--electric-blue);margin:0 auto 1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation-delay:.6s}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;background:#000;color:#fff;border:1px solid rgb(255,255,255);box-shadow:7px 7px red;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{transform:translateY(2px) scale(1.02);box-shadow:2.5px 2.5px red}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:500;text-decoration:none;background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgb(0,0,0);box-shadow:8px 8px #000;color:#000;transition:all .3s ease}.btn-secondary:hover{background:#fff3;transform:translateY(2px) scale(1.02);box-shadow:2.5px 2.5px #000}@media(min-width:360px)and (max-width:480px){.hero-section{padding:6rem 1rem 1rem;height:40rem}.hero-content{padding-top:10rem}.hero-title{font-size:2.2rem;padding:6rem 0rem 0rem}.hero-subtitle{font-size:1rem;padding:0 1rem}.feature-card{width:100%;height:auto;padding:1.5rem}}@media(min-width:481px)and (max-width:767px){.hero-section{min-height:53vh;padding:19rem 2rem 2rem;height:auto}.hero-title{font-size:2.5rem}.feature-card{width:90%;height:auto}}@media(min-width:768px)and (max-width:991px){.hero-section{min-height:50vh;padding:18rem 2rem 0rem;height:auto}.hero-title{font-size:3rem}.feature-card{width:80%}}@media(min-width:992px)and (max-width:1199px){.hero-section{padding:15rem 2rem 18rem;height:auto}.hero-title{font-size:3.5rem}.feature-card{width:320px}}@media(min-width:1200px)and (max-width:1919px){.hero-title{font-size:4rem}.feature-card{width:360px}}@media(min-width:1920px){.hero-section{padding:14rem 0}.hero-title{font-size:5rem}.feature-card{width:420px;height:220px}}.animated-sections{position:relative;background:#000;overflow-x:hidden}.section{position:sticky;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-weight:600;overflow:hidden}.section--light{background:linear-gradient(to top,#ebebeb,#dadada);color:#000}.section--dark{background:linear-gradient(to top,#06060e,#1a1919);color:#fff}.section__grid-overlay{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(79,79,79,.18) 1px,transparent 1px),linear-gradient(to bottom,rgba(79,79,79,.18) 1px,transparent 1px);background-size:54px 54px;mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,#000 70%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,#000 70%,transparent 100%);z-index:0}.section__title{position:relative;z-index:1;font-size:clamp(2rem,6vw,4.5rem);line-height:1.2;padding:0 1rem}.section__content{position:relative;z-index:1;padding:3rem;max-width:1200px;margin:0 auto;margin-bottom:8rem}.section__heading{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:2rem;line-height:1.1;display:flex;text-align:left;flex-direction:row;align-content:center;justify-content:flex-start;align-items:center}.project-sub-head{display:flex;align-content:center;justify-content:flex-start;align-items:center;text-align:left;font-size:.8rem;font-family:monospace;margin:4.5rem 0rem 3rem}.section__image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.section__image-grid img{width:100%;height:100%;object-fit:cover;border-radius:12px}
