.navbar{background-color:#111;color:#fff;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.logo-link,.navbar{align-items:center;display:flex}.logo-link{text-decoration:none}.logo-img{filter:brightness(0) invert(1);height:40px;margin-right:.5rem;object-fit:contain;width:auto}.logo-text{align-items:center;color:#fff;font-size:1rem;font-weight:600;letter-spacing:1px}.navbar ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar ul li a{color:#fff;font-size:1rem;text-decoration:none;transition:color .3s ease}.navbar ul li a:hover{color:#ccc;text-decoration:underline}.nav-toggle{cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;width:25px}.nav-toggle span{background:#fff;border-radius:2px;height:3px;transition:all .3s ease}@media (max-width:768px){.navbar{padding:1rem 1.5rem}.nav-toggle{display:flex}.navbar ul{background-color:#111;border-radius:0 0 0 8px;box-shadow:0 4px 10px #0000004d;display:none;flex-direction:column;gap:1rem;padding:1rem;position:absolute;right:0;top:60px;width:200px}.navbar ul.active{display:flex}.navbar ul li a{font-size:1.1rem}}.nav-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{to{opacity:1}}#root,body,html{background:#000;color:#fff;font-family:Arial,sans-serif;height:100%;margin:0;padding:0}.main-layout{display:flex;height:100vh;overflow:hidden}.hero-section{align-items:flex-end;animation:slideInLeft 1s ease-out forwards;animation-delay:.1s;background-color:#000;background-image:url(/static/media/lining.d98f8724891cf638441b.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;flex:1 1;height:100vh;justify-content:flex-start;padding:4rem 3rem}.hero-content{background-color:#000000b3;border-radius:1rem;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem;max-width:90%;padding:2rem 3rem}.hero-content h1{color:#fff;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.1;margin:0}.subtitle-wrapper p{color:#ccc;font-size:clamp(1rem,3vw,1.25rem);line-height:1.5;margin:0}.homepage-highlight{color:#fff;font-size:clamp(3rem,10vw,6rem);font-weight:900;margin:.5rem 0 1rem}.content-section{animation:slideInRight 1s ease-out forwards;animation-delay:.3s;background-position:50%;background-size:cover;flex:1 1;height:100vh;overflow:hidden;position:relative}.product-grid{grid-gap:1.5rem;box-sizing:border-box;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-height:100vh;overflow-y:auto;padding:1rem 2rem}.product-card{align-items:flex-end;background-position:50%;background-size:cover;border-radius:1rem;box-shadow:0 4px 15px #000000b3;color:#fff;cursor:pointer;display:flex;height:250px;overflow:hidden;position:relative;transition:transform .3s ease}.product-card:hover{transform:scale(1.05)}.product-card .overlay{background:#0009;border-radius:0 0 1rem 1rem;box-sizing:border-box;padding:1rem 1.5rem;width:100%}.product-card h3{font-size:1.2rem;margin:0 0 .3rem}.product-card p{color:#ddd;font-size:.9rem;margin:0}@media (max-width:1024px){.content-section,.hero-section{padding:3rem 2rem}.hero-content h1{font-size:clamp(2rem,5vw,4rem)}.subtitle-wrapper p{font-size:clamp(.9rem,2.5vw,1.1rem)}}@media (max-width:768px){.main-layout{flex-direction:column;height:auto}.content-section,.hero-section{height:auto;padding:2rem 1.5rem;width:100%}.hero-section{align-items:flex-start;padding-top:3rem}.hero-content{margin-bottom:2rem;max-width:100%;padding:1.5rem 2rem}.hero-content h1{font-size:clamp(2rem,7vw,3rem)}.subtitle-wrapper p{font-size:clamp(.9rem,3vw,1rem)}.content-section{background-position:50%;background-repeat:no-repeat;min-height:250px}.product-grid{gap:1rem;grid-template-columns:1fr;max-height:none;padding:0 1rem}.product-card{height:180px}.product-card h3{font-size:1.1rem}.product-card p{font-size:.85rem}.homepage-highlight{font-size:clamp(2rem,15vw,4rem);margin-bottom:1rem}}@media (max-width:480px){.hero-section{padding:2rem 1rem 3rem}.hero-content{border-radius:.75rem;padding:1rem}.hero-content h1{font-size:clamp(1.5rem,8vw,2.5rem)}.subtitle-wrapper p{font-size:clamp(.8rem,4vw,.9rem)}.product-card{height:150px}.product-card h3{font-size:1rem}.product-card p{font-size:.8rem}.homepage-highlight{font-size:clamp(1.5rem,20vw,3rem)}}body{font-family:Arial,sans-serif}*,body{margin:0}*{box-sizing:border-box;padding:0}body{background-color:#111;color:#fff;font-family:sans-serif}
/*# sourceMappingURL=main.05b1a31a.css.map*/