.hero-scroll-wrapper{position:relative;height:200vh;background-color:transparent;view-timeline:--hero block}#hero{position:sticky;top:0;width:100%;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(90deg,rgba(1,1,2,.82) 0,rgba(1,1,2,.55) 50%,rgba(1,1,2,.1)),url(/plastic_factory.jpg);background-size:cover;background-position:100%;background-repeat:no-repeat;background-color:var(--canvas);border-radius:0;transform-origin:center center;animation:hero-shrink linear both;animation-timeline:--hero;animation-range:exit 0 exit 50%;will-change:transform,border-radius}@keyframes hero-shrink{0%{transform:scale(1);border-radius:0}to{transform:scale(.92);border-radius:28px}}.hero-stats-bar{position:absolute;bottom:0;left:0;right:0;justify-content:space-between;padding:.5rem 1rem;border-top:1px solid hsla(0,0%,100%,.08);background:rgba(1,1,2,.5);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:10}.hero-stat,.hero-stats-bar{display:flex;align-items:center}.hero-stat{flex-direction:column-reverse;justify-content:center;gap:2px}.hero-stat-value{font-size:1rem;font-weight:800;color:var(--ink);letter-spacing:-.03em;line-height:1}.hero-stat-label{font-size:.65rem;color:var(--ink-subtle);text-transform:uppercase;letter-spacing:.06em;font-weight:500}@media (max-width:768px){.hero-scroll-wrapper{height:170vh}#hero{height:100dvh;background-position:65%}@keyframes hero-shrink{0%{transform:scale(1);border-radius:0}to{transform:scale(.95);border-radius:20px}}.hero-stats-bar{padding:1rem 1.25rem}.hero-stat-value{font-size:1.15rem}.hero-stat-label{font-size:.6rem}}@supports not (animation-timeline:--hero){.hero-scroll-wrapper{height:auto}#hero{position:relative;height:100dvh;animation:none;border-radius:0;transform:none}}#brands-container{-webkit-mask-image:linear-gradient(90deg,#ffffff00,#000 10%,#000,#000 90%,#ffffff00);mask-image:linear-gradient(90deg,#ffffff00,#000 10%,#000,#000 90%,#ffffff00)}#brands-row{animation:marquee 180s linear infinite}#brands-row-2{animation:marquee2 180s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-95%)}}@keyframes marquee2{0%{transform:translateX(-95%)}to{transform:translateX(0)}}#input-container{padding:2rem}legend{border-radius:.5rem;border:none;color:inherit;width:100%}input,textarea{border-radius:.5rem;border:1px solid var(--hairline);background-color:var(--surface-2);color:var(--ink);width:100%}textarea{max-height:10rem;min-height:8rem}.loader{transform:rotate(45deg);perspective:1000px;border-radius:50%;width:100px;height:100px;color:var(--primary-lavender)}.loader:after,.loader:before{content:"";display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:spin 1s linear infinite}.loader:after{color:var(--ink);transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes spin{0%,to{box-shadow:.2em 0 0 0 currentcolor}12%{box-shadow:.2em .2em 0 0 currentcolor}25%{box-shadow:0 .2em 0 0 currentcolor}37%{box-shadow:-.2em .2em 0 0 currentcolor}50%{box-shadow:-.2em 0 0 0 currentcolor}62%{box-shadow:-.2em -.2em 0 0 currentcolor}75%{box-shadow:0 -.2em 0 0 currentcolor}87%{box-shadow:.2em -.2em 0 0 currentcolor}}