html{box-sizing:border-box}body{overflow-x:hidden}*,::after,::before{box-sizing:inherit}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0;padding:0}:root{--primary:#1a1a1a;--accent:#ff6b35;--accent-dark:#d65429;--secondary:#2c5f7d;--light:#f5f5f5;--white:#ffffff;--text:#333333;--text-light:#666666;--border:#e0e0e0}body{font-family:"Work Sans",sans-serif;color:var(--text);line-height:1.6;background:var(--light)}ol,ul{list-style:none}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{text-decoration:none;color:inherit}.top-bar{background:var(--primary);color:var(--white);padding:.5rem 0;font-size:.9rem}.top-bar-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.contact-info{display:flex;gap:2rem}.contact-info a{color:var(--white);transition:color .3s}.contact-info a:hover{color:var(--accent)}.header{background:var(--white);box-shadow:0 2px 20px rgba(0,0,0,.08);width:100%}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:"Bebas Neue",sans-serif;font-size:2.5rem;color:var(--primary);letter-spacing:2px}.logo span{color:var(--accent)}.nav-links{display:flex;gap:2.5rem}.nav-links a{color:var(--text);font-weight:500;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;transition:color .3s;position:relative}.nav-links a::after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s}.nav-links a:hover{color:var(--accent)}.nav-links a:hover::after{width:100%}.cta-button{background:var(--accent);color:var(--white);padding:.8rem 1.8rem;border:none;border-radius:0;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s;font-size:.9rem}.cta-button:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 5px 20px rgba(255,107,53,.3)}.hamburger{display:none;background:0 0;border:none;font-size:2rem;cursor:pointer;color:var(--primary);padding:.5rem;line-height:1}.index-hero{background-image:url("/images/general/hero-bg.jpeg");background-size:cover;background-position:center;background-attachment:scroll;color:var(--white);padding:8rem 2rem;position:relative;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.02) 10px,rgba(255,255,255,.02) 20px);animation:movePattern 20s linear infinite;pointer-events:none}@keyframes movePattern{0%{transform:translateX(0) translateY(0)}100%{transform:translateX(20px) translateY(20px)}}.hero-content{max-width:1400px;margin:0 auto;position:relative;z-index:1}.hero h1{font-family:"Bebas Neue",sans-serif;font-size:5rem;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp .8s ease .2s both}.hero h1 span{color:var(--accent);display:block}.hero p{font-size:1.4rem;max-width:700px;margin-bottom:3rem;font-weight:300;animation:fadeInUp .8s ease .4s both}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-buttons{display:flex;gap:1.5rem;animation:fadeInUp .8s ease .6s both}.btn-primary{background:var(--accent);color:var(--white);padding:1rem 2.5rem;border:none;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s;font-size:1rem;display:inline-block}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-3px);box-shadow:0 10px 30px rgba(255,107,53,.4)}.btn-secondary{background:0 0;color:var(--white);padding:1rem 2.5rem;border:2px solid var(--white);font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s;font-size:1rem;display:inline-block}.btn-secondary:hover{background:var(--white);color:var(--primary)}.stats{background:var(--white);padding:3rem 2rem;margin-top:-2rem;position:relative;z-index:2}.stats-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.stat-item{text-align:center;animation:fadeInUp .8s ease both}.stat-item:first-child{animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-item:nth-child(4){animation-delay:.4s}.stat-number{font-family:"Bebas Neue",sans-serif;font-size:3.5rem;color:var(--accent);line-height:1;margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-weight:600}.categories{padding:6rem 2rem;background:var(--light)}.section-header{max-width:1400px;margin:0 auto 4rem;text-align:center}.section-title{font-family:"Bebas Neue",sans-serif;font-size:3.5rem;color:var(--primary);margin-bottom:1rem}.section-subtitle{font-size:1.2rem;font-weight:500;color:#f7931e;max-width:700px;margin:0 auto}.category-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.category-card{background:var(--white);overflow:hidden;transition:all .4s cubic-bezier(.165, .84, .44, 1);position:relative;cursor:pointer;box-shadow:0 5px 30px rgba(0,0,0,.08)}.category-bg{position:absolute;top:0;left:0;right:0;height:180px;background-size:cover;background-position:center;opacity:.15;transition:opacity .4s}.category-card:hover .category-bg{opacity:.25}.industrial-bg{background-image:linear-gradient(135deg,rgba(26,26,26,.7),rgba(44,95,125,.7)),url('data:image/svg+xml,<svg width="400" height="200" xmlns="http://www.w3.org/2000/svg"><rect fill="%23333" width="400" height="200"/><g stroke="%23ff6b35" stroke-width="2" fill="none"><rect x="50" y="50" width="80" height="80"/><rect x="150" y="50" width="80" height="80"/><rect x="250" y="50" width="80" height="80"/></g></svg>')}.agricultural-bg{background-image:linear-gradient(135deg,rgba(76,175,80,.6),rgba(139,195,74,.6)),url('data:image/svg+xml,<svg width="400" height="200" xmlns="http://www.w3.org/2000/svg"><rect fill="%234CAF50" width="400" height="200"/><g fill="%232E7D32" opacity="0.3"><path d="M0,100 Q100,50 200,100 T400,100 L400,200 L0,200 Z"/></g></svg>')}.leisure-bg{background-image:linear-gradient(135deg,rgba(33,150,243,.6),rgba(3,169,244,.6)),url('data:image/svg+xml,<svg width="400" height="200" xmlns="http://www.w3.org/2000/svg"><rect fill="%232196F3" width="400" height="200"/><circle cx="100" cy="60" r="40" fill="%2303A9F4" opacity="0.4"/><circle cx="300" cy="80" r="50" fill="%2303A9F4" opacity="0.4"/></svg>')}.medical-bg{background-image:linear-gradient(135deg,rgba(244,67,54,.6),rgba(239,83,80,.6)),url('data:image/svg+xml,<svg width="400" height="200" xmlns="http://www.w3.org/2000/svg"><rect fill="%23F44336" width="400" height="200"/><g fill="%23fff" opacity="0.3"><rect x="180" y="50" width="40" height="100"/><rect x="150" y="80" width="100" height="40"/></g></svg>')}.category-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s;z-index:1}.category-card:hover::before{transform:scaleX(1)}.category-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px rgba(0,0,0,.15)}.category-icon{padding:3rem 2rem 1rem;background:linear-gradient(135deg,var(--primary),var(--secondary));color:var(--white);text-align:center;position:relative;overflow:hidden;z-index:1}.category-icon::before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);animation:pulse 3s ease infinite}@keyframes pulse{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.category-icon svg{width:80px;height:80px;stroke:currentColor;fill:none;stroke-width:1.5;position:relative;z-index:1}.category-content{padding:2rem;position:relative;z-index:1}.category-title{font-family:"Bebas Neue",sans-serif;font-size:2rem;color:var(--primary);margin-bottom:1rem}.category-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.category-list{margin-bottom:1.5rem}.category-list li{padding:.4rem 0;color:var(--text);font-size:.9rem;position:relative;padding-left:1.2rem}.category-list li::before{content:"▸";position:absolute;left:0;color:var(--accent);font-weight:700}.learn-more{color:var(--accent);font-weight:600;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s}.learn-more:hover{gap:1rem}.materials{padding:6rem 2rem;background:var(--white)}.materials-grid{max-width:1400px;margin:3rem auto 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.material-item{position:relative;height:180px;border-radius:8px;overflow:hidden;display:flex;align-items:flex-end;padding:15px;color:#fff;background-size:cover;background-position:center;transition:transform .35s ease}.material-item::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45)}.material-name{position:relative;font-weight:600;font-size:16px}.material-item:hover{transform:scale(1.05)}.material-item:hover::before{background:rgba(0,0,0,.25)}.contact-section{padding:6rem 2rem;background:var(--light)}.contact-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info-side h2{font-family:"Bebas Neue",sans-serif;font-size:3rem;color:var(--primary);margin-bottom:1.5rem}.contact-info-side>p{color:var(--text-light);margin-bottom:3rem;line-height:1.8;font-size:1.1rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1.5rem;align-items:start}.contact-item svg{stroke:var(--accent);fill:none;stroke-width:2;flex-shrink:0;margin-top:.3rem}.contact-item strong{display:block;color:var(--primary);font-size:1.1rem;margin-bottom:.3rem}.contact-item p{color:var(--text-light);line-height:1.6}.inquiry-form-side{background:var(--white);padding:3rem;box-shadow:0 10px 50px rgba(0,0,0,.1)}.inquiry-form h3{font-family:"Bebas Neue",sans-serif;font-size:2rem;color:var(--primary);margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text);font-weight:500;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.9rem;border:2px solid var(--border);background:var(--white);font-family:"Work Sans",sans-serif;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--accent)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:var(--accent);color:var(--white);padding:1rem 3rem;border:none;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s;font-size:1rem;width:100%}.submit-btn:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 30px rgba(255,107,53,.3)}.form-message{padding:1.5rem;margin-top:1.5rem;border-radius:4px;display:flex;align-items:center;gap:1rem}.success-message{background:#d4edda;border:2px solid #28a745;color:#155724}.success-message svg{stroke:#28a745;stroke-width:3;fill:none;width:24px;height:24px;flex-shrink:0}.footer{background:var(--primary);color:var(--white);padding:4rem 2rem 2rem;width:100%;display:block}.footer a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s}.footer a:hover{color:var(--accent)}.footer p a{display:inline-block;margin-top:.2rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-family:"Bebas Neue",sans-serif;font-size:1.5rem;margin-bottom:1.5rem;color:var(--accent)}.footer-section a{color:rgba(255,255,255,.8);transition:color .3s}.footer-section a:hover{color:var(--accent)}.footer-section ul li{margin-bottom:.8rem}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);text-align:center;color:rgba(255,255,255,.6);font-size:.9rem}.footer-bottom a{color:var(--accent)}.product-hero{background:linear-gradient(135deg,rgba(26,26,26,.9),rgba(44,95,125,.9));padding:4rem 2rem;text-align:center;color:var(--white)}.product-hero h1{font-family:"Bebas Neue",sans-serif;font-size:4rem;margin-bottom:1rem}.products-grid{max-width:1400px;margin:4rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.product-card{background:var(--white);padding:2rem;box-shadow:0 5px 30px rgba(0,0,0,.08);transition:all .3s}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px rgba(0,0,0,.15)}.product-card h3{font-family:"Bebas Neue",sans-serif;font-size:1.8rem;color:var(--primary);margin-bottom:1rem}.product-card p{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.product-features li{padding:.5rem 0;padding-left:1.5rem;position:relative;color:var(--text)}.product-features li::before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}@media (max-width:1024px){.contact-container{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}}@media (max-width:768px){.hamburger{display:block}.nav-links{position:fixed;top:calc(var(--topbar-height,0px) + 70px);left:0;right:0;background:var(--white);flex-direction:column;gap:0;box-shadow:0 10px 20px rgba(0,0,0,.1);transform:translateX(100%);transition:transform .3s ease;z-index:9998;display:flex!important}.nav-links.mobile-open{transform:translateX(0)}.nav-links li{border-bottom:1px solid var(--border)}.nav-links a{display:block;padding:1rem 2rem}.hero h1{font-size:3rem}.hero p{font-size:1.1rem}.hero-buttons{flex-direction:column}.section-title{font-size:2.5rem}.category-grid{grid-template-columns:1fr}.contact-info a{font-size:.85rem}.top-bar-content{flex-direction:column;gap:.5rem;text-align:center}.contact-info{flex-direction:column;gap:.5rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.about-hero{background:linear-gradient(135deg,rgba(26,26,26,.9),rgba(44,95,125,.9));padding:5rem 2rem;text-align:center;color:var(--white)}.about-hero h1{font-family:"Bebas Neue",sans-serif;font-size:4rem;margin-bottom:1rem}.about-content{max-width:1200px;margin:4rem auto;padding:0 2rem}.about-section{margin-bottom:4rem}.about-section h2{font-family:"Bebas Neue",sans-serif;font-size:3rem;color:var(--primary);margin-bottom:1.5rem;text-align:center}.about-section p{font-size:1.1rem;line-height:1.8;color:var(--text);margin-bottom:1.5rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.value-card{background:var(--white);padding:2.5rem;box-shadow:0 5px 30px rgba(0,0,0,.08);transition:transform .3s}.value-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px rgba(0,0,0,.15)}.value-icon{font-size:3rem;margin-bottom:1rem;color:var(--accent)}.value-card h3{font-family:"Bebas Neue",sans-serif;font-size:1.8rem;color:var(--primary);margin-bottom:1rem}.value-card p{font-size:1rem;line-height:1.7;color:var(--text-light)}.timeline{position:relative;padding:2rem 0}.timeline::before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:3px;height:100%;background:var(--accent)}.timeline-item{display:flex;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-content{width:45%;background:var(--white);padding:2rem;box-shadow:0 5px 20px rgba(0,0,0,.1)}.timeline-year{font-family:"Bebas Neue",sans-serif;font-size:2rem;color:var(--accent);margin-bottom:.5rem}.timeline-content h3{font-size:1.3rem;color:var(--primary);margin-bottom:1rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.team-member{background:var(--white);padding:2rem;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s}.team-member:hover{transform:translateY(-5px)}.team-photo{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--white)}.team-member h3{font-family:"Bebas Neue",sans-serif;font-size:1.5rem;color:var(--primary);margin-bottom:.5rem}.team-role{color:var(--accent);font-weight:600;margin-bottom:1rem}@media (max-width:768px){.about-hero h1{font-size:2.5rem}.timeline::before{left:20px}.timeline-item{flex-direction:column!important;padding-left:50px}.timeline-content{width:100%}}.gallery-hero{background:linear-gradient(135deg,rgba(26,26,26,.9),rgba(44,95,125,.9));padding:5rem 2rem;text-align:center;color:var(--white)}.gallery-hero h1{font-family:"Bebas Neue",sans-serif;font-size:4rem;margin-bottom:1rem}.gallery-container{max-width:1400px;margin:4rem auto;padding:0 2rem}.gallery-filters{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.filter-btn{padding:.8rem 2rem;background:var(--white);border:2px solid var(--border);color:var(--text);font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s;font-size:.9rem}.filter-btn.active,.filter-btn:hover{background:var(--accent);border-color:var(--accent);color:var(--white);transform:translateY(-2px)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.gallery-item{position:relative;overflow:hidden;aspect-ratio:4/3;background:linear-gradient(135deg,var(--primary),var(--secondary));cursor:pointer;box-shadow:0 5px 30px rgba(0,0,0,.08);transition:all .4s}.gallery-item:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px rgba(0,0,0,.2)}.gallery-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);font-size:4rem;position:relative}.gallery-placeholder::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 15px,rgba(255,255,255,.05) 15px,rgba(255,255,255,.05) 30px);animation:movePattern 20s linear infinite}@keyframes movePattern{0%{transform:translateX(0) translateY(0)}100%{transform:translateX(30px) translateY(30px)}}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);padding:2rem;transform:translateY(100%);transition:transform .3s}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-title{font-family:"Bebas Neue",sans-serif;font-size:1.5rem;color:var(--white);margin-bottom:.5rem}.gallery-category{color:var(--accent);font-size:.9rem;font-weight:600;text-transform:uppercase}.lightbox{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);z-index:10000;align-items:center;justify-content:center;padding:2rem}.lightbox.active{display:flex}.lightbox-content{max-width:90%;max-height:90%;position:relative}.lightbox-close{position:absolute;top:-3rem;right:0;background:var(--accent);color:var(--white);border:none;width:50px;height:50px;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.gallery-hero h1{font-size:2.5rem}.gallery-grid{grid-template-columns:1fr}.filter-btn{padding:.6rem 1.2rem;font-size:.8rem}}.contact-hero{background:linear-gradient(135deg,rgba(26,26,26,.9),rgba(44,95,125,.9));padding:5rem 2rem;text-align:center;color:#fff}.contact-hero h1{font-family:"Bebas Neue",sans-serif;font-size:4rem}.contact-container{max-width:1200px;margin:4rem auto;padding:0 2rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:1rem;margin-bottom:1rem;border:1px solid var(--border);font-family:"Work Sans",sans-serif}.contact-info-box{background:var(--light);padding:2rem}.contact-item{margin-bottom:1.5rem}.map-section iframe{width:100%;height:400px;border:0}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.product-container{max-width:1200px;margin:4rem auto;padding:0 2rem}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-image img{width:100%;border-radius:4px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.product-details h2{font-family:"Bebas Neue",sans-serif;font-size:2.5rem;margin-bottom:1rem}.product-details h3{margin-top:2rem;margin-bottom:1rem;color:var(--primary)}.product-related{background:var(--light);padding:5rem 2rem;text-align:center}.product-related h2{font-family:"Bebas Neue",sans-serif;font-size:3rem;margin-bottom:3rem}@media (max-width:900px){.product-grid{grid-template-columns:1fr}}.blog-hero{background:linear-gradient(135deg,rgba(26,26,26,.9),rgba(44,95,125,.9));padding:5rem 2rem;text-align:center;color:var(--white)}.blog-hero h1{font-family:"Bebas Neue",sans-serif;font-size:4rem;margin-bottom:1rem}.blog-container{max-width:1200px;margin:4rem auto;padding:0 2rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem}.blog-card{background:var(--white);box-shadow:0 5px 30px rgba(0,0,0,.08);overflow:hidden;transition:all .3s}.blog-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px rgba(0,0,0,.15)}.blog-image{width:100%;height:250px;background:linear-gradient(135deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--white);position:relative;overflow:hidden}.blog-image::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.05) 10px,rgba(255,255,255,.05) 20px)}.blog-content{padding:2rem}.blog-meta{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-light)}.blog-category,.blog-date{display:flex;align-items:center;gap:.5rem}.blog-category{color:var(--accent);font-weight:600}.blog-card h2{font-family:"Bebas Neue",sans-serif;font-size:1.8rem;color:var(--primary);margin-bottom:1rem;line-height:1.2}.blog-excerpt{color:var(--text);line-height:1.7;margin-bottom:1.5rem}.read-more{color:var(--accent);text-decoration:none;font-weight:600;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s}.read-more:hover{gap:1rem}@media (max-width:768px){.blog-hero h1{font-size:2.5rem}.blog-grid{grid-template-columns:1fr}}.pvc550{background:linear-gradient(135deg,#1a3a4a,#2c5f7d)}.pvc600{background:linear-gradient(135deg,#1a2a3a,#0d3a5c)}.pvc700{background:linear-gradient(135deg,#0d1f2d,#1a3a4a)}.ripstop{background:linear-gradient(135deg,#5c3a1a,#8b5e2a)}.clear-pvc{background:linear-gradient(135deg,#c8dce8,#e8f4f8)}.aquatex{background:linear-gradient(135deg,#1a5c4a,#2a8c6a)}.shadecloth{background:linear-gradient(135deg,#2a4a1a,#3a6a2a)}.tonneau{background:linear-gradient(135deg,#2a2a2a,#4a4a4a)}.welding{background:linear-gradient(135deg,#4a3a00,#c80)}.hessian{background:linear-gradient(135deg,#6b4c2a,#9b7a4a)}.loomstate{background:linear-gradient(135deg,#7a6a50,#a09070)}.diklon{background:linear-gradient(135deg,#3a3a5a,#5a5a8a)}.rainguard{background:linear-gradient(135deg,#1a3a5a,#2a6a9a)}.tricot{background:linear-gradient(135deg,#5a1a3a,#8a2a5a)}.footer-social{margin-top:15px;display:flex;gap:10px}.footer-social a{text-decoration:none;padding:8px 14px;background:#333;color:#fff;border-radius:4px}.footer-social a:hover{background:#f7931e}.floating-social{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.floating-social a{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;text-decoration:none;font-size:24px;color:#fff;transition:transform .3s,box-shadow .3s}.floating-social a.whatsapp{background-color:#25d366}.floating-social a.facebook{background-color:#1877f2}.floating-social a:hover{transform:scale(1.2);box-shadow:0 4px 15px rgba(0,0,0,.3)}:root{--topbar-height:40px}#top-bar,.top-bar{position:sticky;top:0;z-index:10000;width:100%}#navbar,.header{position:sticky;top:var(--topbar-height);z-index:9999;width:100%}.social-links a{margin-left:1rem;color:#fff;transition:color .3s;text-decoration:none}.social-links a:hover{color:#ff6b35}@media (max-width:768px){.nav-links{display:none}.top-bar-content{flex-direction:column;text-align:center}.social-links{margin-top:.5rem}}.location-social{display:flex;align-items:center;gap:15px}.location-social a{color:#fff;font-size:18px;transition:.3s}.location-social a:hover{color:var(--accent)}.contact-info i,.location-social i{margin-right:6px}.submit-btn{background:var(--accent);color:var(--white);padding:1rem 2rem;border:none;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s;font-size:1rem;width:100%;max-width:100%;display:block;margin-top:1.5rem;box-sizing:border-box}.contact-form{padding:2rem;box-sizing:border-box}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.submit-btn{width:100%;max-width:400px;margin:2rem auto 0}.product-img{width:100%;height:200px;overflow:hidden;border-radius:4px 4px 0 0;margin:-1.5rem -1.5rem 1.5rem -1.5rem;width:calc(100% + 3rem)}.product-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.product-card:hover .product-img img{transform:scale(1.05)}#footer{margin-top:auto;flex-shrink:0}.category-bg{position:absolute;inset:0;overflow:hidden;z-index:0}.category-bg img{width:100%;height:100%;object-fit:cover;opacity:.18;transition:opacity .4s ease,transform .4s ease}.category-card:hover .category-bg img{opacity:.28;transform:scale(1.05)}.blog-image{height:220px;overflow:hidden;background:var(--primary);display:flex;align-items:center;justify-content:center;font-size:4rem}.blog-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-image.no-img{font-size:4rem}.hero{position:relative}.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-overlay{z-index:1}.hero-content{position:relative;z-index:2}.product-hero{position:relative;overflow:hidden}.product-hero .hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.product-hero .hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);z-index:1}.product-hero .btn-catalogue,.product-hero h1,.product-hero p{position:relative;z-index:2}.btn-catalogue{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.5rem;padding:.8rem 2rem;background:var(--accent);color:#fff;text-decoration:none;font-weight:600;font-size:1rem;border-radius:2px;transition:background .3s}.btn-catalogue:hover{background:var(--accent-dark)}.btn-catalogue i{font-size:1.2rem}.about-hero,.blog-hero,.contact-hero,.gallery-hero,.product-hero{position:relative;overflow:hidden}.about-hero .hero-bg-img,.blog-hero .hero-bg-img,.contact-hero .hero-bg-img,.gallery-hero .hero-bg-img,.product-hero .hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.about-hero .hero-overlay,.blog-hero .hero-overlay,.contact-hero .hero-overlay,.gallery-hero .hero-overlay,.product-hero .hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55);z-index:1}.about-hero h1,.about-hero p,.blog-hero h1,.blog-hero p,.contact-hero h1,.contact-hero p,.gallery-hero h1,.gallery-hero p,.product-hero .btn-catalogue,.product-hero h1,.product-hero p{position:relative;z-index:2}.material-item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;transition:transform .4s ease}.material-item::before{z-index:1}.material-item:hover img{transform:scale(1.08)}.material-name{position:relative;z-index:2}a.material-item{display:flex;text-decoration:none;color:#fff;cursor:pointer}a.material-item:hover .material-name{color:var(--accent)}.gallery-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3rem;background:#1a1a1a;overflow:hidden}.gallery-placeholder img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.gallery-item{cursor:pointer}.gallery-item:hover .gallery-placeholder img{transform:scale(1.08)}.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:99999;align-items:center;justify-content:center;flex-direction:column}.lightbox.active{display:flex}.lightbox-content{position:relative;display:flex;flex-direction:column;align-items:center;width:90vw;max-width:1100px}.lb-main-wrap{width:100%;max-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}#lb-img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px;display:block}.lb-caption{display:flex;align-items:center;gap:1rem;margin-top:.8rem;color:#fff}#lb-title{font-size:1.1rem;font-weight:600}#lb-cat{background:var(--accent);color:#fff;padding:.2rem .8rem;border-radius:20px;font-size:.8rem;text-transform:capitalize}.lb-strip{display:flex;gap:.6rem;margin-top:1rem;overflow-x:auto;max-width:90vw;padding-bottom:.4rem;scrollbar-width:thin;scrollbar-color:var(--accent) transparent}.lb-strip::-webkit-scrollbar{height:4px}.lb-strip::-webkit-scrollbar-thumb{background:var(--accent);border-radius:2px}.lb-thumb{width:80px;height:60px;object-fit:cover;border-radius:3px;border:2px solid transparent;cursor:pointer;opacity:.6;flex-shrink:0;transition:opacity .2s,border-color .2s}.lb-thumb.active,.lb-thumb:hover{opacity:1;border-color:var(--accent)}.lightbox-close{position:absolute;top:-2.8rem;right:0;background:0 0;border:none;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;padding:0;transition:color .2s}.lightbox-close:hover{color:var(--accent)}.lightbox-next,.lightbox-prev{position:fixed;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.25);color:#fff;font-size:1.6rem;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-next:hover,.lightbox-prev:hover{background:var(--accent);border-color:var(--accent)}@media (max-width:600px){.lightbox-prev{left:.3rem}.lightbox-next{right:.3rem}#lb-img{max-height:55vh}.lb-thumb{width:60px;height:45px}}.article-body{background:#fff;padding:4rem 2rem}.article-container{max-width:820px;margin:0 auto;font-size:1.1rem;line-height:1.9;color:#333}.article-back{display:inline-block;margin-bottom:2rem;color:var(--accent);text-decoration:none;font-weight:600;font-size:.95rem}.article-back:hover{text-decoration:underline}.article-container h2{font-family:"Bebas Neue",sans-serif;font-size:2rem;color:var(--primary);margin:2.5rem 0 .8rem;letter-spacing:1px}.article-container h3{font-size:1.2rem;font-weight:700;color:var(--secondary);margin:1.8rem 0 .5rem}.article-container p{margin-bottom:1.2rem}.article-container ul{margin:.5rem 0 1.5rem 1.5rem}.article-container ul li{margin-bottom:.5rem}.article-container table{font-size:1rem}.article-cta{background:var(--light);border-left:4px solid var(--accent);padding:2rem;margin-top:3rem;border-radius:0 4px 4px 0}.article-cta h3{font-size:1.4rem;margin:0 0 .5rem;color:var(--primary)}.article-cta p{margin-bottom:1rem}#breadcrumbs{max-width:1400px;margin:1rem auto 0;padding:0 2rem}.breadcrumb{font-size:.9rem;color:var(--text-light);margin-bottom:1rem}.breadcrumb ol{display:flex;flex-wrap:wrap;list-style:none;gap:.5rem}.breadcrumb li:not(:last-child)::after{content:"/";margin-left:.5rem;color:var(--accent)}.breadcrumb a{color:var(--accent);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb [aria-current=page]{color:var(--text);font-weight:500}body.blog-page #breadcrumbs{display:none}.about-hero .hero-bg-img,.blog-hero .hero-bg-img,.contact-hero .hero-bg-img,.gallery-hero .hero-bg-img,.materials-hero .hero-bg-img,.product-hero .hero-bg-img{display:none!important}.about-hero,.blog-hero,.contact-hero,.gallery-hero,.materials-hero,.product-hero{padding:4rem 2rem!important;margin:0;position:relative;background:linear-gradient(135deg,rgba(26,26,26,.9),rgba(44,95,125,.9));text-align:center;color:#fff;overflow:hidden}.about-hero h1,.blog-hero h1,.contact-hero h1,.gallery-hero h1,.materials-hero h1,.product-hero h1{margin-bottom:1rem;font-family:"Bebas Neue",sans-serif;font-size:4rem}.about-hero p,.blog-hero p,.contact-hero p,.gallery-hero p,.materials-hero p,.product-hero p{font-size:1.2rem;max-width:700px;margin:0 auto}.blog-card .blog-excerpt,.blog-card .blog-image,.blog-card .blog-meta{display:none!important}.blog-card h2{margin:0;font-size:1.5rem}.blog-card{padding:1.5rem;text-align:center}