.LanguageSwitcher-module__Mq00sq__wrapper{z-index:100;position:relative}.LanguageSwitcher-module__Mq00sq__trigger{font-family:var(--font-body);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-surface);cursor:pointer;transition:all var(--duration-fast)var(--ease-out-expo);align-items:center;gap:.5rem;padding:.5rem .75rem;font-weight:700;display:flex}.LanguageSwitcher-module__Mq00sq__trigger:hover{border-color:var(--color-accent);color:var(--color-accent)}.LanguageSwitcher-module__Mq00sq__flag{font-weight:700}.LanguageSwitcher-module__Mq00sq__chevron{transition:transform var(--duration-fast)var(--ease-out-expo)}.LanguageSwitcher-module__Mq00sq__chevronOpen{transform:rotate(180deg)}.LanguageSwitcher-module__Mq00sq__dropdown{background:var(--color-surface);border:1px solid var(--color-charcoal);min-width:140px;animation:LanguageSwitcher-module__Mq00sq__fadeIn var(--duration-fast)var(--ease-out-expo);padding:.5rem 0;list-style:none;position:absolute;top:calc(100% + .5rem);right:0}@keyframes LanguageSwitcher-module__Mq00sq__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitcher-module__Mq00sq__option{width:100%;font-family:var(--font-body);font-size:var(--text-xs);text-align:left;color:var(--color-text-muted);cursor:pointer;transition:all var(--duration-fast);background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.LanguageSwitcher-module__Mq00sq__option:hover{background:var(--color-bg);color:var(--color-text)}.LanguageSwitcher-module__Mq00sq__optionActive,.LanguageSwitcher-module__Mq00sq__optionActive:hover{color:var(--color-accent)}.LanguageSwitcher-module__Mq00sq__optionFlag{min-width:24px;font-weight:700}.LanguageSwitcher-module__Mq00sq__optionLabel{flex:1}.LanguageSwitcher-module__Mq00sq__check{color:var(--color-accent)}
.Hero-module__gNeX-G__hero{background:linear-gradient(135deg,var(--color-bg)0%,var(--color-charcoal)100%);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__skipLink{z-index:200;padding:var(--space-sm)var(--space-md);background:var(--color-accent);color:var(--color-bg);font-family:var(--font-body);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;transition:transform var(--duration-fast)var(--ease-out-expo);font-weight:600;position:absolute;top:0;left:0;transform:translateY(-200%)}.Hero-module__gNeX-G__skipLink:focus-visible{outline:none;transform:translateY(0)}.Hero-module__gNeX-G__gridLines{padding-inline:var(--container-padding);pointer-events:none;justify-content:space-between;display:flex;position:absolute;inset:0}.Hero-module__gNeX-G__gridLine{background:linear-gradient(to bottom,transparent 0%,var(--color-text)20%,var(--color-text)80%,transparent 100%);opacity:.05;width:1px;height:100%}.Hero-module__gNeX-G__header{padding:var(--space-xs)var(--container-padding);z-index:100;-webkit-backdrop-filter:blur(12px);transition:background var(--duration-base)ease,box-shadow var(--duration-base)ease;background:#0a0a0ad9;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Hero-module__gNeX-G__logo{font-family:var(--font-display);font-size:var(--text-xl);cursor:pointer;background:0 0;border:none;align-items:baseline;gap:.25rem;padding:0;display:flex}.Hero-module__gNeX-G__logoMark{color:var(--color-accent)}.Hero-module__gNeX-G__logoDev{color:var(--color-text)}.Hero-module__gNeX-G__headerRight{align-items:center;gap:var(--space-md);display:flex}.Hero-module__gNeX-G__nav{gap:var(--space-md);display:flex}.Hero-module__gNeX-G__navLink{font-family:var(--font-body);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.12em;padding:var(--space-xs)0;font-weight:500;position:relative}.Hero-module__gNeX-G__navLink:after{content:"";background:var(--color-accent);transform-origin:0;width:100%;height:2px;transition:transform var(--duration-fast)var(--ease-out-expo);position:absolute;bottom:0;left:0;transform:scaleX(0)}.Hero-module__gNeX-G__navLink:hover:after{transform:scaleX(1)}.Hero-module__gNeX-G__content{padding:var(--space-md)var(--container-padding);padding-top:calc(var(--space-md) + 60px);z-index:5;flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.Hero-module__gNeX-G__eyebrow{align-items:center;gap:var(--space-sm);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);margin-bottom:var(--space-md);display:flex}.Hero-module__gNeX-G__line{background:var(--color-accent);width:60px;height:1px}.Hero-module__gNeX-G__lineAnimated{background:var(--color-accent);transform-origin:0;width:60px;height:1px;animation:Hero-module__gNeX-G__lineExpand .8s var(--ease-out-expo)forwards;transform:scaleX(0)}@keyframes Hero-module__gNeX-G__lineExpand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.Hero-module__gNeX-G__eyebrowText{animation:Hero-module__gNeX-G__fadeInRight .8s var(--ease-out-expo).3s forwards;opacity:0;transform:translate(-20px)}@keyframes Hero-module__gNeX-G__fadeInRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.Hero-module__gNeX-G__title{font-size:var(--text-hero);margin-bottom:var(--space-md);flex-direction:column;line-height:.85;display:flex}.Hero-module__gNeX-G__titleLine{display:block;position:relative;overflow:hidden}.Hero-module__gNeX-G__titleLineFirst{overflow:visible}.Hero-module__gNeX-G__titleFirstWrapper{align-items:center;gap:.3em;display:flex;position:relative}.Hero-module__gNeX-G__titleWord{opacity:0;transform-origin:top;animation:Hero-module__gNeX-G__wordFlipIn .8s var(--ease-out-expo)forwards;display:inline-block;transform:translateY(100%)rotateX(-90deg)}.Hero-module__gNeX-G__titleWord:first-child{animation-delay:0s}.Hero-module__gNeX-G__titleWord:nth-child(2){animation-delay:.12s}.Hero-module__gNeX-G__titleWord:nth-child(3){animation-delay:.24s}@keyframes Hero-module__gNeX-G__wordFlipIn{0%{opacity:0;transform:translateY(100%)rotateX(-90deg)}60%{opacity:1;transform:translateY(-8%)rotateX(8deg)}to{opacity:1;transform:translateY(0)rotateX(0)}}.Hero-module__gNeX-G__cursor{background:var(--color-accent);width:4px;height:.9em;animation:Hero-module__gNeX-G__cursorAppear .5s var(--ease-out-expo).6s forwards,Hero-module__gNeX-G__cursorBlink 1s ease-in-out 1.2s infinite;opacity:0;transform-origin:bottom;margin-left:.2em;display:inline-block;transform:scaleY(0)}@keyframes Hero-module__gNeX-G__cursorAppear{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes Hero-module__gNeX-G__cursorBlink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__gNeX-G__titleReveal{animation:Hero-module__gNeX-G__titleSlideUp 1s var(--ease-out-expo)forwards;opacity:0;display:inline-block;transform:translateY(100%)}.Hero-module__gNeX-G__titleRevealDelay1{animation-delay:.15s}.Hero-module__gNeX-G__titleRevealDelay2{animation-delay:.3s}.Hero-module__gNeX-G__titleRevealDelay3{animation-delay:.45s}@keyframes Hero-module__gNeX-G__titleSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.Hero-module__gNeX-G__titleAccent{color:var(--color-accent);animation:Hero-module__gNeX-G__titleSlideUp 1s var(--ease-out-expo)forwards;opacity:0;display:inline-block;position:relative;transform:translateY(100%)}.Hero-module__gNeX-G__outline{-webkit-text-stroke:2px var(--color-text);-webkit-text-fill-color:transparent}.Hero-module__gNeX-G__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);max-width:50ch;margin-bottom:var(--space-lg);line-height:1.6}.Hero-module__gNeX-G__cta{gap:var(--space-sm);flex-wrap:wrap;display:flex}.Hero-module__gNeX-G__scrollIndicator{right:var(--container-padding);bottom:var(--space-lg);align-items:center;gap:var(--space-xs);z-index:10;flex-direction:column;display:flex;position:absolute}.Hero-module__gNeX-G__scrollText{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);writing-mode:vertical-rl}.Hero-module__gNeX-G__scrollLine{background:var(--color-surface);width:1px;height:60px;position:relative;overflow:hidden}.Hero-module__gNeX-G__scrollDot{background:var(--color-accent);width:100%;height:20px;animation:2s ease-in-out infinite Hero-module__gNeX-G__scrollPulse}@keyframes Hero-module__gNeX-G__scrollPulse{0%,to{transform:translateY(-100%)}50%{transform:translateY(200%)}}.Hero-module__gNeX-G__heroFooter{gap:var(--space-lg);padding:var(--space-md)var(--container-padding);border-top:1px solid var(--color-surface);z-index:10;display:flex;position:relative}.Hero-module__gNeX-G__stat{flex-direction:column;gap:.25rem;padding-bottom:.5rem;display:flex;position:relative}.Hero-module__gNeX-G__statAnimated{opacity:0;animation:Hero-module__gNeX-G__statReveal .8s var(--ease-out-expo)forwards;transform:translateY(30px)}@keyframes Hero-module__gNeX-G__statReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__gNeX-G__statNumber{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-accent);line-height:1;position:relative;overflow:hidden}.Hero-module__gNeX-G__statNumberInner{animation:Hero-module__gNeX-G__numberPop .6s var(--ease-out-expo)forwards;animation-delay:inherit;opacity:0;display:inline-block;transform:scale(.5)translateY(20px)}@keyframes Hero-module__gNeX-G__numberPop{0%{opacity:0;transform:scale(.7)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.Hero-module__gNeX-G__statLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);opacity:0;animation:Hero-module__gNeX-G__labelSlide .6s var(--ease-out-expo)forwards;animation-delay:inherit;transform:translate(-10px)}@keyframes Hero-module__gNeX-G__labelSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.Hero-module__gNeX-G__statBar{background:var(--color-surface);width:100%;height:2px;position:absolute;bottom:0;left:0;overflow:hidden}.Hero-module__gNeX-G__statBar:after{content:"";background:linear-gradient(90deg,var(--color-accent)0%,var(--color-accent)50%,transparent 50%);width:100%;height:100%;animation:Hero-module__gNeX-G__barFill 1.2s var(--ease-out-expo)forwards;animation-delay:inherit;position:absolute;top:0;left:0;transform:translate(-100%)}@keyframes Hero-module__gNeX-G__barFill{0%{transform:translate(-100%)}to{transform:translate(0)}}.Hero-module__gNeX-G__stat:hover .Hero-module__gNeX-G__statBar:after{background:linear-gradient(90deg,var(--color-accent)0%,var(--color-accent)100%)}@media (max-width:768px){.Hero-module__gNeX-G__header,.Hero-module__gNeX-G__headerRight{gap:var(--space-sm);flex-direction:column}.Hero-module__gNeX-G__nav{gap:var(--space-sm)}.Hero-module__gNeX-G__title{font-size:clamp(2rem,10vw,4rem)}.Hero-module__gNeX-G__titleFirstWrapper{flex-wrap:wrap;gap:.15em}.Hero-module__gNeX-G__heroFooter{gap:var(--space-md);flex-direction:column}.Hero-module__gNeX-G__scrollIndicator{display:none}.Hero-module__gNeX-G__cta{flex-direction:column}.Hero-module__gNeX-G__cta .Hero-module__gNeX-G__btn{justify-content:center;width:100%}}
.Services-module__kf8n-G__services{background:var(--color-cream);color:var(--color-charcoal);position:relative;overflow:hidden}.Services-module__kf8n-G__container{max-width:var(--container-max);padding:var(--space-xl)var(--container-padding);margin:0 auto}.Services-module__kf8n-G__header{margin-bottom:var(--space-lg)}.Services-module__kf8n-G__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);margin-bottom:var(--space-sm);display:inline-block}.Services-module__kf8n-G__title{font-size:var(--text-3xl);color:var(--color-charcoal)}.Services-module__kf8n-G__grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);align-items:stretch;display:grid}.Services-module__kf8n-G__card{padding:var(--space-lg);background:var(--color-bg);color:var(--color-text);transition:transform var(--duration-base)var(--ease-out-expo);flex-direction:column;display:flex;position:relative}.Services-module__kf8n-G__card:hover{transform:translateY(-8px)}.Services-module__kf8n-G__card:before{content:"";border:1px solid var(--color-surface);pointer-events:none;transition:border-color var(--duration-fast);position:absolute;inset:0}.Services-module__kf8n-G__card:hover:before{border-color:var(--color-accent)}.Services-module__kf8n-G__cardHeader{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.Services-module__kf8n-G__number{font-family:var(--font-display);font-size:var(--text-xl);color:var(--color-accent)}.Services-module__kf8n-G__cardLine{background:var(--color-surface);flex:1;height:1px}.Services-module__kf8n-G__cardTitle{font-size:var(--text-xl);margin-bottom:var(--space-sm);color:var(--color-text)}.Services-module__kf8n-G__cardDescription{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-md);line-height:1.7}.Services-module__kf8n-G__capabilities{gap:var(--space-xs);flex-wrap:wrap;margin-top:auto;list-style:none;display:flex}.Services-module__kf8n-G__capability{font-size:var(--text-xs);border:1px solid var(--color-surface);text-transform:uppercase;letter-spacing:.05em;transition:all var(--duration-fast);padding:.25rem .75rem}.Services-module__kf8n-G__card:hover .Services-module__kf8n-G__capability{border-color:var(--color-accent);color:var(--color-accent)}.Services-module__kf8n-G__marquee{margin-top:var(--space-xl);padding:var(--space-md)0;background:var(--color-charcoal);position:relative;overflow:hidden}.Services-module__kf8n-G__marqueeTrack{animation:20s linear infinite Services-module__kf8n-G__marquee;display:flex}.Services-module__kf8n-G__marqueeContent{align-items:center;gap:var(--space-lg);padding-right:var(--space-lg);font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-cream);white-space:nowrap;text-transform:uppercase;display:flex}.Services-module__kf8n-G__dot{color:var(--color-accent);font-size:var(--text-sm);display:inline-block}@keyframes Services-module__kf8n-G__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.Services-module__kf8n-G__marqueeContent span{transition:color var(--duration-fast)var(--ease-out-expo);position:relative}.Services-module__kf8n-G__marqueeContent span:hover{color:var(--color-accent)}.Services-module__kf8n-G__marquee:before,.Services-module__kf8n-G__marquee:after{content:"";z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.Services-module__kf8n-G__marquee:before{background:linear-gradient(to right,var(--color-charcoal),transparent);left:0}.Services-module__kf8n-G__marquee:after{background:linear-gradient(to left,var(--color-charcoal),transparent);right:0}@media (max-width:768px){.Services-module__kf8n-G__grid{grid-template-columns:1fr}.Services-module__kf8n-G__card{padding:var(--space-md)}.Services-module__kf8n-G__marqueeContent{font-size:var(--text-xl);gap:var(--space-md);padding-right:var(--space-md)}}
.Work-module__D3KtDW__work{background:var(--color-bg);position:relative}.Work-module__D3KtDW__container{max-width:var(--container-max);padding:var(--space-xl)var(--container-padding);margin:0 auto}.Work-module__D3KtDW__header{gap:var(--space-lg);margin-bottom:var(--space-lg);grid-template-columns:1fr 1fr;align-items:end;display:grid}.Work-module__D3KtDW__headerLeft{flex-direction:column;display:flex}.Work-module__D3KtDW__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);margin-bottom:var(--space-sm)}.Work-module__D3KtDW__title{font-size:var(--text-3xl)}.Work-module__D3KtDW__titleEmphasis{-webkit-text-stroke:2px var(--color-text);-webkit-text-fill-color:transparent;display:inline-block}.Work-module__D3KtDW__headerDescription{font-size:var(--text-base);color:var(--color-text-muted);max-width:45ch;line-height:1.7}.Work-module__D3KtDW__grid{column-gap:var(--space-md);row-gap:var(--space-xl);grid-template-columns:repeat(12,1fr);display:grid}.Work-module__D3KtDW__project{--project-color:var(--color-accent);grid-column:span 12;position:relative}.Work-module__D3KtDW__projectLink{color:inherit;text-decoration:none;display:block}.Work-module__D3KtDW__projectImage{aspect-ratio:4/3;margin-bottom:var(--space-sm);position:relative;overflow:hidden}@media (min-width:768px){.Work-module__D3KtDW__project:nth-child(4n+1){grid-column:1/span 8}.Work-module__D3KtDW__project:nth-child(4n+1) .Work-module__D3KtDW__projectImage{aspect-ratio:16/10}.Work-module__D3KtDW__project:nth-child(4n+2){margin-top:var(--space-2xl);grid-column:9/span 4}.Work-module__D3KtDW__project:nth-child(4n+2) .Work-module__D3KtDW__projectImage{aspect-ratio:3/4}.Work-module__D3KtDW__project:nth-child(4n+3){grid-column:2/span 5}.Work-module__D3KtDW__project:nth-child(4n+3) .Work-module__D3KtDW__projectImage{aspect-ratio:1}.Work-module__D3KtDW__project:nth-child(4n){margin-top:var(--space-lg);grid-column:7/span 6}.Work-module__D3KtDW__project:nth-child(4n) .Work-module__D3KtDW__projectImage{aspect-ratio:4/3}.Work-module__D3KtDW__project:only-child{grid-column:2/span 9}.Work-module__D3KtDW__project:only-child .Work-module__D3KtDW__projectImage{aspect-ratio:16/10}}.Work-module__D3KtDW__projectImg{object-fit:cover;transition:transform var(--duration-slow)var(--ease-out-expo)}.Work-module__D3KtDW__project:hover .Work-module__D3KtDW__projectImg{transform:scale(1.05)}.Work-module__D3KtDW__projectPlaceholder{background:linear-gradient(135deg,var(--project-color)0%,color-mix(in srgb,var(--project-color)60%,black)100%);width:100%;height:100%;transition:transform var(--duration-slow)var(--ease-out-expo);justify-content:center;align-items:center;display:flex}.Work-module__D3KtDW__project:hover .Work-module__D3KtDW__projectPlaceholder{transform:scale(1.05)}.Work-module__D3KtDW__projectNumber{font-family:var(--font-display);color:#ffffff1a;font-size:clamp(4rem,10vw,8rem)}.Work-module__D3KtDW__projectOverlay{opacity:0;transition:opacity var(--duration-base)var(--ease-out-expo);background:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Work-module__D3KtDW__project:hover .Work-module__D3KtDW__projectOverlay{opacity:1}.Work-module__D3KtDW__viewProject{font-family:var(--font-body);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);padding:var(--space-sm)var(--space-md);border:1px solid var(--color-accent);transition:transform var(--duration-base)var(--ease-out-expo);font-weight:600;transform:translateY(20px)}.Work-module__D3KtDW__project:hover .Work-module__D3KtDW__viewProject{transform:translateY(0)}.Work-module__D3KtDW__projectInfo{flex-direction:column;gap:.5rem;display:flex}.Work-module__D3KtDW__projectCategory{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent)}.Work-module__D3KtDW__projectTitle{font-size:var(--text-xl);transition:color var(--duration-fast)}.Work-module__D3KtDW__project:hover .Work-module__D3KtDW__projectTitle{color:var(--color-accent)}.Work-module__D3KtDW__projectTags{flex-wrap:wrap;gap:.5rem;display:flex}.Work-module__D3KtDW__tag{font-size:var(--text-xs);color:var(--color-text-muted)}.Work-module__D3KtDW__tag:before{content:"/ ";color:var(--color-surface)}.Work-module__D3KtDW__upcoming{text-align:center;font-size:var(--text-sm);color:var(--color-text-muted);letter-spacing:.05em;margin-top:var(--space-md)}.Work-module__D3KtDW__cta{margin-top:var(--space-xl);justify-content:center;display:flex}@media (max-width:968px){.Work-module__D3KtDW__header{gap:var(--space-md);grid-template-columns:1fr}}@media (max-width:767px){.Work-module__D3KtDW__grid{row-gap:var(--space-lg);grid-template-columns:1fr}.Work-module__D3KtDW__project{grid-column:1}}
.Testimonials-module__3Exg0W__testimonials{background:var(--color-charcoal);position:relative;overflow:hidden}.Testimonials-module__3Exg0W__container{max-width:var(--container-max);padding:var(--space-xl)var(--container-padding);margin:0 auto}.Testimonials-module__3Exg0W__header{margin-bottom:var(--space-lg)}.Testimonials-module__3Exg0W__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);margin-bottom:var(--space-sm);display:inline-block}.Testimonials-module__3Exg0W__title{font-size:var(--text-3xl);color:var(--color-cream)}.Testimonials-module__3Exg0W__grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);align-items:stretch;display:grid}.Testimonials-module__3Exg0W__card{padding:var(--space-lg);background:var(--color-bg);flex-direction:column;display:flex;position:relative}.Testimonials-module__3Exg0W__highlight{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-accent);margin-bottom:var(--space-sm);line-height:1}.Testimonials-module__3Exg0W__quote{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-md);flex:1;font-style:normal;line-height:1.6}.Testimonials-module__3Exg0W__author{align-items:center;gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid var(--color-surface);display:flex}.Testimonials-module__3Exg0W__avatar{background:var(--color-surface);width:48px;height:48px;font-family:var(--font-display);font-size:var(--text-sm);color:var(--color-accent);justify-content:center;align-items:center;display:flex}.Testimonials-module__3Exg0W__authorInfo{flex-direction:column;gap:.25rem;display:flex}.Testimonials-module__3Exg0W__authorName{font-style:normal;font-size:var(--text-sm);color:var(--color-text);font-weight:700}.Testimonials-module__3Exg0W__authorRole{font-size:var(--text-xs);color:var(--color-text-muted)}@media (max-width:968px){.Testimonials-module__3Exg0W__grid{grid-template-columns:1fr}}
.Contact-module__gQiC5G__contact{background:var(--color-bg);position:relative}.Contact-module__gQiC5G__container{max-width:var(--container-max);padding:var(--space-xl)var(--container-padding);margin:0 auto}.Contact-module__gQiC5G__grid{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.Contact-module__gQiC5G__content{top:var(--space-lg);position:sticky}.Contact-module__gQiC5G__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);margin-bottom:var(--space-sm);display:inline-block}.Contact-module__gQiC5G__title{font-size:var(--text-3xl);margin-bottom:var(--space-md)}.Contact-module__gQiC5G__titleEmphasis{-webkit-text-stroke:2px var(--color-text);-webkit-text-fill-color:transparent;display:inline-block}.Contact-module__gQiC5G__description{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-lg);line-height:1.7}.Contact-module__gQiC5G__info{gap:var(--space-md);flex-direction:column;display:flex}.Contact-module__gQiC5G__infoItem{flex-direction:column;gap:.25rem;display:flex}.Contact-module__gQiC5G__infoLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.Contact-module__gQiC5G__infoValue{font-size:var(--text-base);color:var(--color-text);transition:color var(--duration-fast)}a.Contact-module__gQiC5G__infoValue:hover{color:var(--color-accent)}.Contact-module__gQiC5G__form{gap:var(--space-md);padding:var(--space-lg);background:var(--color-surface);flex-direction:column;display:flex}.Contact-module__gQiC5G__formRow{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.Contact-module__gQiC5G__field{flex-direction:column;gap:.5rem;display:flex}.Contact-module__gQiC5G__fieldLabel{font-size:var(--text-sm);color:var(--color-text);letter-spacing:0;font-weight:500}.Contact-module__gQiC5G__input,.Contact-module__gQiC5G__select,.Contact-module__gQiC5G__textarea{width:100%;padding:var(--space-sm);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-surface);transition:border-color var(--duration-fast)}.Contact-module__gQiC5G__input:focus,.Contact-module__gQiC5G__select:focus,.Contact-module__gQiC5G__textarea:focus{border-color:var(--color-accent);outline:none}.Contact-module__gQiC5G__inputInvalid,.Contact-module__gQiC5G__inputInvalid:focus{border-color:#ef4444}.Contact-module__gQiC5G__input::placeholder,.Contact-module__gQiC5G__textarea::placeholder{color:var(--color-text-muted)}.Contact-module__gQiC5G__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238a8a8a' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-sm)center;padding-right:var(--space-lg);cursor:pointer}.Contact-module__gQiC5G__textarea{resize:vertical;min-height:120px}.Contact-module__gQiC5G__submit{width:100%;padding:var(--space-md);justify-content:center}.Contact-module__gQiC5G__submit:disabled{opacity:.6;cursor:not-allowed}.Contact-module__gQiC5G__successMessage{font-size:var(--text-sm);color:var(--color-accent);text-align:center;padding:var(--space-sm)}.Contact-module__gQiC5G__errorMessage{font-size:var(--text-sm);color:#ef4444;text-align:center;padding:var(--space-sm);flex-direction:column;gap:.5rem;display:flex}.Contact-module__gQiC5G__errorFallback{font-size:var(--text-xs);color:var(--color-text-muted)}.Contact-module__gQiC5G__errorLink{color:var(--color-accent);text-underline-offset:2px;transition:color var(--duration-fast);text-decoration:underline}.Contact-module__gQiC5G__errorLink:hover{color:var(--color-cream)}.Contact-module__gQiC5G__footer{background:var(--color-charcoal);border-top:1px solid var(--color-surface)}.Contact-module__gQiC5G__footerContainer{max-width:var(--container-max);padding:var(--space-md)var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Contact-module__gQiC5G__footerLogo{font-family:var(--font-display);font-size:var(--text-lg);align-items:baseline;gap:.25rem;display:flex}.Contact-module__gQiC5G__logoMark{color:var(--color-accent)}.Contact-module__gQiC5G__logoDev{color:var(--color-text)}.Contact-module__gQiC5G__footerCenter{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Contact-module__gQiC5G__madeIn{font-size:var(--text-xs);color:var(--color-accent);letter-spacing:.05em}.Contact-module__gQiC5G__copyright{font-size:var(--text-xs);color:var(--color-text-muted)}.Contact-module__gQiC5G__footerNav{gap:var(--space-md);display:flex}.Contact-module__gQiC5G__footerNav a{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);transition:color var(--duration-fast)}.Contact-module__gQiC5G__footerNav a:hover{color:var(--color-accent)}@media (max-width:968px){.Contact-module__gQiC5G__grid{gap:var(--space-lg);grid-template-columns:1fr}.Contact-module__gQiC5G__content{position:static}}@media (max-width:768px){.Contact-module__gQiC5G__formRow{grid-template-columns:1fr}.Contact-module__gQiC5G__footerContainer{gap:var(--space-sm);text-align:center;flex-direction:column}.Contact-module__gQiC5G__footerNav{order:-1}}
