@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#090909;min-width:320px;min-height:100vh;font-family:DM Sans,sans-serif;overflow-x:hidden}#root{min-height:100vh}button,input,textarea{font:inherit}:root{--background:#090909;--background-soft:#111;--background-card:#171717;--text-primary:#fff;--text-secondary:#b9b9b9;--text-muted:#777;--orange:#ff6a00;--orange-light:#ff8a34;--red:#d9281e;--gradient-main:linear-gradient(135deg, #ff7a00 0%, #e63819 100%);--gradient-dark:linear-gradient(135deg, #181818 0%, #0c0c0c 100%);--border:#ffffff1a;--container-width:1240px}.app{isolation:isolate;background-color:#0000;background-image:radial-gradient(circle at 92% 8%,#ff69002b 0%,#da2d0f14 18%,#0000 34%),radial-gradient(circle at 8% 38%,#cd24141c 0%,#0000 27%),radial-gradient(circle at 88% 66%,#ff6e001f 0%,#0000 29%),radial-gradient(circle at 12% 91%,#d7281217 0%,#0000 26%),linear-gradient(#090909 0%,#0d0d0d 35%,#101010 67%,#090909 100%);background-position:0 0,0 0,0 0,0 0,0 0;background-repeat:no-repeat;background-size:auto,auto,auto,auto,auto;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;min-height:100vh;position:relative;overflow-x:hidden}.hero-section,.about-section,.products-section,.why-section,.process-section,.contact-section,.site-footer{z-index:2;position:relative}.site-container{width:min(var(--container-width), calc(100% - 48px));margin-inline:auto}.site-header{z-index:1000;border-bottom:1px solid #0000;width:100%;height:96px;transition:height .35s,background .35s,border-color .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;position:fixed;top:0;left:0}.site-header.scrolled{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080808db;border-color:#ffffff14;height:78px}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.site-logo{color:var(--text-primary);align-items:center;text-decoration:none;display:flex}.navbar-logo{object-fit:contain;width:auto;height:62px;transition:transform .3s,filter .3s}.site-logo:hover .navbar-logo{filter:drop-shadow(0 0 15px #ff780040);transform:scale(1.04)}.site-nav{align-items:center;gap:34px;display:flex}.site-nav a{color:#c8c8c8;padding:10px 0;font-size:14px;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.site-nav a:after{content:"";background:var(--gradient-main);border-radius:999px;width:0;height:2px;transition:width .3s;position:absolute;bottom:4px;left:0}.site-nav a:hover{color:#fff}.site-nav a:hover:after{width:100%}.site-nav .nav-contact{color:#fff;background:var(--gradient-main);border-radius:9px;padding:12px 20px;transition:transform .25s,box-shadow .25s;box-shadow:0 10px 25px #ff50002e}.site-nav .nav-contact:after{display:none}.site-nav .nav-contact:hover{transform:translateY(-2px);box-shadow:0 13px 30px #ff50004d}.mobile-menu-button{cursor:pointer;background:0 0;width:42px;height:42px;display:none}.mobile-menu-button span{background:#fff;border-radius:999px;width:25px;height:2px;margin:5px auto;transition:transform .3s,opacity .3s;display:block}.hero-section{align-items:center;min-height:100vh;padding:150px 0 80px;display:flex;position:relative;overflow:hidden}.hero-background{background:0 0;position:absolute;inset:0}.hero-background:before{content:"";opacity:.14;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 90%);mask-image:linear-gradient(#000,#0000 90%)}.hero-overlay{background:linear-gradient(90deg,#0000005c,#0000 50%,#0000001f);position:absolute;inset:0}.hero-inner{z-index:2;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:center;gap:85px;display:grid;position:relative}.hero-content{animation:.9s both heroContentReveal}.hero-eyebrow{color:var(--orange-light);letter-spacing:2px;text-transform:uppercase;align-items:center;gap:13px;margin-bottom:25px;font-size:13px;font-weight:700;display:flex}.eyebrow-line{background:var(--gradient-main);width:38px;height:2px}.hero-content h1{color:#fff;letter-spacing:-4.8px;max-width:800px;margin:0;padding-bottom:18px;font-family:Manrope,sans-serif;font-size:clamp(48px,5.8vw,82px);font-weight:800;line-height:1.08;overflow:visible}.hero-content h1 span{color:#ff6500;background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:12px;line-height:1.15;display:block;overflow:visible}.hero-content>p{max-width:680px;color:var(--text-secondary);margin-top:28px;font-size:18px;line-height:1.78}.hero-buttons{align-items:center;gap:14px;margin-top:37px;display:flex}.button{border-radius:10px;justify-content:center;align-items:center;gap:18px;min-height:54px;padding:0 24px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s,background .25s;display:inline-flex}.button-primary{color:#fff;background:var(--gradient-main);box-shadow:0 14px 35px #e0361238}.button-primary span{font-size:20px;transition:transform .25s}.button-primary:hover{transform:translateY(-3px);box-shadow:0 18px 45px #e0361257}.button-primary:hover span{transform:translate(4px)}.button-secondary{color:#fff;background:#ffffff0a;border:1px solid #ffffff26}.button-secondary:hover{background:#ffffff12;border-color:#ffffff47;transform:translateY(-3px)}.hero-features{border-top:1px solid #ffffff17;gap:42px;margin-top:54px;padding-top:30px;display:flex}.hero-feature{flex-direction:column;gap:5px;display:flex}.hero-feature strong{color:#fff;font-family:Manrope,sans-serif;font-size:18px;font-weight:800}.hero-feature span{color:#858585;font-size:12px}.hero-visual{animation:1s .15s both heroVisualReveal;position:relative}.hero-image-card{background:linear-gradient(#05050514 0%,#05050561 50%,#050505fa 100%),url(/fabric-hero.jpg) 50%/cover;border:1px solid #ffffff1c;border-radius:30px;justify-content:center;align-items:center;min-height:535px;transition:transform .55s,border-color .4s;display:flex;position:relative;overflow:hidden;transform:perspective(1200px)rotateY(-4deg);box-shadow:0 45px 100px #0000008f,0 0 0 1px #ff6a000a}.hero-image-card:before{content:"";background:radial-gradient(circle at 75% 23%,#ff6d0040,#0000 35%),linear-gradient(125deg,#ffffff14,#0000 30%);position:absolute;inset:0}.hero-image-card:hover{border-color:#ff6f0052;transform:perspective(1200px)rotateY(0)translateY(-7px)}.hero-logo{z-index:2;object-fit:contain;object-position:center;filter:drop-shadow(0 20px 35px #00000073);width:min(68%,360px);max-width:100%;height:auto;max-height:390px;transition:transform .45s,filter .45s;display:block;position:relative}.hero-image-card:hover .hero-logo{filter:drop-shadow(0 20px 35px #00000073)drop-shadow(0 0 25px #ff600029);transform:scale(1.04)}.hero-floating-card{z-index:3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#101010e0;border:1px solid #ffffff1f;border-radius:15px;align-items:center;gap:13px;padding:16px 19px;animation:4s ease-in-out infinite floatingCard;display:flex;position:absolute;box-shadow:0 20px 45px #00000061}.hero-floating-card strong{color:#fff;font-size:13px;display:block}.hero-floating-card small{color:#8d8d8d;margin-top:3px;font-size:10px;display:block}.hero-floating-top{top:20px;left:-70px}.hero-floating-bottom{animation-delay:-2s;bottom:20px;right:-70px}.floating-icon{color:#fff;background:var(--gradient-main);border-radius:10px;place-items:center;width:39px;height:39px;font-size:17px;display:grid}.floating-number{color:#0000;background:var(--gradient-main);-webkit-background-clip:text;background-clip:text;min-width:42px;font-family:Manrope,sans-serif;font-size:21px;font-weight:800}.scroll-indicator{z-index:5;color:#747474;letter-spacing:2px;text-transform:uppercase;flex-direction:column;align-items:center;gap:9px;font-size:10px;text-decoration:none;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.scroll-line{background:#ffffff29;width:1px;height:36px;overflow:hidden}.scroll-line div{background:var(--gradient-main);width:100%;height:50%;animation:1.8s ease-in-out infinite scrollLine}.temporary-section{background:0 0;align-items:center;min-height:70vh;padding:120px 0;display:flex}.temporary-section span{color:var(--orange);letter-spacing:2px;text-transform:uppercase;font-size:13px;font-weight:700}.temporary-section h2{margin-top:12px;font-family:Manrope,sans-serif;font-size:60px}@keyframes heroContentReveal{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@keyframes heroVisualReveal{0%{opacity:0;transform:translate(45px)}to{opacity:1;transform:translate(0)}}@keyframes glowFloat{0%{transform:translate(-20px,-15px)scale(.95)}to{transform:translate(20px,18px)scale(1.08)}}@keyframes floatingCard{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes scrollLine{0%{transform:translateY(-100%)}to{transform:translateY(200%)}}@media (width<=1100px){.site-nav{gap:22px}.site-nav a{font-size:13px}.hero-inner{gap:45px}.hero-content h1{letter-spacing:-3.5px}.hero-floating-top{top:24px;left:-30px}.hero-floating-bottom{bottom:24px;right:-30px}}@media (width<=900px){.site-container{width:min(100% - 32px, var(--container-width))}.site-header,.site-header.scrolled{height:76px}.navbar-logo{height:54px}.mobile-menu-button{z-index:1002;display:block;position:relative}.mobile-menu-button.active span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-button.active span:nth-child(2){opacity:0}.mobile-menu-button.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.site-nav{z-index:1001;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#080808fa;flex-direction:column;align-items:flex-start;gap:7px;padding:105px 32px 40px;transition:opacity .3s,visibility .3s,transform .3s;display:flex;position:fixed;inset:0;transform:translateY(-15px)}.site-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.site-nav a{border-bottom:1px solid #ffffff14;width:100%;padding:15px 0;font-family:Manrope,sans-serif;font-size:27px;font-weight:700}.site-nav a:after{display:none}.site-nav .nav-contact{width:auto;margin-top:20px;padding:14px 25px;font-size:16px}.hero-section{min-height:auto;padding:125px 0 90px}.hero-inner{grid-template-columns:1fr;gap:65px}.hero-content h1{letter-spacing:-3px;font-size:clamp(48px,12vw,76px)}.hero-content>p{font-size:16px}.hero-features{gap:25px}.hero-image-card{min-height:480px;transform:none}.hero-image-card:hover{transform:translateY(-5px)}.hero-floating-top{top:24px;left:-5px}.hero-floating-bottom{bottom:24px;right:-5px}.scroll-indicator{display:none}}@media (width<=600px){.hero-buttons{flex-direction:column;align-items:stretch}.button{width:100%}.hero-features{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.hero-feature:last-child{grid-column:1/-1}.hero-image-card{border-radius:21px;min-height:410px}.hero-logo{width:min(74%,310px);max-height:330px}.hero-floating-card{margin-top:12px;animation:none;position:relative;inset:auto}}.about-section{background:0 0;padding:145px 0;position:relative;overflow:hidden}.about-section:before{content:"";width:min(var(--container-width), calc(100% - 48px));background:linear-gradient(90deg,#0000,#ffffff1f,#0000);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.about-inner{z-index:2;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:80px;display:grid;position:relative}.about-content{animation:.8s both aboutContentReveal}.section-eyebrow{color:var(--orange-light);letter-spacing:2px;text-transform:uppercase;align-items:center;gap:13px;margin-bottom:24px;font-size:13px;font-weight:700;display:flex}.about-content h2{color:#fff;letter-spacing:-3.8px;max-width:720px;font-family:Manrope,sans-serif;font-size:clamp(45px,4.9vw,70px);font-weight:800;line-height:1.08}.about-content h2 span{color:#0000;background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:9px;line-height:1.14;display:block}.about-description{color:#a4a4a4;max-width:680px;margin-top:28px;font-size:17px;line-height:1.85}.about-features{gap:13px;margin-top:37px;display:grid}.about-feature{background:#ffffff06;border:1px solid #ffffff14;border-radius:13px;align-items:center;gap:14px;min-height:58px;padding:12px 17px;transition:transform .28s,background .28s,border-color .28s;display:flex}.about-feature:hover{background:#ff64000b;border-color:#ff690033;transform:translate(7px)}.about-feature-icon{color:#fff;background:var(--gradient-main);border-radius:9px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:15px;font-weight:800;display:grid;box-shadow:0 8px 20px #ff50002e}.about-feature strong{color:#eee;font-family:Manrope,sans-serif;font-size:14px;font-weight:700}.about-button{margin-top:33px}.about-visual{width:min(100%,650px);height:650px;margin-left:auto;animation:.9s .12s both aboutVisualReveal;position:relative}.about-image-frame{z-index:2;background:#171717;border:1px solid #ffffff1c;border-radius:28px;width:390px;height:475px;position:absolute;top:88px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 40px 90px #00000080,0 0 0 1px #ff690009}.about-image-frame:before{content:"";z-index:2;pointer-events:none;background:radial-gradient(circle at 80% 20%,#ff6e001f,#0000 34%),linear-gradient(125deg,#ffffff0a,#0000 30%);position:absolute;inset:0}.about-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s;display:block}.about-image-frame:hover .about-image{transform:scale(1.025)}.about-image-overlay{z-index:3;pointer-events:none;background:linear-gradient(#0000 48%,#05050570);position:absolute;inset:0}.about-corner-image{z-index:5;background:#141414;border:2px solid #ffffff2e;border-radius:20px;width:160px;height:180px;transition:transform .32s,border-color .32s,box-shadow .32s;position:absolute;overflow:hidden;box-shadow:0 24px 55px #00000080,0 0 30px #ff5a000f}.about-corner-image img{object-fit:cover;object-position:center;width:100%;max-width:none;height:100%;transition:transform .4s;display:block}.about-corner-image:hover{border-color:#ff6a0085;transform:translateY(-6px);box-shadow:0 30px 62px #0000008f,0 0 34px #ff5a001a}.about-corner-image:hover img{transform:scale(1.055)}.about-corner-image>span{z-index:3;color:#fff;background:var(--gradient-main);border-radius:9px;place-items:center;width:34px;height:34px;font-family:Manrope,sans-serif;font-size:15px;font-weight:800;display:grid;position:absolute;top:10px;left:10px;box-shadow:0 8px 20px #ff500047}.about-corner-1{top:18px;left:20px}.about-corner-2{top:18px;right:20px}.about-corner-3{bottom:18px;right:20px}.about-corner-4{bottom:18px;left:20px}.about-stat-card{z-index:8;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0c0c0cf0;border:1px solid #ffffff21;border-radius:16px;flex-direction:column;gap:4px;min-width:180px;padding:18px 22px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%);box-shadow:0 22px 45px #0000006b}.about-stat-card strong{color:#0000;background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Manrope,sans-serif;font-size:34px;font-weight:800;line-height:1}.about-stat-card span{color:#a2a2a2;margin-top:4px;font-size:12px}@keyframes aboutContentReveal{0%{opacity:0;transform:translate(-35px)}to{opacity:1;transform:translate(0)}}@keyframes aboutVisualReveal{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (width<=1100px){.about-section{padding:120px 0}.about-inner{grid-template-columns:1fr;gap:72px}.about-visual{width:min(100%,650px);height:650px;margin-inline:auto}}@media (width<=700px){.about-section{padding:95px 0}.about-content h2{letter-spacing:-2.6px;font-size:clamp(41px,11vw,58px)}.about-description{font-size:15px}.about-visual{width:100%;height:570px}.about-image-frame{border-radius:22px;width:min(72vw,330px);height:400px;top:86px}.about-corner-image{border-radius:16px;width:118px;height:134px}.about-corner-image>span{width:28px;height:28px;font-size:12px;top:7px;left:7px}.about-corner-1{top:18px;left:0}.about-corner-2{top:18px;right:0}.about-corner-3{bottom:18px;right:0}.about-corner-4{bottom:18px;left:0}.about-stat-card{min-width:150px;padding:15px 17px;bottom:0}.about-stat-card strong{font-size:29px}}@media (width<=430px){.about-visual{height:525px}.about-image-frame{width:70vw;height:365px;top:80px}.about-corner-image{width:98px;height:112px}.about-stat-card{min-width:138px;padding:13px 15px}}.hero-section,.about-section,.products-section,.why-section,.process-section,.contact-section,.site-footer{z-index:2;background:0 0;position:relative}.products-section{padding:145px 0}.products-section:before{content:"";width:min(var(--container-width), calc(100% - 48px));background:linear-gradient(90deg,#0000,#ffffff1f,#0000);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.products-header{margin-bottom:55px}.products-heading-row{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:end;gap:70px;display:grid}.products-heading-row h2{color:#fff;letter-spacing:-3.8px;max-width:770px;font-family:Manrope,sans-serif;font-size:clamp(45px,5vw,70px);font-weight:800;line-height:1.08}.products-heading-row h2 span{color:#0000;background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:8px;line-height:1.14;display:block}.products-heading-row p{color:#969696;max-width:500px;margin-bottom:8px;font-size:16px;line-height:1.8}.products-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.product-card{background:#ffffff06;border:1px solid #ffffff17;border-radius:20px;min-width:0;transition:transform .35s,border-color .35s,background .35s,box-shadow .35s;overflow:hidden;box-shadow:0 25px 55px #00000040}.product-card:hover{background:#ff640009;border-color:#ff69003b;transform:translateY(-8px);box-shadow:0 32px 70px #0000006b,0 0 35px #ff5a000d}.product-image{aspect-ratio:4/5;background:#171717;position:relative;overflow:hidden}.product-image:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#05050547);position:absolute;inset:0}.product-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .55s,filter .35s;display:block}.product-card:hover .product-image img{filter:saturate(1.05);transform:scale(1.06)}.product-content{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;min-height:132px;padding:20px;display:grid}.product-number{color:var(--orange);align-self:start;font-family:Manrope,sans-serif;font-size:12px;font-weight:800}.product-content h3{color:#eee;font-family:Manrope,sans-serif;font-size:16px;font-weight:700}.product-content p{color:#777;margin-top:6px;font-size:11px;line-height:1.55}.product-content>a{color:#686868;font-size:21px;text-decoration:none;transition:color .25s,transform .25s}.product-card:hover .product-content>a{color:var(--orange);transform:translate(4px)}.why-section{padding:145px 0}.why-section:before{content:"";width:min(var(--container-width), calc(100% - 48px));background:linear-gradient(90deg,#0000,#ffffff1f,#0000);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.why-header{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:end;gap:70px;margin-bottom:55px;display:grid}.why-header h2{color:#fff;letter-spacing:-3.8px;max-width:780px;font-family:Manrope,sans-serif;font-size:clamp(45px,5vw,70px);font-weight:800;line-height:1.08}.why-header h2 span{color:#0000;background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:8px;line-height:1.14;display:block}.why-header>p{color:#969696;max-width:510px;margin-bottom:8px;font-size:16px;line-height:1.8}.why-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.why-card{background:radial-gradient(circle at 100% 0,#ff690014,#0000 38%),#ffffff06;border:1px solid #ffffff17;border-radius:21px;min-height:340px;padding:30px;transition:transform .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 25px 55px #00000040}.why-card:hover{border-color:#ff69003d;transform:translateY(-8px);box-shadow:0 32px 70px #0000006b,0 0 35px #ff5a000d}.why-number{color:#ffffff0f;font-family:Manrope,sans-serif;font-size:52px;font-weight:800;line-height:1;position:absolute;top:22px;right:24px}.why-card-icon{color:#fff;background:var(--gradient-main);border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;font-size:28px;font-weight:900;display:flex;box-shadow:0 14px 30px #ff500033}.why-card h3{color:#fff;margin-top:28px;font-family:Manrope,sans-serif;font-size:21px;font-weight:800}.why-card p{color:#8d8d8d;margin-top:15px;font-size:14px;line-height:1.75}.why-card-line{background:#ffffff0f;border-radius:999px;height:2px;position:absolute;bottom:26px;left:30px;right:30px;overflow:hidden}.why-card-line:after{content:"";background:var(--gradient-main);width:0;height:100%;transition:width .4s;display:block}.why-card:hover .why-card-line:after{width:100%}.process-section{padding:140px 0}.process-section:before{content:"";width:min(var(--container-width), calc(100% - 48px));background:linear-gradient(90deg,#0000,#ffffff1f,#0000);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.process-header{text-align:center;max-width:850px;margin:0 auto 90px}.process-header .section-eyebrow{justify-content:center}.process-header h2{color:#fff;letter-spacing:-3px;margin-top:18px;font-family:Manrope,sans-serif;font-size:clamp(46px,5vw,72px);font-weight:800;line-height:1.08}.process-header h2 span{color:#0000;background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.process-header p{color:#8b8b8b;max-width:620px;margin:24px auto 0;line-height:1.9}.timeline{grid-template-columns:repeat(4,1fr);gap:30px;display:grid;position:relative}.timeline-line{background:linear-gradient(90deg,#ff6e0033,#ff6e00e6,#ff6e0033);border-radius:999px;height:3px;position:absolute;top:42px;left:12%;right:12%;box-shadow:0 0 30px #ff6e004d}.timeline-item{z-index:2;text-align:center;position:relative}.timeline-dot{color:#fff;background:linear-gradient(135deg,#ff7a00,#ff4d00);border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;margin:0 auto 30px;font-family:Manrope,sans-serif;font-size:22px;font-weight:800;transition:transform .35s,box-shadow .35s;display:flex;box-shadow:0 0 35px #ff6e0059,inset 0 1px #ffffff26}.timeline-item:hover .timeline-dot{transform:translateY(-8px)scale(1.08);box-shadow:0 0 50px #ff6e008c}.timeline-item h3{color:#fff;margin-bottom:14px;font-family:Manrope,sans-serif;font-size:22px}.timeline-item p{color:#8d8d8d;max-width:240px;margin:auto;line-height:1.8}.contact-section{padding:145px 0}.contact-section:before{content:"";width:min(var(--container-width), calc(100% - 48px));background:linear-gradient(90deg,#0000,#ffffff1f,#0000);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.contact-header{margin-bottom:58px}.contact-heading-row{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:end;gap:70px;display:grid}.contact-heading-row h2{color:#fff;letter-spacing:-3.8px;max-width:820px;font-family:Manrope,sans-serif;font-size:clamp(45px,5vw,70px);font-weight:800;line-height:1.08}.contact-heading-row h2 span{color:#0000;background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:8px;line-height:1.14;display:block}.contact-heading-row>p{color:#969696;max-width:510px;margin-bottom:8px;font-size:16px;line-height:1.8}.contact-layout{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:start;gap:28px;display:grid}.contact-information{gap:22px;display:grid}.contact-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.contact-info-card{min-height:112px;color:inherit;background:#ffffff06;border:1px solid #ffffff17;border-radius:17px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:20px;text-decoration:none;transition:transform .3s,background .3s,border-color .3s,box-shadow .3s;display:grid}.contact-info-card:hover{background:#ff64000a;border-color:#ff690038;transform:translateY(-5px);box-shadow:0 24px 50px #0000004d,0 0 30px #ff5a000a}.contact-info-icon{color:#fff;background:var(--gradient-main);border-radius:12px;place-items:center;width:43px;height:43px;font-size:17px;font-weight:800;display:grid;box-shadow:0 10px 25px #ff500033}.contact-info-card small{color:#797979;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.contact-info-card strong{color:#eee;overflow-wrap:anywhere;font-family:Manrope,sans-serif;font-size:13px;line-height:1.55;display:block}.contact-card-arrow{color:#646464;font-size:20px;transition:color .3s,transform .3s}.contact-info-card:hover .contact-card-arrow{color:var(--orange);transform:translate(4px)}.contact-map{background:#171717;border:1px solid #ffffff1a;border-radius:24px;min-height:460px;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000059}.contact-map iframe{filter:grayscale(.75)contrast(1.05)brightness(.72);border:0;width:100%;height:100%;position:absolute;inset:0}.contact-map:after{content:"";pointer-events:none;background:linear-gradient(120deg,#ff5a001a,#0000 45%),linear-gradient(#0000 48%,#0505058f);position:absolute;inset:0}.contact-map-card{z-index:3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0a0a0ae6;border:1px solid #ffffff21;border-radius:16px;width:min(310px,100% - 44px);padding:20px;position:absolute;bottom:22px;left:22px;box-shadow:0 18px 40px #0000006b}.contact-map-card>span{color:var(--orange-light);letter-spacing:1.6px;text-transform:uppercase;font-size:10px;font-weight:700}.contact-map-card strong{color:#fff;margin-top:7px;font-family:Manrope,sans-serif;font-size:19px;display:block}.contact-map-card p{color:#929292;margin-top:7px;font-size:12px;line-height:1.6}.contact-map-card a{color:#fff;align-items:center;gap:10px;margin-top:15px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.contact-map-card a span{color:var(--orange);font-size:18px;transition:transform .25s}.contact-map-card a:hover span{transform:translate(4px)}.contact-form-wrapper{background:radial-gradient(circle at 100% 0,#ff690017,#0000 34%),#ffffff07;border:1px solid #ffffff1a;border-radius:24px;padding:34px;box-shadow:0 30px 70px #0000004d}.contact-form-header>span{color:var(--orange-light);letter-spacing:2px;font-size:10px;font-weight:700}.contact-form-header h3{color:#fff;margin-top:12px;font-family:Manrope,sans-serif;font-size:29px;line-height:1.25}.contact-form-header p{color:#888;margin-top:11px;font-size:13px;line-height:1.7}.contact-form{gap:17px;margin-top:28px;display:grid}.contact-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.contact-form label{gap:8px;display:grid}.contact-form label>span{color:#b7b7b7;font-size:11px;font-weight:700}.contact-form input,.contact-form textarea{color:#fff;background:#ffffff09;border:1px solid #ffffff1a;border-radius:11px;outline:none;width:100%;font-size:13px;transition:border-color .25s,background .25s,box-shadow .25s}.contact-form input{height:52px;padding:0 15px}.contact-form textarea{resize:vertical;min-height:155px;padding:15px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#606060}.contact-form input:focus,.contact-form textarea:focus{background:#ff690009;border-color:#ff690059;box-shadow:0 0 0 4px #ff69000e}.contact-submit-button{color:#fff;background:var(--gradient-main);cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:16px;min-height:56px;padding:0 22px;font-size:14px;font-weight:800;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 14px 35px #e0361238}.contact-submit-button span{font-size:20px;transition:transform .25s}.contact-submit-button:hover{transform:translateY(-3px);box-shadow:0 18px 45px #e0361257}.contact-submit-button:hover span{transform:translate(4px)}.contact-form-note{color:#686868;text-align:center;font-size:10px;line-height:1.5}.site-footer{background:#05050599;border-top:1px solid #ffffff14;padding:85px 0 26px}.footer-main{grid-template-columns:1.25fr .7fr 1fr;gap:90px;padding-bottom:65px;display:grid}.footer-logo-link{display:inline-flex}.footer-logo{object-fit:contain;width:auto;height:115px}.footer-brand p{color:#7f7f7f;max-width:420px;margin-top:20px;font-size:13px;line-height:1.8}.footer-column h3{color:#fff;margin-bottom:21px;font-family:Manrope,sans-serif;font-size:15px}.footer-column nav,.footer-contact{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer-column a{color:#858585;font-size:12px;line-height:1.65;text-decoration:none;transition:color .25s,transform .25s}.footer-column a:hover{color:var(--orange-light);transform:translate(4px)}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;padding-top:24px;display:flex}.footer-bottom p,.footer-credit{color:#626262;font-size:11px;text-decoration:none}.footer-credit strong{color:#a9a9a9;transition:color .25s}.footer-credit:hover strong{color:var(--orange-light)}@media (width<=1150px){.products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1050px){.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-layout{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr;gap:55px}.footer-brand{grid-column:1/-1}}@media (width<=1000px){.timeline{grid-template-columns:repeat(2,1fr)}.timeline-line{display:none}}@media (width<=900px){.products-section,.why-section,.contact-section{padding:120px 0}.products-heading-row,.why-header,.contact-heading-row{grid-template-columns:1fr;gap:18px}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=650px){.products-section,.why-section,.contact-section,.process-section{padding:95px 0}.products-heading-row h2,.why-header h2,.contact-heading-row h2{letter-spacing:-2.6px;font-size:clamp(41px,11vw,58px)}.products-heading-row p{font-size:15px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-content{grid-template-columns:1fr auto;min-height:116px;padding:15px}.product-number{display:none}.product-content h3{font-size:13px}.product-content p{font-size:10px}.why-grid,.timeline{grid-template-columns:1fr}.why-card{min-height:300px}.process-header{margin-bottom:60px}.contact-cards,.contact-form-row{grid-template-columns:1fr}.contact-map{min-height:480px}.contact-form-wrapper{padding:24px 18px}.footer-main{grid-template-columns:1fr;gap:42px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (width<=390px){.products-grid{grid-template-columns:1fr}}@media (width<=900px){.site-nav{z-index:1001;opacity:0;visibility:hidden;pointer-events:none;background:radial-gradient(circle at 100% 0,#ff69001f,#0000 35%),#080808;flex-direction:column;align-items:flex-start;gap:0;width:100vw;height:100dvh;padding:110px 32px 40px;transition:opacity .3s,visibility .3s,transform .3s;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translateY(-15px)}.site-nav.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-nav a{color:#fff;border-bottom:1px solid #ffffff14;width:100%;padding:18px 0;font-family:Manrope,sans-serif;font-size:25px;font-weight:700;line-height:1.2}.site-nav .nav-contact{text-align:center;justify-content:center;width:100%;margin-top:24px;padding:16px 22px;font-size:16px;display:flex}}@media (width<=650px){.product-image{aspect-ratio:4/5}.product-content{grid-template-columns:1fr auto;min-height:116px;padding:15px}.product-number{display:none}.product-content h3{font-size:13px}.product-content p{font-size:10px}}.product-card{cursor:pointer}.product-open-button{color:#777;cursor:pointer;background:0 0;border:0;padding:0;font-size:22px;transition:color .25s,transform .25s}.product-card:hover .product-open-button{color:var(--orange);transform:translate(4px)}.product-modal-backdrop{z-index:5000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000d1;justify-content:center;align-items:center;padding:40px;animation:.25s productModalFade;display:flex;position:fixed;inset:0}.product-modal{background:radial-gradient(circle at 100% 0,#ff690017,#0000 34%),#111;border:1px solid #ffffff1f;border-radius:28px;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);width:min(1100px,100%);max-height:calc(100vh - 80px);animation:.3s productModalOpen;display:grid;position:relative;overflow:hidden;box-shadow:0 50px 120px #000000a6,0 0 50px #ff5a000f}.product-modal-close{z-index:10;color:#fff;cursor:pointer;background:#0a0a0ad1;border:1px solid #ffffff21;border-radius:12px;place-items:center;width:44px;height:44px;font-size:28px;line-height:1;transition:background .25s,transform .25s;display:grid;position:absolute;top:18px;right:18px}.product-modal-close:hover{background:var(--orange);transform:rotate(5deg)scale(1.05)}.product-modal-image{background:#0b0b0b;min-height:600px;overflow:hidden}.product-modal-image img{object-fit:cover;width:100%;height:100%;display:block}.product-modal-content{scrollbar-width:thin;scrollbar-color:var(--orange) transparent;height:100%;padding:70px 60px;overflow-y:auto}.product-modal-label{color:var(--orange-light);letter-spacing:2px;font-size:11px;font-weight:800}.product-modal-content h2{color:#fff;letter-spacing:-2.5px;margin-top:16px;font-family:Manrope,sans-serif;font-size:clamp(38px,4vw,58px);font-weight:800;line-height:1.08}.product-modal-summary{color:#d0d0d0;margin-top:22px;font-size:17px;font-weight:500;line-height:1.75}.product-modal-divider{background:linear-gradient(90deg,#ff6a008c,#ffffff14,#0000);width:100%;height:1px;margin:30px 0}.product-modal-description{color:#999;white-space:pre-line;font-size:15px;line-height:1.9}.product-modal-contact{margin-top:35px}@keyframes productModalFade{0%{opacity:0}to{opacity:1}}@keyframes productModalOpen{0%{opacity:0;transform:translateY(25px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=800px){.product-modal-backdrop{padding:15px}.product-modal{background:radial-gradient(circle at 100% 0,#ff690017,#0000 34%),#111;grid-template-columns:.9fr 1.1fr;width:min(1100px,100%);height:min(850px,100vh - 80px);display:grid;position:relative;overflow:hidden}.product-modal-image img{object-fit:cover;width:100%;height:100%}.product-modal-content{padding:35px 25px;overflow:visible}.product-modal-content h2{font-size:36px}}.product-modal-backdrop{overflow:hidden!important}.product-modal{grid-template-rows:minmax(0,1fr)!important;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr)!important;width:min(1100px,100vw - 40px)!important;height:calc(100dvh - 80px)!important;max-height:850px!important;display:grid!important;overflow:hidden!important}.product-modal-image{min-width:0!important;height:100%!important;min-height:0!important;overflow:hidden!important}.product-modal-image img{object-fit:cover!important;width:100%!important;height:100%!important}.product-modal-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ff6a00 #181818;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;padding:70px 60px!important;overflow:hidden scroll!important}.product-modal-content::-webkit-scrollbar{width:9px}.product-modal-content::-webkit-scrollbar-track{background:#181818}.product-modal-content::-webkit-scrollbar-thumb{background:#ff6a00;border-radius:999px}.product-modal-content::-webkit-scrollbar-thumb:hover{background:#ff8a34}@media (width<=800px){.product-modal{grid-template-rows:280px minmax(0,1fr)!important;grid-template-columns:1fr!important;width:calc(100vw - 24px)!important;height:calc(100dvh - 24px)!important;max-height:none!important}.product-modal-content{padding:32px 24px!important;overflow-y:scroll!important}}.about-visual,.about-image-frame,.about-corner-image{box-sizing:border-box}.about-visual .about-image-frame>img.about-image,.about-visual .about-corner-image>img{max-width:none!important;position:static!important;inset:auto!important}.about-visual .about-corner-image{display:block!important}
