.Navbar-module__cJzEcG__nav{width:100%;height:var(--header-height);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050505cc;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:0 40px;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__logo{font-family:var(--font-display);color:var(--foreground);letter-spacing:.1em;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__logo span{color:var(--accent)}.Navbar-module__cJzEcG__links{gap:32px;display:flex}.Navbar-module__cJzEcG__link{font-family:var(--font-main);color:var(--secondary-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:500;transition:color .3s}.Navbar-module__cJzEcG__link:hover{color:var(--accent)}@media (max-width:768px){.Navbar-module__cJzEcG__nav{padding:0 20px}.Navbar-module__cJzEcG__links{display:none}}
.Hero-module__ZARIfG__hero{background:radial-gradient(circle,#ccff000d 0%,#0000 50%),linear-gradient(#050505 0% 80%,#0a0a0a 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__glow{background:var(--accent);filter:blur(200px);opacity:.15;z-index:0;border-radius:50%;width:600px;height:600px;animation:4s infinite alternate Hero-module__ZARIfG__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__ZARIfG__pulse{0%{opacity:.1;transform:translate(-50%,-50%)scale(.9)}to{opacity:.2;transform:translate(-50%,-50%)scale(1.1)}}.Hero-module__ZARIfG__content{z-index:1;text-align:center;padding:0 20px}.Hero-module__ZARIfG__label{font-family:var(--font-main);color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:20px;font-size:.9rem;display:block}.Hero-module__ZARIfG__title{font-family:var(--font-display);text-transform:uppercase;color:#fff;margin-bottom:30px;font-size:clamp(3rem,10vw,8rem);font-weight:700;line-height:.9}.Hero-module__ZARIfG__title span{color:#fff3;margin-top:10px;font-size:.5em;display:block}.Hero-module__ZARIfG__actions{justify-content:center;gap:20px;margin-top:40px;display:flex}
.Showcase-module__7XH1AW__section{background:var(--background);padding:100px 0}.Showcase-module__7XH1AW__header{text-align:center;margin-bottom:60px}.Showcase-module__7XH1AW__title{font-family:var(--font-display);text-transform:uppercase;margin-bottom:10px;font-size:3rem}.Showcase-module__7XH1AW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:0 20px;display:grid}.Showcase-module__7XH1AW__card{aspect-ratio:4/3;background:var(--secondary);border-radius:4px;transition:transform .4s;position:relative;overflow:hidden}.Showcase-module__7XH1AW__card:hover{transform:translateY(-5px)}.Showcase-module__7XH1AW__card.Showcase-module__7XH1AW__large{aspect-ratio:16/7;grid-column:span 2}.Showcase-module__7XH1AW__imagePlaceholder{object-fit:cover;background:#222;width:100%;height:100%;transition:opacity .4s}.Showcase-module__7XH1AW__card:hover .Showcase-module__7XH1AW__imagePlaceholder{opacity:.6}.Showcase-module__7XH1AW__info{background:linear-gradient(#0000,#000000e6);width:100%;padding:30px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:translateY(100%)}.Showcase-module__7XH1AW__card:hover .Showcase-module__7XH1AW__info{transform:translateY(0)}.Showcase-module__7XH1AW__projectTitle{font-family:var(--font-display);color:#fff;text-transform:uppercase;font-size:1.5rem}.Showcase-module__7XH1AW__category{font-family:var(--font-main);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}@media (max-width:768px){.Showcase-module__7XH1AW__card.Showcase-module__7XH1AW__large{grid-column:span 1}}
.Services-module__dpHhBa__section{background:#080808;border-top:1px solid #111;padding:100px 0}.Services-module__dpHhBa__title{font-family:var(--font-display);text-transform:uppercase;text-align:center;margin-bottom:60px;font-size:3rem}.Services-module__dpHhBa__list{flex-direction:column;max-width:800px;margin:0 auto;display:flex}.Services-module__dpHhBa__item{cursor:pointer;border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:30px 0;transition:all .3s;display:flex}.Services-module__dpHhBa__item:hover{border-color:var(--accent);padding-left:20px}.Services-module__dpHhBa__name{font-family:var(--font-display);color:#888;text-transform:uppercase;font-size:2rem;font-weight:500;transition:color .3s}.Services-module__dpHhBa__item:hover .Services-module__dpHhBa__name{color:#fff}.Services-module__dpHhBa__desc{font-family:var(--font-main);color:#666;text-align:right;max-width:300px;font-size:.9rem}@media (max-width:768px){.Services-module__dpHhBa__item{flex-direction:column;align-items:flex-start;gap:10px}.Services-module__dpHhBa__desc{text-align:left}}
.Footer-module__S6Hkya__footer{text-align:center;background:#000;padding:80px 0 20px}.Footer-module__S6Hkya__cta{margin-bottom:60px}.Footer-module__S6Hkya__ctaTitle{font-family:var(--font-display);color:#fff;text-transform:uppercase;margin-bottom:20px;font-size:2.5rem}.Footer-module__S6Hkya__bottom{color:#444;border-top:1px solid #111;justify-content:space-between;align-items:center;padding-top:20px;font-size:.8rem;display:flex}.Footer-module__S6Hkya__socials{gap:20px;display:flex}.Footer-module__S6Hkya__socialLink{color:#666;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;transition:color .3s}.Footer-module__S6Hkya__socialLink:hover{color:var(--accent)}@media (max-width:768px){.Footer-module__S6Hkya__bottom{flex-direction:column;gap:20px}}
