:root{--pinkAfter:#df7dce;--pinkBefore:#bf4ea9;--pinkAfterClick:#f680e6;--cancelBefore:crimson;--cancelAfter:#db2c4f;--cancelAfterClick:#da4663;--background2:#10131a;--surface:#171b24;--surfaceSoft:#1e2330;--surfaceBorder:hsla(0,0%,100%,.12);--white:#f4f4f4;--muted:#c2c8d4}*{box-sizing:border-box}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 10% -20%,#2d2040 0,#121620 40%,#0f131b 100%);padding:0;margin:0;overflow-x:hidden;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body,button,html{color:var(--white)}button{background-color:var(--pinkBefore);padding:.72em 1em;border:none;outline:none;cursor:pointer;font-weight:600;border-radius:.55em;transition:background-color .2s ease,transform .2s ease,opacity .2s ease}button:hover{background-color:var(--pinkAfter)}button:active{background-color:var(--pinkAfterClick);transform:translateY(1px)}button:disabled{background-color:#787474}button[name=cancel]{background-color:var(--cancelBefore)}button[name=cancel]:hover{background-color:var(--cancelAfter)}button[name=cancel]:active{background-color:var(--cancelAfterClick)}button[nav=true]{background-color:transparent;color:var(--white);padding:.6em .8em;border-radius:.45em}button[nav=true]:hover{color:var(--pinkAfter);background:hsla(0,0%,100%,.06)}p{margin:.2em;line-height:1.6;color:var(--muted)}input[type=password],input[type=text]{padding:.8em;color:var(--white);outline:0;background-color:transparent;border:2px solid var(--pinkAfterClick);border-radius:.3em;font-weight:600}input[type=file]{display:none}textarea{padding:.9em;color:var(--white);outline:0;background-color:transparent;border:2px solid var(--pinkAfterClick);border-radius:.45em;font-weight:500;resize:vertical;min-height:120px;font-family:inherit}.custom-file-upload{background-color:var(--pinkBefore);display:flex;color:var(--white);padding:1em;width:20%;align-items:flex-start;justify-content:center;text-align:center;cursor:pointer;font-weight:700;font-size:10px;border-radius:.3em}.custom-file-upload:hover{background-color:var(--pinkAfter)}h5{color:var(--white)}.topNav{position:fixed;top:0;left:0;width:100%;z-index:40;display:flex;align-items:center;gap:1rem;padding:.7rem 1.2rem;background:rgba(12,15,22,.88);border-bottom:1px solid var(--surfaceBorder);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topNavLogo{width:9.7em;height:2em;object-fit:cover}.topNavLinks{display:flex;gap:.25rem}.langSwitcher{margin-left:auto;display:flex;align-items:center;gap:.2rem;color:var(--muted)}.langSwitcher span{opacity:.6}.hamburgerButton{margin-left:auto;background:transparent;border:1px solid var(--surfaceBorder);border-radius:.6rem;padding:.45rem;width:44px;height:42px;display:inline-flex;flex-direction:column;justify-content:center;gap:4px}.hamburgerButton span{display:block;width:20px;height:2px;margin:0 auto;background:var(--white);border-radius:999px}.mobileMenuPanel{position:fixed;right:.9rem;top:4.2rem;z-index:45;width:min(280px,calc(100vw - 1.8rem));background:#151a24;border:1px solid var(--surfaceBorder);border-radius:12px;padding:.65rem;display:flex;flex-direction:column;align-items:stretch;gap:.1rem;box-shadow:0 16px 30px rgba(0,0,0,.35);animation:panelIn .2s ease}.mobileMenuPanel .langSwitcher{margin:.35rem 0 0;justify-content:center}@keyframes panelIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.heroSection{position:relative;overflow:hidden}.header,.heroSection{height:100vh;width:100%}.header{z-index:1;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none}.heroOverlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,16,.42) 20%,rgba(10,12,19,.9))}.heroText{position:absolute;bottom:14vh;left:8vw;max-width:620px;z-index:2}.heroKicker{color:var(--pinkAfter);letter-spacing:.1em;text-transform:uppercase;font-weight:700}.heroText h1{font-size:clamp(2rem,5vw,4rem);margin:.2em 0}.heroText p{font-size:1.1rem}.pageSection{width:min(1120px,92vw);margin:0 auto;min-height:100vh;padding:5rem 0 2rem;display:flex;flex-direction:column;align-items:center;gap:1.1rem}.sectionTitle{margin:.5em 0;font-size:clamp(1.8rem,3vw,2.4rem)}.sectionLead{max-width:860px;text-align:center}.modernCard{background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.015));border:1px solid var(--surfaceBorder);border-radius:12px}.aboutSection{min-height:auto;padding-top:4rem;gap:1.8rem}.aboutLead{max-width:790px;margin-bottom:.8rem}.aboutServices{width:min(980px,100%);padding:1rem 1.1rem;border:1px solid var(--surfaceBorder);border-radius:12px;background:hsla(0,0%,100%,.02)}.aboutServices h3{margin:0 0 .5rem;color:var(--white)}.aboutServices ul{margin:0;padding-left:1.2rem;display:grid;grid-gap:.35rem;gap:.35rem}.aboutServices li{color:var(--muted)}.aboutTimeline{width:min(980px,100%);display:flex;flex-direction:column;margin:.35rem 0 1.2rem}.aboutStepRow{display:grid;grid-template-columns:92px 1fr;grid-gap:1rem;gap:1rem;align-items:flex-start;padding:.95rem 0;border-bottom:1px solid var(--surfaceBorder)}.aboutStepRow:last-child{border-bottom:0}.aboutStepNumber{font-size:clamp(2rem,4vw,2.8rem);line-height:1;font-weight:800;color:var(--white);opacity:.96}.aboutStepText h3{margin:0 0 .3rem;font-size:1.05rem;color:var(--white)}.aboutStepText p{margin:0;font-size:.95rem}.aboutStepText p+p{margin-top:.28rem}.contactGrid{width:100%;margin-top:.4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1rem;gap:1rem;align-items:stretch;grid-auto-rows:1fr}.contactCard{width:100%;height:100%;display:flex;align-items:flex-start;gap:1rem;border:1px solid var(--surfaceBorder);border-radius:12px;background:var(--surfaceSoft);padding:.95rem;transition:transform .2s ease,border-color .2s ease;min-height:260px}.contactCard:hover{transform:translateY(-2px);border-color:rgba(223,125,206,.45)}.contactImage{height:9.4rem;width:9.4rem;border-radius:12px;object-fit:cover}.contactBody{display:flex;flex-direction:column;gap:.42rem;height:100%;justify-content:flex-start}.contactBody h3{margin:0;font-size:1.35rem;line-height:1.2;color:var(--white);min-height:2.6rem;display:flex;align-items:flex-start}.contactRoleLine{margin:0;min-height:2.2rem;font-size:.94rem;font-weight:700;color:var(--pinkAfter);letter-spacing:.01em}.contactBody p{margin:0;font-size:.93rem}.contactDescription{margin-top:.18rem}.newsSection{width:min(1120px,92vw)}.newsCard,.newsList,.newsSection .react-awesome-reveal{width:100%}.newsCard{margin:0 0 .95rem;padding:1.3rem;background:var(--surface)}.newsHeader h2{margin:0}.newsDate{font-size:.75rem;margin-top:.3rem}.newsImage{max-height:42vh;width:100%;object-fit:contain;padding:1rem 0}.newsSignature{font-size:.75rem}.portfolioSection{min-height:auto}.carouselControls{width:100%;display:flex;justify-content:center;gap:.8rem}.carouselControls button{width:58px;height:58px;padding:0;border-radius:999px;font-size:1.55rem;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(0,0,0,.36)}.carouselControls.below{margin-top:.2rem}.portfolioCarouselWrap{width:100%;position:relative}.portfolioCarouselWrap:after,.portfolioCarouselWrap:before{content:"";position:absolute;top:0;bottom:0;width:72px;z-index:2;pointer-events:none}.portfolioCarouselWrap:before{left:0;background:linear-gradient(90deg,#10131a,rgba(16,19,26,0))}.portfolioCarouselWrap:after{right:0;background:linear-gradient(270deg,#10131a,rgba(16,19,26,0))}.portfolioCarousel{width:100%;display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;padding:.2rem .1rem 1rem;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.portfolioCarousel::-webkit-scrollbar{display:none}.videoSlide{flex:0 0 clamp(280px,74vw,420px);scroll-snap-align:center;transition:transform .35s ease,opacity .35s ease,filter .35s ease}.carouselSpacer{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - clamp(280px, 74vw, 420px)) / 2)}.videoSlide.focus{transform:scale(1);opacity:1;filter:blur(0)}.videoSlide.near{transform:scale(.93);opacity:.75}.videoSlide.far{transform:scale(.86);opacity:.45}.videoCard{width:100%;padding:.7rem;display:flex;flex-direction:column;gap:.7rem;background:var(--surface)}.videoFrame{position:relative;width:100%;height:480px;border-radius:.75rem;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);background:#0a0c11}.videoBackdrop{position:absolute;inset:-20px;background-size:cover;background-position:50%;filter:blur(18px);opacity:.45;transform:scale(1.05)}.videoElement{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;display:block;background:transparent}.videoAction{position:absolute;z-index:2;bottom:.8rem;left:.8rem;font-size:.74rem;background:rgba(8,10,16,.8);border:1px solid hsla(0,0%,100%,.18);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.videoMeta{min-height:5.9rem}.videoMeta h5{margin:0;font-size:1rem;color:var(--pinkAfter)}.videoMeta p{width:100%;margin:.35rem 0 0;font-size:.92rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.contactSection{min-height:auto;padding-top:3.2rem;padding-bottom:3.5rem}.contactForm{width:min(760px,100%);display:flex;flex-direction:column;gap:.75rem;background:var(--surface);border:1px solid var(--surfaceBorder);border-radius:12px;padding:1rem}.contactForm button{align-self:flex-start}.center-menu{flex-direction:column;gap:.5em;z-index:10;background-color:var(--surface);border-radius:.5em;border:1px solid var(--surfaceBorder);padding:2em;top:1em;left:1em}.center-menu,.navbar{position:-webkit-sticky;position:sticky;display:flex}.navbar{background-color:#11131a;padding:.3em .3em .3em 0;gap:.2em;top:0;left:0;z-index:100}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#fff}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:900px){.topNavLinks{display:none}.heroText{left:1.2rem;right:1.2rem;bottom:10vh}.aboutStepRow{grid-template-columns:58px 1fr;gap:.75rem}.aboutStepNumber{font-size:1.8rem}.contactCard{align-items:flex-start}.contactImage{height:8.2rem;width:8.2rem}.videoFrame{height:430px}.carouselControls{justify-content:center}.videoSlide.far,.videoSlide.near{transform:scale(.97);opacity:.9}.contactCard{min-height:230px}.portfolioCarouselWrap:after,.portfolioCarouselWrap:before{width:40px}}.layout{box-sizing:border-box;margin:0;justify-content:space-between;height:100%;overflow-x:hidden}.footer,.layout{position:relative;display:flex;flex-direction:column;gap:2em;align-items:center;width:100%;flex-wrap:wrap}.footer{margin-top:2em;background:linear-gradient(var(--background2) 10%,#000) 90%;min-height:20em;height:auto;justify-content:space-evenly}.content{height:auto;min-height:100vh;box-sizing:content;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5em}