@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700;1,900&family=Space+Grotesk:wght@300;400;500;600;700&family=Bebas+Neue&family=DM+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,400&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,700&family=Anton&family=Archivo+Black&display=swap";@import"https://fonts.googleapis.com/css2?family=Bungee&family=Faustina:ital,wght@0,300..800;1,300..800&family=Limelight&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Notable&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--red-vintage: #c41e3a;--cyan-vintage: #00a8aa;--red-deep: #8b0000;--orange-vintage: #e65c00;--orange-warm: #ff8c42;--yellow-gold: #ffc300;--yellow-cream: #fff3cd;--green-forest: #1b4332;--green-emerald: #2d6a4f;--green-sage: #95d5b2;--blue-navy: #0a1628;--blue-royal: #002dc1;--blue-sky: #4895ef;--purple-deep: #4a1259;--purple-royal: #7b2cbf;--brown-dark: #3d2314;--brown-warm: #8b5a2b;--cream: #fdf8f3;--cream-warm: #f5e6d3;--black: #1d1d1d;--white: #ffffff;--inverted-primary-background: #0a4797;--inverted-primary-color: #fff;--grey: #333;--acmos-blue: #002dc1;--acmos-gold: #ffb000;--font-display: "Bungee", "Playfair Display", Georgia, serif;--font-body: "DM Sans", -apple-system, sans-serif;--font-accent: "Space Grotesk", sans-serif;--font-headline: "Bebas Neue", sans-serif;--font-elegant: "Faustina", "Cormorant Garamond", Georgia, serif;--font-impact: "Anton", sans-serif;--font-black: "Newsreader", "Arimo", "Limelight", "Notable", "Archivo Black", sans-serif;--font-inter: "Inter", sans-serif;--font-arimo: "Arimo", sans-serif;--ease-smooth: cubic-bezier(.4, 0, .2, 1);--sidebar-width: 72px;--section-title-foreground-color: #000;--section-title-foreground-shadow-color: #ffffff00;--section-subtitle-foreground-color: #ffb100;--section-subtitle-foreground-shadow-color: #000;--section-highlight-color: #ffb100;--texture-url: url(/images/noisy-texture-200x200-o7.000000000000001-d10-c-f0f0f0-t1.png)}html{-webkit-font-smoothing:antialiased}html,body{height:100%;overflow:hidden}body{font-family:var(--font-body);background:var(--black);color:var(--white);cursor:pointer}::selection{background:var(--acmos-gold);color:var(--black)}#app{height:100%;display:flex;width:100vw}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar-width);display:flex;flex-direction:column;align-items:center;padding:24px 0;z-index:1000}.sidebar-logo{width:40px;height:40px;margin-bottom:32px;cursor:pointer}.sidebar-logo .logo-dark{fill:#fff}.sidebar-logo .logo-mid{fill:#ffffffb3}.sidebar-logo .logo-light{fill:#ffffff80}.sidebar-nav{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 0}.sidebar-item{width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;color:#ffffff4d;color:#222;font-family:var(--font-headline);font-size:22px}.sidebar-item:before{position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:3px;height:0;background:var(--acmos-gold);transition:height .3s var(--ease-smooth)}.sidebar-item:hover{color:#ffea00;text-shadow:1px 1px 1px #000;background:#2227}.sidebar-item-full-text{position:absolute;top:0;left:100%;width:auto;height:100%;background:#222a;text-shadow:none;display:none;align-items:center;padding:0 15px;font-size:30px}.sidebar-item:hover .sidebar-item-full-text{display:flex}.sidebar-item.active{color:var(--acmos-gold);color:#ffea00;text-shadow:1px 1px 1px #000;background:#222}.sidebar-item.active:before{height:24px}.sidebar-footer{display:flex;flex-direction:column;align-items:center;gap:4px;color:#ffffff40;color:#2f1717;font-family:var(--font-accent);font-size:9px;letter-spacing:.15em}.sidebar-counter{font-family:var(--font-headline);font-size:14px;color:#ffffff80;color:#2f1717}.cylinder{flex:1;padding-left:var(--sidebar-width);height:100vh;overflow:hidden;background-color:var(--cream);background-image:var(--texture-url);background-size:300px auto}.cylinder-roll{transition:transform .8s var(--ease-smooth);will-change:transform}.section-title{position:relative;font-family:var(--font-black);text-transform:uppercase;line-height:1;font-size:4rem;color:var(--section-title-foreground-color);text-shadow:1px 1px 1px var(--section-title-foreground-shadow-color)}.section-title:before{background-color:var(--section-highlight-color);background-image:var(--texture-url);background-size:300px auto;position:absolute;top:-2px;left:-10px;right:-10px;height:80%;z-index:-1;transform:skew(-10deg) rotate(-1deg)}.section-subtitle{display:block;color:var(--section-subtitle-foreground-color);text-shadow:4px 3px 1px var(--section-subtitle-foreground-shadow-color);font-family:var(--font-display);font-weight:400;font-size:54px;text-transform:none;letter-spacing:-.01em}.section-eyebrow{font-family:var(--font-accent);font-size:13px;font-weight:600;letter-spacing:.3em;color:var(--section-highlight-color);color:#444;margin-bottom:24px;display:flex;align-items:center;gap:12px}.section-eyebrow:before{content:"";width:32px;height:2px;background:var(--section-highlight-color);background:#444}.section-common-text{font-family:var(--font-elegant);font-size:1.35rem;color:#000000b3;line-height:1.6;margin-bottom:40px}.section{min-height:100vh;max-height:100vh;width:100%;display:flex;align-items:center;position:relative;overflow:hidden}.section-inner{width:100%;height:100%;display:flex;align-items:center;padding:60px 80px;position:relative}.section-hero{color:var(--black)}.hero-layout{display:flex;align-items:center;gap:60px;width:100%;position:relative}.hero-content{flex:1;max-width:720px}.hero-logo-wrapper{display:flex;align-items:center;gap:24px;margin-bottom:48px}.hero-logo-mark{width:100px;height:auto}.hero-logo-text{display:flex;flex-direction:column;gap:2px}.hero-logo-acmos{font-family:Inter,sans-serif;font-size:50px;font-weight:900;letter-spacing:-.06em;line-height:.9;color:var(--black);color:var(--yellow-gold);color:var(--grey);text-shadow:1px 1px 1px rgba(0,0,0,.3)}.hero-logo-cloud{font-family:Arimo,sans-serif;font-size:50px;font-weight:900;letter-spacing:-2px;line-height:.7;color:var(--yellow-gold);color:var(--grey);text-shadow:1px 1px 1px rgba(0,0,0,.3)}.hero-eyebrow{font-family:var(--font-accent);font-size:13px;font-weight:600;letter-spacing:.3em;color:var(--red-vintage);margin-bottom:24px;display:flex;align-items:center;gap:12px}.hero-eyebrow:before{content:"";width:32px;height:2px;background:var(--red-vintage)}.hero-title{font-family:var(--font-black);font-size:clamp(3.5rem,8vw,6rem);line-height:.95;color:var(--black);margin-bottom:32px;text-transform:uppercase;letter-spacing:1px;position:relative}.hero-title-prefix{display:inline-block;margin-bottom:10px}.hero-title-suffix{display:inline-block;margin-top:20px}.hero-title-accent{display:block}.hero-tagline{font-family:var(--font-elegant);font-size:1.35rem;font-weight:400;color:var(--brown-dark);max-width:480px;line-height:1.6;margin-bottom:40px}.hero-cta-group{display:flex;gap:16px;align-items:center}.hero-cta{font-family:var(--font-headline);font-size:15px;letter-spacing:.15em;color:var(--white);background:var(--black);padding:18px 40px;border:none;cursor:pointer}.hero-cta:hover{background:var(--red-vintage);transform:translateY(-2px)}.hero-cta-secondary{font-family:var(--font-accent);font-size:14px;font-weight:600;color:var(--black);text-decoration:none;display:flex;align-items:center;gap:8px}.hero-cta-secondary:hover{color:var(--red-vintage)}.hero-visual{position:absolute;right:80px;top:50%;transform:translateY(-50%);z-index:3}.hero-stats{display:flex;flex-direction:column;gap:24px}.hero-stat{padding:28px 36px;border-radius:8px;text-shadow:1px 1px 1px rgba(0,0,0,.7)}.hero-stat-value{font-family:var(--font-impact);font-size:3.5rem;line-height:1;color:var(--red-vintage);color:var(--white);color:#ffb100}.hero-stat-label{font-family:var(--font-accent);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--brown-warm);margin-top:8px;color:var(--white);color:#ffb100}.hero-floating-text{position:absolute;right:40px;bottom:60px;font-family:var(--font-headline);font-size:12rem;color:var(--white);opacity:.15;line-height:1;z-index:0}.section-services{color:var(--black);--section-title-foreground-color: #fff;--section-title-foreground-shadow-color: #000000;--section-subtitle-foreground-color: #009947;--section-subtitle-foreground-shadow-color: #fff;--section-highlight-color: #009947}.services-layout{display:flex;gap:80px;width:100%;position:relative;z-index:1}.services-header{flex:0 0 320px}.services-title{font-family:var(--font-black);text-transform:uppercase;line-height:.95;margin-bottom:24px}.services-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.service-card{background:#ffffff0d;padding:36px;position:relative;overflow:hidden;background:var(--white);background:transparent}.service-number{font-family:var(--font-impact);font-size:4rem;line-height:1;color:var(--yellow-gold);opacity:.6;margin-bottom:16px}.service-title{font-family:var(--font-headline);font-size:1.4rem;letter-spacing:.1em;margin-bottom:12px}.service-text{font-family:var(--font-elegant);font-size:1rem;color:#0009;line-height:1.6}.section-experience{color:var(--white);--section-title-foreground-color: #fff;--section-title-foreground-shadow-color: #000000;--section-subtitle-foreground-color: #0066ff;--section-subtitle-foreground-shadow-color: #fff;--section-highlight-color: #0066ff}.experience-layout{display:flex;gap:100px;width:100%;align-items:center;position:relative;z-index:1}.experience-list{list-style:none;display:flex;flex-direction:column;gap:8px}.experience-item{color:#fff}.experience-item span{color:#003584}.experience-item:before{content:"→";color:#003584;font-size:1.4rem;font-weight:700}.experience-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.metric-card{background:#ffffff0d;padding:28px 36px;text-align:center;border-radius:8px}.metric-value{font-family:var(--font-impact);font-size:3.5rem;line-height:1;color:var(--acmos-gold);text-shadow:1px 1px 2px rgba(0,0,0,.3)}.metric-label{font-family:var(--font-accent);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--black);margin-top:8px}.section-process{color:var(--black)}.process-layout{display:flex;flex-direction:column;gap:48px;width:100%;position:relative;z-index:1}.process-header{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.process-steps{display:flex;gap:24px}.process-step{flex:1;background:var(--white);background:transparent;padding:32px 28px;position:relative}.step-number{font-family:var(--font-headline);font-size:1rem;line-height:1;color:var(--white);background:var(--orange-vintage);width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.step-title{font-family:var(--font-headline);font-size:1.5rem;letter-spacing:.08em;margin-bottom:12px;color:var(--black)}.step-text{font-family:var(--font-elegant);font-size:1.1rem;color:var(--brown-dark);line-height:1.6}.section-cases{color:var(--white)}.cases-layout{display:flex;gap:80px;width:100%;align-items:center;position:relative;z-index:1}.cases-header{flex:0 0 300px}.cases-label{font-family:var(--font-accent);font-size:13px;font-weight:600;letter-spacing:.3em;color:var(--yellow-gold);margin-bottom:24px;display:flex;align-items:center;gap:12px}.cases-label:before{content:"";width:32px;height:2px;background:var(--yellow-gold)}.cases-title{font-family:var(--font-black);font-size:3rem;text-transform:uppercase;line-height:1;margin-bottom:24px}.cases-title-accent{display:block;font-family:var(--font-display);font-weight:400;font-style:italic;font-size:.65em;text-transform:none;color:var(--yellow-gold)}.cases-text{font-family:var(--font-elegant);font-size:1.35rem;color:#fffc;line-height:1.6;margin-bottom:40px}.cases-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.case-card{padding:32px;display:flex;gap:24px;align-items:flex-start;border-left:3px solid transparent}.case-icon{width:56px;height:56px;background:var(--yellow-gold);display:flex;align-items:center;justify-content:center;font-family:var(--font-headline);font-size:1.5rem;color:var(--black);flex-shrink:0}.case-content{flex:1}.case-title{font-family:var(--font-headline);font-size:1.4rem;letter-spacing:.08em;margin-bottom:10px;color:var(--white)}.case-text{font-family:var(--font-elegant);font-size:1.1rem;color:#ffffffbf;line-height:1.6}.section-contact{color:var(--white)}.contact-layout{display:flex;gap:100px;width:100%;align-items:center;position:relative;z-index:1}.contact-content{flex:1}.contact-label{font-family:var(--font-accent);font-size:13px;font-weight:600;letter-spacing:.3em;color:var(--yellow-gold);margin-bottom:24px;display:flex;align-items:center;gap:12px}.contact-label:before{content:"";width:32px;height:2px;background:var(--yellow-gold)}.contact-title{font-family:var(--font-black);font-size:4rem;text-transform:uppercase;line-height:.95;margin-bottom:24px}.contact-title-accent{display:block;font-family:var(--font-display);font-weight:400;font-style:italic;font-size:.65em;text-transform:none;color:var(--yellow-gold)}.contact-text{font-family:var(--font-elegant);font-size:1.5rem;color:#ffffffe6;line-height:1.6;max-width:480px;margin-bottom:36px}.contact-info{display:flex;gap:48px}.contact-item-label{font-family:var(--font-accent);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow-gold)}.contact-item-value{font-family:var(--font-headline);font-size:1.4rem;letter-spacing:.05em;color:var(--white);margin-top:8px}.contact-form-wrapper{flex:0 0 400px;background:var(--white);padding:48px}.form-title{font-family:var(--font-headline);font-size:14px;letter-spacing:.3em;text-align:center;color:var(--brown-warm);margin-bottom:32px}.form-group{margin-bottom:20px}.form-label{display:block;font-family:var(--font-accent);font-size:10px;font-weight:600;letter-spacing:.15em;color:var(--brown-warm);margin-bottom:8px}.form-input,.form-textarea{width:100%;padding:14px 16px;font-family:var(--font-elegant);font-size:1rem;color:var(--black);background:var(--cream);border:none}.form-input:focus,.form-textarea:focus{outline:none;background:var(--cream-warm)}.form-textarea{min-height:100px;resize:vertical}.form-submit{width:100%;padding:16px;font-family:var(--font-headline);font-size:14px;letter-spacing:.2em;color:var(--white);background:var(--red-vintage);border:none;cursor:pointer}.form-submit:hover{background:var(--black);transform:translateY(-2px)}@media(max-width:1200px){.section-inner{padding:48px}.hero-layout,.services-layout,.experience-layout,.cases-layout,.contact-layout{flex-direction:column;gap:48px}.hero-visual{position:relative;right:auto;top:auto;transform:none}.hero-stats{flex-direction:row}.hero-floating-text{display:none}.section-hero:before{width:100%;right:-30%}.services-header,.cases-header{flex:none;max-width:100%}.contact-form-wrapper{flex:none;width:100%;max-width:500px}}@media(max-width:768px){:root{--sidebar-width: 0px}.sidebar{top:auto;bottom:0;left:0;right:0;width:100%;height:52px;flex-direction:row;padding:0 10px;background:#0a0a0aeb;border-top:1px solid rgba(255,255,255,.08)}.sidebar-logo{width:28px;height:28px;margin-bottom:0;flex-shrink:0}.sidebar-nav{flex-direction:row;padding:0;gap:0;justify-content:center}.sidebar-item{width:40px;height:40px;font-size:13px;color:#fff6}.sidebar-item:before{left:50%;top:auto;bottom:0;transform:translate(-50%);width:0;height:2px}.sidebar-item.active:before{width:20px;height:2px}.sidebar-item:hover{background:transparent}.sidebar-item-full-text{display:none!important}.sidebar-footer{flex-direction:row;gap:6px;flex-shrink:0}.sidebar-counter{font-size:11px}.sidebar-footer span:last-child{display:none}.cylinder{padding-left:0}.section{align-items:stretch}.section-inner{padding:14px 16px 58px;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:flex-start}.section-inner::-webkit-scrollbar{display:none}.section-experience,.section-cases,.section-contact,.experience-item{color:#333}.experience-item span,.case-title{color:#222}.case-text{color:#0009}.contact-item-label{color:#555}.contact-item-value{color:#222}.hero-stat{text-shadow:none}.hero-stat-value{color:#333}.hero-stat-label{color:#555}.metric-value{color:#333}.service-text{color:#0009}.step-text{color:#444}.cases-label{color:#444!important}.section-title{font-size:1.6rem}.section-title:before{left:-6px;right:-6px}.section-subtitle{font-size:20px;letter-spacing:-.03em;text-shadow:none}.section-eyebrow{font-size:9px;letter-spacing:.2em;margin-bottom:4px}.section-common-text{font-size:.85rem;margin-bottom:8px}.hero-layout{flex-direction:column;gap:10px}.hero-content{max-width:100%}.hero-logo-wrapper{margin-bottom:6px;gap:8px}.hero-logo-mark{width:36px}.hero-logo-acmos,.hero-logo-cloud{font-size:20px}.hero-title{font-size:clamp(1.4rem,5.5vw,2rem);margin-bottom:8px}.hero-tagline{font-size:.85rem;margin-bottom:10px;max-width:100%}.hero-cta-group{flex-direction:column;align-items:stretch;gap:8px}.hero-cta{padding:12px 16px;font-size:12px;text-align:center}.hero-visual{position:relative;right:auto;top:auto;transform:none;width:100%}.hero-stats{flex-direction:row;gap:6px}.hero-stat{padding:8px 6px;flex:1;text-align:center}.hero-stat-value{font-size:1.3rem}.hero-stat-label{font-size:7px;letter-spacing:.08em;margin-top:4px}.hero-floating-text{display:none}.services-layout{flex-direction:column;gap:8px}.services-header{flex:none;max-width:100%}.services-grid{grid-template-columns:1fr;gap:4px}.service-card{padding:6px 10px 6px 14px;display:flex;flex-direction:row;align-items:center;gap:10px}.service-number{font-size:1.2rem;margin-bottom:0;flex-shrink:0;min-width:28px}.service-title{font-size:.85rem;margin-bottom:0}.service-text{display:none}.experience-layout{flex-direction:column;gap:12px}.experience-metrics{grid-template-columns:repeat(2,1fr);gap:6px}.metric-card{padding:10px 8px}.metric-value{font-size:1.5rem}.metric-label{font-size:8px;margin-top:4px}.experience-list{gap:2px}.experience-item{font-size:.85rem}.process-layout{gap:8px}.process-steps{flex-direction:column;gap:4px}.process-step{flex:none;padding:8px 12px;display:flex;align-items:center;gap:10px}.step-number{width:24px;height:24px;font-size:.75rem;margin-bottom:0;flex-shrink:0}.step-title{font-size:.9rem;margin-bottom:0}.step-text{display:none}.cases-layout{flex-direction:column;gap:8px}.cases-header{flex:none;max-width:100%}.cases-title{font-size:1.6rem;margin-bottom:8px}.cases-text{font-size:.85rem;margin-bottom:6px}.cases-grid{grid-template-columns:1fr;gap:4px}.case-card{padding:8px 10px;gap:10px}.case-icon{width:30px;height:30px;font-size:.85rem}.case-title{font-size:.85rem;margin-bottom:1px}.case-text{font-size:.75rem;line-height:1.4}.contact-layout{flex-direction:column;gap:10px}.contact-title{font-size:1.5rem;margin-bottom:8px}.contact-text{font-size:.85rem;margin-bottom:6px;max-width:100%}.contact-info{flex-direction:column;gap:4px}.contact-form-wrapper{flex:none;width:100%;padding:14px;max-width:100%}.form-title{font-size:12px;margin-bottom:12px}.form-group{margin-bottom:10px}.form-input,.form-textarea{padding:10px 12px;font-size:.9rem}.form-textarea{min-height:44px}.form-submit{padding:12px;font-size:12px}}.services-title-prefix.section-title,.services-title-accent.section-subtitle,.hero-title-prefix.section-title,.hero-title-accent.section-subtitle,.hero-title-suffix.section-title,.experience-title-prefix.section-title,.experience-title-accent.section-subtitle,.experience-list.section-common-text,.process-title.section-title,.process-subtitle.section-subtitle,.cases-title,.cases-title-accent,.cases-text,.contact-title,.contact-title-accent,.contact-text{color:#222;text-shadow:none}.services-title-prefix.section-title:before,.services-title-accent.section-subtitle:before,.hero-title-prefix.section-title:before,.hero-title-accent.section-subtitle:before,.hero-title-suffix.section-title:before,.experience-title-prefix.section-title:before,.experience-title-accent.section-subtitle:before,.experience-list.section-common-text:before,.process-title.section-title:before,.process-subtitle.section-subtitle:before,.cases-title:before,.cases-title-accent:before,.cases-text:before,.contact-title:before,.contact-title-accent:before,.contact-text:before{background-color:#ccc}.cases-label,.contact-label,.section-eyebrow{color:#333!important}.contact-label:before,.cases-label:before{background:#333!important}.cursor-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:visible}.cursor-ring{position:fixed;top:0;left:0;border-radius:30%;pointer-events:none;background-color:transparent;backface-visibility:hidden;-webkit-backface-visibility:hidden;box-shadow:inset 0 0 50px #3338,inset 0 0 10px #000;box-shadow:inset -10px -10px 50px #3338;box-shadow:-10px -10px 50px #3338;background-image:var(--texture-url);background-attachment:fixed}
