.Header-module__hBw1pG__header{width:100%;height:var(--header-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#020b1cd9;border-bottom:1px solid #ffffff0d;position:fixed;top:0;left:0}.Header-module__hBw1pG__container{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 2rem;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-montserrat);letter-spacing:4px;text-transform:uppercase;color:var(--text-primary);font-size:1.4rem;font-weight:600}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__link{font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:1px;color:var(--text-primary);opacity:.7;font-size:.8rem;transition:opacity .3s,color .3s}.Header-module__hBw1pG__link:hover{opacity:1;color:var(--gold-primary)}.Header-module__hBw1pG__menuBtn{cursor:pointer;background:0 0;border:none;display:none}@media (max-width:768px){.Header-module__hBw1pG__link{display:none}.Header-module__hBw1pG__menuBtn{display:block}}
.Hero-module__ZARIfG__hero{text-align:center;width:100%;height:100vh;padding-top:var(--header-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgDecor{z-index:0;background:radial-gradient(circle at 50% 30%,#0a1f3d 0%,var(--bg-midnight)70%);opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__bgDecor:after{content:"";background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.Hero-module__ZARIfG__content{z-index:10;max-width:800px;padding:0 20px;position:relative}.Hero-module__ZARIfG__headline{font-family:var(--font-montserrat);letter-spacing:-1px;margin-bottom:2rem;font-size:4.5rem;font-weight:700;line-height:1.1}.Hero-module__ZARIfG__subheadline{font-family:var(--font-montserrat);color:var(--text-secondary);letter-spacing:.5px;margin-bottom:3rem;font-size:1.1rem;font-weight:300;line-height:1.8}.Hero-module__ZARIfG__ctaButton{font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:2px;border:1px solid var(--gold-primary);color:var(--gold-primary);padding:1rem 2.5rem;font-size:.9rem;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.Hero-module__ZARIfG__ctaButton:hover{background:#c5a0591a;box-shadow:0 0 20px #c5a05933}@media (max-width:768px){.Hero-module__ZARIfG__headline{font-size:2.8rem}}
.PortfolioGrid-module__BDkLWa__section{background-color:var(--bg-charcoal);padding:8rem 0;position:relative}.PortfolioGrid-module__BDkLWa__container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.PortfolioGrid-module__BDkLWa__sectionTitle{font-family:var(--font-montserrat);color:var(--text-primary);text-transform:uppercase;letter-spacing:3px;margin-bottom:4rem;font-size:2.5rem;font-weight:600}.PortfolioGrid-module__BDkLWa__grid{grid-template-rows:repeat(2,350px);grid-template-columns:repeat(3,1fr);grid-template-areas:"item1 item1 item2""item3 item4 item4""item5 item5 item5";gap:2rem;display:grid}.PortfolioGrid-module__BDkLWa__card{cursor:pointer;border:1px solid #ffffff0d;border-radius:4px;flex-direction:column;justify-content:space-between;padding:2.5rem;transition:border-color .3s;display:flex;position:relative;overflow:hidden}.PortfolioGrid-module__BDkLWa__item1{grid-area:item1}.PortfolioGrid-module__BDkLWa__item2{grid-area:item2}.PortfolioGrid-module__BDkLWa__item3{grid-area:item3}.PortfolioGrid-module__BDkLWa__item4{grid-area:item4}.PortfolioGrid-module__BDkLWa__item5{grid-area:item5}.PortfolioGrid-module__BDkLWa__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.PortfolioGrid-module__BDkLWa__category{font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:1.5px;color:var(--text-secondary);font-size:.75rem}.PortfolioGrid-module__BDkLWa__statusBadge{font-family:var(--font-montserrat);color:var(--gold-primary);letter-spacing:1px;text-transform:uppercase;border:1px solid #fff3;border-radius:20px;padding:.3rem .8rem;font-size:.65rem}.PortfolioGrid-module__BDkLWa__cardBody{margin-top:auto;margin-bottom:2rem}.PortfolioGrid-module__BDkLWa__cardTitle{font-family:var(--font-playfair);color:var(--text-primary);margin-bottom:1rem;font-size:2rem}.PortfolioGrid-module__BDkLWa__cardDesc{font-family:var(--font-montserrat);color:var(--text-secondary);font-size:.95rem;font-weight:300;line-height:1.6}.PortfolioGrid-module__BDkLWa__cardFooter{justify-content:flex-end;display:flex}.PortfolioGrid-module__BDkLWa__arrowIcon{border:1px solid #c5a0594d;border-radius:50%;padding:.5rem;transition:transform .3s,background .3s}.PortfolioGrid-module__BDkLWa__card:hover .PortfolioGrid-module__BDkLWa__arrowIcon{background:var(--gold-primary);border-color:var(--gold-primary);transform:rotate(45deg)}.PortfolioGrid-module__BDkLWa__card:hover .PortfolioGrid-module__BDkLWa__arrowIcon svg{stroke:var(--bg-midnight)}@media (max-width:1024px){.PortfolioGrid-module__BDkLWa__grid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr);grid-template-areas:"item1 item2""item3 item4""item5 item5"}}@media (max-width:768px){.PortfolioGrid-module__BDkLWa__grid{grid-template-columns:1fr;grid-template-areas:"item1""item2""item3""item4""item5"}.PortfolioGrid-module__BDkLWa__cardTitle{font-size:1.8rem}}
.EngineSection-module__lDUJcG__section{background-color:#051125;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:100px 100px;padding:8rem 0}.EngineSection-module__lDUJcG__container{max-width:var(--max-width);justify-content:center;margin:0 auto;padding:0 2rem;display:flex}.EngineSection-module__lDUJcG__content{text-align:center;max-width:800px}.EngineSection-module__lDUJcG__label{font-family:var(--font-montserrat);text-transform:uppercase;letter-spacing:3px;color:var(--gold-primary);margin-bottom:2rem;font-size:.9rem}.EngineSection-module__lDUJcG__headline{font-family:var(--font-montserrat);color:var(--text-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:3.5rem;font-weight:700;line-height:1.2}.EngineSection-module__lDUJcG__description{font-family:var(--font-montserrat);color:var(--text-secondary);margin-bottom:4rem;font-size:1.1rem;font-weight:300;line-height:1.8}.EngineSection-module__lDUJcG__linkCard{text-align:left;background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;justify-content:space-between;align-items:center;padding:2rem;transition:all .3s;display:flex}.EngineSection-module__lDUJcG__linkCard:hover{border-color:var(--gold-primary);background:#ffffff0d;transform:translateY(-5px)}.EngineSection-module__lDUJcG__linkContent{flex-direction:column;display:flex}.EngineSection-module__lDUJcG__linkTitle{font-family:var(--font-playfair);color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.EngineSection-module__lDUJcG__linkSubtitle{font-family:var(--font-montserrat);color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){.EngineSection-module__lDUJcG__headline{font-size:2.5rem}.EngineSection-module__lDUJcG__linkCard{text-align:center;flex-direction:column;gap:1.5rem}}
.Footer-module__S6Hkya__footer{background-color:#010612;border-top:1px solid #ffffff0d;padding:3rem 0}.Footer-module__S6Hkya__container{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:0 2rem;display:flex}.Footer-module__S6Hkya__copyright{font-family:var(--font-montserrat);color:#555;letter-spacing:.5px;font-size:.75rem}.Footer-module__S6Hkya__links{gap:2rem;display:flex}.Footer-module__S6Hkya__link{font-family:var(--font-montserrat);color:#555;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;transition:color .3s}.Footer-module__S6Hkya__link:hover{color:var(--gold-primary)}.Footer-module__S6Hkya__credits{text-align:center;font-family:var(--font-montserrat);color:#444;letter-spacing:.5px;border-top:1px solid #ffffff08;margin-top:2rem;padding-top:1rem;font-size:.7rem}.Footer-module__S6Hkya__credits a{color:#666;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__credits a:hover{color:var(--gold-primary)}@media (max-width:768px){.Footer-module__S6Hkya__container{text-align:center;flex-direction:column}}
.Loader-module__OpcrDa__loader{background-color:var(--bg-midnight);z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.Loader-module__OpcrDa__logoContainer{flex-direction:column;align-items:center;gap:2rem;display:flex}.Loader-module__OpcrDa__line{background:var(--gold-gradient);width:2px;box-shadow:0 0 15px var(--gold-primary)}.Loader-module__OpcrDa__text{font-family:var(--font-montserrat);color:var(--gold-primary);letter-spacing:8px;text-transform:uppercase;font-size:1.2rem;font-weight:600}
