body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow:hidden}h1{font-size:5rem}h2{font-size:3rem}h3{font-size:1.5rem}h4,h5{font-size:1.1rem}a,button,input,label,li,p,select,span,textarea{font-size:1.25rem}h1 span,h2 span,h3 span{font-size:inherit}html{height:-webkit-fit-content;height:fit-content}.App{display:grid;grid-template-rows:100vh auto auto auto auto auto auto;overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y mandatory}.App,section{height:100vh;width:100vw}section{grid-column:1;overflow:hidden;position:relative;scroll-snap-align:center}#EXP,#SERVICES{height:auto!important;min-height:100vh;overflow:visible!important}@media screen and (max-width:600px){h1{font-size:2.2rem}h2{font-size:1.75rem}h3{font-size:1.2rem}h4,h5{font-size:.8rem}a,button,input,label,li,p,select,span,textarea{font-size:1.1rem}h1 span,h2 span,h3 span{font-size:inherit}.App{align-content:start;grid-template-rows:repeat(7,-webkit-max-content);grid-template-rows:repeat(7,max-content);scroll-snap-type:none}#HOME{height:auto;overflow:visible}#ABOUT,#HOME{min-height:100vh}#ABOUT{height:auto!important;overflow:visible!important;scroll-snap-align:none}#EXP,#PORT{height:100vh!important;overflow:hidden!important;scroll-snap-align:none}#PORT,#SERVICES{min-height:0!important}#SERVICES{height:auto!important;min-height:auto!important;overflow:visible!important;scroll-snap-align:none}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes appear{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes disappear{0%{opacity:1;transform:translateX(0)}50%{opacity:0}to{opacity:0;transform:translateX(-75px)}}@keyframes expandTextReverse{0%{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes fadeOpacityReverse{0%{-webkit-mask-image:linear-gradient(270deg,#0000,#0000 50%,#000 0);mask-image:linear-gradient(270deg,#0000,#0000 50%,#000 0)}to{-webkit-mask-image:linear-gradient(270deg,#000,#000);mask-image:linear-gradient(270deg,#000,#000)}}@keyframes expandText{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes fadeOpacity{0%{-webkit-mask-image:linear-gradient(90deg,#0000,#0000 50%,#000 0);mask-image:linear-gradient(90deg,#0000,#0000 50%,#000 0)}to{-webkit-mask-image:linear-gradient(90deg,#000,#000);mask-image:linear-gradient(90deg,#000,#000)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-20%)}80%{opacity:1}to{transform:translateY(0)}}@keyframes expand-down{0%{max-height:0;opacity:0}to{max-height:100%;opacity:1}}#HEADER{align-items:center;background-image:linear-gradient(#080f07d9,#080f0700);box-sizing:border-box;display:grid;grid-template-columns:auto 1fr auto auto;height:12vh;padding:0 3vw;position:fixed;width:100vw;z-index:1000}#HEADER .logo{align-items:center;cursor:pointer;display:flex;text-decoration:none}#HEADER .logo .logo-icon{width:48px}#HEADER .logo .logo-text{margin-left:6px;position:relative;top:3px;width:80px}#HEADER .whiter{filter:invert(100%) sepia(0) saturate(7468%) hue-rotate(33deg) brightness(97%) contrast(99%)}#HEADER .logo-spin{animation:spin .75s linear 1}#HEADER .logo-text-appear{animation:appear 1.75s both}#HEADER .logo-text-disappear{animation:disappear 1.75s both}#HEADER .nav-links{align-items:center;display:flex;gap:2.5vw;justify-content:center}#HEADER .nav-link{color:#fff;font-family:Roboto Mono,monospace;font-size:1rem;font-weight:600;letter-spacing:.05em;text-decoration:none;transition:color .2s ease}#HEADER .nav-link:focus-visible,#HEADER .nav-link:hover{color:#14d086;outline:none}#HEADER .nav-link--active{color:#14d086}#HEADER .nav-cta{margin-left:2vw}#HEADER .nav-cta .btn{border-radius:6px;font-size:1rem;padding:8px 24px}#HEADER .hamburger-menu{background-color:#0000;border:none;cursor:pointer;display:none;padding:0}#HEADER .hamburger-menu svg{height:36px;width:36px}#HEADER .mobile-overlay{animation:expand-down .25s ease 1;background-color:#080f07;display:flex;flex-direction:column;inset:0;padding:0 6vw;position:fixed;z-index:2000}#HEADER .mobile-overlay__header{align-items:center;display:flex;height:12vh;justify-content:space-between}#HEADER .mobile-overlay__close{background:#0000;border:none;cursor:pointer;padding:0}#HEADER .mobile-overlay__close svg{height:32px;width:32px}#HEADER .mobile-overlay__links{display:flex;flex-direction:column;gap:8px;margin-top:2vh}#HEADER .mobile-overlay__link{border-bottom:1px solid #ffffff1a;color:#fff;display:block;font-family:Roboto Mono,monospace;font-size:1.8rem;font-weight:700;padding:14px 0;text-decoration:none;transition:color .2s ease}#HEADER .mobile-overlay__link:focus-visible,#HEADER .mobile-overlay__link:hover{color:#14d086;outline:none}#HEADER .mobile-overlay__link--active{color:#14d086}#HEADER .mobile-overlay__socials{display:flex;flex-flow:row nowrap;gap:32px;margin-top:auto;padding:32px 0}#HEADER .social-link{cursor:pointer}#HEADER .social-link img{filter:invert(99%) sepia(99%) saturate(0) hue-rotate(77deg) brightness(109%) contrast(101%);transition:filter .2s ease;width:32px}#HEADER .social-link img:hover{filter:invert(57%) sepia(73%) saturate(385%) hue-rotate(105deg) brightness(86%) contrast(92%)}@media screen and (max-width:1250px){#HEADER{grid-template-columns:1fr 1fr 1fr}#HEADER .nav-cta,#HEADER .nav-links{display:none}#HEADER .hamburger-menu{display:block;grid-column:3;justify-self:end;margin-right:3vw;transform:scaleX(-1);width:-webkit-fit-content;width:fit-content}}@media screen and (max-width:600px){#HEADER .logo{margin-left:3vw}#HEADER .logo .logo-icon{width:40px}#HEADER .logo .logo-text{width:72px}}.btn{align-items:center;border:2px solid #0000;border-radius:30px;cursor:pointer;display:inline-flex;font-family:Roboto,sans-serif;font-weight:700;justify-content:center;padding:10px 40px;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background-color:#14d086;border-color:#14d086;color:#080f07}.btn--primary:hover{background-color:#10ab6e;border-color:#10ab6e}.btn--secondary{background-color:#0000;border-color:#fff;color:#fff}.btn--secondary:hover{background-color:#14d086;border-color:#14d086;color:#080f07}#HOME{box-sizing:border-box;display:flex;flex-direction:column;grid-row:1;height:100vh;justify-content:space-between;overflow:hidden;padding:16vh 7vw 4vh;position:relative;width:100vw;z-index:2}.home-section__hero{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:3vw;justify-content:space-around}.home-section__content{display:flex;flex:0 0 45%;flex-direction:column;gap:2rem;max-width:55%;z-index:3}.home-section__buttons{display:flex;flex-flow:row nowrap;gap:1.25rem}.home-section__logos{margin:0 5vw;padding-bottom:1rem;z-index:3}@media screen and (max-width:600px){#HOME{gap:3rem;height:auto;min-height:100vh;overflow:visible;padding:16vh 6vw 4vh}#HOME,.home-section__hero{justify-content:flex-start}.home-section__hero{align-items:center;flex:initial;flex-direction:column;gap:2.5rem}.home-section__content{align-items:center;gap:1.5rem;max-width:100%;order:1;text-align:center;width:100%}.home-section__hero .profile-graphic{align-self:center;order:2;width:100%}.home-section__buttons{align-self:stretch;flex-direction:column;gap:.75rem}.home-section__buttons .btn{border-radius:8px;flex:1 1;justify-content:center;padding:12px 24px}.home-section__logos{padding-bottom:2rem}}.hero-headline{display:flex;flex-direction:column;gap:1.5rem;max-width:none}.hero-headline__intro{color:#14d086;font-family:Roboto Mono,monospace;font-weight:600;letter-spacing:.08em;margin:0;min-height:1.4em;white-space:nowrap}.hero-headline__cursor{color:#14d086;font-weight:300;margin-left:2px}.hero-headline__cursor--blink{animation:cursor-blink 1s step-end infinite}.hero-headline__title{color:#fff;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-weight:900;gap:.1em;line-height:1.05;margin:0;opacity:0;transform:translateY(12px);transition:opacity .5s ease .2s,transform .5s ease .2s}.hero-headline__title--visible{opacity:1;transform:translateY(0)}.hero-headline__line{display:block}.hero-headline__line--accent{color:#14d086}.hero-headline__subtitle{color:#ffffffbf;font-family:Roboto,sans-serif;font-weight:400;line-height:1.6;margin:0;max-width:440px;opacity:0;transform:translateY(8px);transition:opacity .5s ease .5s,transform .5s ease .5s}.hero-headline__subtitle--visible{opacity:1;transform:translateY(0)}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}@media screen and (max-width:600px){.hero-headline{align-items:center;max-width:100%;text-align:center}.hero-headline__intro{white-space:nowrap}.hero-headline__title{align-items:center;text-align:center}.hero-headline__subtitle{max-width:100%;text-align:center}}.profile-graphic{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative}.profile-graphic__image{animation:graphic-float 4s ease-in-out infinite;height:auto;width:540px;will-change:transform}@keyframes graphic-float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@media screen and (max-width:1600px){.profile-graphic__image{width:320px}}@media screen and (max-width:1250px){.profile-graphic{margin-top:0}.profile-graphic__image{width:200px}}@media screen and (max-width:600px){.profile-graphic{flex-shrink:1}.profile-graphic__image{max-width:100%;width:160px}}.logo-strip{align-items:center;border-bottom:1px solid #ffffff2e;display:flex;gap:clamp(2.5rem,4vw,4rem);justify-content:flex-start;padding:1rem 0 1.5rem;width:100%}.logo-strip__label{color:#fff6;font-family:Roboto Mono,monospace;font-size:1.25rem;font-weight:600;letter-spacing:.15em;white-space:nowrap}.logo-strip__list{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(3rem,5vw,6rem);justify-content:flex-start;list-style:none;margin:0;padding:0}.logo-strip__item{opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease}.logo-strip--visible .logo-strip__item{opacity:1;transform:translateY(0)}.logo-strip__img{filter:brightness(0) invert(1);height:42px;opacity:.55;transition:opacity .2s ease;width:auto}.logo-strip__img:hover{opacity:.9}.logo-strip__wordmark{align-items:center;color:#ffffffb8;display:flex;gap:.5rem}.logo-strip__wordmark span{font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:700}.logo-strip__item:first-child .logo-strip__img{height:auto;width:104px}.logo-strip__item--nauticus .logo-strip__img{height:48px;object-fit:cover;width:150px}.logo-strip__placeholder{color:#ffffffb8;font-family:Roboto,sans-serif;font-weight:700;letter-spacing:.04em;transition:color .2s ease;white-space:nowrap}.logo-strip__placeholder:hover{color:#fffc}.logo-strip__placeholder--google{font-size:1.9rem;font-weight:500;letter-spacing:-.04em}.logo-strip__placeholder--nauticus{align-items:center;display:inline-flex;flex-direction:column;font-size:1.75rem;letter-spacing:0;line-height:.8}.logo-strip__placeholder--nauticus small{font-size:.7rem;font-weight:500;letter-spacing:.12em}@media screen and (max-width:600px){.logo-strip{align-items:center;flex-direction:column;gap:1.5rem;text-align:center}.logo-strip__list{flex-wrap:wrap;gap:1.5rem;justify-content:center}}.matrix-bg{display:grid;height:100%;inset:0;pointer-events:none;position:absolute;width:100%;z-index:0}.binary-code{color:#14d086;float:left;font-family:Roboto Mono,monospace;font-size:18px;font-weight:700;opacity:35%;overflow-y:visible;position:absolute;top:-30vh;white-space:pre-wrap}.rain-animation,.rain-animation-1,.rain-animation-2,.rain-animation-3,.rain-animation-4,.rain-animation-5,.rain-animation-6,.rain-animation-7{animation-iteration-count:infinite;animation-name:rain;animation-timing-function:linear}.rain-animation{animation-delay:0s;animation-duration:18s}.rain-animation-1{animation-delay:1.3s;animation-duration:22s}.rain-animation-2{animation-delay:3.7s;animation-duration:16s}.rain-animation-3{animation-delay:.8s;animation-duration:25s}.rain-animation-4{animation-delay:5.2s;animation-duration:19s}.rain-animation-5{animation-delay:2.1s;animation-duration:21s}.rain-animation-6{animation-delay:7.4s;animation-duration:14s}.rain-animation-7{animation-delay:4s;animation-duration:28s}.binary-code:before{animation:code 1.5s infinite;content:"1 \a 0 \a 1 \a 0 \a 1 \a 0 \a 1 \a 0";transition:content 1s ease-in-out}.section-bg{background-color:#080f07;z-index:1}.section-bg,.section-bg-gradient{border-radius:inherit;grid-column:1;grid-row:1;height:100%;overflow:hidden;position:relative}.section-bg-gradient{background-image:linear-gradient(#080f0799,#080f074d,#080f071a,#080f074d,#080f0799);z-index:2}@keyframes code{10%{content:"1 \a 0 \a 1 \a 0 \a 1 \a 0 \a 1 \a 1"}20%{content:"0 \a 0 \a 1 \a 0 \a 1 \a 1 \a 0 \a 0"}30%{content:"1 \a 0 \a 1 \a 0 \a 1 \a 1 \a 0 \a 1"}40%{content:"0 \a 0 \a 1 \a 0 \a 1 \a 1 \a 1 \a 0"}50%{content:"1 \a 1 \a 0 \a 1 \a 0 \a 0 \a 0 \a 0"}60%{content:"1 \a 1 \a 0 \a 1 \a 0 \a 1 \a 0 \a 1"}70%{content:"1 \a 0 \a 0 \a 1 \a 0 \a 1 \a 0 \a 0"}80%{content:"1 \a 0 \a 1 \a 0 \a 0 \a 1 \a 1 \a 0"}90%{content:"0 \a 1 \a 1 \a 0 \a 0 \a 1 \a 1 \a 0"}to{content:"1 \a  \a 0 \a 1 \a 0 \a 1 \a 1 \a 0"}}@keyframes rain{0%{top:-15%}to{top:100%}}@media screen and (max-width:1600px){.binary-code{font-size:16px;top:-50vh}@keyframes rain{0%{top:-35vh}to{top:100%}}}@media screen and (max-width:600px){.binary-code{font-size:12px}}.about-section{background-color:#080f07;box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem;height:auto!important;justify-content:center;min-height:100vh;overflow:visible!important;padding:14vh 5vw 4vh}.about-section__hero-wrapper{border-radius:12px;isolation:isolate;overflow:visible;padding:2vh 5vw;position:relative}.about-section__hero{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5vw;justify-content:center;opacity:0;position:relative;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease;z-index:1}.about-section__hero--visible{opacity:1;transform:translateY(0)}.about-section__intro{background-color:#080f07b3;border:1px solid #ffffff1f;border-radius:16px;display:flex;flex-direction:column;gap:.5rem;max-width:560px;padding:1.75rem 2rem}.about-section__eyebrow{color:#14d086;font-family:Roboto Mono,monospace;font-weight:700;letter-spacing:.12em;margin:0}.about-section__headline{color:#fff;font-family:Roboto,sans-serif;font-weight:900;line-height:1.1;margin:0}.about-section__headline--accent{color:#14d086}.about-section__body{color:#ffffffbf;font-family:Roboto,sans-serif;line-height:1.5;margin:0;max-width:520px}.about-section__bullets{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:0;padding:0}.about-section__bullet{align-items:center;color:#ffffffd9;display:flex;font-family:Roboto,sans-serif;gap:.5rem}.about-section__bullet-icon{color:#14d086;flex-shrink:0;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;height:20px;line-height:1;width:20px}@media screen and (max-width:1250px){.about-section__hero{align-items:center;flex-direction:column;gap:3vh;text-align:center}.about-section__intro{align-items:center;box-sizing:border-box;max-width:100%}.about-section__bullets{align-items:flex-start;text-align:left}.about-section__body{max-width:100%}}@media screen and (max-width:600px){.about-section{gap:0;padding:10vh 6vw 4vh}.about-section__hero-wrapper{padding:2vh 4vw}.about-section__intro{gap:1rem;padding:1.25rem}.about-section__body{line-height:1.6}.about-section__bullets{gap:.5rem}}.profile-image{align-items:center;display:flex;flex-shrink:0;height:25rem;justify-content:center;position:relative;width:25rem}.profile-image__glow-ring{animation:glow-pulse 3s ease-in-out infinite;border:2px solid #14d086;border-radius:50%;box-shadow:0 0 12px #14d086,0 0 40px #14d0864d,inset 0 0 20px #14d0861a;inset:0;position:absolute}.profile-image__photo{border-radius:50%;height:88%;object-fit:cover;object-position:top;position:relative;width:88%;z-index:1}@keyframes glow-pulse{0%,to{box-shadow:0 0 12px #14d086,0 0 40px #14d0864d,inset 0 0 20px #14d0861a}50%{box-shadow:0 0 20px #14d086,0 0 70px #14d08680,inset 0 0 30px #14d08633}}@media screen and (max-width:1600px){.profile-image{height:240px;width:240px}}@media screen and (max-width:600px){.profile-image{flex-shrink:0;height:160px;width:160px}}.technology-stack{background-color:#080f07b3;border:1px solid #ffffff1a;border-radius:12px;padding:1rem 1.5rem}.technology-stack__title{color:#14d086;font-family:Roboto Mono,monospace;font-weight:700;letter-spacing:.12em;margin:0 0 .75rem}.technology-stack__body{display:flex;flex-flow:row nowrap;gap:2rem}.technology-stack__filters{display:flex;flex-direction:column;flex-shrink:0;gap:.25rem;list-style:none;margin:0;padding:0;width:200px}.technology-stack__filter-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#fff9;cursor:pointer;display:flex;font-family:Roboto Mono,monospace;gap:.5rem;padding:.5rem .75rem;text-align:left;transition:color .2s ease,background-color .2s ease;width:100%}.technology-stack__filter-btn:hover{color:#fff}.technology-stack__filter-btn--active{background-color:#14d0861f;color:#fff}.technology-stack__filter-btn--active .technology-stack__filter-icon{filter:invert(57%) sepia(73%) saturate(385%) hue-rotate(105deg) brightness(86%) contrast(92%);opacity:1}.technology-stack__filter-icon{filter:invert(100%);flex-shrink:0;height:14px;opacity:.3;transition:opacity .2s ease;width:14px}.technology-stack__grid{grid-column-gap:1rem;grid-row-gap:1.25rem;align-content:start;column-gap:1rem;display:grid;flex:1 1;grid-template-columns:repeat(9,minmax(76px,1fr));list-style:none;margin:0;padding:0;row-gap:1.25rem}.technology-stack__card{align-items:center;cursor:default;display:flex;flex-direction:column;gap:.4rem;padding:.4rem .2rem;transition:transform .2s ease}.technology-stack__card:hover{transform:translateY(-2px)}.technology-stack__card-icon{filter:invert(57%) sepia(73%) saturate(385%) hue-rotate(105deg) brightness(86%) contrast(92%);height:24px;width:24px}.technology-stack__card-icon--logo{filter:none;height:44px;object-fit:contain;width:44px}.technology-stack__card-icon--inverted{filter:invert(100%)}.technology-stack__card-name{color:#ffffffb3;font-family:Roboto Mono,monospace;text-align:center}.technology-stack__card-monogram{align-items:center;background-color:#14d0861f;border:1px solid #14d08659;border-radius:10px;color:#14d086;display:flex;font-family:Roboto Mono,monospace;font-weight:700;height:44px;justify-content:center;width:44px}@media screen and (max-width:1600px){.technology-stack__grid{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1250px){.technology-stack__body{flex-direction:column}.technology-stack__filters{flex-direction:row;flex-wrap:wrap;width:100%}.technology-stack__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:600px){.technology-stack{padding:.75rem}.technology-stack__title{text-align:center}.technology-stack__body{gap:1rem}.technology-stack__grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-evenly}.technology-stack__card{gap:.3rem;height:-webkit-fit-content;height:fit-content;padding:.5rem .25rem;width:120px}.technology-stack__card-icon{height:20px;width:20px}.technology-stack__card-icon--logo,.technology-stack__card-monogram{height:36px;width:36px}}.exp-section__mobile{display:none}.exp-section__desktop{display:contents;position:relative;z-index:1}.exp-section{grid-gap:0;background-color:#080f07;display:grid;gap:0;grid-template-columns:420px calc(100vw - 420px);height:auto!important;min-height:100vh;overflow:visible!important;position:relative}.exp-section__left{border-right:1px solid #ffffff0f;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;height:100vh;overflow:hidden;padding:14vh 1.5rem 3vh 2rem;position:-webkit-sticky;position:sticky;top:0}.exp-section__header{background:#080f07b3;border:1px solid #ffffff14;border-radius:16px;padding:1.25rem}.exp-section__eyebrow{color:#14d086;font-family:Roboto Mono,monospace;font-weight:700;letter-spacing:.12em;margin:0 0 .5rem}.exp-section__headline{color:#fff;font-family:Roboto,sans-serif;font-weight:900;line-height:1.1;margin:0 0 .75rem}.exp-section__headline--accent{color:#14d086}.exp-section__subhead{color:#fff9;font-family:Roboto,sans-serif;line-height:1.55;margin:0}.exp-section__timeline{background:#080f07b3;border:1px solid #ffffff14;border-radius:16px;display:flex;flex:1 1;flex-direction:column;min-height:0;padding:.75rem 1.25rem;position:relative}.exp-section__timeline-track{flex:1 1;mask-image:none;-webkit-mask-image:none;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto;position:relative;scrollbar-color:#14d08673 #0000;scrollbar-width:thin}.exp-section__timeline-track::-webkit-scrollbar{width:5px}.exp-section__timeline-track::-webkit-scrollbar-thumb{background:#14d08673;border-radius:999px}.exp-section__timeline-list{list-style:none;margin:0;padding:0;position:relative}.exp-section__timeline-list:before{background:#ffffff1f;bottom:0;content:"";left:7px;position:absolute;top:0;width:1px}.exp-section__timeline-item-wrap{align-items:center;display:flex;min-height:96px}.exp-section__timeline-item{align-items:flex-start;background:#0000;border:none;cursor:pointer;display:flex;gap:.85rem;opacity:1;padding:.5rem 0;text-align:left;transition:opacity .25s ease;width:100%}.exp-section__timeline-item--active .exp-section__timeline-dot{background:#14d086;border-color:#14d086;box-shadow:0 0 8px #14d08699}.exp-section__timeline-item--active .exp-section__timeline-name{color:#fff;font-weight:700}.exp-section__timeline-item--active .exp-section__timeline-dates{color:#ffffff80}.exp-section__timeline-dot{background:#080f07b3;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;height:15px;margin-top:3px;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease;width:15px}.exp-section__timeline-text{display:flex;flex-direction:column;gap:.1rem}.exp-section__timeline-num{color:#ffffff59;font-family:Roboto Mono,monospace;letter-spacing:.05em}.exp-section__timeline-name{color:#ffffff8c;font-family:Roboto,sans-serif;font-weight:500;transition:color .2s ease}.exp-section__timeline-dates{color:#ffffff4d;font-family:Roboto Mono,monospace}.exp-section__cards{box-sizing:border-box;display:flex;flex-direction:column;gap:2vh;height:100vh;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto;padding:14vh 1.5rem 2vh;position:-webkit-sticky;position:sticky;scroll-behavior:smooth;scroll-padding-bottom:2vh;scroll-padding-top:14vh;scroll-snap-type:y mandatory;scrollbar-width:none;top:0}.exp-section__cards::-webkit-scrollbar{display:none}.exp-section__card{grid-gap:1.5rem;align-content:start;background:#080f07b3;border:1px solid #ffffff14;border-radius:16px;box-sizing:border-box;display:grid;flex-basis:84vh;flex-grow:0;flex-shrink:0;gap:1.5rem;grid-template-rows:auto auto minmax(0,1fr);margin-inline:auto;max-height:84vh;max-width:none;min-height:84vh;overflow:hidden;padding:4.5rem 1.5rem 1.25rem;position:relative;scroll-margin-top:14vh;scroll-snap-align:start;scroll-snap-stop:always;scrollbar-color:#14d08666 #0000;scrollbar-width:thin;transition:border-color .3s ease;width:85%}.exp-section__card--active{border-color:#14d086}.exp-section__card-counter{color:#ffffff59;font-family:Roboto Mono,monospace;letter-spacing:.06em}.exp-section__card>.exp-section__card-header>.exp-section__card-counter{left:1.5rem;position:absolute;top:1.25rem}.exp-section__card-title-row{align-items:center;display:flex;gap:1rem;margin:0 0 .5rem}.exp-section__card-header{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:minmax(0,1.2fr) minmax(400px,.8fr)}.exp-section__card-header-copy{grid-gap:1rem;display:grid;gap:1rem;min-width:0}.exp-section__card-media{border-radius:10px;height:300px;justify-self:end;overflow:hidden;width:400px}.exp-section__card-media img{border:1px solid #ffffff1f;border-radius:10px;height:100%;object-fit:cover;width:auto}.exp-section__card-logos{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.exp-section__card-company{color:#fff;font-family:Roboto,sans-serif;font-weight:900;line-height:1;margin:0}.exp-section__card-logo{border-radius:6px;flex-shrink:0;height:3rem;object-fit:contain;width:3rem}.exp-section__card-logo[src*=hashicorp-logo],.exp-section__card-logo[src*=ibm-logo]{filter:brightness(0) invert(1)}.exp-section__card-role{color:#14d086;font-family:Roboto Mono,monospace;font-style:italic;margin:.25rem 0 0}.exp-section__card-meta{color:#ffffff80;display:flex;flex-wrap:wrap;font-family:Roboto Mono,monospace;gap:1.5rem}.exp-section__card-meta span{align-items:center;display:inline-flex;gap:.5rem}.exp-section__card-meta img{filter:brightness(0) invert(1);height:1.1rem;opacity:.85;width:1.1rem}.exp-section__card-desc{color:#ffffffbf;font-family:Roboto,sans-serif;font-size:1.5rem;line-height:1.55;margin:0}.exp-section__sub-label{color:#14d086;font-family:Roboto Mono,monospace;font-weight:700;letter-spacing:.1em;line-height:1.2;margin:0 0 .75rem}.exp-section__impact-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.exp-section__impact-card{grid-column-gap:1rem;align-content:center;background:#080f07b3;border:1px solid #ffffff14;border-radius:10px;column-gap:1rem;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;min-height:92px;padding:.85rem 1rem;width:auto}.exp-section__impact-icon{align-self:center;filter:invert(57%) sepia(73%) saturate(385%) hue-rotate(105deg) brightness(86%) contrast(92%);grid-row:1/-1;height:3.25rem;width:3.25rem}.exp-section__impact-value{align-self:end;color:#fff;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:900;line-height:1}.exp-section__impact-label{align-self:start;color:#ffffff80;font-family:Roboto Mono,monospace;font-size:1.1rem;line-height:1.4}.exp-section__content-grid{grid-gap:3rem;align-items:stretch;display:grid;gap:3rem;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);min-height:0}.exp-section__sidebar{grid-gap:2.5rem;align-content:start;display:grid;gap:2.5rem;min-width:0}.exp-section__story-copy{display:flex;flex-direction:column;gap:1rem}.exp-section__story-copy p{color:#ffffffbf;font-family:Roboto,sans-serif;font-size:1.5rem;line-height:1.55;margin:0}.exp-section__check{filter:invert(57%) sepia(73%) saturate(385%) hue-rotate(105deg) brightness(86%) contrast(92%);flex-shrink:0;height:14px;margin-top:2px;width:14px}.exp-section__tech-pills{display:flex;flex-wrap:wrap;gap:.75rem}.exp-section__tech-pill{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;color:#fffc;font-family:Roboto Mono,monospace;font-size:1.1rem;padding:.25rem .65rem;white-space:nowrap}@media screen and (max-width:600px){.exp-section__impact-label,.exp-section__impact-value,.exp-section__tech-pill{font-size:.8rem}.exp-section__impact-icon{height:1.5rem;width:1.5rem}}.exp-section__project-card{background:#080f07b3;border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.exp-section__project-body{display:flex;flex-direction:column;gap:1rem;padding:1rem}.exp-section__project-title{color:#fff;font-weight:700}.exp-section__project-desc,.exp-section__project-title{font-family:Roboto,sans-serif;font-size:1.5rem;margin:0}.exp-section__project-desc{color:#ffffffbf;line-height:1.55}.exp-section__project-highlights{display:flex;flex-direction:column;gap:.3rem;list-style:none;margin:0;padding:0}.exp-section__project-highlights li{align-items:flex-start;color:#ffffffa6;display:flex;font-family:Roboto,sans-serif;font-size:1.1rem;gap:.4rem;line-height:1.4}@media screen and (max-width:1600px){.exp-section{grid-template-columns:420px 1fr}}@media screen and (max-width:1250px){.exp-section{display:block;height:100vh;overflow:hidden}.exp-section__desktop{display:none}.exp-section__mobile{box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:100%;padding-left:1.5rem;padding-right:1.5rem;padding-top:0;position:relative;z-index:1}.exp-section__mobile-header{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:.6rem;padding:1.5rem 0 1rem;text-align:center}.exp-section__headline{line-height:1.05;margin:0}.exp-section__subhead{color:#fff9;font-family:Roboto,sans-serif;line-height:1.55;margin:0;max-width:340px}.exp-section__mobile-cards{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding-bottom:2rem;scrollbar-width:none}.exp-section__mobile-cards::-webkit-scrollbar{display:none}.exp-section__mobile-card{background:#080f07b3;border:1px solid #14d08633;border-radius:14px;display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;padding:1.1rem 1.2rem}.exp-section__impact-grid{grid-gap:.4rem;display:grid;gap:.4rem;grid-template-columns:repeat(3,1fr)}.exp-section__impact-card{align-items:flex-start;aspect-ratio:1;display:flex;flex-direction:column;gap:.15rem;height:auto;justify-content:flex-end;padding:.5rem;width:auto}.exp-section__impact-icon{margin-bottom:auto}.exp-section__card-logo{height:1.75rem;width:1.75rem}.exp-section__card-desc{line-height:1.45}#EXP{height:100vh!important;overflow:hidden!important}}.services-section{background-color:#080f07;height:auto!important;min-height:100vh;overflow:visible!important;position:relative}.services-section__content{grid-gap:1.25rem;box-sizing:border-box;display:grid;gap:1.25rem;padding:13vh 4vw 2rem;position:relative;z-index:1}.services-section__card-label,.services-section__eyebrow{color:#14d086;font-family:Roboto Mono,monospace;font-weight:700;letter-spacing:.12em;margin:0}.services-section__top{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1.15fr .85fr}.services-section__card,.services-section__expectations,.services-section__hero,.services-section__process{background:#080f07b3;border:1px solid #14d0862e;border-radius:14px}.services-section__expectations,.services-section__hero{padding:1.5rem 2rem}.services-section__hero{grid-gap:1rem;align-content:center;display:grid;gap:1rem}.services-section__headline{color:#fff;font-family:Roboto,sans-serif;font-weight:900;line-height:1.05;margin:0}.services-section__headline span{color:#14d086}.services-section__body,.services-section__card-desc,.services-section__process p{color:#ffffffad;font-family:Roboto,sans-serif;line-height:1.55;margin:0}.services-section__body{max-width:720px}.services-section__hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.services-section__hero-actions .btn{padding:.65rem 1.25rem}.services-section__expectations{grid-gap:.75rem;align-content:start;display:grid;gap:.75rem}.services-section__expectations ul{list-style:none;margin:0;padding:0}.services-section__expectations li{align-items:center;border-bottom:1px solid #ffffff14;color:#fff;display:flex;font-family:Roboto,sans-serif;gap:.75rem;padding:.85rem 0}.services-section__expectations li:last-child{border-bottom:0}.services-section__expectations li span{border:1px solid #14d086;border-radius:50%;color:#14d086;display:grid;flex-shrink:0;height:1.75rem;place-items:center;width:1.75rem}.services-section__services{grid-gap:.75rem;display:grid;gap:.75rem}.services-section__cards-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.services-section__card{grid-gap:.75rem;align-content:start;display:grid;gap:.75rem;grid-template-rows:auto auto auto auto 1fr;padding:1.25rem}.services-section__card-icon{color:#14d086;height:2.75rem;width:2.75rem}.services-section__card-icon svg{height:100%;width:100%}.services-section__card-title{color:#fff;font-family:Roboto,sans-serif;font-weight:900;line-height:1.2;margin:0}.services-section__card-label{margin-top:.25rem}.services-section__examples{grid-gap:.45rem;display:grid;gap:.45rem;list-style:none;margin:0;padding:0}.services-section__examples li{color:#ffffff9e;font-family:Roboto,sans-serif;line-height:1.4;padding-left:1rem;position:relative}.services-section__examples li:before{color:#14d086;content:"✓";left:0;position:absolute}.services-section__process{grid-gap:1rem;display:grid;gap:1rem;padding:1.25rem 1.5rem}.services-section__process ol{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;padding:0}.services-section__process li{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:auto 1fr}.services-section__process h3{color:#fff;font-family:Roboto,sans-serif;line-height:1.2;margin:0 0 .35rem}.services-section__process-number{border:1px solid #14d0868c;border-radius:10px;color:#14d086;display:grid;font-family:Roboto Mono,monospace;height:3.25rem;place-items:center;width:3.25rem}@media screen and (max-width:1100px){.services-section__cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:600px){.services-section__content{gap:.85rem;padding:4vh 4vw 2rem}.services-section__cards-grid,.services-section__process ol,.services-section__top{grid-template-columns:1fr}.services-section__card,.services-section__expectations,.services-section__hero,.services-section__process{padding:1rem 1.25rem}.services-section__hero{text-align:center}.services-section__hero-actions{justify-content:center}.services-section__eyebrow{text-align:center}}.portfolio-section{background-color:#080f07;min-height:100vh;overflow:hidden;position:relative}.portfolio-section__content{grid-gap:.8rem;box-sizing:border-box;display:grid;gap:.8rem;grid-template-rows:55vh 5vh minmax(0,1fr);height:100vh;padding:calc(12vh + .75rem) 3vw 1rem;position:relative;z-index:1}.portfolio-section__hero-grid{grid-column-gap:5rem;grid-row-gap:2rem;column-gap:5rem;display:grid;grid-template-columns:430px 1050px;justify-content:space-around;justify-self:center;max-height:55vh;min-height:0;row-gap:2rem}.portfolio-section__intro{align-self:center;background:#080f07b3;padding:1rem 0}.portfolio-section__eyebrow{color:#14d086;font-family:Roboto Mono,monospace;font-weight:700;letter-spacing:.12em;margin:0 0 .7rem}.portfolio-section__headline{color:#fff;font-family:Roboto,sans-serif;font-weight:900;line-height:.98;margin:0}.portfolio-section__headline--accent{color:#14d086}.portfolio-section__copy{color:#ffffffe0;font-family:Roboto,sans-serif;line-height:1.5;margin:1.5rem 0 0;max-width:34rem}.portfolio-section__proof{color:#ffffff94;font-family:Roboto,sans-serif;line-height:1.45;margin:1rem 0 0;max-width:36rem}.portfolio-section__featured{grid-column-gap:1.5rem;align-self:center;background:#080f07b3;column-gap:1.5rem;display:grid;grid-template-columns:430px 430px;justify-content:space-around;min-width:0;padding:.9rem 0}.portfolio-section__featured-copy-column,.portfolio-section__featured-media-column{display:flex;flex-direction:column;min-width:0}.portfolio-section__featured-copy-column{gap:1.5rem}.portfolio-section__featured-media-column{gap:1rem}.portfolio-section__featured-heading{align-self:start;padding-top:.2rem}.portfolio-section__featured-title{color:#fff;font-family:Roboto,sans-serif;font-weight:800;margin:0}.portfolio-section__featured-company{color:#14d086;font-family:Roboto,sans-serif;font-weight:700;margin:.4rem 0 0}.portfolio-section__gallery{height:-webkit-fit-content;height:fit-content;justify-self:center;min-width:0;width:430px}.portfolio-section__gallery-stage{background:#ffffff0f;border-radius:16px;height:430px;overflow:hidden;position:relative;width:430px}.portfolio-section__featured-image{display:block;height:100%;object-fit:contain;width:100%}.portfolio-section__featured-logo{height:38px;object-fit:contain;position:absolute;right:.75rem;top:.75rem;width:38px}.portfolio-section__gallery-arrow,.portfolio-section__rail-arrow{background:#080f07c7;border:1px solid #ffffffbf;border-radius:50%;color:#fff;cursor:pointer;display:inline-grid;flex:0 0 auto;height:44px;line-height:1;padding:0;place-items:center;transition:color .2s ease,border-color .2s ease,background-color .2s ease,opacity .2s ease;width:44px}.portfolio-section__gallery-arrow:hover:not(:disabled),.portfolio-section__rail-arrow:hover:not(:disabled){background:#080f07b3;border-color:#14d086;color:#14d086}.portfolio-section__gallery-arrow:disabled,.portfolio-section__rail-arrow:disabled{cursor:default;opacity:.28}.portfolio-section__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%)}.portfolio-section__gallery-arrow--previous{left:.7rem}.portfolio-section__gallery-arrow--next{right:.7rem}.portfolio-section__gallery-controls{align-items:center;display:flex;justify-content:center;margin-top:.4rem;min-height:24px;position:relative}.portfolio-section__gallery-dots{display:flex;gap:.55rem}.portfolio-section__gallery-dot{background:#ffffff57;border:0;border-radius:50%;cursor:pointer;height:10px;padding:0;width:10px}.portfolio-section__gallery-dot--active{background:#14d086}.portfolio-section__gallery-count{color:#ffffffb8;font-family:Roboto Mono,monospace;font-size:.8rem;margin:0;position:absolute;right:0}.portfolio-section__detail-block{align-self:start;min-width:0}.portfolio-section__detail-block--technologies{width:100%}.portfolio-section__detail-block h4{color:#14d086;font-family:Roboto Mono,monospace;letter-spacing:.06em;margin:0 0 .45rem}.portfolio-section__detail-block p{color:#fffc;font-family:Roboto,sans-serif;line-height:1.4;margin:0}.portfolio-section__tech-list{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0}.portfolio-section__tech-list li{border:1px solid #14d08640;border-radius:9px;color:#ffffffe0;font-family:Roboto,sans-serif;font-size:1.25rem;padding:.32rem .55rem}.portfolio-section__controls{align-items:center;display:flex;gap:1rem;justify-content:space-between}.portfolio-section__filters{display:flex;gap:.45rem;overflow-x:auto;scrollbar-width:none}.portfolio-section__filters::-webkit-scrollbar{display:none}.portfolio-section__filter{background:#080f07cc;border:1px solid #ffffff29;border-radius:999px;color:#ffffffe0;cursor:pointer;flex:0 0 auto;font-family:Roboto,sans-serif;padding:.45rem .8rem;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.portfolio-section__filter:hover{border-color:#14d0868c}.portfolio-section__filter--active{background:#14d086;border-color:#14d086;color:#080f07}.portfolio-section__project-count{color:#ffffffd1;font-family:Roboto Mono,monospace;margin:0;white-space:nowrap}.portfolio-section__rail-shell{grid-gap:.65rem;align-items:flex-start;display:grid;gap:.65rem;grid-template-columns:auto minmax(0,1fr) auto;min-height:0}.portfolio-section__rail{align-items:stretch;display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding:.25rem;scroll-behavior:smooth;scrollbar-width:none}.portfolio-section__rail::-webkit-scrollbar{display:none}.portfolio-section__card{background:#080f07b3;border:2px solid #0000;border-radius:15px;color:#fff;cursor:pointer;display:flex;flex:0 0 clamp(230px,18vw,330px);flex-direction:column;min-width:0;overflow:hidden;padding:0;text-align:left;transition:flex-basis .25s ease,background-color .25s ease,transform .25s ease,border-color .25s ease}.portfolio-section__card:hover{transform:translateY(-2px)}.portfolio-section__card--selected{background:#2b402ff0;border-color:#14d086;flex-basis:clamp(260px,20vw,370px)}.portfolio-section__card-media{min-height:0;overflow:hidden;position:relative}.portfolio-section__card-image{display:block;height:clamp(100px,12vh,145px);object-fit:cover;width:100%}.portfolio-section__card-logo{height:32px;object-fit:contain;position:absolute;right:.55rem;top:.55rem;width:32px}.portfolio-section__card-overlay{align-items:flex-end;background:linear-gradient(0deg,#080f07f7,#113626db);display:flex;inset:0;opacity:0;padding:.8rem;position:absolute;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.portfolio-section__card-overlay p{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#fff;display:-webkit-box;font-family:Roboto,sans-serif;font-size:.92rem;line-height:1.35;margin:0;overflow:hidden}.portfolio-section__card:focus-visible .portfolio-section__card-overlay,.portfolio-section__card:hover .portfolio-section__card-overlay{opacity:1;transform:translateY(0)}.portfolio-section__card-title{color:#fff;font-family:Roboto,sans-serif;font-weight:800;line-height:1.1;margin:0;padding:.65rem .75rem .75rem}.portfolio-section button:focus-visible{outline:3px solid #fff;outline-offset:3px}@media screen and (max-width:1600px){.portfolio-section__content{padding-top:calc(12vh + .4rem)}.portfolio-section__hero-grid{gap:1.5rem;grid-template-columns:minmax(280px,370px) minmax(640px,850px);justify-content:space-around}.portfolio-section__featured{grid-template-columns:370px 370px}.portfolio-section__gallery,.portfolio-section__gallery-stage{width:370px}.portfolio-section__gallery-stage{height:370px}.portfolio-section__headline{font-size:2.5rem}.portfolio-section__copy,.portfolio-section__proof{font-size:1.05rem}.portfolio-section__detail-block p,.portfolio-section__tech-list li{font-size:1rem}}@media screen and (min-width:1251px)and (max-height:850px){.portfolio-section__content{grid-template-rows:52vh 6vh minmax(0,1fr)}.portfolio-section__hero-grid{max-height:52vh}.portfolio-section__featured{grid-template-columns:300px 300px}.portfolio-section__gallery,.portfolio-section__gallery-stage{width:300px}.portfolio-section__gallery-stage{height:300px}.portfolio-section__headline{font-size:2.2rem}.portfolio-section__copy,.portfolio-section__detail-block p,.portfolio-section__proof,.portfolio-section__tech-list li{font-size:1rem}}@media screen and (max-width:1250px){.portfolio-section{height:auto;min-height:100vh;overflow:visible}.portfolio-section__content{grid-template-rows:auto auto auto;height:auto;min-height:100vh;padding-bottom:1.5rem}.portfolio-section__hero-grid{grid-template-columns:1fr;justify-self:stretch;max-height:none}.portfolio-section__intro{padding:.75rem 0}.portfolio-section__featured{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.portfolio-section__gallery,.portfolio-section__gallery-stage{width:min(42vw,430px)}.portfolio-section__gallery-stage{height:min(42vw,430px)}}@media screen and (max-width:600px){.portfolio-section{height:100vh!important;min-height:0;overflow:hidden}.portfolio-section__content{display:flex;height:100%;min-height:0;overflow-y:auto;padding:5vh 4vw 1.25rem}.portfolio-section__hero-grid{display:flex;flex-direction:column;gap:1rem}.portfolio-section__intro{text-align:center}.portfolio-section__headline{font-size:2.2rem;line-height:1.02}.portfolio-section__copy{font-size:1.1rem;margin-top:1rem}.portfolio-section__proof{font-size:.95rem;margin-top:.65rem}.portfolio-section__featured{display:flex;flex-direction:column;gap:.8rem;padding:1rem}.portfolio-section__gallery-stage{height:min(86vw,420px);width:min(86vw,420px)}.portfolio-section__gallery{width:min(86vw,420px)}.portfolio-section__gallery-arrow{height:40px;width:40px}.portfolio-section__detail-block p{display:block;font-size:1.05rem;overflow:visible}.portfolio-section__tech-list li{font-size:1.1rem}.portfolio-section__controls{align-items:flex-end}.portfolio-section__filters{flex:1 1}.portfolio-section__rail-shell{gap:.4rem;grid-template-columns:40px minmax(0,1fr) 40px}.portfolio-section__rail-arrow{height:40px;width:40px}.portfolio-section__card,.portfolio-section__card--selected{flex-basis:min(72vw,280px)}.portfolio-section__card-image{height:135px}}@media(hover:none){.portfolio-section__card-overlay{display:none}}@media(prefers-reduced-motion:reduce){.portfolio-section__card,.portfolio-section__card-overlay,.portfolio-section__rail{scroll-behavior:auto;transition:none}}.testimonials-section{background-color:#080f07;height:auto!important;min-height:100vh;overflow:visible!important;position:relative}.testimonials-section__content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:2.5rem;padding:18vh 5vw 3rem;position:relative;z-index:1}.testimonials-section__showcase{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:minmax(270px,.72fr) minmax(460px,1.28fr);max-width:1180px;width:100%}.testimonials-section__intro{min-width:0}.testimonials-section__categories-label,.testimonials-section__eyebrow{color:#14d086;font-family:Roboto Mono,monospace;font-weight:700;letter-spacing:.12em;margin:0}.testimonials-section__headline{color:#fff;font-family:Roboto,sans-serif;font-weight:900;line-height:.98;margin:.6rem 0 0}.testimonials-section__headline--accent{color:#14d086}.testimonials-section__copy{color:#ffffffbd;font-family:Roboto,sans-serif;line-height:1.65;margin:1rem 0 0;max-width:26rem}.testimonials-section__categories{display:flex;flex-direction:column;gap:.55rem;margin-top:3.5rem}.testimonials-section__category{background:#0000;border:none;color:#ffffffb3;cursor:pointer;font-family:Roboto,sans-serif;padding:0;text-align:left;transition:color .2s ease,transform .2s ease;width:-webkit-fit-content;width:fit-content}.testimonials-section__category:hover{color:#fff;transform:translateX(2px)}.testimonials-section__category--active{color:#14d086}.testimonials-section__card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#080f07b3;border:1px solid #14d08629;border-radius:20px;min-width:0;padding:1.5rem;transition:opacity .25s ease,transform .25s ease}.testimonials-section__quote-mark{color:#14d086;font-family:Roboto,sans-serif;font-size:3.5rem;font-weight:900;line-height:.9;margin:0}.testimonials-section__quote{color:#ffffffeb;font-family:Roboto,sans-serif;line-height:1.75;margin:.4rem 0 1.5rem}.testimonials-section__person{align-items:center;border-top:1px solid #ffffff14;display:flex;gap:1rem;padding-top:1rem}.testimonials-section__avatar{border-radius:50%;height:64px;object-fit:cover;width:64px}.testimonials-section__person-text{display:flex;flex-direction:column;gap:.18rem}.testimonials-section__company,.testimonials-section__cta-copy,.testimonials-section__cta-title,.testimonials-section__name,.testimonials-section__role{margin:0}.testimonials-section__name{color:#fff;font-family:Roboto,sans-serif;font-weight:800}.testimonials-section__role{color:#ffffffb8;font-family:Roboto,sans-serif}.testimonials-section__company{color:#14d086;font-family:Roboto,sans-serif;font-weight:700}.testimonials-section__avatar-rail{display:flex;gap:1rem;justify-content:center;max-width:1180px;overflow-x:auto;padding-bottom:.35rem;scrollbar-width:none;width:100%}.testimonials-section__avatar-rail::-webkit-scrollbar{display:none}.testimonials-section__mobile-filter{display:none}.testimonials-section__avatar-button{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:.45rem;min-width:96px;padding:0;transition:transform .2s ease,opacity .2s ease}.testimonials-section__avatar-button:hover{transform:translateY(-2px)}.testimonials-section__avatar-button--active .testimonials-section__avatar-thumb{border-color:#14d086;box-shadow:0 0 0 3px #14d08626}.testimonials-section__avatar-thumb{border:2px solid #ffffff2e;border-radius:50%;height:64px;object-fit:cover;transition:border-color .2s ease,box-shadow .2s ease;width:64px}.testimonials-section__avatar-name{font-family:Roboto,sans-serif;font-weight:700}.testimonials-section__avatar-company{color:#14d086;font-family:Roboto,sans-serif}.testimonials-section__cta{align-items:center;background:#080f07b3;border:1px solid #ffffff14;border-radius:18px;display:flex;gap:1rem;justify-content:space-between;max-width:980px;padding:1.15rem 1.25rem;width:100%}.testimonials-section__cta-title{color:#fff;font-family:Roboto,sans-serif;font-weight:800}.testimonials-section__cta-copy{color:#ffffffad;font-family:Roboto,sans-serif;margin-top:.25rem}@media screen and (max-width:1250px){.testimonials-section__showcase{gap:2rem;grid-template-columns:minmax(240px,.7fr) minmax(400px,1.3fr)}.testimonials-section__categories{margin-top:2rem}}@media screen and (max-width:850px){.testimonials-section__showcase{gap:1.2rem;grid-template-columns:1fr}.testimonials-section__categories{margin-top:1.5rem}}@media screen and (max-width:600px){.testimonials-section__content{align-items:stretch;gap:2rem;padding:calc(12vh + 1.5rem) 4vw 1.75rem}.testimonials-section__showcase{gap:.9rem}.testimonials-section__categories{display:none}.testimonials-section__headline{line-height:1;margin-top:.55rem}.testimonials-section__copy{line-height:1.5;margin-top:.8rem}.testimonials-section__card{border-radius:12px;padding:1rem}.testimonials-section__quote-mark{font-size:2.8rem}.testimonials-section__quote{height:17.5vh;line-height:1.5;margin:.25rem 0 .9rem;overflow:scroll}.testimonials-section__person{gap:.8rem;justify-content:center;padding-top:.8rem}.testimonials-section__avatar{height:52px;width:52px}.testimonials-section__avatar-rail{gap:.55rem;justify-content:center;padding:.1rem 0 .25rem}.testimonials-section__avatar-button{min-width:46px}.testimonials-section__avatar-thumb{height:42px;width:42px}.testimonials-section__avatar-company,.testimonials-section__avatar-name{display:none}.testimonials-section__mobile-filter{display:none;position:relative}.testimonials-section__mobile-filter-label{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.testimonials-section__mobile-select{background-color:#080f07e6;border:1px solid #ffffff29;border-radius:7px;color:#fff;color-scheme:dark;font-family:Roboto,sans-serif;min-height:2.65rem;padding:0 2.6rem 0 .85rem;width:100%}.testimonials-section__cta{align-items:center;border-radius:10px;display:flex;flex-direction:column;gap:.75rem;padding:1rem 0}.testimonials-section__cta-copy,.testimonials-section__cta:before{display:none}.testimonials-section__cta .btn{border-radius:6px;box-sizing:border-box;grid-column:1/-1;justify-content:center;padding:.7rem 1rem;width:100%}.testimonials-section__intro{text-align:center}}.contact-section{background-color:#080f07;height:auto!important;min-height:100vh;overflow:visible!important;position:relative}.contact-section__content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;padding:14vh 5vw 4rem;position:relative;z-index:1}.contact-section__intro{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:minmax(280px,.7fr) minmax(420px,1fr);max-width:1180px;width:100%}.contact-section__hero-visual{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;min-width:0}.contact-section__memoji{align-self:center;display:block;height:auto;max-width:100%;transform:scaleX(-1);width:clamp(180px,18vw,280px)}.contact-section__hero-copy{background:#080f07b3;border:1px solid #14d08629;border-radius:20px;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:2rem}.contact-section__eyebrow{color:#14d086;font-family:Roboto Mono,monospace;font-weight:700;letter-spacing:.12em;margin:0}.contact-section__headline{color:#fff;font-family:Roboto,sans-serif;font-weight:900;line-height:.98;margin:0}.contact-section__headline--accent{color:#14d086}.contact-section__copy{color:#ffffffbd;font-family:Roboto,sans-serif;line-height:1.65;margin:1rem 0 0;max-width:26rem}.contact-section__grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1.3fr;margin-top:1rem;max-width:1180px;width:100%}.contact-section__info{display:flex;flex-direction:column;gap:2.5rem}.contact-section__cards{display:flex;flex-direction:column;gap:1.25rem}.contact-card{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#080f07b3;border:1px solid #ffffff14;border-radius:16px;display:flex;gap:1.25rem;padding:1.25rem;transition:transform .25s ease,border-color .25s ease}.contact-card:hover{border-color:#14d08640;transform:translateY(-2px)}.contact-card__icon{align-items:center;background:#14d08614;border-radius:12px;color:#14d086;display:flex;flex:none;height:48px;justify-content:center;width:48px}.contact-card__icon svg{height:22px;width:22px}.contact-card__details{display:flex;flex-direction:column;gap:.25rem}.contact-card__title{color:#fff9;letter-spacing:.05em;margin:10px 0;text-transform:uppercase}.contact-card__link,.contact-card__title{font-family:Roboto,sans-serif;font-weight:700}.contact-card__link{color:#fff;text-decoration:none;transition:color .2s ease}.contact-card__link:hover{color:#14d086}.contact-card__text{color:#fff;font-family:Roboto,sans-serif;font-weight:700;margin:0}.contact-section__social-wrapper{display:flex;flex-direction:column;gap:.75rem}.contact-section__social-title{color:#fff9;font-family:Roboto,sans-serif;font-weight:700;letter-spacing:.05em;margin:0;text-transform:uppercase}.contact-section__socials{display:flex;gap:1.25rem}.contact-section__socials .social-link{align-items:center;background:#080f07b3;border:1px solid #ffffff14;border-radius:12px;display:flex;height:86px;justify-content:center;transition:transform .2s ease,border-color .2s ease,background-color .2s ease;width:86px}.contact-section__socials .social-link img{filter:invert(99%) sepia(99%) saturate(0) hue-rotate(77deg) brightness(109%) contrast(101%);height:48px;transition:filter .2s ease;width:48px}.contact-section__socials .social-link:hover{background:#14d0860a;border-color:#14d086;transform:translateY(-2px)}.contact-section__socials .social-link:hover img{filter:invert(57%) sepia(73%) saturate(385%) hue-rotate(105deg) brightness(86%) contrast(92%)}.contact-section__form-container{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#080f07b3;border:1px solid #14d08629;border-radius:20px;padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form__field{display:flex;flex-direction:column;gap:.5rem}.contact-form__label{color:#ffffffe0;font-family:Roboto,sans-serif;font-weight:700}.contact-form__input,.contact-form__textarea{-webkit-appearance:none;appearance:none;background:#080f0799;border:1px solid #ffffff1f;border-radius:12px;box-sizing:border-box;color:#fff;font-family:Roboto,sans-serif;padding:.9rem 1.1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#ffffff61}.contact-form__input:focus,.contact-form__textarea:focus{border-color:#14d086;box-shadow:0 0 0 3px #14d0861f;outline:none}.contact-form__input--error,.contact-form__textarea--error{border-color:#ff4a4a!important}.contact-form__input--error:focus,.contact-form__textarea--error:focus{box-shadow:0 0 0 3px #ff4a4a1f!important}.contact-form__textarea{min-height:120px;resize:vertical}.contact-form__error{color:#ff4a4a;font-family:Roboto,sans-serif;margin:.15rem 0 0}.contact-form__submit{margin-top:.5rem}.contact-form__submit .btn{border-radius:12px;padding:.9rem;width:100%}.contact-section__success-msg{align-items:center;display:flex;flex-direction:column;padding:2rem 1rem;text-align:center}.contact-section__success-icon{align-items:center;background:#14d0861a;border-radius:50%;color:#14d086;display:flex;height:64px;justify-content:center;margin-bottom:1.5rem;width:64px}.contact-section__success-icon svg{height:32px;width:32px}.contact-section__success-title{color:#fff;font-family:Roboto,sans-serif;font-weight:800;margin:0 0 .5rem}.contact-section__success-desc{color:#ffffffbd;font-family:Roboto,sans-serif;line-height:1.6;margin:0 0 2rem;max-width:24rem}@media screen and (max-width:1250px){.contact-section__intro{gap:1.2rem;grid-template-columns:1fr}.contact-section__hero-visual{align-items:center;text-align:center}.contact-section__memoji{width:220px}.contact-section__hero-copy{text-align:center}.contact-section__grid{gap:2rem;grid-template-columns:1fr}.contact-section__info{flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:space-between}.contact-section__cards{flex:1 1 300px}.contact-section__social-wrapper{flex:1 1 200px}}@media screen and (max-width:600px){.contact-section__content{gap:1rem;padding:13vh 4vw 2rem}.contact-section__copy{line-height:1.6}.contact-section__memoji{width:160px}.contact-section__hero-copy{border-radius:16px;padding:1.25rem}.contact-section__info{align-items:stretch;flex-direction:column;gap:1.5rem}.contact-section__cards,.contact-section__social-wrapper{flex:none}.contact-section__form-container{padding:1.25rem}}
/*# sourceMappingURL=main.b6d43987.css.map*/