.Navbar-module__cJzEcG__nav{z-index:var(--z-nav);transition:all var(--duration-normal) var(--ease-out-expo);padding:0 var(--space-lg);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);background:#f5f5f0d9}.Navbar-module__cJzEcG__container{max-width:var(--container-max);height:var(--nav-height);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.04em;font-size:1.5rem;font-weight:800;position:relative}.Navbar-module__cJzEcG__logoAccent{background:linear-gradient(135deg, var(--color-text-dark), var(--color-text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Navbar-module__cJzEcG__desktopLinks{align-items:center;gap:var(--space-lg);display:flex}.Navbar-module__cJzEcG__link{color:var(--color-text-dark);padding:var(--space-xs) 0;transition:color var(--duration-fast) ease;font-size:.9rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__link:after{content:"";background:var(--color-text-dark);width:0;height:1.5px;transition:width var(--duration-normal) var(--ease-out-expo);position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__contactBtn{align-items:center;gap:var(--space-sm);background:var(--color-text-dark);color:var(--color-text-light);transition:all var(--duration-normal) var(--ease-out-expo);border-radius:100px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:500;display:inline-flex}.Navbar-module__cJzEcG__contactBtn:hover{background:var(--color-accent);color:var(--color-text-dark)}.Navbar-module__cJzEcG__hamburger{z-index:10;flex-direction:column;gap:6px;padding:8px;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--color-text-dark);width:24px;height:2px;transition:all var(--duration-normal) var(--ease-out-expo);transform-origin:50%;display:block}.Navbar-module__cJzEcG__hamburgerOpen span:first-child{transform:rotate(45deg)translate(3px,3px)}.Navbar-module__cJzEcG__hamburgerOpen span:last-child{transform:rotate(-45deg)translate(3px,-3px)}.Navbar-module__cJzEcG__mobileMenu{top:var(--nav-height);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);justify-content:center;align-items:center;gap:var(--space-lg);padding:var(--space-xl);background:#f5f5f0fa;flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0}.Navbar-module__cJzEcG__mobileLink{color:var(--color-text-dark);letter-spacing:-.02em;font-size:2rem;font-weight:700}@media (max-width:768px){.Navbar-module__cJzEcG__desktopLinks{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}
.Hero-module__ZARIfG__hero{background:var(--color-bg-light);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__blobContainer{z-index:1;pointer-events:none;width:clamp(300px,40vw,500px);height:clamp(300px,40vw,500px);position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.Hero-module__ZARIfG__blob{width:100%;height:100%;animation:6s ease-in-out infinite Hero-module__ZARIfG__blob-float;position:relative}.Hero-module__ZARIfG__blobLayer1{filter:blur(8px);background:linear-gradient(135deg,#c4a1ffcc 0%,#ffb3d9b3 25%,#ffb4a299 50%,#d8b4e2b3 75%,#ffb3d9cc 100%);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:6s ease-in-out infinite Hero-module__ZARIfG__blob-morph;position:absolute;inset:0}.Hero-module__ZARIfG__blobLayer2{mix-blend-mode:multiply;filter:blur(12px);background:linear-gradient(-45deg,#ffb4a2b3 0%,#c4a1ff80 33%,#ffb3d999 66%,#ffa0a0b3 100%);border-radius:40% 60% 70% 30%/50% 60% 30%;animation:8s ease-in-out infinite reverse Hero-module__ZARIfG__blob-morph;position:absolute;inset:5%}.Hero-module__ZARIfG__blobLayer3{mix-blend-mode:soft-light;background:radial-gradient(at 30% 40%,#fffc 0%,#ffe6f080 40%,#f0e6ff4d 70%,#0000 100%);border-radius:50% 60% 30%/40% 50% 60%;animation:10s ease-in-out -2s infinite Hero-module__ZARIfG__blob-morph;position:absolute;inset:10%}.Hero-module__ZARIfG__blobHighlight{mix-blend-mode:color-burn;filter:blur(16px);background:conic-gradient(#c4a1ff33,#ffb4a233,#ffb3d933,#d8b4e233,#ffa0a033,#c4a1ff33);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:6s ease-in-out infinite Hero-module__ZARIfG__blob-morph;position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:2;text-align:center;padding:0 var(--space-lg);position:relative}.Hero-module__ZARIfG__greeting{color:var(--color-text-muted);margin-bottom:var(--space-md);letter-spacing:.02em;font-size:clamp(.85rem,1.2vw,1rem);font-weight:500}.Hero-module__ZARIfG__title{letter-spacing:-.04em;color:var(--color-text-dark);font-size:clamp(2.5rem,7vw,6rem);font-weight:800;line-height:1.05}.Hero-module__ZARIfG__scrollDown{bottom:var(--space-lg);align-items:center;gap:var(--space-sm);z-index:2;flex-direction:column;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollDown span{letter-spacing:.1em;text-transform:lowercase;color:var(--color-text-muted);font-size:.75rem;font-weight:500}.Hero-module__ZARIfG__scrollLine{background:var(--color-text-muted);transform-origin:top;width:1px;height:40px}.Hero-module__ZARIfG__imageRevealContainer{background:var(--color-bg-light);z-index:2;justify-content:center;align-items:center;width:100%;padding:2rem 2rem 8rem;display:flex;position:relative}.Hero-module__ZARIfG__blendedImage{mix-blend-mode:multiply;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;max-width:600px;height:auto;display:block}@media (max-width:768px){.Hero-module__ZARIfG__imageRevealContainer{padding:1rem 1.5rem 4rem}.Hero-module__ZARIfG__blobContainer{width:280px;height:280px;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__title{font-size:clamp(2rem,10vw,3.5rem)}}
.SocialSidebar-module__0oFC1W__sidebar{left:var(--space-lg);z-index:var(--z-sidebar);align-items:center;gap:var(--space-lg);flex-direction:column;transition:color .4s,opacity .4s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.SocialSidebar-module__0oFC1W__dark{color:var(--color-text-dark)}.SocialSidebar-module__0oFC1W__light{color:var(--color-text-light)}.SocialSidebar-module__0oFC1W__line{opacity:.25;background:currentColor;width:1px;height:300px;transition:opacity .4s}.SocialSidebar-module__0oFC1W__icons{align-items:center;gap:var(--space-md);flex-direction:column;display:flex}.SocialSidebar-module__0oFC1W__icon{opacity:.55;width:36px;height:36px;transition:opacity var(--duration-fast) ease, transform var(--duration-fast) ease;justify-content:center;align-items:center;display:flex}.SocialSidebar-module__0oFC1W__icon:hover{opacity:1}@media (max-width:768px){.SocialSidebar-module__0oFC1W__sidebar{display:none}}.SocialSidebar-module__0oFC1W__hidden{opacity:0;pointer-events:none}
.StarBackground-module__MgpweW__canvas{pointer-events:none;z-index:0;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}
.About-module__vAULUW__about{background:var(--color-bg-dark);padding:var(--space-3xl) 0;flex-direction:column;justify-content:center;min-height:80vh;display:flex;position:relative}.About-module__vAULUW__curveDivider{z-index:2;width:100%;line-height:0;position:absolute;top:-1px;left:0;right:0}.About-module__vAULUW__curveDivider svg{width:100%;height:120px}.About-module__vAULUW__content{max-width:var(--container-max);padding:var(--space-3xl) var(--space-lg) var(--space-xl);margin:0 auto}.About-module__vAULUW__header{margin-bottom:var(--space-3xl);justify-content:space-between;display:flex}.About-module__vAULUW__label{letter-spacing:.06em;color:#f5f5f066;text-transform:uppercase;font-size:.8rem;font-weight:500}.About-module__vAULUW__mainText{margin-bottom:var(--space-2xl)}.About-module__vAULUW__paragraph{letter-spacing:-.02em;color:var(--color-text-light);font-size:clamp(1.5rem,3.5vw,2.8rem);font-weight:600;line-height:1.3}.About-module__vAULUW__word{margin-right:.3em;display:inline-block}.About-module__vAULUW__subText{color:#f5f5f080;max-width:700px;font-size:clamp(.95rem,1.3vw,1.15rem);line-height:1.8}@media (max-width:768px){.About-module__vAULUW__curveDivider svg{height:60px}.About-module__vAULUW__header{gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-direction:column}.About-module__vAULUW__content{padding-top:var(--space-2xl)}}
.Marquee-module__m6z8XG__marquee{background:var(--color-bg-light);padding:var(--space-3xl) 0;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.Marquee-module__m6z8XG__accentLine{z-index:1;pointer-events:none;opacity:.7;position:absolute;inset:0}.Marquee-module__m6z8XG__accentLine svg{width:100%;height:100%}.Marquee-module__m6z8XG__clover{z-index:2;pointer-events:none;position:absolute;top:20%;right:35%}.Marquee-module__m6z8XG__track{z-index:3;width:100%;position:relative;overflow:hidden}@keyframes Marquee-module__m6z8XG__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Marquee-module__m6z8XG__inner{align-items:center;gap:var(--space-xl);white-space:nowrap;width:max-content;animation:20s linear infinite Marquee-module__m6z8XG__marqueeScroll;display:flex}.Marquee-module__m6z8XG__item{letter-spacing:-.04em;color:var(--color-text-dark);text-transform:uppercase;flex-shrink:0;font-size:clamp(3rem,8vw,7rem);font-weight:900}.Marquee-module__m6z8XG__divider{color:var(--color-accent);flex-shrink:0;font-size:2rem}@media (max-width:768px){.Marquee-module__m6z8XG__marquee{min-height:200px;padding:var(--space-2xl) 0}.Marquee-module__m6z8XG__clover{top:10%;right:10%}.Marquee-module__m6z8XG__clover svg{width:40px;height:40px}.Marquee-module__m6z8XG__inner{gap:var(--space-lg)}}
.Services-module__dpHhBa__services{background:var(--color-bg-light);padding:var(--space-3xl) 0;position:relative;overflow:hidden}.Services-module__dpHhBa__accentCurve{z-index:0;pointer-events:none;opacity:.6;position:absolute;inset:0}.Services-module__dpHhBa__accentCurve svg{width:100%;height:100%}.Services-module__dpHhBa__container{max-width:var(--container-max);padding:0 var(--space-lg);z-index:1;margin:0 auto;position:relative}.Services-module__dpHhBa__header{margin-bottom:var(--space-2xl)}.Services-module__dpHhBa__label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-sm);font-size:.8rem;font-weight:600;display:block}.Services-module__dpHhBa__title{letter-spacing:-.03em;color:var(--color-text-dark);font-size:clamp(2rem,4vw,3.5rem);font-weight:800}.Services-module__dpHhBa__grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.Services-module__dpHhBa__card{border:1px solid var(--color-border);padding:var(--space-xl) var(--space-lg);transition:all var(--duration-normal) var(--ease-out-expo);background:#fff9;border-radius:16px;position:relative;overflow:hidden}.Services-module__dpHhBa__card:before{content:"";background:var(--color-accent);transform-origin:0;height:3px;transition:transform var(--duration-normal) var(--ease-out-expo);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__dpHhBa__card:hover:before{transform:scaleX(1)}.Services-module__dpHhBa__card:hover{background:#ffffffe6;box-shadow:0 20px 60px #0000000f}.Services-module__dpHhBa__cardHeader{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.Services-module__dpHhBa__cardNum{color:var(--color-text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:600}.Services-module__dpHhBa__iconCircle{background:var(--color-accent);width:48px;height:48px;color:var(--color-text-dark);border-radius:50%;justify-content:center;align-items:center;display:flex}.Services-module__dpHhBa__cardTitle{letter-spacing:-.01em;margin-bottom:var(--space-md);color:var(--color-text-dark);font-size:1.15rem;font-weight:700}.Services-module__dpHhBa__cardDesc{color:var(--color-text-muted);font-size:.875rem;line-height:1.7}@media (max-width:1024px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__dpHhBa__grid{grid-template-columns:1fr}}
.Works-module__mW4etW__works{background:var(--color-bg-dark);padding:var(--space-3xl) 0;position:relative;overflow:hidden}.Works-module__mW4etW__accentCurve{z-index:0;pointer-events:none;opacity:.7;position:absolute;inset:0}.Works-module__mW4etW__accentCurve svg{width:100%;height:100%}.Works-module__mW4etW__container{max-width:var(--container-max);padding:0 var(--space-lg);z-index:1;margin:0 auto;position:relative}.Works-module__mW4etW__header{margin-bottom:var(--space-2xl)}.Works-module__mW4etW__label{letter-spacing:.1em;text-transform:uppercase;color:#f5f5f066;margin-bottom:var(--space-sm);font-size:.8rem;font-weight:600;display:block}.Works-module__mW4etW__title{letter-spacing:-.03em;color:var(--color-text-light);font-size:clamp(2rem,4vw,3.5rem);font-weight:800}.Works-module__mW4etW__list{gap:var(--space-lg);flex-direction:column;display:flex}.Works-module__mW4etW__project{padding:var(--space-xl) var(--space-xl);transition:all var(--duration-normal) var(--ease-out-expo);background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;position:relative;overflow:hidden}.Works-module__mW4etW__project:hover{background:#ffffff0f;border-color:#ffffff1f}.Works-module__mW4etW__projectInner{z-index:1;gap:var(--space-xl);grid-template-columns:1fr 1.2fr auto;align-items:center;display:grid;position:relative}.Works-module__mW4etW__projectLeft{align-items:flex-start;gap:var(--space-md);display:flex}.Works-module__mW4etW__projectNum{color:#f5f5f04d;letter-spacing:.05em;padding-top:4px;font-size:.75rem;font-weight:600}.Works-module__mW4etW__projectCategory{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-xs);font-size:.75rem;font-weight:500;display:block}.Works-module__mW4etW__projectTitle{letter-spacing:-.02em;color:var(--color-text-light);font-size:clamp(1.25rem,2vw,1.75rem);font-weight:700}.Works-module__mW4etW__projectDesc{color:#f5f5f080;font-size:.9rem;line-height:1.7}.Works-module__mW4etW__projectMeta{align-items:flex-end;gap:var(--space-md);flex-direction:column;display:flex}.Works-module__mW4etW__techTags{gap:var(--space-xs);flex-wrap:wrap;justify-content:flex-end;display:flex}.Works-module__mW4etW__tag{color:#f5f5f099;letter-spacing:.03em;background:#ffffff0f;border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:500}.Works-module__mW4etW__arrow{color:var(--color-text-light);opacity:.5;transition:opacity var(--duration-fast) ease}.Works-module__mW4etW__project:hover .Works-module__mW4etW__arrow{opacity:1}.Works-module__mW4etW__projectAccent{opacity:.05;filter:blur(60px);width:200px;height:200px;transition:opacity var(--duration-normal) ease;pointer-events:none;border-radius:50%;position:absolute;top:-50%;right:-10%}.Works-module__mW4etW__project:hover .Works-module__mW4etW__projectAccent{opacity:.12}@media (max-width:1024px){.Works-module__mW4etW__projectInner{gap:var(--space-md);grid-template-columns:1fr}.Works-module__mW4etW__projectMeta{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (max-width:640px){.Works-module__mW4etW__project{padding:var(--space-lg)}}
.Experience-module__RsmxMa__experience{background:var(--color-bg-dark);padding:var(--space-3xl) 0;position:relative;overflow:hidden}.Experience-module__RsmxMa__container{max-width:var(--container-max);padding:0 var(--space-lg);margin:0 auto}.Experience-module__RsmxMa__label{letter-spacing:.1em;text-transform:uppercase;color:#f5f5f066;margin-bottom:var(--space-sm);font-size:.8rem;font-weight:600;display:block}.Experience-module__RsmxMa__title{letter-spacing:-.03em;color:var(--color-text-light);margin-bottom:var(--space-3xl);font-size:clamp(2rem,4vw,3.5rem);font-weight:800}.Experience-module__RsmxMa__timeline{gap:var(--space-2xl);padding:var(--space-lg) 0;flex-direction:column;display:flex;position:relative}.Experience-module__RsmxMa__lineTrack{pointer-events:none;background:#f5f5f00f;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Experience-module__RsmxMa__lineFill{background:var(--color-accent);transform-origin:top;position:absolute;inset:0;box-shadow:0 0 16px #c4f82a80}.Experience-module__RsmxMa__lineParticle{background:var(--color-accent);pointer-events:none;border-radius:50%;width:12px;height:12px;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 0 4px #c4f82a26,0 0 20px #c4f82a99,0 0 40px #c4f82a4d}.Experience-module__RsmxMa__entry{grid-template-columns:1fr 48px 1fr;align-items:start;gap:0;display:grid;position:relative}.Experience-module__RsmxMa__entryLeft .Experience-module__RsmxMa__card{text-align:right;grid-column:1;align-items:flex-end}.Experience-module__RsmxMa__entryLeft .Experience-module__RsmxMa__dot{grid-column:2}.Experience-module__RsmxMa__entryRight .Experience-module__RsmxMa__card{text-align:left;grid-column:3;align-items:flex-start}.Experience-module__RsmxMa__entryRight .Experience-module__RsmxMa__dot{grid-area:1/2}.Experience-module__RsmxMa__card{gap:var(--space-sm);padding:var(--space-xl);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background var(--duration-normal) ease, border-color var(--duration-normal) ease;margin:0 var(--space-md);background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;display:flex}.Experience-module__RsmxMa__card:hover{background:#ffffff0f;border-color:#c4f82a33}.Experience-module__RsmxMa__cardPeriod{letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);font-size:.72rem;font-weight:600}.Experience-module__RsmxMa__cardCompany{letter-spacing:-.03em;color:var(--color-text-light);font-size:clamp(1.25rem,2.5vw,2rem);font-weight:800;line-height:1.1}.Experience-module__RsmxMa__cardRole{color:#f5f5f08c;font-size:.9rem;font-weight:500}.Experience-module__RsmxMa__cardDesc{color:#f5f5f066;margin-top:var(--space-xs);font-size:.875rem;line-height:1.75}.Experience-module__RsmxMa__tags{gap:var(--space-xs);margin-top:var(--space-sm);flex-wrap:wrap;display:flex}.Experience-module__RsmxMa__entryLeft .Experience-module__RsmxMa__tags{justify-content:flex-end}.Experience-module__RsmxMa__tag{color:var(--color-accent);letter-spacing:.03em;background:#c4f82a14;border:1px solid #c4f82a33;border-radius:100px;padding:3px 10px;font-size:.68rem;font-weight:500}.Experience-module__RsmxMa__dot{padding-top:calc(var(--space-xl) + 4px);justify-content:center;align-items:flex-start;height:100%;display:flex}.Experience-module__RsmxMa__dotInner{background:var(--color-accent);border:3px solid var(--color-bg-dark);width:14px;height:14px;box-shadow:0 0 0 2px var(--color-accent), 0 0 20px #c4f82a66;border-radius:50%;flex-shrink:0}@media (max-width:768px){.Experience-module__RsmxMa__entry{grid-template-columns:24px 1fr}.Experience-module__RsmxMa__lineTrack{left:11px;transform:none}.Experience-module__RsmxMa__entryLeft .Experience-module__RsmxMa__card,.Experience-module__RsmxMa__entryRight .Experience-module__RsmxMa__card{text-align:left;margin:0 0 0 var(--space-md);grid-column:2;align-items:flex-start}.Experience-module__RsmxMa__entryLeft .Experience-module__RsmxMa__dot,.Experience-module__RsmxMa__entryRight .Experience-module__RsmxMa__dot{padding-top:calc(var(--space-xl) + 4px);grid-area:1/1}.Experience-module__RsmxMa__entryLeft .Experience-module__RsmxMa__tags{justify-content:flex-start}.Experience-module__RsmxMa__card{padding:var(--space-lg)}}
.Contact-module__hcVmEa__contact{background:var(--color-bg-light);padding:var(--space-3xl) 0;align-items:center;min-height:70vh;display:flex;position:relative;overflow:hidden}.Contact-module__hcVmEa__container{max-width:var(--container-max);padding:0 var(--space-lg);width:100%;margin:0 auto;position:relative}.Contact-module__hcVmEa__content{z-index:1;position:relative}.Contact-module__hcVmEa__label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-lg);font-size:.8rem;font-weight:600;display:block}.Contact-module__hcVmEa__title{letter-spacing:-.04em;margin-bottom:var(--space-lg);color:var(--color-text-dark);font-size:clamp(3rem,7vw,6rem);font-weight:800;line-height:1.05}.Contact-module__hcVmEa__titleAccent{background:linear-gradient(135deg, var(--color-accent), #a3d900);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Contact-module__hcVmEa__desc{color:var(--color-text-muted);max-width:550px;margin-bottom:var(--space-2xl);font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.8}.Contact-module__hcVmEa__links{gap:var(--space-xl);flex-direction:column;display:flex}.Contact-module__hcVmEa__emailLink{align-items:center;gap:var(--space-md);color:var(--color-text-dark);padding:var(--space-md) var(--space-lg);border:1px solid var(--color-border);width:fit-content;transition:all var(--duration-normal) var(--ease-out-expo);border-radius:100px;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:600;display:inline-flex}.Contact-module__hcVmEa__emailLink:hover{background:var(--color-text-dark);color:var(--color-text-light);border-color:var(--color-text-dark)}.Contact-module__hcVmEa__emailIcon{align-items:center;display:flex}.Contact-module__hcVmEa__socialLinks{gap:var(--space-lg);flex-wrap:wrap;display:flex}.Contact-module__hcVmEa__socialLink{color:var(--color-text-muted);transition:color var(--duration-fast) ease;padding:var(--space-xs) 0;border-bottom:1px solid #0000;font-size:.9rem;font-weight:500}.Contact-module__hcVmEa__socialLink:hover{color:var(--color-text-dark);border-bottom-color:var(--color-text-dark)}.Contact-module__hcVmEa__bgText{letter-spacing:-.05em;color:var(--color-text-dark);white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(8rem,20vw,18rem);font-weight:900;position:absolute;bottom:-5%;right:-5%}@media (max-width:768px){.Contact-module__hcVmEa__bgText{font-size:6rem;bottom:0;right:-10%}.Contact-module__hcVmEa__socialLinks{gap:var(--space-md)}}
.Footer-module__S6Hkya__footer{background:#0a0a0a;border-top:1px solid #ffffff0f;position:relative;overflow:hidden}.Footer-module__S6Hkya__topBar{padding:2.5rem var(--space-lg);max-width:var(--container-max);border-bottom:1px solid #ffffff0f;flex-wrap:wrap;align-items:flex-start;gap:3rem;width:100%;margin:0 auto;display:flex}.Footer-module__S6Hkya__topCol{flex-direction:column;gap:.6rem;display:flex}.Footer-module__S6Hkya__colLabel{letter-spacing:.12em;color:#f5f5f04d;text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:600}.Footer-module__S6Hkya__colList{flex-direction:column;gap:.35rem;display:flex}.Footer-module__S6Hkya__colValue{color:#f5f5f0a6;font-size:.9rem}.Footer-module__S6Hkya__footLink{color:#f5f5f0a6;font-size:.9rem;transition:color .2s}.Footer-module__S6Hkya__footLink:hover{color:#f5f5f0}.Footer-module__S6Hkya__topRight{flex-wrap:wrap;align-self:center;align-items:center;gap:.75rem;margin-left:auto;display:flex}.Footer-module__S6Hkya__pill{color:#f5f5f0b3;white-space:nowrap;border:1px solid #ffffff26;border-radius:100px;padding:.45em 1.1em;font-size:.8rem;transition:all .2s}.Footer-module__S6Hkya__pill:hover{color:#f5f5f0;background:#ffffff0d;border-color:#fff6}.Footer-module__S6Hkya__heroArea{justify-content:center;align-items:flex-end;width:100%;min-height:340px;display:flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__robotWrap{z-index:3;filter:drop-shadow(0 8px 32px #cb31e259);pointer-events:none;width:clamp(80px,11vw,150px);animation:3s ease-in-out infinite Footer-module__S6Hkya__robotBob;position:absolute;bottom:44%;left:50%;transform:translate(-50%)}@keyframes Footer-module__S6Hkya__robotBob{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-10px)}}.Footer-module__S6Hkya__robotSvg{width:100%;height:auto;display:block}.Footer-module__S6Hkya__bigNameWrap{z-index:2;text-align:center;width:100%;padding-bottom:0;line-height:1;position:relative;overflow:hidden}.Footer-module__S6Hkya__bigName{letter-spacing:-.05em;color:#f5f5f0;-webkit-user-select:none;user-select:none;margin-bottom:-.08em;font-size:clamp(120px,22vw,310px);font-weight:900;line-height:.88;display:block}.Footer-module__S6Hkya__bottomBar{padding:1.25rem var(--space-lg);max-width:var(--container-max);border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;width:100%;margin:0 auto;display:flex}.Footer-module__S6Hkya__copy{color:#f5f5f04d;font-size:.78rem}.Footer-module__S6Hkya__backToTop{color:#f5f5f073;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.4rem;padding:.45em 1em;font-size:.78rem;font-weight:500;transition:all .25s;display:flex}.Footer-module__S6Hkya__backToTop:hover{color:#f5f5f0;border-color:#ffffff4d}@media (max-width:768px){.Footer-module__S6Hkya__topBar{padding:2rem var(--space-md);gap:2rem}.Footer-module__S6Hkya__topRight{width:100%;margin-left:0}.Footer-module__S6Hkya__bigName{font-size:clamp(80px,22vw,180px)}.Footer-module__S6Hkya__heroArea{min-height:220px}.Footer-module__S6Hkya__robotWrap{width:clamp(60px,14vw,100px)}.Footer-module__S6Hkya__bottomBar{padding:1rem var(--space-md);flex-direction:column;gap:.75rem}}
.CustomCursor-module__scj-aG__cursor{pointer-events:none;z-index:var(--z-cursor);mix-blend-mode:difference;position:fixed;top:0;left:0}.CustomCursor-module__scj-aG__ring{border:1.5px solid #f5f5f0cc;border-radius:50%;width:40px;height:40px}.CustomCursor-module__scj-aG__dot{background:#f5f5f0e6;border-radius:50%;width:8px;height:8px}@media (max-width:768px){.CustomCursor-module__scj-aG__cursor{display:none}}
