.about-module__MDR4lW__aboutSection{background-color:var(--background);position:relative}.about-module__MDR4lW__wrapper{max-width:900px;margin:0 auto}.about-module__MDR4lW__header{text-align:center;margin-bottom:4rem}.about-module__MDR4lW__label{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;font-size:.85rem;display:block}.about-module__MDR4lW__title{color:var(--heading);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.about-module__MDR4lW__introText{color:var(--text-muted);text-align:center;margin-bottom:4rem;font-size:1.25rem;line-height:1.8}.about-module__MDR4lW__engineSection{margin-bottom:0}.about-module__MDR4lW__engineTitle{color:var(--heading);text-align:center;font-size:clamp(2rem,4vw,3rem);font-family:var(--font-sans);margin-bottom:1.5rem;font-weight:500}.about-module__MDR4lW__engineDesc{color:var(--text-muted);text-align:center;max-width:800px;margin:0 auto 4rem;font-size:1.1rem;line-height:1.8}.about-module__MDR4lW__grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}@media (max-width:1024px){.about-module__MDR4lW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.about-module__MDR4lW__grid{grid-template-columns:1fr}}.about-module__MDR4lW__gridItem{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:4px;flex-direction:column;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.about-module__MDR4lW__gridItem:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0006}.about-module__MDR4lW__iconWrapper{color:var(--primary);margin-bottom:1.5rem}.about-module__MDR4lW__itemTitle{color:var(--card-text);font-size:1.25rem;font-family:var(--font-sans);margin-bottom:1rem}.about-module__MDR4lW__itemDesc{color:var(--card-muted);font-size:.95rem;line-height:1.6}
.ticker-module__lRb85G__tickerWrapper{background-color:var(--card-bg);border-bottom:1px solid var(--surface-border);width:100%;height:40px;font-family:var(--font-sans);color:var(--card-muted);align-items:center;font-size:.85rem;font-weight:500;display:flex;position:relative;overflow:hidden}.ticker-module__lRb85G__tickerTrack{white-space:nowrap;animation:30s linear infinite ticker-module__lRb85G__scroll;display:flex}.ticker-module__lRb85G__tickerTrack:hover{animation-play-state:paused}.ticker-module__lRb85G__tickerItem{align-items:center;margin-right:3rem;display:inline-flex}.ticker-module__lRb85G__tickerLabel{letter-spacing:.05em;text-transform:uppercase;color:var(--card-text);margin-right:.5rem}.ticker-module__lRb85G__tickerValue{margin-right:.5rem;font-family:monospace}.ticker-module__lRb85G__positive{color:#10b981}.ticker-module__lRb85G__negative{color:#ef4444}@keyframes ticker-module__lRb85G__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
.hero-module__NVBTOW__heroSection{color:#fff;background-color:var(--brand-navy);justify-content:center;align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.hero-module__NVBTOW__heroBackground{background-image:linear-gradient(var(--surface-border)1px,transparent 1px),linear-gradient(90deg,var(--surface-border)1px,transparent 1px);opacity:.15;z-index:1;background-position:50%;background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0}.hero-module__NVBTOW__overlay{background:radial-gradient(circle at center,transparent 0%,var(--brand-navy)70%);z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-module__NVBTOW__heroContent{z-index:10;text-align:center;max-width:900px;padding:4rem 2rem;position:relative}.hero-module__NVBTOW__badge{text-transform:uppercase;letter-spacing:.15em;color:var(--primary);background:#c7eb6c0d;border:1px solid #c7eb6c33;border-radius:50px;align-items:center;margin-bottom:2.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero-module__NVBTOW__pulseDot{background-color:var(--primary);border-radius:50%;width:8px;height:8px;margin-right:.5rem;animation:2s infinite hero-module__NVBTOW__pulse}@keyframes hero-module__NVBTOW__pulse{0%{transform:scale(.95);box-shadow:0 0 #c7eb6cb3}70%{transform:scale(1);box-shadow:0 0 0 6px #c7eb6c00}to{transform:scale(.95);box-shadow:0 0 #c7eb6c00}}.hero-module__NVBTOW__title{letter-spacing:-.02em;color:#fff;margin-bottom:2rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1}.hero-module__NVBTOW__titleAccent{color:var(--card-text);font-size:clamp(1.8rem,6vw,3.5rem);font-weight:700;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:-.02em;margin-top:.5rem;line-height:1;display:block}.hero-module__NVBTOW__subtitle{color:var(--card-muted);max-width:700px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.8}.hero-module__NVBTOW__actions{justify-content:center;gap:1.5rem;display:flex}.hero-module__NVBTOW__btnPrimary,.hero-module__NVBTOW__btnSecondary{letter-spacing:.05em;text-transform:uppercase;border-radius:2px;padding:1rem 2rem;font-size:.875rem;font-weight:600;transition:all .3s}.hero-module__NVBTOW__btnPrimary{color:var(--background);background-color:#fff;border:1px solid #fff}.hero-module__NVBTOW__btnPrimary:hover{background-color:var(--background);border-color:var(--background)}.hero-module__NVBTOW__btnSecondary{color:#fff;background-color:#0000;border:1px solid #ffffff4d}.hero-module__NVBTOW__btnSecondary:hover{background-color:#ffffff0d;border-color:#fff}@media (max-width:768px){.hero-module__NVBTOW__actions{flex-direction:column;gap:1rem}.hero-module__NVBTOW__subtitle{margin-bottom:2rem;font-size:1rem}.hero-module__NVBTOW__heroContent{padding:2rem 1rem}}
.services-module__mCOW2a__servicesSection{background-color:var(--background);border-bottom:1px solid var(--surface-border)}.services-module__mCOW2a__grid{flex-direction:column;gap:4rem;display:flex}@media (max-width:1024px){.services-module__mCOW2a__grid{gap:3rem}}.services-module__mCOW2a__introColumn{text-align:center;max-width:800px;margin:0 auto}.services-module__mCOW2a__kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem;font-size:.85rem;display:block}.services-module__mCOW2a__title{color:var(--heading);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem)}.services-module__mCOW2a__description{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.services-module__mCOW2a__actionBtn{color:var(--primary);border:1px solid var(--primary);text-transform:uppercase;letter-spacing:.1em;background-color:#0000;padding:1rem 2.5rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-block}.services-module__mCOW2a__actionBtn:hover{background-color:var(--primary);color:var(--background)}.services-module__mCOW2a__cardsColumn{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.services-module__mCOW2a__cardsColumn4{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.services-module__mCOW2a__cardsColumn2{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}@media (max-width:1024px){.services-module__mCOW2a__cardsColumn,.services-module__mCOW2a__cardsColumn4,.services-module__mCOW2a__cardsColumn2{grid-template-columns:1fr 1fr}}@media (max-width:600px){.services-module__mCOW2a__cardsColumn,.services-module__mCOW2a__cardsColumn4,.services-module__mCOW2a__cardsColumn2{grid-template-columns:1fr}}.services-module__mCOW2a__serviceCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:4px;flex-direction:column;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.services-module__mCOW2a__serviceCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0006}.services-module__mCOW2a__iconWrapper{color:var(--primary);margin-bottom:1.5rem}.services-module__mCOW2a__serviceTitle{color:var(--card-text);font-size:1.25rem;font-family:var(--font-sans);margin-bottom:1rem}.services-module__mCOW2a__serviceDesc{color:var(--card-muted);font-size:.95rem;line-height:1.6}
.news-module__5-1LOG__newsSection{background-color:var(--background);position:relative}.news-module__5-1LOG__header{text-align:center;max-width:800px;margin:0 auto 4rem}.news-module__5-1LOG__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;font-size:.85rem;display:block}.news-module__5-1LOG__sectionTitle{color:var(--heading);margin-bottom:1.5rem;font-size:3rem}.news-module__5-1LOG__sectionDesc{color:var(--text-muted);font-size:1.1rem}.news-module__5-1LOG__newsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.news-module__5-1LOG__newsCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:4px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.news-module__5-1LOG__newsCard:hover{border-color:var(--accent-color);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.news-module__5-1LOG__imageWrapper{background-color:var(--card-bg);height:240px;position:relative;overflow:hidden}.news-module__5-1LOG__newsImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.news-module__5-1LOG__newsCard:hover .news-module__5-1LOG__newsImage{transform:scale(1.05)}.news-module__5-1LOG__categoryBadge{background-color:var(--primary);color:var(--card-bg);text-transform:uppercase;letter-spacing:.05em;border-radius:2px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.news-module__5-1LOG__cardContent{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.news-module__5-1LOG__metaData{color:var(--card-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.news-module__5-1LOG__newsTitle{color:var(--card-text);margin-bottom:1rem;font-size:1.5rem;line-height:1.4}.news-module__5-1LOG__newsExcerpt{color:var(--card-muted);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.news-module__5-1LOG__readMore{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);border-bottom:1px solid #0000;align-items:center;gap:.5rem;padding-bottom:2px;font-size:.85rem;font-weight:600;transition:border-color .2s;display:inline-flex}.news-module__5-1LOG__readMore:hover{border-color:var(--primary)}.news-module__5-1LOG__icon{transition:transform .2s}.news-module__5-1LOG__readMore:hover .news-module__5-1LOG__icon{transform:translate(3px)translateY(-3px)}
.page-module__LTIEbW__pageSection{background-color:var(--background);position:relative}.page-module__LTIEbW__wrapper{max-width:900px;margin:0 auto}.page-module__LTIEbW__header{text-align:center;margin-bottom:4rem}.page-module__LTIEbW__label{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.page-module__LTIEbW__title{color:var(--heading);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.page-module__LTIEbW__introText{color:var(--text-muted);text-align:center;margin-bottom:4rem;font-size:1.25rem;line-height:1.8}.page-module__LTIEbW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}@media (max-width:1024px){.page-module__LTIEbW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__LTIEbW__grid{grid-template-columns:1fr}}.page-module__LTIEbW__card{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:4px;flex-direction:column;padding:3rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.page-module__LTIEbW__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0006}.page-module__LTIEbW__cardIcon{color:var(--primary);margin-bottom:2rem}.page-module__LTIEbW__cardTitle{color:var(--card-text);margin-bottom:1rem;font-size:1.75rem}.page-module__LTIEbW__cardSubtitle{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.95rem;font-weight:600}.page-module__LTIEbW__cardDesc{color:var(--card-muted);flex-grow:1;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.page-module__LTIEbW__cardLink{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:color .2s;display:inline-flex}.page-module__LTIEbW__cardLink:hover{color:#fff}.page-module__LTIEbW__homeGrid{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:4rem;display:grid}@media (max-width:1200px){.page-module__LTIEbW__homeGrid{grid-template-columns:1fr}}
.recent-projects-module__W06C3W__container{padding-top:clamp(4rem,10vw,8rem);padding-bottom:clamp(6rem,12vw,10rem)}.recent-projects-module__W06C3W__projectList{flex-direction:column;gap:clamp(6rem,15vw,12rem);display:flex}.recent-projects-module__W06C3W__projectCard{grid-template-columns:1fr 1fr;align-items:flex-start;gap:6rem;display:grid}.recent-projects-module__W06C3W__projectCard.recent-projects-module__W06C3W__reversed{direction:rtl}.recent-projects-module__W06C3W__projectCard.recent-projects-module__W06C3W__reversed .recent-projects-module__W06C3W__projectInfo{direction:ltr}.recent-projects-module__W06C3W__imageWrapper{aspect-ratio:3/2;background-color:var(--background-off);border:1px solid var(--surface-border);border-radius:4px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.recent-projects-module__W06C3W__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.recent-projects-module__W06C3W__projectCard:hover .recent-projects-module__W06C3W__projectImage{transform:scale(1.04)}.recent-projects-module__W06C3W__projectInfo{flex-direction:column;gap:1.5rem;display:flex}.recent-projects-module__W06C3W__projectName{color:var(--heading);letter-spacing:-.01em;margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:700}.recent-projects-module__W06C3W__limeHighlight{color:#bef45e}.recent-projects-module__W06C3W__description{color:var(--text-muted);font-size:1rem;line-height:1.6}.recent-projects-module__W06C3W__simpleInfo{color:var(--text-muted);border-top:1px solid #e5e7eb;padding-top:1rem;font-size:.95rem}.recent-projects-module__W06C3W__links{margin-top:.5rem}.recent-projects-module__W06C3W__textLink{color:var(--text-muted);font-size:.95rem;text-decoration:none;transition:color .2s}.recent-projects-module__W06C3W__textLink:hover{color:var(--primary-color);text-decoration:underline}@media (max-width:1200px){.recent-projects-module__W06C3W__projectCard{gap:4rem}}@media (max-width:968px){.recent-projects-module__W06C3W__projectCard{grid-template-columns:1fr;gap:3rem}.recent-projects-module__W06C3W__projectCard.recent-projects-module__W06C3W__reversed{direction:ltr}.recent-projects-module__W06C3W__projectList{gap:8rem}.recent-projects-module__W06C3W__imageWrapper{aspect-ratio:16/9}.recent-projects-module__W06C3W__highlightRow{flex-direction:column;gap:1rem}}
