@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";html,body{font-family:Manrope,sans-serif}h6{letter-spacing:-.005em;font-size:1rem;font-weight:300;line-height:1.4}h5{letter-spacing:-.0075em;font-size:1.25rem;font-weight:300;line-height:1.35}h4{letter-spacing:-.01em;font-size:1.5625rem;line-height:1.3}h3{letter-spacing:-.015em;font-size:1.953rem;font-weight:400;line-height:1.2}h2{letter-spacing:-.02em;font-size:2.441rem;font-weight:400;line-height:1.1}h1{letter-spacing:-.025em;font-size:3.052rem;font-weight:200;line-height:1}p{font-size:1rem;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#000;background-color:var(--bg-primary);width:100%;height:100%;color:var(--text-primary)}#root{width:100%;height:100%}:root{--bg-primary:black;--bg-secondary:#1e202a;--border-color:#3a3f51;--text-primary:#fff;--text-secondary:#9b9fa8;--accent-primary:#6b64f4;--accent-secondary:#b6a9ff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border:2px solid var(--bg-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}p{font-size:1rem}@media (width>=1921px){html,body{font-size:20px}}@media (width>=1025px) and (width<=1920px){html,body{font-size:16px}}@media (width>=768px) and (width<=1024px){html,body{font-size:15px}}@media (width<=767px){html,body{font-size:14px}}.hero{width:100%;min-height:100svh;color:var(--text-primary);background-color:#0000;flex-direction:column;margin:0 auto;padding:8rem 0 2rem;display:flex;position:relative}.hero-container{flex-direction:column;flex:1;width:90%;max-width:1440px;margin:0 auto;padding:0 2rem;display:flex}.hero-header{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);grid-template-columns:1fr 1fr 1fr;margin-bottom:4rem;font-size:.75rem;display:grid}.header-col.center{text-align:center}.header-col.right{text-align:right;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.status-dot{background-color:var(--text-primary);border-radius:50%;width:6px;height:6px;display:inline-block;position:relative;top:-1px}.hero-grid{flex:1;grid-template-rows:1fr auto;grid-template-columns:repeat(12,1fr);gap:2rem;display:grid}.hero-title-container{z-index:10;pointer-events:none;grid-area:1/1/auto/11;align-items:center;display:flex;position:relative}.hero-3d-container{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-title{letter-spacing:-.02em;text-transform:capitalize;font-size:clamp(2.5rem,5.5vw,5rem);font-weight:300;line-height:1.1}.text-italic{color:var(--text-secondary);font-family:serif;font-style:italic}.hero-meta{z-index:10;grid-area:2/1/auto/4;align-self:end;position:relative}.hero-desc{z-index:10;grid-area:2/5/auto/9;align-self:end;position:relative}.hero-action{z-index:10;grid-area:2/11/auto/13;justify-content:flex-end;align-self:end;display:flex;position:relative}.label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:.75rem;font-size:.7rem}.value{font-size:1rem;font-weight:400;line-height:1.4}.hero-desc p{color:var(--text-secondary);max-width:320px;font-size:1rem;line-height:1.6}.circle-btn{border:1px solid var(--border-color);width:64px;height:64px;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.circle-btn:hover{background:var(--text-primary);color:var(--bg-primary);transform:scale(1.05)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.status-dot{background-color:#adff2f}@media (width>=1921px){.hero{padding:10rem 0 4rem}.hero-container{max-width:1680px;padding:0 4rem}.hero-header{margin-bottom:6rem;font-size:.85rem}.hero-title{font-size:clamp(4rem,6vw,7.5rem)}.hero-desc p{max-width:450px}.circle-btn{width:80px;height:80px}}@media (width>=1025px) and (width<=1920px){.hero{padding:8rem 0 2rem}.hero-container{max-width:1440px;padding:0 2rem}}@media (width>=768px) and (width<=1024px){.hero{min-height:calc(100svh - 6.5rem);padding:7rem 0 2rem}.hero-container{width:90%;max-width:100%;padding:0 2rem}.hero-header{margin-bottom:3.5rem}.hero-grid{grid-template-columns:repeat(12,1fr);gap:2rem}.hero-title-container{grid-column:1/13}.hero-meta{z-index:10;grid-area:2/1/auto/5;align-self:end;position:relative}.hero-desc{z-index:10;grid-area:2/5/auto/11;align-self:end;position:relative}.hero-action{z-index:10;grid-area:2/11/auto/13;justify-content:flex-end;align-self:end;position:relative}}@media (width<=767px){.hero{flex-direction:column;width:100%;min-height:calc(100svh - 4.5rem);margin:0;padding:5.5rem 0 1rem;display:flex}.hero-container{flex-direction:column;flex:1;justify-content:space-between;width:100%;padding:0 1.5rem;display:flex}.hero-meta{padding-top:5rem}.hero-header{grid-template-columns:1fr 1fr;margin-bottom:2rem}.header-col.center{display:none}.hero-grid{flex-direction:column;flex:1;justify-content:center;gap:2rem;padding:2rem 0;display:flex}.hero-title-container{z-index:10;margin-bottom:.5rem}.hero-3d-container{display:none}.hero-title{font-size:clamp(2.5rem,11vw,3.5rem)}.hero-desc p{max-width:100%}.hero-action{justify-content:flex-start}.circle-btn{display:none}}.marquee-section{background-color:#0000;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;align-items:center;padding:2.5rem 0;display:flex;position:relative;overflow:hidden}.marquee-container{width:100%;display:flex;overflow:hidden}.marquee-content{white-space:nowrap;will-change:transform;animation:45s linear infinite scrollMarquee;display:flex}.marquee-group{flex-shrink:0;align-items:center;display:flex}.marquee-item{align-items:center;gap:.75rem;padding:0 3rem;display:flex}.marquee-icon{color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.marquee-text{letter-spacing:.05em;color:var(--text-secondary);text-transform:uppercase;cursor:default;font-size:1.125rem;font-weight:500}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1024px){.marquee-item{padding:0 2rem}.marquee-text{font-size:1rem}}@media (width<=767px){.marquee-section{padding:1.5rem 0}.marquee-item{padding:0 1.5rem}.marquee-text{font-size:.875rem}.marquee-icon svg{width:20px;height:20px}}.testimonials-section{width:90%;height:100svh;color:var(--text-primary);background-color:#0000;flex-direction:column;justify-content:center;margin:0 auto;display:flex;overflow:hidden}.testimonials-header{justify-content:space-between;align-items:flex-end;width:100%;max-width:1400px;margin:0 auto 4rem;padding:0 2rem;display:flex}.testimonials-title{letter-spacing:-.02em;font-size:clamp(3rem,5vw,4.5rem);font-weight:300;line-height:1.1}.testimonials-subtitle{max-width:320px;color:var(--text-secondary);text-align:right;font-size:1rem;line-height:1.6}.testimonials-track-wrapper{width:100%;padding-left:max(2rem,50% - 700px)}.testimonials-track{will-change:transform;gap:2rem;width:max-content;padding-right:4vw;display:flex}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;flex-direction:column;flex-shrink:0;gap:3rem;min-width:450px;max-width:500px;padding:3.5rem;display:flex}.testimonial-card-header{align-items:center;gap:1.25rem;display:flex}.testimonial-avatar{object-fit:cover;filter:grayscale();border:1px solid #ffffff26;border-radius:50%;width:60px;height:60px;transition:filter .3s}.testimonial-card:hover .testimonial-avatar{filter:grayscale(0%)}.testimonial-meta{flex-direction:column;gap:.25rem;display:flex}.testimonial-author{letter-spacing:.02em;font-size:1.15rem;font-weight:500}.testimonial-role{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.testimonial-content blockquote{color:var(--text-primary);margin:0;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:300;line-height:1.4}.testimonials-indicator-wrapper{justify-content:center;align-items:center;width:100%;margin-top:3rem;display:none}.testimonials-indicator-bar{background-color:#ffffff1a;border-radius:1px;width:120px;height:2px;position:relative}.testimonials-indicator-thumb{background-color:var(--accent-primary,#6b64f4);will-change:transform;border-radius:1px;height:100%;position:absolute;top:0;left:0}@media (width>=1921px){.testimonials-header{max-width:1600px;margin-bottom:6rem}.testimonials-track-wrapper{padding-left:max(4rem,50% - 800px)}.testimonial-card{gap:4rem;min-width:550px;padding:4.5rem}.testimonial-avatar{width:80px;height:80px}.testimonial-author{font-size:1.35rem}}@media (width>=1025px) and (width<=1920px){.testimonials-header{max-width:1400px}.testimonials-track-wrapper{padding-left:max(2rem,50% - 700px)}}@media (width>=768px) and (width<=1024px){.testimonials-section{width:100%;height:auto;margin:0;padding:6rem 0}.testimonials-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:3.5rem;padding:0 5%}.testimonials-subtitle{text-align:left;max-width:100%}.testimonials-track-wrapper{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;width:100%;padding-left:5%;overflow-x:auto}.testimonials-track-wrapper::-webkit-scrollbar{display:none}.testimonial-card{scroll-snap-align:start;gap:2.5rem;min-width:420px;padding:3rem}.testimonials-indicator-wrapper{display:flex}}@media (width<=767px){.testimonials-section{width:100%;height:auto;margin:0;padding:4rem 0}.testimonials-header{flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:2.5rem;padding:0 1.5rem}.testimonials-subtitle{text-align:left;max-width:100%;font-size:.95rem}.testimonials-track-wrapper{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;width:100%;padding-left:1.5rem;overflow-x:auto}.testimonials-track-wrapper::-webkit-scrollbar{display:none}.testimonial-card{scroll-snap-align:start;border-radius:20px;gap:2rem;min-width:80vw;max-width:80vw;padding:2.25rem}.testimonial-avatar{width:50px;height:50px}.testimonial-author{font-size:1.05rem}.testimonial-role{font-size:.75rem}.testimonials-indicator-wrapper{margin-top:2rem;display:flex}}.selected-work{width:90%;color:var(--text-primary);background-color:#0000;margin:0 auto;padding:8rem 2rem;position:relative}.work-container{max-width:1400px;margin:0 auto}.work-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;margin-bottom:6rem;padding-bottom:3rem;display:flex}.section-heading{letter-spacing:-.02em;font-size:clamp(3rem,6vw,5rem);font-weight:300;line-height:1}.work-count{vertical-align:top;color:var(--text-secondary);margin-left:.5rem;font-family:Courier New,Courier,monospace;font-size:1.25rem}.section-subheading{max-width:400px;color:var(--text-secondary);text-align:right;font-size:1rem;line-height:1.6}.cards-wrapper{flex-direction:column;gap:5rem;padding-bottom:2rem;display:flex;position:relative}.sticky-card{transform-origin:top;height:75vh;position:sticky}.card-inner{cursor:pointer;background-color:#0a0a0c;border:1px solid #ffffff14;border-radius:2rem;grid-template-columns:1fr 1.4fr;width:100%;height:100%;display:grid;overflow:hidden;box-shadow:0 -20px 50px #0009}.card-content{flex-direction:column;justify-content:center;padding:4rem;display:flex}.card-meta{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);border-bottom:1px solid #ffffff1a;justify-content:space-between;margin-bottom:3rem;padding-bottom:1rem;font-size:.75rem;display:flex}.card-title{margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.1}.card-desc{color:var(--text-secondary);max-width:90%;margin-bottom:4rem;font-size:1rem;line-height:1.6}.card-btn{text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000;align-items:center;gap:.5rem;width:fit-content;padding:0;font-family:inherit;font-size:.85rem;text-decoration:none;transition:all .3s;display:inline-flex}.card-btn:hover{border-bottom:1px solid var(--text-primary);opacity:.7}.card-visual{background-color:#000;width:100%;height:100%;overflow:hidden}.card-visual img{object-fit:cover;opacity:.9;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.card-inner:hover .card-visual img{opacity:1;transform:scale(1.05)}@media (width>=1025px),(width>=768px) and (width<=1024px) and (orientation:landscape){.sticky-card:first-child .card-inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff05!important}.sticky-card:nth-child(2n) .card-inner{grid-template-columns:1.4fr 1fr}.sticky-card:nth-child(2n) .card-visual{grid-area:1/1}.sticky-card:nth-child(2n) .card-content{grid-area:1/2}}@media (width>=1921px){.work-container{max-width:1600px}.card-content{padding:5rem}.card-desc{max-width:80%;margin-bottom:5rem;font-size:1.2rem}.card-title{font-size:clamp(3rem,4vw,4.5rem)}.sticky-card{height:70vh}}@media (width>=1025px) and (width<=1920px){.work-container{max-width:1400px}}@media (width>=768px) and (width<=1024px){.selected-work{padding:6rem 2rem}.work-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:4rem}.section-subheading{text-align:left;max-width:100%}}@media (width>=768px) and (width<=1024px) and (orientation:portrait){.sticky-card{height:70vh}.sticky-card:first-child .card-inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff05!important}.card-inner{grid-template-rows:1.2fr 1fr;grid-template-columns:1fr;height:100%}.card-content{padding:2.5rem}.card-desc{max-width:100%;margin-bottom:2rem}.card-visual{height:100%}}@media (width<=767px){.selected-work{width:100%;margin:0;padding:5rem 1.5rem}.work-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:3rem;padding-bottom:2rem}.section-subheading{text-align:left;max-width:100%}.cards-wrapper{gap:3rem}.sticky-card{height:auto!important;position:relative!important;top:auto!important}.card-inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;grid-template-rows:auto auto;grid-template-columns:1fr;height:auto;background-color:#ffffff05!important}.card-content{padding:2rem 1.5rem}.card-meta{margin-bottom:1.5rem}.card-desc{max-width:100%;margin-bottom:2.5rem}.card-visual{height:220px;min-height:auto}}.about-minimal{width:90%;color:var(--text-primary);background-color:#0000;justify-content:center;margin:0 auto;padding:0 2rem;display:flex}.about-minimal-container{width:100%;max-width:1400px}.about-minimal-intro{max-width:80%;margin-bottom:8rem}.about-minimal-intro h2{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2rem,5vw,4.5rem);font-weight:300;line-height:1.1}.about-list{border-top:1px solid #ffffff1a;flex-direction:column;display:flex}.about-row{border-bottom:1px solid #ffffff1a;grid-template-columns:80px 1fr 1fr;align-items:center;padding:3rem 0;transition:all .4s cubic-bezier(.16,1,.3,1);display:grid}.about-row-id{color:var(--text-secondary);opacity:.6;font-family:monospace;font-size:1rem}.about-row-title h3{letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;line-height:1}.about-row-desc{padding-left:2rem}.about-row-desc p{color:var(--text-secondary);max-width:400px;margin-left:auto;font-size:clamp(1rem,1.2vw,1.2rem);font-weight:300;line-height:1.6}.about-row{position:relative}.about-row-image{opacity:0;pointer-events:none;object-fit:cover;z-index:10;border-radius:8px;width:clamp(180px,16vw,240px);height:clamp(250px,22vw,320px);transition:all .5s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)rotate(-5deg);box-shadow:0 10px 30px #0000004d}.about-row:hover .about-row-image{opacity:1;transform:translate(-50%,-50%)scale(1)rotate(0)}@media (width>=1921px){.about-minimal{padding:0 4rem}.about-minimal-container{max-width:1600px}.about-minimal-intro h2{font-size:clamp(3rem,5vw,5.5rem)}.about-row-desc p{max-width:500px}}@media (width>=1025px) and (width<=1920px){.about-minimal-container{max-width:1400px}}@media (width>=768px) and (width<=1024px){.about-minimal{padding:6rem 2rem}.about-minimal-intro{max-width:90%;margin-bottom:5rem}.about-row{grid-template-columns:60px 1fr;row-gap:1.5rem;padding:2.5rem 0}.about-row-desc{grid-column:1/-1;padding-left:0}.about-row-desc p{max-width:100%;margin-left:0}.about-row-image{display:none!important}}@media (width<=767px){.about-minimal{width:100%;margin:0;padding:5rem 1.5rem}.about-minimal-intro{max-width:100%;margin-bottom:4rem}.about-row{grid-template-columns:1fr;row-gap:1rem;padding:2rem 0}.about-row-id{display:none}.about-row-desc{padding-left:0}.about-row-desc p{max-width:100%;margin-left:0}.about-row-image{display:none!important}}@media (width>=1025px){.about-row:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff05;border-radius:8px;margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem}}.services-section{width:90%;color:var(--text-primary);background-color:#0000;margin:0 auto;padding:10rem 2rem}.services-container{grid-template-columns:1fr 2fr;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.services-header{flex-direction:column;gap:1.5rem;display:flex}.services-subtitle{text-transform:uppercase;color:var(--accent-secondary);letter-spacing:.05em;font-family:monospace;font-size:.9rem}.services-title{text-transform:uppercase;margin:0;font-size:clamp(3rem,8vw,6rem);font-weight:200;line-height:.9}.services-list{flex-direction:column;display:flex}.service-item{border-bottom:1px solid var(--border-color);cursor:pointer;margin-left:-20px;margin-right:-20px;padding:2.5rem 20px;transition:background-color .5s}.service-item:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff05;border-radius:8px}.service-item-header{justify-content:space-between;align-items:center;display:flex}.service-item-header h3{transform-origin:0;margin:0;font-size:clamp(1.8rem,4vw,3rem);font-weight:300;transition:color .4s,transform .5s cubic-bezier(.16,1,.3,1)}.service-icon{border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .5s cubic-bezier(.16,1,.3,1),background-color .4s,border-color .4s;display:flex}.service-icon svg{transition:transform .5s cubic-bezier(.16,1,.3,1),stroke .4s}.service-item.active .service-item-header h3{color:var(--accent-secondary);transform:translate(15px)}.service-item.active .service-icon{background-color:var(--text-primary);border-color:var(--text-primary);transform:scale(1.1)rotate(-45deg)}.service-item.active .service-icon svg{stroke:var(--bg-primary)}.service-item-content{grid-template-rows:0fr;transition:grid-template-rows .6s cubic-bezier(.16,1,.3,1);display:grid}.service-item-content-inner{overflow:hidden}.service-item-content-inner p{max-width:80%;color:var(--text-secondary);opacity:0;padding-top:2rem;padding-left:15px;font-size:1.15rem;line-height:1.7;transition:opacity .4s,transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(15px)}.service-item.active .service-item-content{grid-template-rows:1fr}.service-item.active .service-item-content-inner p{opacity:1;transition-delay:.15s;transform:translateY(0)}@media (width>=1921px){.services-section{padding:12rem 4rem}.services-container{gap:6rem;max-width:1600px}.service-icon{width:80px;height:80px}.service-item-header h3{font-size:clamp(2rem,3.5vw,3.5rem)}.service-item-content-inner p{max-width:75%;font-size:1.35rem}}@media (width>=1025px) and (width<=1920px){.services-section{padding:10rem 2rem}.services-container{gap:4rem;max-width:1400px}}@media (width>=768px) and (width<=1024px){.services-section{padding:6rem 2rem}.services-container{grid-template-columns:1fr;gap:3rem}.service-item{margin-left:-10px;margin-right:-10px;padding:2rem 10px}.service-icon{width:50px;height:50px}.service-item-content-inner p{max-width:90%;padding-left:10px}}@media (width<=767px){.services-section{width:100%;margin:0;padding:5rem 1.5rem}.services-container{grid-template-columns:1fr;gap:2.5rem}.service-item{margin-left:0;margin-right:0;padding:2rem 0}.service-item-header h3{font-size:clamp(1.4rem,5vw,2rem)}.service-item.active .service-item-header h3{transform:none}.service-icon{width:42px;height:42px}.service-item-content-inner p{max-width:100%;padding-top:1.5rem;padding-left:0;font-size:1rem}}.notes-experience{width:100%;height:100%}.notes-story-container{width:100%;height:150vh;position:relative}.notes-story-header{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.notes-story-title{color:#fff;font-size:2rem;font-weight:400}.notes-story-images{width:100%;height:100%;position:relative}.notes-story-content{color:#fff;flex-direction:column;gap:1rem;display:flex;position:absolute}.notes-story-content p{width:30%;margin-top:2rem}.notes-story-img{width:200px;height:200px}.notes-story-img img{object-fit:cover;filter:grayscale();width:100%;height:100%}.notes-story-content:first-child{text-align:right;align-items:flex-end;top:20%;right:5%}.notes-story-content:nth-child(2){justify-content:flex-start;top:50%;left:5%;transform:translateY(-50%)}.notes-story-content:nth-child(3){text-align:right;align-items:flex-end;bottom:20%;right:23%}.team-header-container{width:90%;max-width:1400px;margin:0 auto;padding-top:8rem}.team-header{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-bottom:0;display:flex}.team-heading{letter-spacing:-.02em;color:#fff;margin:0;font-size:clamp(3rem,6vw,5rem);font-weight:300;line-height:1}.team-subheading{color:#a0a0a0;text-align:right;max-width:400px;margin:0;font-size:1rem;line-height:1.6}@media (width<=1024px){.team-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:4rem}.team-subheading{text-align:left;max-width:100%}}.project-detail-page{-webkit-backdrop-filter:blur(16px);width:100%;min-height:100vh;color:var(--text-primary);z-index:10;box-sizing:border-box;background-color:#00000073;padding:60px 0 120px;font-family:inherit;position:relative}.project-detail-container{max-width:1300px;margin:0 auto;padding:0 32px}.project-detail-header{justify-content:flex-start;margin-bottom:60px;display:flex}.project-back-btn{border:1px solid var(--border-color);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:0 0;border-radius:40px;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.project-back-btn svg{transition:transform .3s}.project-back-btn:hover{color:var(--text-primary);border-color:var(--text-primary);background-color:#ffffff0d;transform:translate(-4px)}.project-back-btn:hover svg{transform:translate(-4px)}.project-hero-section{margin-bottom:100px}.project-title-wrapper{margin-bottom:32px;overflow:hidden}.project-title{letter-spacing:-.04em;text-transform:uppercase;margin:0;font-size:clamp(3.2rem,8vw,7.2rem);font-weight:200;line-height:.95}.project-meta-row{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);grid-template-columns:repeat(3,1fr);align-items:center;margin-bottom:60px;padding:32px 0;display:grid}.meta-col{flex-direction:column;gap:8px;display:flex}.meta-label{color:var(--text-secondary);letter-spacing:.15em;text-transform:uppercase;font-family:monospace;font-size:.7rem;font-weight:500}.meta-value{color:var(--text-primary);letter-spacing:-.01em;font-size:1.25rem;font-weight:300}.meta-col.right{align-items:flex-end}.project-link-btn{color:var(--text-primary);border:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.08em;background-color:#0000;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.project-link-btn:hover{background-color:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary);transform:translateY(-3px);box-shadow:0 10px 25px #0003}.project-link-btn .arrow{transition:transform .3s}.project-link-btn:hover .arrow{transform:translate(2px,-2px)}.project-hero-image-wrapper{border:1px solid var(--border-color);border-radius:2rem;width:100%;height:65vh;min-height:420px;position:relative;overflow:hidden}.project-hero-image{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1);display:block}.project-hero-image-wrapper:hover .project-hero-image{transform:scale(1.03)}.image-overlay{pointer-events:none;position:absolute;inset:0}.project-info-section h2,.project-features-section h2,.project-values-section h2,.project-trainers-section h2,.project-plans-section h2,.project-gallery-section h2{letter-spacing:-.02em;text-transform:uppercase;color:var(--text-primary);margin-bottom:48px;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:200;line-height:1.1}.project-info-section{margin-bottom:100px}.info-grid{grid-template-columns:2fr 1fr;gap:80px;display:grid}.info-desc-col h2{text-transform:uppercase;color:var(--text-primary);margin-bottom:32px;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:200}.info-desc-col p{color:var(--text-secondary);margin-bottom:24px;font-size:1.1rem;font-weight:300;line-height:1.7}.info-desc-col p.large-p{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:32px;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:300;line-height:1.45}.info-tech-col h3{text-transform:uppercase;color:var(--text-primary);letter-spacing:.1em;margin-bottom:24px;font-size:1.1rem;font-weight:500}.tech-tags{flex-wrap:wrap;gap:8px;display:flex}.tech-tag{border:1px solid var(--border-color);color:var(--text-secondary);letter-spacing:.02em;background:#ffffff03;border-radius:30px;padding:10px 20px;font-size:.85rem;font-weight:400;transition:all .4s cubic-bezier(.16,1,.3,1)}.tech-tag:hover{border-color:var(--text-primary);color:var(--text-primary);background:#ffffff0d;transform:translateY(-2px)}.project-features-section{margin-bottom:100px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.feature-card{-webkit-backdrop-filter:blur(12px);background:#ffffff03;border:1px solid #ffffff0d;border-radius:1.5rem;padding:40px;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.feature-card:before{content:"";background-color:var(--accent,var(--accent-primary));transform-origin:0;border-radius:1.5rem 1.5rem 0 0;width:100%;height:2px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.feature-card:hover{border-color:var(--accent,var(--accent-primary));background:#ffffff08;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.feature-card:hover:before{transform:scaleX(1)}.feature-number{color:var(--accent,var(--accent-primary));letter-spacing:.15em;margin-bottom:24px;font-family:monospace;font-size:.8rem;font-weight:500;display:block}.feature-card h3{text-transform:uppercase;color:var(--text-primary);letter-spacing:-.01em;margin-bottom:16px;font-size:1.4rem;font-weight:400}.feature-card p{color:var(--text-secondary);font-size:.95rem;font-weight:300;line-height:1.6}.project-values-section{margin-bottom:100px}.values-bento{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.value-bento-card{-webkit-backdrop-filter:blur(12px);box-sizing:border-box;background:#ffffff03;border:1px solid #ffffff0d;border-radius:2rem;align-items:flex-end;min-height:320px;padding:48px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.value-bento-card.bento-large{background:linear-gradient(135deg,#ffffff05 0%,#ffffff01 100%);grid-column:span 2}.value-bento-card h3{text-transform:uppercase;color:var(--text-primary);letter-spacing:-.01em;margin-bottom:16px;font-size:1.8rem;font-weight:300}.value-bento-card p{color:var(--text-secondary);font-size:1rem;font-weight:300;line-height:1.6}.value-bento-card:hover{border-color:var(--accent,var(--accent-primary));background:#ffffff08;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.project-trainers-section{margin-bottom:100px}.trainers-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.trainer-card-project{-webkit-backdrop-filter:blur(12px);background:#ffffff03;border:1px solid #ffffff0d;border-radius:1.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);overflow:hidden}.trainer-card-project:hover{border-color:var(--accent,var(--accent-primary));background:#ffffff08;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.trainer-img-wrapper{width:100%;height:300px;position:relative;overflow:hidden}.trainer-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.trainer-details{padding:24px}.trainer-details h4{text-transform:uppercase;color:var(--text-primary);letter-spacing:-.01em;margin-bottom:6px;font-size:1.2rem;font-weight:400}.trainer-details span{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;font-family:monospace;font-size:.8rem}.project-plans-section{margin-bottom:100px}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.plan-card-project{-webkit-backdrop-filter:blur(12px);box-sizing:border-box;background:#ffffff03;border:1px solid #ffffff0d;border-radius:2rem;flex-direction:column;padding:48px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.plan-card-project:hover{border-color:var(--accent,var(--accent-primary));background:#ffffff08;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.plan-card-project.featured{border:1px solid var(--accent,var(--accent-primary));background:#ffffff05;box-shadow:0 15px 35px #ffffff05}.featured-badge{background-color:var(--accent,var(--accent-primary));color:#fff;letter-spacing:.1em;border-radius:30px;padding:6px 12px;font-family:monospace;font-size:.7rem;font-weight:600;position:absolute;top:24px;right:24px}.plan-card-project h4{text-transform:uppercase;color:var(--text-primary);letter-spacing:-.01em;margin-bottom:24px;font-size:1.6rem;font-weight:300}.plan-price{align-items:baseline;margin-bottom:40px;display:flex}.plan-price .currency{color:var(--accent,var(--accent-primary));font-size:1.8rem;font-weight:300}.plan-price .amount{color:var(--text-primary);letter-spacing:-.02em;font-size:4rem;font-weight:200;line-height:1}.plan-price .period{color:var(--text-secondary);margin-left:4px;font-size:1rem}.plan-features{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.plan-features li{color:var(--text-secondary);align-items:center;gap:8px;font-size:.95rem;font-weight:300;display:flex}.plan-features li:before{content:"✓";color:var(--accent,var(--accent-primary));font-weight:700}.project-gallery-section{margin-bottom:100px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.gallery-item{border:1px solid var(--border-color);border-radius:2rem;height:480px;transition:all .8s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.gallery-item.item-3{grid-column:span 2;height:600px}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1);display:block}.gallery-item:hover img{transform:scale(1.05)}.project-detail-footer{border-top:1px solid var(--border-color);justify-content:center;margin-top:40px;padding-top:80px;display:flex}.back-bottom-btn{border:1px solid var(--border-color);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:0 0;border-radius:50px;padding:14px 32px;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1)}.back-bottom-btn:hover{color:var(--text-primary);border-color:var(--text-primary);background-color:#ffffff0d;transform:translateY(-3px);box-shadow:0 10px 20px #0003}@media (width<=900px){.project-detail-page{padding:40px 0 80px}.project-detail-container{padding:0 24px}.project-detail-header{margin-bottom:40px}.project-hero-section{margin-bottom:60px}.project-title{font-size:clamp(2.5rem,9vw,4.5rem)}.project-meta-row{grid-template-columns:1fr;gap:24px;margin-bottom:40px;padding:24px 0}.meta-col.right{align-items:flex-start}.project-hero-image-wrapper{border-radius:1.5rem;height:45vh;min-height:300px}.project-info-section,.project-features-section,.project-values-section,.project-trainers-section,.project-plans-section,.project-gallery-section{margin-bottom:60px}.info-grid{grid-template-columns:1fr;gap:40px}.values-bento{grid-template-columns:1fr}.value-bento-card.bento-large{grid-column:span 1}.value-bento-card{border-radius:1.5rem;min-height:250px;padding:32px}.gallery-grid{grid-template-columns:1fr;gap:20px}.gallery-item.item-3{grid-column:span 1}.gallery-item{border-radius:1.5rem;height:300px}.project-detail-footer{padding-top:50px}}.navbar{-webkit-backdrop-filter:blur(12px);z-index:999;background-color:#0006;border-bottom:1px solid #ffffff0d;width:100%;padding:0 5rem;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.25rem 2rem;display:flex}.logo{text-transform:uppercase;letter-spacing:.15em;color:var(--text-primary);z-index:1001;font-size:1.2rem;font-weight:500;text-decoration:none;transition:opacity .3s}.logo:hover{opacity:.7}.navlinks{gap:2.5rem;display:flex}.nav-link{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:.75rem;text-decoration:none;transition:color .3s;display:flex}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link span{padding-bottom:2px;position:relative}.nav-link span:after{content:"";background-color:var(--accent-primary);transform-origin:100%;width:100%;height:2px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-link:hover span:after,.nav-link.active span:after{transform-origin:0;transform:scaleX(1)}.nav-link:hover .link-dot,.nav-link.active .link-dot{opacity:1;transform:scale(1)}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;display:none}.hamburger span{background-color:var(--text-primary);transform-origin:50%;width:24px;height:1.5px;transition:all .4s cubic-bezier(.16,1,.3,1)}.hamburger.active span:first-child{transform:translateY(3.75px)rotate(45deg)}.hamburger.active span:nth-child(2){transform:translateY(-3.75px)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;z-index:1000;background-color:#0a0a0af2;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100svh;transition:opacity .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-links{text-align:center;flex-direction:column;gap:2rem;display:flex}.mobile-link{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);opacity:0;padding-bottom:8px;font-size:clamp(2.5rem,8vw,4rem);font-weight:300;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(40px)}.mobile-link:after{content:"";background-color:var(--accent-primary);width:50%;height:2px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:25%;transform:scaleX(0)}.mobile-menu.open .mobile-link{opacity:1;transform:translateY(0)}.mobile-link:hover,.mobile-link.active{color:var(--text-primary)}.mobile-link:hover{transform:scale(1.05)!important}.mobile-link.active:after{transform:scaleX(1)}.mobile-menu.open .mobile-link:first-child{transition-delay:.1s}.mobile-menu.open .mobile-link:nth-child(2){transition-delay:.2s}.mobile-menu.open .mobile-link:nth-child(3){transition-delay:.3s}.mobile-menu.open .mobile-link:nth-child(4){transition-delay:.4s}@media (width>=1921px){.navbar{padding:0 8rem}.nav-container{max-width:1800px;padding:1.5rem 3rem}.logo{font-size:1.4rem}.navlinks{gap:3.5rem}.nav-link{gap:.6rem;font-size:.85rem}}@media (width>=1025px) and (width<=1920px){.navbar{padding:0 5rem}}@media (width>=768px) and (width<=1024px){.navbar{padding:0 2rem}.nav-container{max-width:100%;padding:1.25rem 1rem}.navlinks{gap:1.75rem}.nav-link{font-size:.72rem}.hamburger{display:none}}@media (width<=767px){.navbar{padding:0}.nav-container{padding:1rem 1.5rem}.desktop-links{display:none}.hamburger{display:flex}.logo{font-size:1.1rem}}.contact-overlay{-webkit-backdrop-filter:blur(8px);z-index:9998;background:#0006;width:100vw;height:100vh;animation:.4s cubic-bezier(.16,1,.3,1) fadeIn;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact-panel{-webkit-backdrop-filter:blur(10px);width:360px;color:var(--text-primary);z-index:9999;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:1.5rem;padding:1.75rem;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 30px 60px #00000080,inset 0 1px #ffffff1a}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-40%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.contact-panel-header{justify-content:space-between;align-items:center;display:flex}.contact-panel-header h3{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:500}.close-btn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.1rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.close-btn:hover{color:var(--text-primary);background:#ffffff1a;transform:scale(1.1)}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.contact-form input,.contact-form textarea{width:100%;color:var(--text-primary);resize:none;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;padding:.8rem 1rem;font-family:inherit;font-size:.9rem;transition:all .25s cubic-bezier(.16,1,.3,1)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-secondary);opacity:.4}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent-primary);background:#ffffff14;outline:none;box-shadow:0 0 0 3px #6b64f426}.options-group{flex-wrap:wrap;gap:.5rem;display:flex}.option-btn{cursor:pointer;color:var(--text-secondary);background:0 0;border:1px solid #ffffff1a;border-radius:20px;padding:.5rem 1.1rem;font-size:.8rem;font-weight:500;transition:all .25s cubic-bezier(.16,1,.3,1)}.option-btn:hover{border-color:var(--accent-secondary);color:var(--text-primary)}.option-btn.active{background:var(--accent-primary);color:var(--text-primary);border-color:var(--accent-primary);box-shadow:0 4px 12px #6b64f44d}.submit-btn{background:var(--accent-primary);color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:.9rem;font-size:.9rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #6b64f433}.submit-btn:hover{background:var(--accent-secondary);color:var(--bg-primary);transform:translateY(-2px);box-shadow:0 6px 20px #b6a9ff66}.submit-btn:active{transform:translateY(0)}@media (width<=480px){.contact-panel{border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;width:100%;padding:1.5rem;animation:.4s cubic-bezier(.16,1,.3,1) slideUpMobile;top:auto;bottom:0;left:0;transform:none}}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.error-message{color:#ff4d4d;letter-spacing:.02em;margin-top:.25rem;font-size:.75rem;font-weight:500}.option-btn.error{border-color:#ff4d4d}.footer-massive{width:90%;color:var(--text-primary);background-color:#0000;flex-direction:column;margin:0 auto;display:flex}.footer-container{flex-direction:column;gap:8rem;width:100%;max-width:1600px;margin:0 auto;display:flex}.footer-top{flex-direction:column;align-items:flex-start;display:flex}.footer-subtext{color:var(--text-secondary);text-transform:uppercase;margin-bottom:2rem;padding-left:2rem;font-family:monospace;font-size:1rem;position:relative}.footer-subtext:before{content:"";background-color:var(--text-secondary);width:1rem;height:2px;position:absolute;top:50%;left:.25rem}.footer-huge-link{letter-spacing:-.04em;color:var(--text-primary);white-space:nowrap;align-items:center;padding-top:1rem;font-size:clamp(4rem,10vw,14rem);font-weight:200;line-height:.85;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.footer-huge-link span{margin-left:2vw;font-size:clamp(3rem,8vw,10rem);transition:transform .6s cubic-bezier(.16,1,.3,1)}.footer-huge-link:hover{color:#0000;-webkit-text-stroke:1px var(--text-secondary);transform:translate(2vw)}.footer-huge-link:hover span{-webkit-text-stroke:0px transparent;color:var(--accent-primary,#6b64f4);transform:translate(2vw,-2vw)rotate(15deg)}.footer-bottom{border-top:1px solid #ffffff1a;grid-template-columns:1fr 2fr 1fr;gap:2rem;padding-top:1rem;display:grid}.footer-col{flex-direction:column;gap:.75rem;display:flex}.footer-col-copyright{text-align:right;align-items:flex-end}.footer-label{color:var(--text-secondary);opacity:.6;text-transform:uppercase;font-family:monospace;font-size:.875rem}.footer-col p:not(.footer-label){font-size:1.125rem;font-weight:300}.footer-socials{gap:3rem;display:flex}.footer-socials a{color:var(--text-primary);padding-bottom:4px;font-size:1.125rem;font-weight:300;text-decoration:none;position:relative}.footer-socials a:after{content:"";background-color:var(--text-primary);transform-origin:100%;width:100%;height:1px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.footer-socials a:hover:after{transform-origin:0;transform:scaleX(1)}@media (width>=1921px){.footer-massive{padding:12rem 2rem 4rem}.footer-container{gap:12rem;max-width:1800px}.footer-huge-link{font-size:clamp(8rem,11vw,16rem)}.footer-huge-link span{font-size:clamp(6rem,9vw,12rem)}.footer-col p:not(.footer-label),.footer-socials a{font-size:1.35rem}}@media (width>=1025px) and (width<=1920px){.footer-massive{padding:8rem 2rem 3rem}}@media (width>=768px) and (width<=1024px){.footer-massive{padding:6rem 2rem 2rem}.footer-container{gap:6rem}.footer-huge-link{white-space:normal;font-size:clamp(4rem,8vw,7.5rem)}.footer-socials{flex-wrap:wrap;gap:1.5rem}.footer-bottom{grid-template-columns:1fr 1fr;row-gap:3.5rem}.footer-col-copyright{text-align:left;align-items:flex-start}}@media (width<=767px){.footer-subtext{padding-left:0}.footer-massive{width:100%;margin:0;padding:5rem 1.5rem 2rem}.footer-huge-link{white-space:normal}.footer-container{gap:4rem;padding-top:3rem}.footer-subtext:before{display:none}.footer-huge-link{font-size:clamp(2.5rem,11vw,5rem)}.footer-bottom{grid-template-columns:1fr;row-gap:2.5rem}.footer-col-copyright{text-align:left;align-items:flex-start}.footer-socials{flex-wrap:wrap;gap:1.25rem}}.screen-floater{z-index:100;background:linear-gradient(135deg, var(--accent-primary) 0%, #4a36e6 100%);color:var(--text-primary);letter-spacing:-.01em;cursor:pointer;opacity:0;pointer-events:none;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.6rem;padding:.8rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;position:fixed;bottom:2.5rem;right:2.5rem;overflow:hidden;transform:translateY(20px)scale(.9);box-shadow:0 10px 30px #6b64f459}.screen-floater:before{content:"";background:linear-gradient(135deg, var(--accent-secondary) 0%, var(--accent-primary) 100%);opacity:0;z-index:-1;border-radius:9999px;transition:opacity .3s;position:absolute;inset:0}.screen-floater.visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.screen-floater.visible:hover{color:var(--text-primary);transform:translateY(-5px)scale(1.03);box-shadow:0 15px 35px #6b64f480,0 0 15px #b6a9ff33}.screen-floater.visible:hover:before{opacity:1}.screen-floater.visible:active{transform:translateY(-2px)scale(.98);box-shadow:0 5px 15px #6b64f466}.floater-text{z-index:1;position:relative}.floater-icon-wrapper{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.floater-icon{transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:block}.screen-floater:hover .floater-icon{transform:translate(1px,-1px)rotate(-10deg)scale(1.1)}@media (width<=767px){.screen-floater{gap:.5rem;padding:.65rem 1.15rem;font-size:.85rem;bottom:1.5rem;right:1.5rem}}.preloader2-overlay{background-color:var(--bg-primary,#000);width:100vw;height:100vh;color:var(--text-primary,#fff);z-index:99999;justify-content:center;align-items:center;transition:opacity .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;overflow:hidden}.preloader2-overlay.fade-out{opacity:0;pointer-events:none;filter:blur(30px)}.preloader2-container{flex-direction:column;justify-content:center;align-items:center;width:680px;height:680px;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .6s;display:flex;position:relative}.preloader2-overlay.fade-out .preloader2-container{opacity:0;transform:scale(.95)}.preloader2-canvas{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.preloader2-text-wrapper{z-index:10;text-align:center;pointer-events:none;flex-direction:column;gap:.75rem;padding:2rem;display:flex;position:relative}.preloader2-title{text-transform:uppercase;letter-spacing:.5em;color:#fff;text-shadow:0 0 10px #fff3;margin:0;padding-left:.5em;font-family:Outfit,Inter,-apple-system,sans-serif;font-size:clamp(1rem,3vw,1.25rem);font-weight:300;animation:1.5s cubic-bezier(.16,1,.3,1) forwards textReveal}.preloader2-subtitle{text-transform:uppercase;letter-spacing:.4em;color:var(--text-secondary,#9b9fa8);opacity:0;margin:0;padding-left:.4em;font-family:monospace;font-size:clamp(.65rem,2vw,.75rem);font-weight:400;animation:2s cubic-bezier(.16,1,.3,1) .4s forwards subtitleReveal}.preloader2-progress-subtle{letter-spacing:.2em;color:var(--text-secondary,#9b9fa8);opacity:.3;font-family:monospace;font-size:.8rem;position:absolute;bottom:2rem}@keyframes textReveal{0%{opacity:0;letter-spacing:.8em;transform:translateY(10px)}to{opacity:1;letter-spacing:.5em;transform:translateY(0)}}@keyframes subtitleReveal{0%{opacity:0;transform:translateY(5px)}to{opacity:.6;transform:translateY(0)}}@media (width<=1024px){.preloader2-container{width:500px;height:500px}}@media (width<=768px){.preloader2-container{width:340px;height:340px}}.particle-bg-canvas{z-index:-1;pointer-events:none;width:100%;height:100%;display:block;position:fixed;inset:0}
