.hero-module__NVBTOW__hero{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:0;display:flex;position:relative}.hero-module__NVBTOW__contentWrapper{z-index:2;width:100%;max-width:1440px;padding:0 5%;position:relative}.hero-module__NVBTOW__imageBackground{z-index:0;pointer-events:none;width:100%;height:100%;-webkit-mask-image:radial-gradient(circle 350px at var(--mouse-x,50%) var(--mouse-y,50%), #000 0%, #00000059 100%);-webkit-mask-image:radial-gradient(circle 350px at var(--mouse-x,50%) var(--mouse-y,50%), #000 0%, #00000059 100%);mask-image:radial-gradient(circle 350px at var(--mouse-x,50%) var(--mouse-y,50%), #000 0%, #00000059 100%);transition:-webkit-mask-image .2s,mask-image .2s;position:absolute;top:0;left:0}.hero-module__NVBTOW__particlesCanvas{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-module__NVBTOW__overlay{z-index:1;background:linear-gradient(90deg,#12121280 0%,#1212121a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-module__NVBTOW__heroImage{object-fit:cover;z-index:0}.hero-module__NVBTOW__greeting{color:var(--primary-orange);margin-bottom:1rem;font-family:monospace;font-size:1.2rem}.hero-module__NVBTOW__headline{color:var(--foreground);margin-bottom:1rem;font-size:3.2rem;font-weight:800;line-height:1.1}.hero-module__NVBTOW__subheadline{color:#8892b0;margin-bottom:2rem;font-size:1.4rem;font-weight:700;line-height:1.1}.hero-module__NVBTOW__description{color:#8892b0;max-width:540px;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.hero-module__NVBTOW__buttons{gap:1.5rem;display:flex}.hero-module__NVBTOW__primaryBtn{border:1px solid var(--primary-orange);color:var(--primary-orange);cursor:pointer;background-color:#0000;border-radius:4px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s ease-in-out}.hero-module__NVBTOW__primaryBtn:hover{background-color:#ff9f1c1a;transform:translateY(-2px)}.hero-module__NVBTOW__secondaryBtn{background-color:var(--foreground);color:var(--background);cursor:pointer;border:1px solid var(--foreground);border-radius:4px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s ease-in-out}.hero-module__NVBTOW__secondaryBtn:hover{background-color:#ccc;transform:translateY(-2px)}@media (max-width:768px){.hero-module__NVBTOW__hero{justify-content:center;min-height:100vh;padding:6rem 1.5rem 2rem}.hero-module__NVBTOW__overlay{background:linear-gradient(#121212 0%,#12121299 100%)}.hero-module__NVBTOW__imageBackground{opacity:.8!important;-webkit-mask-image:none!important;mask-image:none!important}.hero-module__NVBTOW__particlesCanvas{display:none!important}.hero-module__NVBTOW__greeting{font-size:1rem}.hero-module__NVBTOW__headline{margin-bottom:.5rem;font-size:2.2rem}.hero-module__NVBTOW__subheadline{margin-bottom:1.5rem;font-size:1.1rem}.hero-module__NVBTOW__description{margin-bottom:2rem;font-size:1rem}}
.projects-module__MILkoW__section{flex-direction:column;gap:3rem;padding:6rem 5%;display:flex}.projects-module__MILkoW__header{align-items:center;margin-bottom:2rem;display:flex}.projects-module__MILkoW__title{color:var(--foreground);align-items:center;gap:1rem;font-size:2.5rem;font-weight:700;display:flex}.projects-module__MILkoW__line{background:var(--grid-line);flex:1;max-width:300px;height:1px;margin-left:2rem}.projects-module__MILkoW__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.projects-module__MILkoW__card{cursor:pointer;background:#18181b;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;height:100%;padding:1rem;transition:border-color .25s cubic-bezier(.645,.045,.355,1),box-shadow .25s;display:flex;position:relative}.projects-module__MILkoW__overlayLink{z-index:5;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.projects-module__MILkoW__card:hover{border-color:var(--primary-orange);transform:translateY(-7px)!important}.projects-module__MILkoW__cardInner{flex-direction:column;height:100%;display:flex}.projects-module__MILkoW__cardImageWrapper{border-radius:8px;width:100%;height:220px;margin-bottom:1.5rem;position:relative;overflow:hidden}.projects-module__MILkoW__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.projects-module__MILkoW__card:hover .projects-module__MILkoW__cardImage{transform:scale(1.05)}.projects-module__MILkoW__tagOverlay{background:var(--primary-orange);color:#171717;z-index:10;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:700;position:absolute;bottom:1rem;left:1rem}.projects-module__MILkoW__cardContent{text-align:left;flex-direction:column;flex:1;align-items:flex-start;padding:0 .5rem;display:flex}.projects-module__MILkoW__metaData{color:#52525b;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.75rem;display:flex}.projects-module__MILkoW__dot{opacity:.5}.projects-module__MILkoW__iconLink{color:#71717a;z-index:10;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.projects-module__MILkoW__iconLink:hover{color:var(--primary-orange)}.projects-module__MILkoW__projectTitle{color:#f4f4f5;margin-bottom:.75rem;font-size:1.15rem;font-weight:700;transition:color .2s}.projects-module__MILkoW__card:hover .projects-module__MILkoW__projectTitle{color:var(--primary-orange)}.projects-module__MILkoW__projectDesc{color:#71717a;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}@media (max-width:1024px){.projects-module__MILkoW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.projects-module__MILkoW__grid{grid-template-columns:1fr}.projects-module__MILkoW__section{padding:4rem 5%}.projects-module__MILkoW__title{font-size:1.8rem}.projects-module__MILkoW__header p{margin-top:.5rem!important;font-size:1rem!important}}
.about-module__MDR4lW__aboutSection{background:#ffffff03;border-top:1px solid #ffffff0d;padding:6rem 5%}.about-module__MDR4lW__title{color:var(--foreground);align-items:center;gap:1rem;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:flex}.about-module__MDR4lW__line{background:var(--grid-line);flex:1;max-width:300px;height:1px}.about-module__MDR4lW__content{grid-template-columns:1.1fr 1fr;align-items:start;gap:4rem;display:grid}.about-module__MDR4lW__leftColumn{flex-direction:column;gap:1.5rem;display:flex}.about-module__MDR4lW__pillBadge{color:var(--primary-orange);letter-spacing:.12em;background:#ff9f1c0d;border:1px solid #ff9f1c66;border-radius:50px;align-items:center;width:fit-content;padding:.35rem .9rem;font-family:monospace;font-size:.75rem;font-weight:700;display:inline-flex}.about-module__MDR4lW__pillBadgeRight{color:#9ca3af;letter-spacing:.12em;background:#ffffff08;border:1px solid #ffffff26;border-radius:50px;align-items:center;width:fit-content;margin-bottom:1.5rem;padding:.35rem .9rem;font-family:monospace;font-size:.75rem;font-weight:700;display:inline-flex}.about-module__MDR4lW__authorCard{background:#ffffff05;border:1px solid #ffffff0f;border-radius:50px;align-items:center;gap:1rem;width:fit-content;margin-top:1rem;padding:.75rem 1rem;display:flex}.about-module__MDR4lW__authorAvatarWrapper{border:2px solid var(--primary-orange);border-radius:50%;flex-shrink:0;width:44px;height:44px;overflow:hidden}.about-module__MDR4lW__authorAvatar{object-fit:cover;width:100%;height:100%}.about-module__MDR4lW__authorInfo{flex-direction:column;display:flex}.about-module__MDR4lW__authorName{color:#f3f4f6;font-size:.9rem;font-weight:700}.about-module__MDR4lW__authorHandle{color:#9ca3af;font-size:.75rem}.about-module__MDR4lW__rightColumn{flex-direction:column;align-items:center;display:flex;position:relative}.about-module__MDR4lW__imageStage{justify-content:center;align-items:center;width:100%;max-width:480px;min-height:500px;display:flex;position:relative}.about-module__MDR4lW__bgWordsContainer{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;opacity:.12;flex-direction:column;justify-content:space-around;display:flex;position:absolute;inset:-20px -40px}.about-module__MDR4lW__bgWord{color:#fff;text-transform:uppercase;letter-spacing:-.02em;white-space:nowrap;font-size:clamp(3.5rem,6vw,5.5rem);font-weight:900;line-height:.9}.about-module__MDR4lW__bgWord:nth-child(2n){text-align:right;color:var(--primary-orange)}.about-module__MDR4lW__imageFrame{z-index:5;aspect-ratio:4/5;background:#121214e6;border:1px solid #ff9f1c4d;border-radius:20px;width:100%;max-width:390px;position:relative;overflow:hidden;box-shadow:0 25px 50px #0009}.about-module__MDR4lW__profileImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.about-module__MDR4lW__imageFrame:hover .about-module__MDR4lW__profileImage{transform:scale(1.04)}.about-module__MDR4lW__interactiveBadge{-webkit-backdrop-filter:blur(14px);z-index:10;cursor:pointer;-webkit-user-select:none;user-select:none;pointer-events:auto;background:#121216f0;border:1px solid #ff9f1c59;border-radius:50px;flex-direction:column;width:auto;padding:.45rem .9rem;transition:border-color .3s,box-shadow .3s,background .3s;display:flex;position:absolute;box-shadow:0 10px 25px #00000080,0 0 15px #ff9f1c1f}.about-module__MDR4lW__interactiveBadge:hover,.about-module__MDR4lW__badgeOpen{border-color:var(--primary-orange);box-shadow:0 12px 30px #0009,0 0 25px #ff9f1c59}.about-module__MDR4lW__badgeOpen{width:240px;z-index:50!important;background:#141418fa!important;border-radius:16px!important;padding:.75rem 1rem!important}.about-module__MDR4lW__badgeHeader{align-items:center;gap:.55rem;display:flex}.about-module__MDR4lW__iconCircle{width:26px;height:26px;color:var(--primary-orange);background:#ff9f1c26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-module__MDR4lW__badgeIcon{font-size:.9rem}.about-module__MDR4lW__badgeValue{color:var(--primary-orange);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800}.about-module__MDR4lW__badgeDetails{border-top:1px solid #ffffff14;flex-direction:column;gap:.25rem;padding-top:.5rem;display:flex;overflow:hidden}.about-module__MDR4lW__badgeSub{color:#f3f4f6;font-size:.75rem;font-weight:700}.about-module__MDR4lW__badgeDesc{color:#9ca3af;margin:0;font-size:.72rem;line-height:1.4}.about-module__MDR4lW__badgeTopLeft{top:20px;left:-20px}.about-module__MDR4lW__badgeTopRight{top:60px;right:-20px}.about-module__MDR4lW__badgeBottomLeft{bottom:70px;left:-20px}.about-module__MDR4lW__badgeBottomRight{bottom:20px;right:-10px}.about-module__MDR4lW__textColumn p{color:#8892b0;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.about-module__MDR4lW__highlight{color:var(--primary-orange);font-weight:600}@media (max-width:900px){.about-module__MDR4lW__aboutSection{padding:5rem 5%}.about-module__MDR4lW__content{grid-template-columns:1fr;gap:3.5rem}.about-module__MDR4lW__rightColumn{order:-1}.about-module__MDR4lW__imageStage{max-width:290px;min-height:380px}.about-module__MDR4lW__bgWordsContainer{opacity:.15;inset:-10px -20px}.about-module__MDR4lW__bgWord{font-size:3rem}.about-module__MDR4lW__floatingBadge{width:145px;padding:.5rem .75rem}.about-module__MDR4lW__badgeTopLeft{top:-10px;left:-10px}.about-module__MDR4lW__badgeTopRight{top:25px;right:-10px}.about-module__MDR4lW__badgeBottomLeft{bottom:35px;left:-10px}.about-module__MDR4lW__badgeBottomRight{bottom:-10px;right:-10px}.about-module__MDR4lW__badgeValue{font-size:.75rem}.about-module__MDR4lW__badgeLabel{font-size:.65rem}}@media (max-width:600px){.about-module__MDR4lW__title{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;font-size:1.8rem}.about-module__MDR4lW__line{display:none}.about-module__MDR4lW__textColumn p{margin-bottom:1rem;font-size:.98rem;line-height:1.6}}
.techstack-module__8QgKua__section{background:#ffffff05;border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:3rem;padding:4rem 5%;display:flex}.techstack-module__8QgKua__title{color:#8892b0;text-transform:uppercase;letter-spacing:.1em;text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.techstack-module__8QgKua__grid{flex-wrap:wrap;justify-content:center;gap:3rem;width:100%;max-width:100%;display:flex}.techstack-module__8QgKua__techItem{color:#8892b0;cursor:pointer;flex-direction:column;align-items:center;gap:.8rem;transition:all .3s;display:flex}.techstack-module__8QgKua__techItem:hover{color:var(--primary-orange);transform:translateY(-5px)}.techstack-module__8QgKua__iconWrapper{justify-content:center;align-items:center;font-size:3.5rem;display:flex}.techstack-module__8QgKua__label{font-size:.9rem;font-weight:500}@media (max-width:768px){.techstack-module__8QgKua__section{padding:4rem 5%}.techstack-module__8QgKua__grid{gap:2rem}}
.contact-module__vnB76q__section{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:820px;margin:0 auto;padding:8rem 5%;display:flex}.contact-module__vnB76q__title{color:var(--foreground);margin-bottom:.5rem;font-size:2.8rem;font-weight:700}.contact-module__vnB76q__text{color:#8892b0;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.contact-module__vnB76q__emailBtn{border:1px solid var(--primary-orange);color:var(--primary-orange);cursor:pointer;background:0 0;border-radius:4px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.645,.045,.355,1);display:inline-block}.contact-module__vnB76q__emailBtn:hover{background:#ff9f1c1a;transform:translateY(-3px);box-shadow:0 10px 30px -15px #ff9f1c33}.contact-module__vnB76q__quoteBlock{color:#d1d5db;text-align:center;max-width:800px;margin:1.5rem auto 2.5rem;font-size:1.15rem;font-style:italic;font-weight:400;line-height:1.8}.contact-module__vnB76q__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.contact-module__vnB76q__modalContent{background:#111;border:1px solid #ff9f1c33;border-radius:12px;width:90%;max-width:400px;padding:2.5rem;position:relative;box-shadow:0 20px 50px #00000080}.contact-module__vnB76q__modalTitle{color:#fff;text-align:center;margin-bottom:2rem;font-size:1.5rem}.contact-module__vnB76q__modalOptions{flex-direction:column;gap:1rem;display:flex}.contact-module__vnB76q__modalOption{color:#fff;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:1rem;padding:1rem;font-size:1.1rem;text-decoration:none;transition:all .2s;display:flex}.contact-module__vnB76q__modalOption:hover{border-color:var(--primary-orange);background:#ff9f1c1a;transform:translate(5px)}.contact-module__vnB76q__icon{color:var(--primary-orange);font-size:1.5rem}.contact-module__vnB76q__closeButton{color:#666;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.contact-module__vnB76q__closeButton:hover{color:#fff}.contact-module__vnB76q__footer{color:#555;flex-direction:column;gap:1rem;margin-top:5rem;font-family:monospace;font-size:.8rem;display:flex}.contact-module__vnB76q__socials{justify-content:center;gap:1.5rem;margin-bottom:1rem;font-size:1.5rem;display:flex}.contact-module__vnB76q__socialLink{color:#8892b0;transition:color .2s}.contact-module__vnB76q__socialLink:hover{color:var(--primary-orange);transform:translateY(-2px)}@media (max-width:768px){.contact-module__vnB76q__section{padding:6rem 1.5rem}.contact-module__vnB76q__title{margin-bottom:.5rem;font-size:2rem}.contact-module__vnB76q__quoteBlock{margin:1rem auto 2.5rem;font-size:1.3rem}}
.projects-index-module__5HKO-G__container{width:100%;max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem}.projects-index-module__5HKO-G__header{text-align:center;margin-bottom:4rem}.projects-index-module__5HKO-G__title{color:var(--foreground);margin-bottom:1rem;font-size:3.5rem;font-weight:800}.projects-index-module__5HKO-G__subtitle{color:#8892b0;max-width:600px;margin:0 auto;font-size:1.2rem}.projects-index-module__5HKO-G__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.projects-index-module__5HKO-G__card{background:#171717;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative}.projects-index-module__5HKO-G__card:hover{border-color:var(--primary-orange);background:#ffffff05;transform:translateY(-5px)}.projects-index-module__5HKO-G__overlayLink{z-index:5;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.projects-index-module__5HKO-G__cardTop{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.projects-index-module__5HKO-G__folderIcon{color:var(--primary-orange);font-size:2.5rem}.projects-index-module__5HKO-G__externalLinks{z-index:10;gap:1rem;display:flex;position:relative}.projects-index-module__5HKO-G__iconLink{color:#8892b0;font-size:1.4rem;transition:color .2s}.projects-index-module__5HKO-G__iconLink:hover{color:var(--primary-orange)}.projects-index-module__5HKO-G__projectTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.projects-index-module__5HKO-G__projectDesc{color:#8892b0;flex-grow:1;margin-bottom:2rem;font-size:1rem;line-height:1.6}.projects-index-module__5HKO-G__footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.projects-index-module__5HKO-G__tags{color:#666;gap:.8rem;font-family:monospace;font-size:.85rem;display:flex}.projects-index-module__5HKO-G__readMore{color:var(--primary-orange);align-items:center;gap:.5rem;font-family:monospace;font-size:.9rem;display:flex}@media (max-width:768px){.projects-index-module__5HKO-G__container{padding:6rem 1.5rem}.projects-index-module__5HKO-G__title{font-size:2.5rem}.projects-index-module__5HKO-G__grid{grid-template-columns:1fr}}
.page-module___8aEwW__page{flex-direction:column;width:100%;height:100vh;margin:0;padding:0;display:flex;overflow:hidden}.page-module___8aEwW__main{scroll-behavior:smooth;flex-direction:column;flex:1;align-items:center;width:100%;display:flex;position:relative;overflow:hidden auto}.page-module___8aEwW__main>:not(:first-child):not(:last-child){width:100%;max-width:1440px}.page-module___8aEwW__main>:last-child{width:100%;max-width:100%}.page-module___8aEwW__title{text-align:center;margin-bottom:1rem;font-size:4rem;font-weight:800;line-height:1.1}.page-module___8aEwW__highlight{color:var(--primary-orange)}.page-module___8aEwW__description{color:#ccc;text-align:center;max-width:600px;font-size:1.25rem}
.project-module__fdYBUa__detailPage{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:3rem;width:100%;max-width:1180px;padding:8rem 2rem 4rem;display:grid}.project-module__fdYBUa__article{min-width:0}.project-module__fdYBUa__backLink{color:var(--primary-orange);font-family:var(--font-geist-mono), monospace;align-items:center;gap:.5rem;margin-bottom:1.6rem;font-size:.9rem;transition:transform .2s,color .2s;display:inline-flex}.project-module__fdYBUa__backLink:hover{color:#ffb84d;transform:translate(-4px)}.project-module__fdYBUa__header{margin-bottom:2rem}.project-module__fdYBUa__eyebrow,.project-module__fdYBUa__sectionLabel{color:var(--primary-orange);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.project-module__fdYBUa__eyebrow{margin-bottom:.8rem;display:block}.project-module__fdYBUa__title{color:var(--foreground);max-width:820px;margin-bottom:1rem;font-size:clamp(2.4rem,5vw,4.4rem);font-weight:800;line-height:1.05}.project-module__fdYBUa__description{color:#a8b2d1;max-width:720px;font-size:clamp(1rem,2vw,1.18rem);line-height:1.75}.project-module__fdYBUa__mediaFrame{aspect-ratio:16/9;background:#0b0b0d;border:1px solid #ffffff12;border-radius:8px;width:100%;margin-bottom:2.5rem;position:relative;overflow:hidden;box-shadow:0 18px 48px #00000052}.project-module__fdYBUa__projectMedia{object-fit:cover;width:100%;height:100%;display:block}.project-module__fdYBUa__summaryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.project-module__fdYBUa__contentSection,.project-module__fdYBUa__impactPanel{background:#ffffff06;border:1px solid #fff1;border-radius:8px;padding:1.5rem}.project-module__fdYBUa__contentSection h2,.project-module__fdYBUa__impactPanel h2{color:var(--foreground);margin:.7rem 0 .85rem;font-size:1.35rem;line-height:1.25}.project-module__fdYBUa__contentSection p,.project-module__fdYBUa__impactPanel p{color:#c4cad8;font-size:.98rem;line-height:1.75}.project-module__fdYBUa__impactPanel{background:linear-gradient(135deg,#ff9f1c17,#ffffff06);border-color:#ff9f1c2e;margin-top:1rem}.project-module__fdYBUa__sidebar{flex-direction:column;gap:1rem;display:flex;position:sticky;top:6.5rem}.project-module__fdYBUa__sidebarCard{background:#ffffff08;border:1px solid #fff1;border-radius:8px;padding:1.25rem}.project-module__fdYBUa__sidebarTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1rem;font-weight:800}.project-module__fdYBUa__sidebarLine{background:linear-gradient(90deg, var(--primary-orange) 0 30%, #ffffff1a 30% 100%);width:100%;height:2px;margin-bottom:1rem}.project-module__fdYBUa__tags{flex-wrap:wrap;gap:.55rem;display:flex}.project-module__fdYBUa__tag{color:var(--primary-orange);font-family:var(--font-geist-mono), monospace;background:#ff9f1c14;border:1px solid #ff9f1c29;border-radius:4px;padding:.38rem .62rem;font-size:.76rem}.project-module__fdYBUa__checkList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.project-module__fdYBUa__checkList li{color:#c4cad8;align-items:flex-start;gap:.65rem;font-size:.9rem;line-height:1.5;display:flex}.project-module__fdYBUa__checkList svg{color:var(--primary-orange);flex:none;margin-top:.18rem}.project-module__fdYBUa__links{flex-direction:column;gap:.7rem;display:flex}.project-module__fdYBUa__linkButton,.project-module__fdYBUa__ctaButton{border-radius:4px;justify-content:center;align-items:center;gap:.55rem;min-height:42px;padding:.7rem .9rem;font-size:.92rem;font-weight:600;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.project-module__fdYBUa__primaryLink,.project-module__fdYBUa__ctaButton{background:var(--primary-orange);color:#121212}.project-module__fdYBUa__primaryLink:hover,.project-module__fdYBUa__ctaButton:hover{background:#ffb84d;transform:translateY(-2px)}.project-module__fdYBUa__secondaryLink{color:var(--foreground);background:#ffffff0b;border:1px solid #ffffff17}.project-module__fdYBUa__secondaryLink:hover{background:#ffffff14;border-color:#ff9f1c57;transform:translateY(-2px)}.project-module__fdYBUa__unavailable{color:#8892b0;font-size:.9rem;line-height:1.6}@media (max-width:980px){.project-module__fdYBUa__detailPage{grid-template-columns:1fr;gap:2rem;padding:7rem 1.5rem 3rem}.project-module__fdYBUa__sidebar{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:static}.project-module__fdYBUa__ctaButton{grid-column:1/-1}}@media (max-width:680px){.project-module__fdYBUa__detailPage{padding-inline:1rem}.project-module__fdYBUa__mediaFrame{aspect-ratio:4/3}.project-module__fdYBUa__summaryGrid,.project-module__fdYBUa__sidebar{grid-template-columns:1fr}}
.services-module__mCOW2a__section{background:#ffffff03;border-top:1px solid #ffffff0d;flex-direction:column;gap:3.5rem;padding:7rem 5%;display:flex}.services-module__mCOW2a__header{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.services-module__mCOW2a__title{color:var(--primary-orange);margin-bottom:1rem;font-size:clamp(2.6rem,6vw,4.6rem);font-weight:800;line-height:1}.services-module__mCOW2a__subtitle{color:#a8b2d1;max-width:520px;font-size:.95rem;line-height:1.7}.services-module__mCOW2a__quoteButton{background:var(--primary-orange);color:#121212;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;gap:.45rem;min-height:44px;padding:.8rem 1.25rem;font-size:.9rem;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.services-module__mCOW2a__quoteButton:hover{background:#ffb84d;transform:translateY(-2px)}.services-module__mCOW2a__mobileBtn{display:none}.services-module__mCOW2a__servicesList{border-top:1px solid #ffffff0f;flex-direction:column;display:flex}.services-module__mCOW2a__serviceRow{border-bottom:1px solid #ffffff0f;grid-template-columns:minmax(230px,.9fr) minmax(260px,1fr) 44px;align-items:center;gap:2rem;min-height:96px;padding:1.25rem .75rem;transition:background .2s,padding-inline .2s;display:grid}.services-module__mCOW2a__serviceRow:hover{background:#ff9f1c0b;padding-inline:1rem}.services-module__mCOW2a__serviceTitle{color:var(--foreground);align-items:baseline;gap:.1rem;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:800;line-height:1.25;display:flex}.services-module__mCOW2a__serviceTitle span{color:var(--foreground);font-family:var(--font-geist-mono), monospace;font-size:.95em}.services-module__mCOW2a__serviceDesc{color:#727b96;max-width:460px;font-size:.88rem;line-height:1.65}.services-module__mCOW2a__rowAction{width:36px;height:36px;color:var(--foreground);background:#ffffff06;border:1px solid #ffffff0e;border-radius:4px;justify-content:center;justify-self:end;align-items:center;transition:color .2s,background .2s,border-color .2s,transform .2s;display:inline-flex}.services-module__mCOW2a__rowAction:hover{color:#121212;background:var(--primary-orange);border-color:var(--primary-orange);transform:translate(2px,-2px)}@media (max-width:900px){.services-module__mCOW2a__header{flex-direction:column;align-items:flex-start}.services-module__mCOW2a__desktopBtn{display:none}.services-module__mCOW2a__mobileBtn{margin-top:1rem;display:inline-flex}.services-module__mCOW2a__serviceRow{grid-template-columns:1fr 40px;gap:.75rem 1rem;padding:1.5rem 0}.services-module__mCOW2a__serviceTitle,.services-module__mCOW2a__serviceDesc{grid-column:1}.services-module__mCOW2a__rowAction{grid-area:1/2/span 2;align-self:center}}@media (max-width:600px){.services-module__mCOW2a__section{gap:2.5rem;padding:5rem 5%}.services-module__mCOW2a__title{font-size:2.55rem}.services-module__mCOW2a__quoteButton{width:100%}.services-module__mCOW2a__serviceRow{grid-template-columns:1fr}.services-module__mCOW2a__rowAction{grid-area:auto/1;justify-self:start}}
