*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: var(--primaryColor, #059669);--primary-dark: var(--primaryDark, #047857);--primary-light: #D1FAE5;--accent: #F59E0B;--accent-light: #FEF3C7;--warm: #FFFBEB;--dark: #1F2937;--text: #374151;--text-light: #6B7280;--text-white: #FFFFFF;--bg: #FFFFFF;--bg-alt: #F9FAFB;--bg-warm: #FFFBEB;--bg-dark: #111827;--border: #E5E7EB;--radius: 16px;--radius-sm: 10px;--shadow: 0 2px 8px rgba(0,0,0,.06);--shadow-lg: 0 12px 32px rgba(0,0,0,.08);--transition: .25s ease;--max-width: 1200px}html{scroll-behavior:smooth}body{font-family:Poppins,-apple-system,sans-serif;color:var(--text);line-height:1.7;background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none;transition:color var(--transition)}h1,h2,h3,h4{font-family:Poppins,sans-serif;font-weight:700;color:var(--dark);line-height:1.25}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1rem,2vw,1.25rem)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{margin-bottom:.5rem}.section-title p{color:var(--text-light);font-size:1rem}.badge{display:inline-block;background:var(--primary-light);color:var(--primary);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.site-header{position:sticky;top:0;z-index:100;background:#fffffff7;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;justify-content:space-between;align-items:center;height:70px}.site-header .logo{font-size:1.35rem;font-weight:800;color:var(--primary)}.site-header nav{display:flex;gap:1.75rem;align-items:center}.site-header nav a{color:var(--text);font-size:.9rem;font-weight:500;transition:color var(--transition)}.site-header nav a:hover{color:var(--primary)}.nav-cta{background:var(--primary)!important;color:var(--text-white)!important;padding:.5rem 1.25rem;border-radius:var(--radius-sm);font-weight:600!important}.nav-cta:hover{background:var(--primary-dark)!important}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{display:block;width:24px;height:2px;background:var(--dark);margin:5px 0;transition:var(--transition)}@media(max-width:768px){.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:70px;left:0;right:0;background:var(--bg);flex-direction:column;padding:1.5rem;border-bottom:1px solid var(--border);gap:1rem}.site-header nav.open{display:flex}}.hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-light),var(--warm));z-index:0}.hero-bg.with-image{background-size:cover;background-position:center}.hero-bg.with-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.4) 60%,transparent 100%)}.hero-content{position:relative;z-index:1;max-width:600px;padding:2rem 1.5rem}.hero-content h1{margin-bottom:1.25rem}.hero-content p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.hero-cta{display:inline-block;background:var(--primary);color:var(--text-white);padding:.875rem 2rem;border-radius:var(--radius-sm);font-weight:600;font-size:1rem;transition:all var(--transition)}.hero-cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg);color:var(--text-white)}.promo-banner{background:linear-gradient(90deg,var(--accent),#D97706);color:var(--text-white);text-align:center;padding:.75rem;font-weight:600;font-size:.95rem}.closure-banner{background:#fef2f2;border-bottom:2px solid #FECACA;color:#dc2626;text-align:center;padding:1rem;font-weight:600}.products-section{background:var(--bg)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.product-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-image{aspect-ratio:1/1;overflow:hidden;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;font-size:3rem}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:1.25rem}.product-body .category{color:var(--primary);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.product-body h3{margin-bottom:.5rem;font-size:1.1rem}.product-body p{color:var(--text-light);font-size:.85rem;margin-bottom:.75rem}.product-price{font-weight:700;color:var(--primary);font-size:1.15rem}.advantages-section{background:var(--bg-warm)}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;text-align:center}.advantage-item{padding:1.5rem}.advantage-icon{font-size:2.5rem;margin-bottom:.75rem}.advantage-item h3{margin-bottom:.5rem;font-size:1rem}.advantage-item p{color:var(--text-light);font-size:.85rem}.categories-section{background:var(--bg-alt)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.category-card{background:var(--bg);border-radius:var(--radius);padding:2rem;text-align:center;border:2px solid transparent;transition:border-color var(--transition),box-shadow var(--transition)}.category-card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.category-card .icon{font-size:2.5rem;margin-bottom:.75rem}.category-card h3{margin-bottom:.5rem}.category-card p{color:var(--text-light);font-size:.85rem}.category-card .count{display:inline-block;margin-top:.75rem;background:var(--primary-light);color:var(--primary);padding:.2rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.about-section .content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-section .text-content h2{margin-bottom:1.5rem}.about-section .text-content p{color:var(--text-light);font-size:1.05rem;margin-bottom:1rem}.about-section .image-content{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/3;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;font-size:4rem}@media(max-width:768px){.about-section .content-grid{grid-template-columns:1fr;gap:2rem}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.service-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center;transition:transform var(--transition),box-shadow var(--transition)}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.service-card .icon{font-size:2.5rem;margin-bottom:.75rem}.service-card h3{margin-bottom:.5rem}.service-card p{color:var(--text-light);font-size:.9rem}.gallery-section{background:var(--bg)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.gallery-item{border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1;transition:transform var(--transition)}.gallery-item:hover{transform:scale(1.03)}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-placeholder{width:100%;height:100%;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;font-size:3rem}.newsletter-section{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--text-white);text-align:center;padding:5rem 0}.newsletter-section h2{color:var(--text-white);margin-bottom:.75rem}.newsletter-section p{color:#ffffffd9;font-size:1.05rem;margin-bottom:2rem}.newsletter-section .cta-button{display:inline-block;background:var(--text-white);color:var(--primary);padding:.875rem 2.5rem;border-radius:var(--radius-sm);font-weight:700;font-size:1rem;transition:all var(--transition)}.newsletter-section .cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.newsletter-perks{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem;flex-wrap:wrap;font-size:.9rem;color:#ffffffe6}.hours-section{background:var(--bg-alt)}.hours-card{background:var(--bg);border-radius:var(--radius);padding:2.5rem;max-width:500px;margin:0 auto;text-align:center;border:1px solid var(--border)}.hours-card h3{color:var(--primary);margin-bottom:1.5rem}.hours-text{white-space:pre-line;font-size:1rem;line-height:2;color:var(--text-light)}.contact-section .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.contact-info-list li{display:flex;align-items:flex-start;gap:1rem}.contact-info-list .icon{font-size:1.5rem;flex-shrink:0}.contact-info-list .label{font-weight:600;display:block;margin-bottom:.25rem}.contact-info-list .value{color:var(--text-light)}.contact-map{border-radius:var(--radius);overflow:hidden;aspect-ratio:16/10;border:1px solid var(--border)}@media(max-width:768px){.contact-section .contact-grid{grid-template-columns:1fr}}.site-footer{background:var(--bg-dark);color:#9ca3af;padding:3rem 0 2rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-brand .logo{color:var(--text-white);font-size:1.25rem;font-weight:800;margin-bottom:.5rem}.footer-brand p{font-size:.9rem;max-width:300px}.footer-links h4{color:var(--text-white);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#9ca3af;font-size:.9rem}.footer-links a:hover{color:var(--text-white)}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.85rem}.social-links{display:flex;gap:1rem}.social-links a{color:#9ca3af;font-size:1.25rem}.social-links a:hover{color:var(--text-white)}
