:root{--primary-color:#064e3b;--primary-light:#047857;--accent-color:#d97706;--accent-light:#f59e0b;--text-color:#1f2937;--text-light:#6b7280;--bg-white:#ffffff;--bg-light:#f3f4f6;--bg-dark:#111827;--font-heading:'Montserrat', sans-serif;--font-body:'Roboto', sans-serif;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--container-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-color);line-height:1.6;background-color:var(--bg-white)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary-color);line-height:1.2;margin-bottom:1rem}a{text-decoration:none;color:inherit;transition:color 0.3s ease}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-sm)}.alignfull{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.site-section{padding:var(--spacing-lg) 0}.text-center{text-align:center}.site-header{background-color:var(--bg-white);box-shadow:0 2px 10px rgb(0 0 0 / .05);position:sticky;top:0;z-index:1000;padding:1rem 0}.site-header .container{display:flex;justify-content:space-between;align-items:center}.site-branding img{max-height:60px;width:auto}.main-navigation ul{display:flex;gap:2rem}.main-navigation a{font-weight:500;color:var(--primary-color);font-size:1rem}.main-navigation a:hover,.main-navigation .current-menu-item a{color:var(--accent-color)}.menu-toggle{display:none;background:none;border:none;cursor:pointer}.icon-bar{display:block;width:25px;height:3px;background-color:var(--primary-color);margin:5px 0;transition:0.3s}.hero-section{background-image:url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;height:80vh;min-height:600px;display:flex;align-items:center;position:relative;color:#fff}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgb(6 78 59 / .8),rgb(6 78 59 / .6))}.hero-content{position:relative;z-index:1;max-width:800px}.hero-title{font-size:3.5rem;color:#fff;margin-bottom:1.5rem}.hero-title .highlight{color:var(--accent-color)}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}.wp-block-button__link{display:inline-block;padding:.75rem 2rem;border-radius:4px;font-weight:600;text-align:center;cursor:pointer;background-color:var(--accent-color);color:#fff;border:2px solid var(--accent-color)}.wp-block-button__link:hover{background-color:var(--accent-light);border-color:var(--accent-light)}.wp-block-button__link.is-style-outline{background-color:#fff0;border-color:#fff;color:#fff}.wp-block-button__link.is-style-outline:hover{background-color:#fff;color:var(--primary-color)}.wp-block-button__link.is-style-primary{background-color:var(--primary-color);border-color:var(--primary-color)}.wp-block-button__link.is-style-primary:hover{background-color:var(--primary-light)}.wp-block-columns{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.wp-block-column{flex:1;min-width:300px}.about-section .section-title{font-size:2.5rem;margin-bottom:1.5rem}.feature-list{margin:1.5rem 0}.feature-list li{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.feature-list .icon{color:var(--accent-color);font-weight:700}.button-text{color:var(--primary-color);font-weight:600;border-bottom:2px solid var(--accent-color)}.brands-section{background-color:#fff;overflow:hidden}.brands-carousel-wrapper{display:flex;flex-direction:column;gap:2rem;padding:2rem 0}.brands-carousel-row{width:100%;overflow:hidden;position:relative}.brands-track{display:flex;gap:4rem;width:max-content}.brand-item{flex-shrink:0;width:150px;display:flex;align-items:center;justify-content:center}.brand-item img{max-width:100%;height:auto;max-height:80px;filter:grayscale(0%);opacity:1;transition:all 0.3s ease}.brand-item img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.scroll-left{animation:scrollLeft 30s linear infinite}.scroll-right{animation:scrollRight 30s linear infinite}@keyframes scrollLeft{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}.brands-carousel-row:hover .brands-track{animation-play-state:paused}.has-background-light{background-color:var(--bg-light)}.section-header{margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.section-title{font-size:2.5rem;color:var(--primary-color)}.section-desc{color:var(--text-light);font-size:1.1rem}.service-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px rgb(0 0 0 / .05);transition:transform 0.3s ease,box-shadow 0.3s ease;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgb(0 0 0 / .1)}.service-icon{color:var(--accent-color);margin-bottom:1.5rem;overflow:hidden;border-radius:8px;width:100%;height:200px}.service-icon img{width:100%!important;height:100%!important;max-width:100%!important;object-fit:cover!important;border-radius:8px;display:block}.service-title{font-size:1.5rem;margin-bottom:1rem}.service-link{color:var(--primary-color);font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgb(0 0 0 / .05);transition:0.3s}.product-item:hover{box-shadow:0 8px 16px rgb(0 0 0 / .1)}.product-image{height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.product-item:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem;text-align:center}.product-info h4{font-size:1.25rem;margin-bottom:.5rem}.cta-section{background-color:var(--accent-color);color:#fff;text-align:center}.cta-content h2{color:#fff;font-size:2.5rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-section .wp-block-button__link.is-style-primary{background-color:var(--primary-color);border-color:var(--primary-color)}.cta-section .wp-block-button__link.is-style-primary:hover{background-color:var(--bg-dark);border-color:var(--bg-dark)}.site-footer{background-color:var(--bg-dark);color:#d1d5db;padding-top:4rem;padding-bottom:2rem}.footer-widgets{margin-bottom:3rem}.widget-title{color:#fff;font-size:1.25rem;margin-bottom:1.5rem;border-bottom:2px solid var(--accent-color);display:inline-block;padding-bottom:.5rem}.footer-menu li{margin-bottom:.75rem}.footer-menu a:hover{color:var(--accent-color)}.site-info{border-top:1px solid rgb(255 255 255 / .1);padding-top:2rem;text-align:center;font-size:.9rem}.page-header{background-color:var(--primary-color);color:#fff;padding:4rem 0;text-align:center}.page-title{font-size:3rem;color:#fff;margin-bottom:.5rem}.breadcrumb{color:rgb(255 255 255 / .7);font-size:.9rem}.contact-form-wrapper{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px rgb(217 119 6 / .2)}.contact-info-item{margin-bottom:2rem}.contact-info-item h4{color:var(--accent-color);margin-bottom:.5rem}.map-placeholder{width:100%;height:300px;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#9ca3af;border-radius:8px}.page-header{background-color:var(--primary-color);color:#fff;padding:4rem 0;text-align:center}.page-title{font-size:3rem;color:#fff;margin-bottom:.5rem}.breadcrumb{color:rgb(255 255 255 / .7);font-size:.9rem}.service-detail-card{display:flex;gap:2rem;margin-bottom:3rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px rgb(0 0 0 / .05);align-items:center}.service-detail-card:nth-child(even){flex-direction:row-reverse}.service-detail-content{flex:1}.service-detail-image{flex:1;border-radius:8px;overflow:hidden}.service-detail-image img{width:100%;height:100%;object-fit:cover}.page-header{background-color:var(--primary-color);color:#fff;padding:4rem 0;text-align:center}.page-title{font-size:3rem;color:#fff;margin-bottom:.5rem}.breadcrumb{color:rgb(255 255 255 / .7);font-size:.9rem}.product-category-list{list-style:none;padding:0;margin:0}.product-category-item{display:flex;align-items:center;gap:3rem;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px rgb(0 0 0 / .05);transition:transform 0.3s ease,box-shadow 0.3s ease}.product-category-item:hover{transform:translateY(-5px);box-shadow:0 4px 20px rgb(0 0 0 / .1)}.product-category-item:nth-child(odd){flex-direction:row}.product-category-item:nth-child(even){flex-direction:row-reverse}.product-category-image{flex:0 0 45%;border-radius:8px;overflow:hidden;background-color:#f9fafb}.product-category-image img{width:100%;height:350px;object-fit:cover;display:block}.product-category-content{flex:1}.product-category-content h3{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem;font-family:'Playfair Display',serif}.product-category-content ul{list-style:none;padding:0;margin:0}.product-category-content ul li{padding:.5rem 0;padding-left:1.5rem;position:relative;color:#4b5563;line-height:1.6}.product-category-content ul li:before{content:"▸";position:absolute;left:0;color:var(--accent-color);font-weight:700}.services-section .wp-block-columns .wp-block-button__link{margin:2rem auto 0;display:block;width:fit-content}.product-grid>.wp-block-button__link{grid-column:1 / -1;justify-self:center;margin-top:2rem;padding:.75rem 1.5rem;width:auto}.page-header{background-color:var(--primary-color);color:#fff;padding:4rem 0;text-align:center}.page-title{font-size:3rem;color:#fff;margin-bottom:.5rem}.breadcrumb{color:rgb(255 255 255 / .7);font-size:.9rem}.mission-card{background:var(--bg-light);padding:2rem;border-radius:8px;height:100%}.mission-card h3{color:var(--accent-color)}.page-header{background-color:var(--primary-color);color:#fff;padding:4rem 0;text-align:center}.page-title{font-size:3rem;color:#fff;margin-bottom:.5rem}.breadcrumb{color:rgb(255 255 255 / .7);font-size:.9rem}.service-main-section .wp-block-columns{display:flex;align-items:stretch;gap:2rem}.service-main-section .wp-block-column{flex:1;display:flex;flex-direction:column}.service-detail-image{border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgb(0 0 0 / .05);height:100%;display:flex;align-items:center;justify-content:center;background-color:#f9fafb}.service-detail-image img{width:100%;height:100%;object-fit:cover}.service-features{list-style:none;padding:0}.service-features li{padding:.75rem 0;border-bottom:1px solid #e5e7eb;display:flex;align-items:flex-start}.service-features li:before{content:"✓";color:var(--accent-color);font-weight:700;margin-right:.75rem;font-size:1.2rem}.process-step{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px rgb(0 0 0 / .05);text-align:center;transition:transform 0.3s ease}.process-step:hover{transform:translateY(-5px)}.process-step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}@media (max-width:768px){.service-main-section .wp-block-columns{flex-direction:column}.service-detail-image{height:auto;min-height:300px}}@media (max-width:768px){.product-category-item,.product-category-item:nth-child(even){flex-direction:column!important}.product-category-image{flex:0 0 auto;width:100%}.product-category-image img{height:250px}}@media (max-width:768px){.service-detail-card,.service-detail-card:nth-child(even){flex-direction:column}}@media (max-width:768px){.menu-toggle{display:block}.main-navigation ul{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#fff;padding:1rem;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.main-navigation.toggled ul{display:flex}.hero-title{font-size:2.5rem}.wp-block-columns{flex-direction:column}}