@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #000000;--bg-secondary: #050505;--bg-tertiary: #0a0a0a;--text-primary: #ffffff;--text-secondary: #9ca3af;--text-muted: #6b7280;--accent-primary: #6366f1;--accent-secondary: #8b5cf6;--accent-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);--border-color: #1a1a1a;--glow-color: rgba(99, 102, 241, .2)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:700;line-height:1.1}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--accent-primary);color:var(--text-primary)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.25rem}}.gradient-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glow{box-shadow:0 0 40px var(--glow-color)}.grid-pattern{background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 1px);background-size:60px 60px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;transition:all .3s ease}.navbar.scrolled{background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo{font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:500;color:var(--text-primary);letter-spacing:-.01em}.nav-center{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center}.nav-item{display:flex;align-items:center}.nav-link{font-size:.85rem;font-weight:400;color:var(--text-muted);transition:color .3s ease;padding:.5rem 0}.nav-link:hover{color:var(--text-primary)}.nav-separator{color:var(--text-muted);opacity:.4;margin:0 1rem;font-size:.85rem}.nav-cta{font-size:.85rem;font-weight:400;color:var(--text-muted);transition:color .3s ease}.nav-cta:hover{color:var(--text-primary)}.mobile-menu-btn{display:none;background:none;color:var(--text-primary);padding:.5rem}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:1rem 2rem 1.5rem;background:var(--bg-primary);border-bottom:1px solid var(--border-color)}.mobile-nav-link{padding:.875rem 0;font-size:.9rem;color:var(--text-muted);border-bottom:1px solid var(--border-color);transition:color .3s ease}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover{color:var(--text-primary)}@media(max-width:768px){.nav-center,.nav-cta{display:none}.mobile-menu-btn{display:block}.mobile-menu{display:flex}.navbar-container{padding:0 1.25rem}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative;padding:8rem 0 3rem}.hero-container{flex:1;display:flex;flex-direction:column;justify-content:center}.hero-label{font-size:.85rem;font-weight:400;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:2rem}.hero-title{font-size:clamp(3rem,9vw,7rem);font-weight:500;letter-spacing:-.03em;line-height:1.05;margin:0 0 4rem;max-width:1000px}.hero-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;padding-top:3rem;border-top:1px solid var(--border-color)}.hero-description{max-width:400px;font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-primary);white-space:nowrap;transition:opacity .3s ease}.hero-cta:hover{opacity:.7}.hero-scroll{position:absolute;bottom:3rem;right:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero-scroll span{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);writing-mode:vertical-rl}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--text-muted),transparent)}@media(max-width:768px){.hero{padding:7rem 0 2rem}.hero-title{margin-bottom:3rem}.hero-footer{flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-scroll{display:none}}.services{padding:8rem 0;background:var(--bg-primary)}.services-header{margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--text-primary)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-color);border:1px solid var(--border-color)}.service-card{background:var(--bg-primary);padding:3rem 2.5rem;transition:all .4s ease;cursor:default}.service-card:hover{background:var(--bg-tertiary)}.service-card:hover .service-icon{color:var(--accent-primary);transform:translateY(-2px)}.service-icon{color:var(--text-secondary);margin-bottom:1.5rem;transition:all .3s ease}.service-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.service-description{font-size:.95rem;color:var(--text-muted);line-height:1.6}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services{padding:5rem 0}.services-grid{grid-template-columns:1fr}.service-card{padding:2rem 1.5rem}}.work{padding:8rem 0;background:var(--bg-primary);border-top:1px solid var(--border-color)}.work-header{margin-bottom:3rem}.work-label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted)}.projects-list{display:flex;flex-direction:column}.project-row{display:grid;grid-template-columns:120px 1fr auto;gap:3rem;align-items:center;padding:2rem 0;border-bottom:1px solid var(--border-color);transition:all .3s ease;cursor:pointer}.project-row:first-child{border-top:1px solid var(--border-color)}.project-row:hover{padding-left:1rem}.project-row:hover .project-title{color:var(--accent-primary)}.project-row:hover .project-image{transform:scale(1.05)}.project-row:hover .project-arrow{opacity:1;transform:translate(0)}.project-image-wrapper{width:120px;height:80px;overflow:hidden;background:var(--bg-tertiary)}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;filter:grayscale(100%)}.project-row:hover .project-image{filter:grayscale(0%)}.project-info{display:flex;flex-direction:column;gap:.5rem}.project-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;color:var(--text-primary);transition:color .3s ease;margin:0}.project-meta{display:flex;gap:1.5rem}.project-category,.project-year{font-size:.9rem;color:var(--text-muted)}.project-arrow{color:var(--text-muted);opacity:0;transform:translate(-10px,10px);transition:all .3s ease}@media(max-width:768px){.work{padding:5rem 0}.project-row{grid-template-columns:80px 1fr auto;gap:1.5rem;padding:1.5rem 0}.project-image-wrapper{width:80px;height:60px}.project-title{font-size:1.25rem}.project-meta{flex-direction:column;gap:.25rem}.project-arrow{display:none}}.about{padding:10rem 0;background:var(--bg-primary);border-top:1px solid var(--border-color)}.about-content{max-width:900px}.about-label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:2rem}.about-heading{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:500;line-height:1.4;color:var(--text-secondary);margin-bottom:4rem}.text-highlight{color:var(--text-primary)}.about-stats{display:flex;gap:4rem}.stat{display:flex;flex-direction:column;gap:.5rem}.stat-number{font-family:Space Grotesk,sans-serif;font-size:3rem;font-weight:600;color:var(--text-primary);line-height:1}.stat-label{font-size:.9rem;color:var(--text-muted)}@media(max-width:768px){.about{padding:6rem 0}.about-stats{flex-direction:column;gap:2.5rem}.stat-number{font-size:2.5rem}}.testimonials{padding:8rem 0;background:var(--bg-primary);border-top:1px solid var(--border-color)}.testimonials-label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-color);border:1px solid var(--border-color)}.testimonial-item{background:var(--bg-primary);padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;transition:background .3s ease}.testimonial-item:hover{background:var(--bg-tertiary)}.testimonial-quote{font-size:1.1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2rem;flex-grow:1}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.author-name{font-size:1rem;font-weight:600;color:var(--text-primary)}.author-role{font-size:.875rem;color:var(--text-muted)}@media(max-width:1024px){.testimonials-grid{grid-template-columns:1fr}.testimonial-item{min-height:auto}}@media(max-width:640px){.testimonials{padding:5rem 0}.testimonial-item{padding:2rem 1.5rem}.testimonial-quote{font-size:1rem}}.contact{padding:10rem 0;background:var(--bg-primary);border-top:1px solid var(--border-color)}.contact-content{max-width:800px}.contact-label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:2rem}.contact-heading{font-size:clamp(2rem,5vw,3.5rem);font-weight:600;color:var(--text-primary);margin-bottom:2rem}.contact-email{display:inline-flex;align-items:center;gap:1rem;font-size:clamp(1.5rem,4vw,3rem);font-weight:500;color:var(--text-secondary);margin-bottom:4rem;transition:color .3s ease;border-bottom:2px solid var(--border-color);padding-bottom:.5rem}.contact-email:hover{color:var(--accent-primary)}.email-arrow{transition:transform .3s ease}.contact-email:hover .email-arrow{transform:translate(4px,-4px)}.contact-details{display:flex;gap:4rem}.detail-group{display:flex;flex-direction:column;gap:.5rem}.detail-label{font-size:.875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.detail-value{font-size:1rem;color:var(--text-primary);transition:color .3s ease}a.detail-value:hover{color:var(--accent-primary)}@media(max-width:768px){.contact{padding:6rem 0}.contact-email{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:1.25rem}.email-arrow{width:24px;height:24px}.contact-details{flex-direction:column;gap:2rem}}.footer{padding:4rem 0 2rem;background:var(--bg-primary);border-top:1px solid var(--border-color)}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:3rem;border-bottom:1px solid var(--border-color)}.footer-left{display:flex;flex-direction:column;gap:.5rem}.footer-logo{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.footer-tagline{font-size:.9rem;color:var(--text-muted)}.footer-links{display:flex;gap:2.5rem}.footer-links a{font-size:.9rem;color:var(--text-muted);transition:color .3s ease}.footer-links a:hover{color:var(--text-primary)}.footer-social{display:flex;gap:2rem}.footer-social a{font-size:.9rem;color:var(--text-muted);transition:color .3s ease}.footer-social a:hover{color:var(--text-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem}.footer-bottom span{font-size:.85rem;color:var(--text-muted)}.footer-legal{display:flex;gap:2rem}.footer-legal a{font-size:.85rem;color:var(--text-muted);transition:color .3s ease}.footer-legal a:hover{color:var(--text-primary)}@media(max-width:900px){.footer-content{flex-direction:column;gap:2.5rem}.footer-links{gap:2rem}}@media(max-width:640px){.footer{padding:3rem 0 1.5rem}.footer-links,.footer-social{flex-wrap:wrap;gap:1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{gap:1.5rem}}
