@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&display=swap";:root{--orange: #EF4623;--yellow: #F4C90C;--background: #FFF7F0;--blue: #659DF2;--text-color: #3D1410;--white: #FFFFFF;--black: #000000;--nav-height: 80px}*{margin:0;padding:0;box-sizing:border-box;border:none;outline:none}html{scroll-behavior:smooth;font-size:16px;margin:0;padding:0;border:none}body{font-family:Space Grotesk,sans-serif;font-weight:400;color:var(--text-color);background-color:var(--background);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;border:none}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:700;line-height:1;margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1rem}.container{width:100%;margin:0 auto;padding:0 2rem}.container-wide{width:100%;margin:0;padding:0}.section{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:relative;overflow-x:hidden}.button{display:inline-block;padding:1rem 2rem;background-color:var(--orange);color:var(--white);text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.button:hover{background-color:var(--yellow);transform:translateY(-2px);box-shadow:0 10px 30px #0003}.fade-in{opacity:0;transform:translateY(30px);transition:all .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.vitality-pattern{background-image:radial-gradient(circle at 20% 50%,rgba(239,70,35,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(244,201,12,.1) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(101,157,242,.05) 0%,transparent 50%)}.wellness-pattern{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10 Q20 20 30 30 Q40 20 30 10' fill='%23659DF2' fill-opacity='0.05'/%3E%3C/svg%3E")}.adventure-pattern{background-image:linear-gradient(45deg,transparent 48%,rgba(239,70,35,.03) 49%,rgba(239,70,35,.03) 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(244,201,12,.03) 49%,rgba(244,201,12,.03) 51%,transparent 52%);background-size:30px 30px}@media (max-width: 768px){:root{--nav-height: 60px}.container{padding:0 1.5rem}}.nav.svelte-1iw73x4{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-height);background:transparent;transition:all .3s ease}.container.svelte-1iw73x4{height:100%;display:flex;align-items:center;justify-content:flex-end;padding:0 2rem}.menu-toggle.svelte-1iw73x4{display:flex;flex-direction:column;gap:6px;background:var(--yellow);border:4px solid var(--black);cursor:pointer;padding:12px;width:70px;height:70px;justify-content:center;align-items:center;z-index:1001;border-radius:12px;transition:all .3s ease;box-shadow:0 4px 12px #0003}.menu-toggle.svelte-1iw73x4:hover{transform:scale(1.08);box-shadow:0 8px 24px #0006}.menu-toggle.active.svelte-1iw73x4{background:var(--orange);border-color:var(--white)}.menu-toggle.svelte-1iw73x4 span:where(.svelte-1iw73x4){display:block;width:38px;height:6px;background-color:var(--black);transition:all .3s ease;border-radius:3px}.menu-toggle.active.svelte-1iw73x4 span:where(.svelte-1iw73x4){background-color:var(--white)}.menu-overlay.svelte-1iw73x4{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#ef4623;display:flex;align-items:center;justify-content:center;transition:right .3s ease}.menu-overlay.active.svelte-1iw73x4{right:0}.nav-links.svelte-1iw73x4{list-style:none;text-align:center}.nav-links.svelte-1iw73x4 li:where(.svelte-1iw73x4){margin:2rem 0}.nav-links.svelte-1iw73x4 a:where(.svelte-1iw73x4){color:#f4c90c;text-decoration:none;font-size:2rem;font-weight:700;font-style:italic;transition:all .3s ease}.nav-links.svelte-1iw73x4 a:where(.svelte-1iw73x4):hover{color:var(--white)}.hero.svelte-1wzk4lm{position:relative;height:100vh;background-color:var(--background);overflow:hidden}.video-wrapper.svelte-1wzk4lm{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform,opacity,filter;z-index:1}video.svelte-1wzk4lm{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease}video.loaded.svelte-1wzk4lm{opacity:1}.hero-content.svelte-1wzk4lm{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2}.logo-container.svelte-1wzk4lm{will-change:transform,opacity,filter}.hero-logo.svelte-1wzk4lm{width:clamp(400px,60vw,900px);height:auto;filter:drop-shadow(0 8px 40px rgba(0,0,0,.3))}.scroll-indicator.svelte-1wzk4lm{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:var(--text-color);text-align:center;animation:svelte-1wzk4lm-bounce 2s ease-in-out infinite;z-index:5;will-change:transform,opacity}@keyframes svelte-1wzk4lm-bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media (max-width: 768px){.hero-logo.svelte-1wzk4lm{width:clamp(250px,80vw,500px)}}.mission.svelte-1xiy5t8{position:relative;width:100vw;height:100vh;background-color:var(--background);overflow:hidden;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;margin:0;padding:0;border:none;outline:none}.text-container.svelte-1xiy5t8{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.intro-text.svelte-1xiy5t8{position:absolute;text-align:center;width:90%;max-width:1200px;opacity:0}.intro-text.svelte-1xiy5t8 h2:where(.svelte-1xiy5t8){font-family:var(--font-display);font-weight:700;font-size:clamp(3rem,8vw,7rem);line-height:1;color:var(--text-color);text-transform:none;letter-spacing:-.04em}.better-container.svelte-1xiy5t8{position:absolute;display:flex;align-items:center;text-align:left;width:auto;left:50%;transform:translate(-50%);perspective:1000px}.text-better.svelte-1xiy5t8{display:inline-block;font-family:var(--font-display);font-size:clamp(4rem,10vw,12rem);font-weight:700;line-height:1;letter-spacing:-.05em;text-transform:none;transform-style:preserve-3d;will-change:transform,opacity,filter;color:var(--text-color);opacity:0;position:relative;margin-right:.6rem}.word-container.svelte-1xiy5t8{position:relative;display:inline-grid;grid-template-areas:"words";align-items:center;width:max-content;margin-left:0}.text-service.svelte-1xiy5t8,.text-products.svelte-1xiy5t8,.text-vending.svelte-1xiy5t8{grid-area:words;justify-self:start;position:relative;opacity:0;color:var(--orange);font-family:var(--font-display);font-size:clamp(4rem,10vw,12rem);font-weight:700;line-height:1;letter-spacing:-.05em;white-space:nowrap;will-change:transform,opacity,filter}.chrome-effect.svelte-1xiy5t8{background:linear-gradient(135deg,#3d1410,#ef4623 15%,#f4c90c,#659df2,#3d1410,#ef4623,#f4c90c,#659df2,#3d1410 85%,#ef4623);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:svelte-1xiy5t8-chromeShine 4s ease-in-out infinite;filter:drop-shadow(0 4px 20px rgba(0,0,0,.2))}@keyframes svelte-1xiy5t8-chromeShine{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@media (max-width: 768px){.intro-text.svelte-1xiy5t8 h2:where(.svelte-1xiy5t8){font-size:clamp(2rem,10vw,4rem);padding:0 1rem}.text-better.svelte-1xiy5t8,.text-service.svelte-1xiy5t8,.text-products.svelte-1xiy5t8,.text-vending.svelte-1xiy5t8{font-size:clamp(3rem,12vw,6rem)}.better-container.svelte-1xiy5t8{flex-direction:column;align-items:center;left:50%;transform:translate(-50%)}.text-better.svelte-1xiy5t8{margin-right:0;margin-bottom:1rem}.word-container.svelte-1xiy5t8{width:auto;margin-left:0;display:block}.text-service.svelte-1xiy5t8,.text-products.svelte-1xiy5t8,.text-vending.svelte-1xiy5t8{position:relative;transform:none;top:auto;left:auto}}.products.svelte-ygmibq{padding:8rem 0;position:relative;overflow:hidden;min-height:100vh;background:#6a00f4;margin:-2px 0 0;border:none;outline:none}.container.svelte-ygmibq{max-width:1400px;margin:0 auto;padding:0 2rem}.content.svelte-ygmibq{margin-bottom:10rem}.products-title.svelte-ygmibq{font-family:Space Grotesk,sans-serif;font-size:clamp(5rem,15vw,12rem);line-height:.85;color:#ffcc95;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:3rem;will-change:transform,opacity}.highlight.svelte-ygmibq{color:wheat;font-style:italic}.chrome-effect.svelte-ygmibq{background:linear-gradient(135deg,wheat,#fff 15%,#ffc88c,#fff,wheat,#fff,#d4a574,#fff,wheat 85%,#ffab51);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:svelte-ygmibq-chromeShine 3s ease-in-out infinite;position:relative;filter:drop-shadow(0 4px 20px rgba(245,222,179,.5));font-style:normal}@keyframes svelte-ygmibq-chromeShine{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.intro-text.svelte-ygmibq{font-family:Space Grotesk,sans-serif;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:300;line-height:1.6;color:#ffcc95;margin-bottom:6rem;max-width:900px;will-change:transform,opacity}.carousel-container.svelte-ygmibq{margin:8rem 0;position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;will-change:opacity}.carousel-line.svelte-ygmibq{height:2px;background:#ffee7c4d;width:100%}.carousel-wrapper.svelte-ygmibq{overflow:hidden;padding:2rem 0}.carousel-track.svelte-ygmibq{display:flex;gap:4rem;will-change:transform}.space-item.svelte-ygmibq{display:flex;align-items:center;gap:1.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,5vw,4rem);color:#ffcc95;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;padding:0 2rem}.space-icon.svelte-ygmibq{font-size:clamp(2rem,4vw,3rem);filter:grayscale(.5)}.guidelines-section.svelte-ygmibq{margin-top:10rem;padding:6rem 0}.guidelines-title.svelte-ygmibq{font-family:Space Grotesk,sans-serif;font-size:clamp(4rem,10vw,8rem);line-height:.9;color:#ffcc95;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:4rem;will-change:transform,opacity}.guidelines-text.svelte-ygmibq{max-width:1000px;will-change:transform,opacity}.guidelines-text.svelte-ygmibq p:where(.svelte-ygmibq){font-family:Space Grotesk,sans-serif;font-size:clamp(1.3rem,2.5vw,2rem);font-weight:300;line-height:1.5;color:#ffcc95;margin-bottom:2rem;opacity:.9}.guidelines-text.svelte-ygmibq p.final:where(.svelte-ygmibq){margin-top:3rem;font-size:clamp(1.1rem,2vw,1.6rem);opacity:.8}@media (max-width: 768px){.products.svelte-ygmibq{padding:4rem 0}.content.svelte-ygmibq{margin-bottom:6rem}.products-title.svelte-ygmibq{font-size:clamp(4rem,18vw,8rem);margin-bottom:2rem}.intro-text.svelte-ygmibq{font-size:1.1rem;margin-bottom:4rem}.carousel-container.svelte-ygmibq{margin:4rem 0}.space-item.svelte-ygmibq{font-size:clamp(2rem,8vw,3rem);gap:1rem;padding:0 1rem}.guidelines-section.svelte-ygmibq{margin-top:6rem;padding:4rem 0}.guidelines-title.svelte-ygmibq{font-size:clamp(3rem,15vw,6rem);margin-bottom:3rem}.guidelines-text.svelte-ygmibq p:where(.svelte-ygmibq){font-size:clamp(1.1rem,4vw,1.6rem)}}:root{--background: #fff7f0;--text-color: #3D1410}.our-story.svelte-14hn9nf{position:relative;min-height:100vh;background:var(--background);overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:15rem 0}.title-container.svelte-14hn9nf{width:100vw;margin-left:calc(-50vw + 50%);margin-bottom:4rem;text-align:center;position:relative;z-index:2}.story-title.svelte-14hn9nf{font-family:Space Grotesk,sans-serif;font-size:clamp(6rem,18vw,15rem);line-height:.8;color:var(--text-color);text-transform:uppercase;letter-spacing:-.02em;margin:0;will-change:transform,opacity;filter:drop-shadow(0 2px 8px rgba(61,20,16,.4))}.chrome-effect.svelte-14hn9nf{background:linear-gradient(135deg,#3d1410,#2335ff 15%,#0cf48f,#659df2,#3d1410,#3b23ef,#78f40c,#659df2,#3d1410 85%,#11f468);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:svelte-14hn9nf-chromeShine 4s ease-in-out infinite;position:relative}@keyframes svelte-14hn9nf-chromeShine{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.container.svelte-14hn9nf{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;flex-direction:column;align-items:center;gap:4rem;position:relative}.content-wrapper.svelte-14hn9nf{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.geometric-shape.svelte-14hn9nf{position:absolute;z-index:1;will-change:transform,opacity;pointer-events:none}.geometric-shape.svelte-14hn9nf svg:where(.svelte-14hn9nf){width:100%;height:100%;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.shape-left.svelte-14hn9nf{left:-8%;top:35%;transform:translateY(-50%);width:clamp(180px,22vw,300px);height:clamp(180px,22vw,300px)}.shape-right.svelte-14hn9nf{right:-8%;top:65%;transform:translateY(-50%);width:clamp(220px,28vw,380px);height:clamp(220px,28vw,380px)}.text-content.svelte-14hn9nf{will-change:transform,opacity,filter;width:100%;display:flex;justify-content:center;position:relative;z-index:2}.story-text.svelte-14hn9nf{max-width:720px;position:relative;padding:3.5rem;background:linear-gradient(135deg,#fffffffa,#f5fafff2,#f0fffaed);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px;box-shadow:0 10px 40px #2335ff14,0 2px 10px #0cf48f0d,inset 0 1px #ffffffe6,inset 0 -1px #00000005;border:1px solid rgba(255,255,255,.5);transition:all .3s ease}.story-text.svelte-14hn9nf:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(35,53,255,.3) 20%,rgba(12,244,143,.3) 50%,rgba(101,157,242,.3) 80%,transparent 100%);border-radius:24px 24px 0 0}.story-text.svelte-14hn9nf p:where(.svelte-14hn9nf){font-family:Space Grotesk,sans-serif;font-size:clamp(1.15rem,1.9vw,1.4rem);font-weight:450;line-height:1.85;color:#1a1a2e;letter-spacing:.01em;text-align:left;will-change:transform,opacity,filter;margin:0 0 1.5rem;position:relative}.story-intro.svelte-14hn9nf{font-size:clamp(1.2rem,2vw,1.5rem)!important;line-height:1.75!important;color:#0f0f1e!important;margin-bottom:1.8rem!important}.story-problem.svelte-14hn9nf{padding-left:1rem;border-left:3px solid rgba(35,53,255,.2);color:#2a2a3e!important;font-style:normal;margin:2rem 0!important}.story-solution.svelte-14hn9nf{font-weight:500!important;color:#1a1a2e!important;margin-bottom:0!important}.emphasis.svelte-14hn9nf{font-weight:600;color:#0a0a1e;position:relative;white-space:nowrap}.highlight.svelte-14hn9nf{display:inline-block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.95em;color:transparent;background:linear-gradient(120deg,#2335ff,#0cf48f);-webkit-background-clip:text;background-clip:text;position:relative}.emphasis.svelte-14hn9nf:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#2335ff,#0cf48f);opacity:.3;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.story-text.svelte-14hn9nf:hover .emphasis:where(.svelte-14hn9nf):after{transform:scaleX(1)}.story-text.svelte-14hn9nf p:where(.svelte-14hn9nf):last-child{margin-bottom:0}.story-text.svelte-14hn9nf:hover{transform:translateY(-2px);box-shadow:0 15px 50px #2335ff1f,0 5px 15px #0cf48f14,inset 0 1px #ffffffe6,inset 0 -1px #00000005}.visual-side.svelte-14hn9nf{position:relative;height:500px;will-change:transform,opacity,filter}.parallax-container.svelte-14hn9nf{position:relative;width:100%;height:100%;will-change:transform}@media (max-width: 1024px){.container.svelte-14hn9nf{padding:0 2rem}.story-text.svelte-14hn9nf{max-width:700px}.visual-side.svelte-14hn9nf{height:350px;order:-1}.story-title.svelte-14hn9nf{font-size:clamp(5rem,15vw,10rem)}.shape-left.svelte-14hn9nf,.shape-right.svelte-14hn9nf{width:clamp(140px,18vw,240px);height:clamp(140px,18vw,240px)}.shape-right.svelte-14hn9nf{width:clamp(170px,22vw,300px);height:clamp(170px,22vw,300px)}.shape-left.svelte-14hn9nf{left:-5%;top:35%}.shape-right.svelte-14hn9nf{right:-5%;top:65%}}@media (max-width: 768px){.our-story.svelte-14hn9nf{padding:8rem 0}.container.svelte-14hn9nf{padding:0 1.5rem;gap:3rem}.story-title.svelte-14hn9nf{font-size:clamp(4rem,12vw,8rem)}.story-text.svelte-14hn9nf{max-width:100%}.story-text.svelte-14hn9nf p:where(.svelte-14hn9nf){font-size:1.1rem}.visual-side.svelte-14hn9nf{height:280px}.shape-left.svelte-14hn9nf{width:clamp(100px,15vw,150px);height:clamp(100px,15vw,150px);opacity:.8;left:-10%;top:30%}.shape-right.svelte-14hn9nf{width:clamp(130px,18vw,180px);height:clamp(130px,18vw,180px);opacity:.8;right:-10%;top:70%}}@media (max-width: 480px){.geometric-shape.svelte-14hn9nf{display:none}}*{box-sizing:border-box}.vending-machines.svelte-1tkgjap{padding:15rem 0;background:var(--background);position:relative;overflow:hidden;min-height:100vh}.container.svelte-1tkgjap{max-width:1400px;margin:0 auto;padding:0 3rem;position:relative;z-index:1}.header.svelte-1tkgjap{text-align:center;margin-bottom:8rem}.vending-title.svelte-1tkgjap{font-family:Space Grotesk,sans-serif;font-size:clamp(5rem,12vw,10rem);font-weight:700;line-height:.85;color:var(--text-color);text-transform:uppercase;letter-spacing:-.02em;margin-bottom:2rem;will-change:transform,opacity}.highlight.svelte-1tkgjap{color:var(--orange);filter:drop-shadow(0 4px 20px rgba(239,70,35,.3))}.chrome-effect.svelte-1tkgjap{background:linear-gradient(135deg,#00d4ff,#fff 15%,#00b8cc,#fff,#00d4ff,#fff,#00b8cc,#fff,#00d4ff 85%,#00b8cc);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:svelte-1tkgjap-chromeShine 3s ease-in-out infinite;position:relative;filter:drop-shadow(0 4px 20px rgba(0,212,255,.5))}@keyframes svelte-1tkgjap-chromeShine{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.subtitle.svelte-1tkgjap{font-family:Space Grotesk,sans-serif;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:500;line-height:1.6;color:var(--text-color);max-width:700px;margin:0 auto;will-change:transform,opacity}.machine-showcase.svelte-1tkgjap{display:flex;justify-content:center;margin-bottom:10rem}.machine-visual.svelte-1tkgjap{position:relative;display:flex;justify-content:center;will-change:opacity}.machine-image.svelte-1tkgjap{width:100%;height:auto;display:block;object-fit:contain}.image-overlay.svelte-1tkgjap{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent 0%,rgba(0,212,255,.1) 30%,transparent 60%,rgba(239,70,35,.1) 90%,transparent 100%);pointer-events:none;animation:svelte-1tkgjap-overlayShimmer 5s ease-in-out infinite}@keyframes svelte-1tkgjap-overlayShimmer{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.02)}}.glow-effect.svelte-1tkgjap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(0,212,255,.2) 0%,rgba(244,201,12,.15) 30%,transparent 70%);pointer-events:none;animation:svelte-1tkgjap-glow 4s ease-in-out infinite;mix-blend-mode:screen}@keyframes svelte-1tkgjap-glow{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}.features-carousel.svelte-1tkgjap{margin:6rem 0;position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;will-change:opacity}.carousel-line.svelte-1tkgjap{height:2px;background:#ef46234d;width:100%}.carousel-wrapper.svelte-1tkgjap{overflow:hidden;padding:3rem 0}.carousel-track.svelte-1tkgjap{display:flex;gap:3rem;will-change:transform}.feature-item.svelte-1tkgjap{display:flex;align-items:center;gap:1.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;color:var(--text-color);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;padding:0 2rem}.feature-icon.svelte-1tkgjap{font-size:clamp(2rem,4vw,3rem);filter:grayscale(.5)}.feature-name.svelte-1tkgjap{font-size:clamp(2.5rem,5vw,4rem)}.cta-section.svelte-1tkgjap{text-align:center;background:#fff;border-radius:30px;padding:4rem;box-shadow:0 10px 40px #0000001a;margin-top:8rem;will-change:transform,opacity}.cta-section.svelte-1tkgjap p:where(.svelte-1tkgjap){font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:600;color:var(--text-color);margin-bottom:2.5rem}.cta-button.svelte-1tkgjap{display:inline-block;padding:1.2rem 3.5rem;background:var(--orange);color:#fff;border:none;border-radius:60px;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.2rem;transition:all .3s ease;box-shadow:0 8px 25px #ef46234d;text-transform:uppercase;letter-spacing:.05em;position:relative;overflow:hidden;cursor:pointer}.cta-button.svelte-1tkgjap:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:svelte-1tkgjap-shimmer 3s infinite}@keyframes svelte-1tkgjap-shimmer{to{left:100%}}.cta-button.svelte-1tkgjap:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #ef462366;background:var(--yellow)}.modal-overlay.svelte-1tkgjap{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content.svelte-1tkgjap{background:#fff;border-radius:20px;padding:3rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;animation:svelte-1tkgjap-modalSlideIn .3s ease}@keyframes svelte-1tkgjap-modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.close-button.svelte-1tkgjap{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2.5rem;cursor:pointer;color:#666;transition:color .3s;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-button.svelte-1tkgjap:hover{color:var(--orange)}.modal-content.svelte-1tkgjap h2:where(.svelte-1tkgjap){font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.modal-content.svelte-1tkgjap>p:where(.svelte-1tkgjap){font-family:Space Grotesk,sans-serif;font-size:1.1rem;margin-bottom:2rem;color:#666}.form-group.svelte-1tkgjap{margin-bottom:1.5rem}.form-group.svelte-1tkgjap label:where(.svelte-1tkgjap){display:block;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.form-group.svelte-1tkgjap input:where(.svelte-1tkgjap){width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:10px;font-family:Space Grotesk,sans-serif;font-size:1rem;transition:border-color .3s}.form-group.svelte-1tkgjap input:where(.svelte-1tkgjap):focus{outline:none;border-color:var(--orange)}.submit-button.svelte-1tkgjap{width:100%;padding:1rem;background:var(--orange);color:#fff;border:none;border-radius:10px;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.submit-button.svelte-1tkgjap:hover{background:var(--yellow);transform:translateY(-2px);box-shadow:0 5px 20px #ef46234d}.footer.svelte-1tkgjap{background:#000;color:#fff;padding:4rem 0 0;margin-top:8rem}.footer-container.svelte-1tkgjap{max-width:1400px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:360px 1fr 1fr 1fr;gap:3rem;align-items:start;box-sizing:border-box}.footer-brand.svelte-1tkgjap{justify-self:start;align-self:start;display:flex;align-items:center;padding-left:.5rem;overflow:hidden}.footer-brand.svelte-1tkgjap .footer-logo:where(.svelte-1tkgjap){display:block;width:auto;max-width:340px;max-height:120px;height:auto;object-fit:contain}.footer-section.svelte-1tkgjap h4:where(.svelte-1tkgjap){font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section.svelte-1tkgjap p:where(.svelte-1tkgjap){font-family:Space Grotesk,sans-serif;font-size:.95rem;line-height:1.6;margin-bottom:.5rem;color:#ccc}.footer-section.svelte-1tkgjap ul:where(.svelte-1tkgjap){list-style:none;padding:0}.footer-section.svelte-1tkgjap ul:where(.svelte-1tkgjap) li:where(.svelte-1tkgjap){margin-bottom:.5rem}.footer-section.svelte-1tkgjap ul:where(.svelte-1tkgjap) li:where(.svelte-1tkgjap) a:where(.svelte-1tkgjap){color:#ccc;text-decoration:none;font-family:Space Grotesk,sans-serif;font-size:.95rem;transition:color .3s ease}.footer-section.svelte-1tkgjap ul:where(.svelte-1tkgjap) li:where(.svelte-1tkgjap) a:where(.svelte-1tkgjap):hover{color:var(--orange)}.social-icons.svelte-1tkgjap{display:flex;gap:1rem;margin-top:1rem}.social-icons.svelte-1tkgjap a:where(.svelte-1tkgjap){display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#222;border-radius:50%;color:#fff;transition:all .3s ease}.social-icons.svelte-1tkgjap a:where(.svelte-1tkgjap):hover{background:var(--orange);transform:translateY(-3px)}.social-icons.svelte-1tkgjap svg:where(.svelte-1tkgjap){width:20px;height:20px}.footer-bottom.svelte-1tkgjap{margin-top:3rem;padding:2rem 0;border-top:1px solid #333;text-align:center}.footer-bottom.svelte-1tkgjap p:where(.svelte-1tkgjap){font-family:Space Grotesk,sans-serif;font-size:.85rem;color:#888}.footer-section.svelte-1tkgjap{min-width:0}@media (max-width: 1024px){.vending-machines.svelte-1tkgjap{padding:10rem 0}.container.svelte-1tkgjap{padding:0 2rem}.machine-image-container.svelte-1tkgjap{width:350px}.feature-item.svelte-1tkgjap{font-size:clamp(2rem,8vw,3rem);gap:1rem;padding:0 1rem}.footer-container.svelte-1tkgjap{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}}@media (max-width: 768px){.vending-machines.svelte-1tkgjap{padding:8rem 0}.vending-title.svelte-1tkgjap{font-size:clamp(4rem,15vw,7rem)}.machine-image-container.svelte-1tkgjap{width:90%;max-width:300px}.glow-effect.svelte-1tkgjap{width:400px;height:400px}.feature-item.svelte-1tkgjap{font-size:clamp(1.8rem,8vw,2.5rem);gap:.8rem;padding:0 .8rem}.cta-section.svelte-1tkgjap{padding:3rem 2rem}.modal-content.svelte-1tkgjap{padding:2rem}.footer-container.svelte-1tkgjap{grid-template-columns:1fr;text-align:center}.footer-brand.svelte-1tkgjap{justify-self:center;padding-left:0}.footer-brand.svelte-1tkgjap .footer-logo:where(.svelte-1tkgjap){max-width:320px;margin:0 auto}.social-icons.svelte-1tkgjap{justify-content:center}}main.svelte-104qu11{position:relative;min-height:100vh;width:100vw;overflow-x:hidden}.content-layer.svelte-104qu11{position:relative;z-index:1}
