@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700&family=Teko:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";:root{--bg-color: #050505;--text-color: #e0e0e0;--primary-color: #bacbdb;--secondary-color: #00d4ff;--accent-color: #ff0055;--font-main: "Outfit", sans-serif;--padding-inline: 2rem;--max-width: 1440px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden;line-height:1.6}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--padding-inline)}.section-padding{padding-top:10rem;padding-bottom:10rem}.app-container{position:relative;min-height:100vh}.page-transition-wrapper{will-change:opacity,transform}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}.glass-surface{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:opacity .26s ease-out}.glass-surface__filter{width:100%;height:100%;pointer-events:none;position:absolute;inset:0;opacity:0;z-index:-1}.glass-surface__content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:inherit;position:relative;z-index:1}.glass-surface--svg{background:light-dark(hsl(0 0% 100% / var(--glass-frost, 0)),hsl(0 0% 0% / var(--glass-frost, 0)));-webkit-backdrop-filter:var(--filter-id, url(#glass-filter)) saturate(var(--glass-saturation, 1));backdrop-filter:var(--filter-id, url(#glass-filter)) saturate(var(--glass-saturation, 1));box-shadow:0 0 2px 1px light-dark(color-mix(in oklch,black,transparent 85%),color-mix(in oklch,white,transparent 65%)) inset,0 0 10px 4px light-dark(color-mix(in oklch,black,transparent 90%),color-mix(in oklch,white,transparent 85%)) inset,0 4px 16px #11111a0d,0 8px 24px #11111a0d,0 16px 56px #11111a0d,0 4px 16px #11111a0d inset,0 8px 24px #11111a0d inset,0 16px 56px #11111a0d inset}.glass-surface--fallback{background:#ffffff40;backdrop-filter:blur(12px) saturate(1.8) brightness(1.1);-webkit-backdrop-filter:blur(12px) saturate(1.8) brightness(1.1);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #1f268733,0 2px 16px #1f26871a,inset 0 1px #fff6,inset 0 -1px #fff3}@media(prefers-color-scheme:dark){.glass-surface--fallback{background:#ffffff1a;backdrop-filter:blur(12px) saturate(1.8) brightness(1.2);-webkit-backdrop-filter:blur(12px) saturate(1.8) brightness(1.2);border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px #fff3,inset 0 -1px #ffffff1a}}@supports not (backdrop-filter: blur(10px)){.glass-surface--fallback{background:#fff6;box-shadow:inset 0 1px #ffffff80,inset 0 -1px #ffffff4d}.glass-surface--fallback:before{content:"";position:absolute;inset:0;background:#ffffff26;border-radius:inherit;z-index:-1}}@supports not (backdrop-filter: blur(10px)){@media(prefers-color-scheme:dark){.glass-surface--fallback{background:#0006}.glass-surface--fallback:before{background:#ffffff0d}}}.glass-surface:focus-visible{outline:2px solid light-dark(#007aff,#0a84ff);outline-offset:2px}.gradient-blinds-container{position:relative;width:100%;height:100%;overflow:hidden}.tilted-card-figure{position:relative;display:flex;justify-content:center;align-items:center;perspective:1000px;margin:auto;cursor:none}.tilted-card-inner{position:relative;transform-style:preserve-3d;will-change:transform;border-radius:15px;overflow:hidden}.tilted-card-img{display:block;object-fit:cover;border-radius:inherit;pointer-events:none}.tilted-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.tilted-card-caption{position:absolute;top:0;left:0;padding:8px 12px;background:#fff;color:#000;border-radius:4px;font-size:14px;font-weight:500;pointer-events:none;white-space:nowrap;z-index:10;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.tilted-card-mobile-alert{display:none;position:absolute;top:-40px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px;border-radius:4px;font-size:12px;white-space:nowrap}@media(max-width:768px){.tilted-card-mobile-alert{display:block}}.hero-section{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background-color:#000;color:#fff;overflow:hidden;font-family:Inter,sans-serif}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:#000}.hero-container{position:relative;z-index:10;width:100%;max-width:1400px;padding:0 2rem;display:flex;flex-direction:column;align-items:center}.hero-top-name{text-align:center;margin-bottom:4rem;margin-top:2rem;font-size:1rem;text-transform:uppercase;letter-spacing:.2em;color:#ccc;font-weight:500}.hero-content-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:500px}.hero-card-wrapper{position:relative;z-index:20}.hero-large-text{font-family:Teko,sans-serif;font-size:clamp(4rem,12vw,10rem);font-weight:700;line-height:.9;text-transform:uppercase;color:#e0e0e0;margin:0;flex:1}.hero-large-text.top-left{position:absolute;top:-4rem;left:-10rem;text-align:left}.hero-large-text.bottom-right{text-align:right}.hero-bottom-right{position:absolute;bottom:-4rem;right:-8rem;display:flex;flex-direction:column;align-items:flex-end}.hero-description{margin-top:1.5rem;padding-left:2rem;max-width:300px;font-size:1rem;color:#888;line-height:1.5;font-weight:300}.hero-info-section{display:flex;justify-content:center;align-items:flex-start;gap:4rem;margin-top:4rem;padding:2rem;border-top:1px solid #222}.hero-info-item{display:flex;flex-direction:column;gap:.5rem}.hero-info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#666;font-weight:500}.hero-info-value{font-size:1rem;color:#e0e0e0;font-weight:400}.hero-info-value a{color:#e0e0e0;text-decoration:none;transition:color .3s ease}.hero-info-value a:hover{color:#fff}.hero-info-socials{display:flex;gap:1.5rem}.hero-info-socials a{color:#e0e0e0;text-decoration:none;font-size:1rem;transition:color .3s ease}.hero-info-socials a:hover{color:#fff}@media(max-width:1024px){.hero-main-row{flex-direction:column;gap:2rem}.hero-top-name{margin-bottom:2rem}.hero-large-text{font-size:5rem;text-align:center}.hero-large-text.left,.hero-large-text.right{text-align:center;padding:0}.hero-right-col{align-items:center;text-align:center}.hero-description{padding-left:0;text-align:center;margin-top:1rem}.hero-info-section{flex-direction:column;gap:2rem;align-items:center;text-align:center}.hero-info-item{align-items:center}}.about-section{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#000;color:#fff;padding:4rem 2rem}.about-container{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.about-left{display:flex;flex-direction:column;gap:2rem}.about-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;text-transform:uppercase;margin:0;letter-spacing:.02em}.about-description{font-size:1.125rem;line-height:1.6;color:#ccc;max-width:500px;margin:0}.about-experience{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.about-experience-number{font-size:8rem;font-weight:700;line-height:1;color:#4a90e2;margin:0}.about-experience-label{font-size:1rem;color:#ccc;text-transform:capitalize}.about-contact{display:flex;flex-direction:column;gap:.5rem}.about-contact-item{display:flex;flex-direction:column;gap:.25rem}.about-contact-label{font-size:.875rem;color:#888}.about-contact-value{font-size:1rem;color:#e0e0e0}.about-socials{display:flex;gap:1rem}.about-social-link{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#1a1a1a;border-radius:8px;color:#e0e0e0;transition:all .3s ease}.about-social-link:hover{background-color:#2a2a2a;color:#fff;transform:translateY(-2px)}.about-story-btn{width:fit-content;padding:1rem 2.5rem;background-color:transparent;border:1px solid #e0e0e0;border-radius:50px;color:#e0e0e0;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease}.about-story-btn:hover{background-color:#fff;color:#000;border-color:#fff}.about-right{display:flex;justify-content:center;align-items:center}.about-image-wrapper{width:100%;max-width:500px;aspect-ratio:3/4;border-radius:16px;overflow:hidden;position:relative}.about-image{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.about-container{grid-template-columns:1fr;gap:3rem}.about-experience-number{font-size:6rem}.about-right{order:-1}.about-image-wrapper{max-width:400px}}@media(max-width:768px){.about-section{padding:3rem 1.5rem}.about-title{font-size:2.5rem}.about-description{font-size:1rem}.about-experience-number{font-size:5rem}.about-image-wrapper{max-width:100%}}.services-section{position:relative;padding:100px 4rem;background:transparent}.services-container{max-width:1400px;margin:0 auto}.services-title{font-size:clamp(3rem,8vw,5rem);font-family:Bebas Neue,sans-serif;text-transform:uppercase;margin:0 0 1.5rem;line-height:1.1;color:#fff;font-weight:400;letter-spacing:.02em;text-align:center}.services-subtitle{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;color:#b0b0b0;font-weight:400;max-width:600px;margin:0 auto 4rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{background:#0d1929;border-radius:20px;padding:2rem;transition:all .3s ease;border:1px solid rgba(186,203,219,.1)}.service-card:hover{transform:translateY(-8px);border-color:#bacbdb4d;box-shadow:0 20px 40px #0000004d}.service-header{margin-bottom:1.5rem}.service-number{font-size:3rem;font-family:Bebas Neue,sans-serif;color:#bacbdb;line-height:1;display:block;margin-bottom:1rem}.service-title{font-size:1.25rem;font-weight:700;text-transform:uppercase;color:#fff;letter-spacing:.05em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0}.service-list{list-style:none;padding:0;margin:0}.service-item{font-size:.9rem;color:#b0b0b0;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:flex-start;gap:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.service-item:last-child{border-bottom:none}.service-icon{color:#bacbdb;font-size:.75rem;margin-top:3px}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-section{padding:60px 2rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}}.featured-projects-section{position:relative;padding:100px 4rem;background:transparent}.projects-container{max-width:1400px;margin:0 auto}.projects-title{font-size:clamp(3rem,8vw,5rem);font-family:Bebas Neue,sans-serif;text-transform:uppercase;margin:0 0 1.5rem;line-height:1.1;color:#fff;font-weight:400;letter-spacing:.02em;text-align:center}.projects-subtitle{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;color:#b0b0b0;font-weight:400;max-width:700px;margin:0 auto 4rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.project-card{position:relative;background:#0d1929;border-radius:20px;overflow:hidden;border:1px solid rgba(186,203,219,.1);transition:all .4s ease;cursor:pointer}.project-card:hover{transform:translateY(-10px);border-color:#bacbdb4d;box-shadow:0 25px 50px #0006}.project-image{height:250px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.project-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--card-color) 0%,rgba(0,0,0,.5) 100%)}.project-initial{font-size:5rem;font-family:Bebas Neue,sans-serif;color:#fff3}.project-content{padding:2rem}.project-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#bacbdb;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.project-name{font-size:1.5rem;font-family:Bebas Neue,sans-serif;color:#fff;margin:.5rem 0 1rem;letter-spacing:.02em}.project-description{font-size:.9rem;line-height:1.6;color:#b0b0b0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0}.project-hover-overlay{position:absolute;inset:0;background:#0d1929f2;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-hover-overlay{opacity:1}.view-project{font-size:1.25rem;font-family:Bebas Neue,sans-serif;color:#bacbdb;letter-spacing:.1em;border:2px solid #bacbdb;padding:1rem 2rem;border-radius:50px;transition:all .3s ease}.project-card:hover .view-project:hover{background:#bacbdb;color:#0d1929}.projects-cta{text-align:center}.browse-all-btn{background:transparent;border:2px solid #bacbdb;color:#bacbdb;padding:1rem 3rem;border-radius:50px;font-size:1rem;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;text-transform:uppercase}.browse-all-btn:hover{background:#bacbdb;color:#000;transform:translateY(-2px);box-shadow:0 4px 20px #bacbdb4d}@media(max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.featured-projects-section{padding:60px 2rem}.projects-grid{grid-template-columns:1fr}.project-image{height:200px}.project-content{padding:1.5rem}}.testimonials-section{position:relative;padding:100px 4rem;background:transparent}.testimonials-section .testimonials-title,.testimonials-section .testimonials-subtitle,.testimonials-section .stat-item,.testimonials-section .testimonial-card{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.testimonials-section.visible .testimonials-title{opacity:1;transform:translateY(0)}.testimonials-section.visible .testimonials-subtitle{opacity:1;transform:translateY(0);transition-delay:.1s}.testimonials-section.visible .stat-item,.testimonials-section.visible .testimonial-card{opacity:1;transform:translateY(0);animation:fadeInUp .6s ease forwards}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials-title{font-size:clamp(3rem,8vw,5rem);font-family:Bebas Neue,sans-serif;text-transform:uppercase;margin:0 0 1.5rem;line-height:1.1;color:#fff;font-weight:400;letter-spacing:.02em;text-align:center}.testimonials-subtitle{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;color:#b0b0b0;font-weight:400;max-width:700px;margin:0 auto 3rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.stats-container{display:flex;justify-content:center;gap:5rem;margin-bottom:4rem}.stat-item{text-align:center}.stat-value{font-size:clamp(3rem,6vw,4rem);font-family:Bebas Neue,sans-serif;color:#bacbdb;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#b0b0b0;text-transform:uppercase;letter-spacing:.1em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonial-card{background:#0d1929;border-radius:20px;padding:2rem;border:1px solid rgba(186,203,219,.1);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);border-color:#bacbdb4d;box-shadow:0 15px 30px #0000004d}.testimonial-stars{margin-bottom:1rem}.star{color:#bacbdb;font-size:1.25rem;margin-right:2px}.testimonial-text{font-size:1rem;line-height:1.7;color:#d0d0d0;margin-bottom:1.5rem;font-style:italic;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#bacbdb,#8aa3b8);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#0d1929;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.author-name{font-size:1rem;font-weight:600;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.author-role{font-size:.875rem;color:#b0b0b0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media(max-width:1024px){.stats-container{gap:3rem}}@media(max-width:768px){.testimonials-section{padding:60px 2rem}.testimonials-grid{grid-template-columns:1fr}.stats-container{flex-direction:column;gap:2rem}.testimonial-card{padding:1.5rem}}.faq-section{position:relative;padding:100px 4rem;background:transparent}.faq-section .faq-title,.faq-section .faq-subtitle,.faq-section .faq-item{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.faq-section.visible .faq-title{opacity:1;transform:translateY(0)}.faq-section.visible .faq-subtitle{opacity:1;transform:translateY(0);transition-delay:.1s}.faq-section.visible .faq-item{opacity:1;transform:translateY(0);animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.faq-container{max-width:900px;margin:0 auto}.faq-title{font-size:clamp(3rem,8vw,5rem);font-family:Bebas Neue,sans-serif;text-transform:uppercase;margin:0 0 1.5rem;line-height:1.1;color:#fff;font-weight:400;letter-spacing:.02em;text-align:center}.faq-subtitle{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;color:#b0b0b0;font-weight:400;max-width:700px;margin:0 auto 4rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#0d1929;border-radius:16px;overflow:hidden;border:1px solid rgba(186,203,219,.1);transition:all .3s ease}.faq-item:hover{border-color:#bacbdb4d}.faq-item.open{border-color:#bacbdb66}.faq-question{width:100%;padding:1.5rem 2rem;background:transparent;border:none;display:flex;align-items:center;gap:1rem;cursor:pointer;text-align:left;transition:all .3s ease}.faq-number{font-size:1.25rem;font-family:Bebas Neue,sans-serif;color:#bacbdb;min-width:30px}.faq-question-text{flex:1;font-size:1rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.faq-icon{font-size:1.5rem;color:#bacbdb;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{padding:0 2rem 1.5rem 3.5rem;font-size:1rem;line-height:1.7;color:#b0b0b0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0}@media(max-width:768px){.faq-section{padding:60px 2rem}.faq-question{padding:1.25rem 1.5rem}.faq-answer p{padding:0 1.5rem 1.25rem 2.5rem}}.contact-form-section{position:relative;padding:100px 4rem;background:transparent}.contact-form-section .contact-form-container,.contact-form-section .contact-image-wrapper,.contact-form-section .contact-form-wrapper{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.contact-form-section.visible .contact-form-container{opacity:1;transform:translateY(0)}.contact-form-section.visible .contact-image-wrapper{opacity:1;transform:translateY(0);transition-delay:.2s}.contact-form-section.visible .contact-form-wrapper{opacity:1;transform:translateY(0);transition-delay:.3s}.contact-form-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center}.contact-image-wrapper{position:relative;width:100%;max-width:400px;margin:0 auto}.contact-image{width:100%;height:auto;border-radius:24px;background:linear-gradient(145deg,#1a2a3a,#0d1929);box-shadow:0 20px 60px #0006}.wave-icon{position:absolute;bottom:20px;left:20px;width:60px;height:60px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;box-shadow:0 10px 30px #0000004d;animation:wave 2s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-20deg)}}.contact-form-title{font-size:clamp(2.5rem,6vw,4rem);font-family:Bebas Neue,sans-serif;text-transform:uppercase;margin:0 0 1rem;line-height:1.1;color:#fff;font-weight:400;letter-spacing:.02em}.contact-form-subtitle{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;color:#b0b0b0;font-weight:400;margin-bottom:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;color:#b0b0b0;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.form-group input,.form-group select,.form-group textarea{padding:1rem 1.25rem;background:#0d1929;border:1px solid rgba(186,203,219,.2);border-radius:12px;color:#fff;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#bacbdb;box-shadow:0 0 0 3px #bacbdb1a}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23bacbdb' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:1rem 2.5rem;background:#bacbdb;color:#0d1929;border:none;border-radius:12px;font-size:1rem;font-weight:700;font-family:Bebas Neue,sans-serif;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;align-self:flex-start}.submit-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #bacbdb4d}@media(max-width:900px){.contact-form-section{padding:60px 2rem}.contact-form-container{grid-template-columns:1fr;gap:3rem}.contact-image-wrapper{max-width:300px}.form-row{grid-template-columns:1fr}}.flipping-card-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;pointer-events:none;width:320px;height:450px;perspective:1500px;opacity:0;transition:opacity .6s ease .3s}.flipping-card-container.stopped{position:absolute;transform:translate(-50%)}.flipping-card{width:100%;height:100%;position:relative;transform-style:preserve-3d}.card-side{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000080}.card-side img{width:100%;height:100%;object-fit:cover;display:block}.card-front{transform:rotateY(0)}.card-back{transform:rotateY(180deg);background:linear-gradient(135deg,#e8ecf1,#d4dce8)}@media(max-width:768px){.flipping-card-container{width:240px;height:320px}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease,visibility .5s ease}.loading-screen.fade-out{opacity:0;visibility:hidden}.loading-content{text-align:center;width:300px}.loading-logo{margin-bottom:3rem}.loading-name{font-size:2rem;font-family:Bebas Neue,sans-serif;color:#fff;letter-spacing:.1em}.loading-bar-container{width:100%;height:2px;background:#bacbdb33;border-radius:2px;overflow:hidden;margin-bottom:1.5rem}.loading-bar{height:100%;background:#bacbdb;transition:width .1s ease-out}.loading-info{display:flex;justify-content:space-between;align-items:center}.loading-text{font-size:.75rem;font-family:monospace;color:#bacbdb99;letter-spacing:.2em}.loading-percent{font-size:.875rem;font-family:Bebas Neue,sans-serif;color:#bacbdb;letter-spacing:.1em}.beams-container{position:fixed!important;top:0;left:0;width:100vw!important;height:100vh!important;z-index:0;pointer-events:none}:root{--hue: 27;--sat: 69%;--white: hsl(0, 0%, 100%);--purple-primary: rgba(186, 203, 219, 1);--purple-glow: rgba(186, 203, 219, .2);--purple-border: rgba(186, 203, 219, .8);--border-color: transparent;--background-dark: #0d1929;color-scheme:light dark}.card-grid{display:grid;gap:.5em;padding:.75em;max-width:54em;font-size:clamp(1rem,.9rem + .5vw,1.5rem);margin:0 auto}.magic-bento-card{display:flex;flex-direction:column;justify-content:space-between;position:relative;min-height:250px;width:100%;max-width:100%;padding:1.5em;border-radius:20px;border:none;background:var(--background-dark);font-weight:300;overflow:hidden;transition:all .3s ease;--glow-x: 50%;--glow-y: 50%;--glow-intensity: 0;--glow-radius: 200px}.magic-bento-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.magic-bento-card__header,.magic-bento-card__content{display:flex;position:relative;color:var(--white)}.magic-bento-card__header{gap:.75em;justify-content:space-between}.magic-bento-card__content{flex-direction:column}.magic-bento-card__label{font-size:16px;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.magic-bento-card__title,.magic-bento-card__description{--clamp-title: 1;--clamp-desc: 2}.magic-bento-card__title{font-weight:400;font-size:20px;margin:0 0 .5em}.magic-bento-card__description{font-size:15px;line-height:1.6;opacity:.9}.magic-bento-card--text-autohide .magic-bento-card__title,.magic-bento-card--text-autohide .magic-bento-card__description{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.magic-bento-card--text-autohide .magic-bento-card__title{-webkit-line-clamp:2;line-clamp:2}.magic-bento-card--text-autohide .magic-bento-card__description{-webkit-line-clamp:4;line-clamp:4}@media(max-width:599px){.card-grid{grid-template-columns:1fr;width:90%;margin:0 auto;padding:.5em}.magic-bento-card{width:100%;min-height:180px}}@media(min-width:600px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.card-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,400px)}.magic-bento-card{min-height:auto}.magic-bento-card:nth-child(1){grid-column:1;grid-row:1}.magic-bento-card:nth-child(2){grid-column:2;grid-row:1}.magic-bento-card:nth-child(3){grid-column:3 / span 2;grid-row:1 / span 2}.magic-bento-card:nth-child(4){grid-column:1;grid-row:2}.magic-bento-card:nth-child(5){grid-column:2;grid-row:2}}.magic-bento-card--border-glow:after{content:"";position:absolute;inset:0;padding:6px;background:radial-gradient(var(--glow-radius) circle at var(--glow-x) var(--glow-y),rgba(186,203,219,calc(var(--glow-intensity) * .8)) 0%,rgba(186,203,219,calc(var(--glow-intensity) * .4)) 30%,transparent 60%);border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:1;transition:opacity .3s ease;z-index:1}.magic-bento-card--border-glow:hover:after{opacity:1}.magic-bento-card--border-glow:hover{box-shadow:0 4px 20px #1a233266,0 0 30px #bacbdb26}.particle-container{position:relative;overflow:hidden}.particle:before{content:"";position:absolute;inset:-2px;background:#bacbdb33;border-radius:50%;z-index:-1}.particle-container:hover{box-shadow:0 4px 20px #1a233233,0 0 30px #bacbdb26}.global-spotlight{mix-blend-mode:screen;will-change:transform,opacity;z-index:200!important;pointer-events:none}.bento-section{position:relative;-webkit-user-select:none;user-select:none}
