.site-header{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #eee;z-index:60;padding:0}.site-header.scrolled{box-shadow:0 2px 12px #00000014}.navbar-inner{display:flex;align-items:center;justify-content:center;gap:2.5rem;padding:0 1.25rem;min-height:120px;position:relative}.brand{display:flex;flex-direction:row;align-items:center;gap:1rem;position:absolute;left:1rem;top:50%;transform:translateY(-50%)}.brand-search{margin-left:.25rem;font-size:1.05rem;padding:.45rem .55rem;border-radius:8px}.brand-search:hover{background:#f3f3f3}.brand-logo-btn{border:none;background:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.brand-logo-btn:hover{opacity:.8}.brand-logo{height:110px;width:auto;display:block}.brand-main{font-weight:800;color:var(--primary);letter-spacing:1px}.brand-sub{font-size:.9rem;color:var(--muted);margin-top:.25rem}.nav{display:flex;gap:1.5rem;align-items:center}.nav a{color:var(--text);text-decoration:none;padding:.4rem .6rem;border-radius:6px;font-weight:500}.nav a:hover{background:#f3f3f3}.search-trigger{background:none;border:none;cursor:pointer;font-size:1.05rem;padding:.4rem .6rem;border-radius:6px;color:#333;display:flex;align-items:center;transition:.2s}.search-trigger:hover{background:#f3f3f3}.nav.hidden{visibility:hidden;pointer-events:none}.search-overlay{position:fixed;top:120px;left:0;right:0;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:59;padding:1.25rem 0 1.75rem;display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start;border:1px solid #e5e5e5;border-top:none;box-shadow:0 8px 24px #0000001f;border-radius:0 0 18px 18px;opacity:1;transform:translateY(0);transition:opacity .28s ease,transform .28s ease}.search-overlay.closing{opacity:0;transform:translateY(-8px);pointer-events:none}.search-inner{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:1.25rem}.search-box-expanded{position:relative;display:flex;align-items:center;gap:.75rem;width:100%;max-width:1000px}.search-box-expanded.left-aligned{margin-left:.25rem}.search-box-expanded .icon{font-size:1.1rem;color:#555}.search-box-expanded input{flex:1;padding:.95rem 1.2rem .95rem 2.4rem;font-size:1rem;border:1px solid rgba(0,0,0,.15);border-radius:14px;background:#ffffffd9;transition:.25s}.search-box-expanded input::placeholder{color:#777}.search-box-expanded input:hover{border-color:#00000040}.search-box-expanded input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #667eea2e;background:#fffffff2}.search-box-expanded .icon{position:absolute;left:.85rem;display:flex;align-items:center;justify-content:center}.close-search{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#555;padding:.5rem;border-radius:6px}.close-search:hover{background:#eee}.quick-links{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:1000px}.quick-links.left-aligned{margin-left:.25rem}.quick-title{font-weight:600;color:#222;margin:0;text-align:center}.quick-grid{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.quick-item{background:#f3f3f5;border:none;padding:.55rem .95rem;border-radius:40px;font-size:.75rem;font-weight:600;cursor:pointer;color:#333;transition:.2s}.quick-item:hover{background:var(--primary);color:#fff}.search-hint{font-size:.8rem;color:#555;margin-top:.25rem}@keyframes overlayIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.burger{display:none;border:none;background:transparent;cursor:pointer;padding:.4rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.burger span{display:block;width:22px;height:2px;background:#333;margin:4px 0;transition:all .2s}.burger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width: 800px){.navbar-inner{min-height:72px;padding:.5rem 1rem;justify-content:flex-start}.brand{position:relative;left:auto;top:auto;transform:none}.brand-logo{height:44px}.nav{position:fixed;top:60px;right:0;background:#fff;height:calc(100vh - 60px);width:240px;flex-direction:column;transform:translate(100%);transition:transform .2s;padding:1rem 1.25rem;box-shadow:-6px 0 20px #0000000f;gap:1rem}.nav.open{transform:translate(0)}.brand-search{padding:.35rem .5rem}.search-overlay{padding:.85rem 0 1.5rem;top:72px;border-radius:0 0 14px 14px}.search-inner{padding:0 1.25rem}.search-box-expanded,.quick-links{max-width:520px}.search-box-expanded,.quick-links{max-width:560px}.search-box-expanded input{font-size:.9rem}.burger{display:block}}.hero{position:relative;width:100%;height:600px;overflow:hidden}.hero-slider{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out;display:flex;align-items:center;justify-content:center}.hero-slide.active{opacity:1;z-index:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:#fff;z-index:2;padding:2rem;max-width:800px}.hero-content h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out}.hero-content .subtitle{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:600;margin-bottom:.5rem;text-shadow:1px 1px 4px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out .2s both}.hero-content .description{font-size:clamp(1rem,2vw,1.2rem);margin-bottom:2rem;text-shadow:1px 1px 4px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out .4s both}.btn-primary{background:#fff;color:#333;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;animation:fadeInUp .8s ease-out .6s both}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.8rem;z-index:3}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#fffc;transform:scale(1.2)}.dot.active{background:#fff;width:32px;border-radius:6px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero{height:450px}.hero-content{padding:1.5rem}.hero-content h1{font-size:2rem;margin-bottom:.75rem}.hero-content .subtitle{font-size:1.1rem}.hero-content .description{font-size:.95rem;margin-bottom:1.25rem}.btn-primary{padding:.75rem 1.75rem;font-size:.95rem}.hero-dots{bottom:1rem}.dot{width:10px;height:10px}.dot.active{width:24px}}@media (max-width: 480px){.hero{height:380px}.hero-content{padding:1rem}.hero-content h1{font-size:1.75rem}.hero-content .subtitle{font-size:1rem}.hero-content .description{font-size:.85rem;margin-bottom:1rem}.btn-primary{padding:.65rem 1.5rem;font-size:.9rem}.hero-dots{bottom:.75rem}.dot{width:8px;height:8px}.dot.active{width:20px}}.categories-section{padding:5rem 0 4rem;background:#f8f9fa;overflow:visible}.categories-section h2{text-align:center;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem;color:#1a1a1a;font-weight:800;padding:0 1rem;line-height:1.4}.category-banner{display:block;margin:0 auto 1.25rem;width:2200px;max-width:95%;height:auto;border-radius:6px;box-shadow:0 6px 18px #0000001f}@media (max-width: 768px){.category-banner{width:1400px;margin-bottom:1rem}}.categories-section .lead{text-align:center;color:#4a4a4a;font-size:1.15rem;margin-bottom:3rem;font-weight:500}.categories-grid{display:flex;flex-wrap:nowrap;gap:1.5rem;margin-top:2rem;justify-content:flex-start;align-items:stretch;overflow:visible;overflow-x:auto;padding-bottom:.5rem}.category-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014;border:2px solid transparent;flex:0 0 18%;min-width:180px;max-width:260px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:1;text-align:center;overflow:visible}.category-card:hover{transform:none;box-shadow:0 6px 18px #00000014;border-color:transparent;z-index:auto}.category-card:after{content:"";position:absolute;left:10px;right:10px;top:10px;bottom:10px;border-radius:12px;border:3px solid transparent;pointer-events:none;transition:border-color .18s ease,opacity .18s ease,transform .18s ease;opacity:0}.category-card:hover:after{border-color:var(--cat-color);opacity:1;transform:scale(1)}.category-icon{font-size:4rem;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.category-icon img{width:72px;height:72px;object-fit:contain;display:inline-block;margin-bottom:.5rem}.category-card h3{font-size:1.5rem;margin-bottom:.5rem;color:#2c3e50}.category-card p{color:#6c757d;font-size:1rem;margin:0;text-align:center}.categories-section .container{overflow:visible}@media (max-width: 768px){.categories-section{padding:3rem 0}.categories-grid{flex-wrap:wrap;gap:1rem}.category-card{flex:0 0 48%;max-width:48%;padding:1.5rem 1rem}.category-icon{font-size:3rem}}.products-section{padding:4rem 0;background:#fff}.products-section h2{text-align:center;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:.5rem;color:#2c3e50}.products-section .lead{text-align:center;color:#6c757d;font-size:1.1rem;margin-bottom:3rem}.products-controls{margin-bottom:3rem}.search-box{position:relative;max-width:600px;margin:0 auto 2rem}.search-input{width:100%;padding:1rem 1.5rem 1rem 3rem;border:2px solid #e0e0e0;border-radius:50px;font-size:1rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-icon{position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);font-size:1.2rem;pointer-events:none}.category-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.filter-btn{padding:.75rem 1.5rem;border:2px solid #e0e0e0;background:#fff;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#6c757d}.filter-btn:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}@media (max-width: 640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;border:2px solid transparent}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026;border-color:#667eea}.product-media{position:relative;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:0;aspect-ratio:3 / 4;height:auto;max-height:min(52vh,520px);width:100%;display:flex;align-items:center;justify-content:center;transition:height .2s ease,padding .2s ease;overflow:hidden}.product-media img{width:auto;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;--base-scale: 1;--hover-scale: 1.05;--translateY: 0;transform:translateY(var(--translateY)) scale(var(--base-scale));transition:transform .25s ease,opacity .3s ease;will-change:transform;display:block;margin:0 auto;-webkit-user-drag:none;user-drag:none;-webkit-user-select:none;user-select:none;-moz-user-select:none;opacity:0;animation:fadeIn .3s ease-in forwards}@keyframes fadeIn{to{opacity:1}}.detail-media img{-webkit-user-drag:none;user-drag:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.product-card:hover .product-media img{transform:translateY(var(--translateY)) scale(var(--hover-scale));transform-origin:center center}.product-media img.scale-dairy{--base-scale: .92;--hover-scale: .966}.product-media img.scale-purisima{--base-scale: 1.9;--hover-scale: 1.995}.product-media img.scale-zelanda{--base-scale: 1.85;--hover-scale: 1.9425}.product-media img.scale-colun{--base-scale: 1.65;--hover-scale: 1.7325}.product-media img.scale-pan{--base-scale: 1.3;--hover-scale: 1.365}.product-media img.scale-pan-amarilla{--base-scale: 1.7;--hover-scale: 1.785}.product-media img.scale-pan-cachapa{--base-scale: 1.65;--hover-scale: 1.7325}.product-media img.scale-colun{--base-scale: 1.6;--hover-scale: 1.68;--translateY: -6%;height:auto!important;max-height:96%!important;max-width:78%!important;object-position:center top!important;align-self:center!important}.product-media img.scale-purisima{--base-scale: 1.9;--hover-scale: 1.995;height:auto!important;max-height:96%!important;max-width:80%!important;object-position:center center!important}.product-media img.scale-zelanda{--base-scale: 1.85;--hover-scale: 1.9425;height:auto!important;max-height:94%!important;max-width:74%!important;object-position:center center!important}.product-media img.scale-pan,.product-media img.scale-pan-amarilla,.product-media img.scale-pan-cachapa{height:auto!important;max-height:90%!important;max-width:84%!important;object-position:center center!important}.product-card .product-media img.scale-pan,.product-card .product-media img.scale-pan-amarilla,.product-card .product-media img.scale-pan-cachapa{--translateY: 0 !important;transform:translateY(0) scale(var(--base-scale))!important;align-self:center!important;margin:0 auto!important;object-position:center center!important}.product-media img{align-self:center;margin-top:auto;margin-bottom:auto}@media (max-width: 1024px){.product-media{aspect-ratio:3 / 4;max-height:48vh}}@media (max-width: 768px){.product-media{aspect-ratio:4 / 5;max-height:40vh}.product-media img{height:85%}}@media (max-width: 480px){.product-media{aspect-ratio:3 / 4;max-height:36vh}}.product-media.center-top{align-items:flex-start}.product-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-body h3{font-size:1.25rem;margin:0 0 .5rem;color:#2c3e50}.product-body .category-badge{display:inline-block;padding:.25rem .75rem;background:#e3f2fd;color:#1976d2;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.product-body .desc{color:#6c757d;font-size:.95rem;margin-bottom:1rem;flex:1}.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#25d366;color:#fff;border:none;border-radius:50px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;width:100%}.btn-whatsapp:hover{background:#20ba5a;transform:scale(1.05)}.no-products{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#6c757d}.no-products p{font-size:1.2rem}.products-count{text-align:center;color:#6c757d;font-size:.95rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0;display:none!important}.product-name.accent-yellow{color:#f2b705}.product-name.accent-orange{color:#ff8000}.product-name.accent-blue{color:#1e90ff}.product-name.accent-red{color:#e63946}.product-name.accent-brown{color:#8b4513}.product-name.accent-green{color:#2e8b57}.product-name.accent-pink{color:#e91e63}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 768px){.products-section{padding:2rem 0}.products-section h2{font-size:1.75rem;margin-bottom:.5rem}.products-section .lead{font-size:1rem;margin-bottom:2rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{border-radius:12px}.product-media{max-height:min(45vh,300px)}.product-body{padding:1rem}.product-name{font-size:1rem}.desc{font-size:.85rem;line-height:1.4}.category-filters{gap:.5rem;padding:0 .5rem}.filter-btn{padding:.5rem 1rem;font-size:.85rem}.btn-whatsapp{padding:.6rem 1rem;font-size:.9rem}}@media (max-width: 480px){.products-section{padding:1.5rem 0}.container{padding:0 1rem}.search-box{margin-bottom:1.5rem}.search-input{padding:.75rem 1rem .75rem 2.5rem;font-size:.9rem}.search-icon{left:1rem;font-size:1rem}.products-grid{gap:.75rem}.product-media{max-height:min(40vh,250px)}.product-body{padding:.75rem}.category-badge{font-size:.7rem;padding:.25rem .5rem}.product-name{font-size:.9rem;margin:.5rem 0 .25rem}.desc{font-size:.75rem;margin-bottom:.75rem}.btn-whatsapp{padding:.5rem .75rem;font-size:.85rem}}.product-detail{padding:4rem 0;background:#f8f9fa;min-height:calc(100vh - 120px)}.detail-container{max-width:1200px;margin:0 auto;padding:0 2rem}.back-btn{background:#fff;border:1px solid #e6e9ee;color:#1f2937;padding:.6rem 1rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;margin-bottom:1.25rem;display:inline-flex;align-items:center;gap:.5rem;box-shadow:none}.back-btn:hover{opacity:.98}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 4px 16px #00000014;margin-bottom:2.5rem}.detail-media{--media-padding: 20px;background:#f8f9fa;border-radius:12px;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:min(60vh,640px);max-height:80vh;box-sizing:border-box}.detail-media-inner{width:100%;max-width:820px;height:100%;max-height:calc(80vh - 40px);display:flex;align-items:center;justify-content:center;padding:var(--media-padding);box-sizing:border-box;background:transparent}.detail-media.media-purisima{min-height:min(76vh,840px)}.detail-media.media-purisima .detail-media-inner{max-width:960px;padding-top:8px}.detail-media.media-purisima .detail-image{height:98%;width:auto;max-width:none;object-fit:contain;object-position:top center}.detail-media.media-dairy{min-height:min(62vh,680px)}.detail-media.media-dairy .detail-media-inner{max-width:760px;padding-top:18px}.detail-media.media-dairy .detail-image{height:84%;width:auto;max-width:100%;object-fit:contain;object-position:center center}.detail-media.media-zelanda{min-height:min(74vh,820px)}.detail-media.media-zelanda .detail-media-inner{max-width:900px;padding-top:10px}.detail-media.media-zelanda .detail-image{height:96%;width:auto;max-width:none;object-fit:contain;object-position:top center}.detail-media .detail-image,.detail-media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center center;display:block;margin:0 auto;user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-radius:6px}@media (max-width: 768px){.detail-media{min-height:42vh;max-height:none}.detail-media-inner{max-width:100%;padding:calc(var(--media-padding) * .6)}.detail-media .detail-image,.detail-media img{width:100%;height:auto;max-height:none}.detail-media.media-purisima{min-height:50vh}.detail-media.media-purisima .detail-image{width:100%;height:auto;max-width:100%}.detail-media.media-zelanda{min-height:54vh}.detail-media.media-zelanda .detail-image{width:100%;height:auto;max-width:100%}}.detail-body{display:flex;flex-direction:column;gap:1.5rem}.category-badge{display:inline-block;padding:.5rem 1rem;background:#e3f2fd;color:#1976d2;border-radius:20px;font-size:.9rem;font-weight:600;width:fit-content}.detail-body h1{font-size:clamp(2rem,4vw,2.5rem);color:#2c3e50;margin:0}.detail-body .desc{font-size:1.1rem;color:#6c757d;line-height:1.6}.product-info{background:#fff;padding:1.5rem;border-radius:16px;margin-top:1rem;border:2px solid #e0e0e0;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.product-info:hover{box-shadow:0 4px 12px #0000001f;border-color:#667eea}.product-info h3{font-size:1.2rem;margin:0 0 1rem;color:#2c3e50}.info-list{display:flex;flex-direction:column;gap:1rem;margin:0}.info-item{display:grid;grid-template-columns:140px 1fr;gap:1rem}.info-item dt{font-weight:600;color:#2c3e50}.info-item dd{margin:0;color:#6c757d}.detail-actions{margin-top:1rem}.btn-whatsapp-large{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2.5rem;background:#25d366;color:#fff;border:none;border-radius:50px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #25d3664d}.btn-whatsapp-large:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.related-products{margin-top:3.2rem}.related-products h2{text-align:center;font-size:clamp(1.8rem,3vw,2.2rem);color:#2c3e50;margin-bottom:2rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding-top:0}@media (max-width: 1024px){.detail-grid{gap:2rem;padding:1.75rem}}@media (max-width: 768px){.product-detail{padding:2rem 0}.detail-container{padding:0 1rem}.detail-grid{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.detail-media{padding:0;min-height:300px}.detail-media.media-purisima{min-height:540px}.detail-media.media-dairy{min-height:300px}.detail-media.media-zelanda{min-height:420px;align-items:flex-start;padding-top:0}.detail-media.media-zelanda img.zelanda-img{margin-top:-160px}.detail-media img{max-height:none}.info-item{grid-template-columns:120px 1fr;gap:.75rem}.btn-whatsapp-large{width:100%;padding:1rem 2rem;font-size:1rem}.related-grid{grid-template-columns:1fr;gap:1.5rem}}.about{padding:18rem 0 3.5rem;background:#fff;scroll-margin-top:180px}.about-grid{display:grid;grid-template-columns:1fr 460px;gap:2.5rem;align-items:center;align-content:start}.about-media{display:flex;align-items:center;justify-content:center}.about-media img{width:auto;max-width:100%;height:auto;max-height:520px;object-fit:contain;object-position:center center;border-radius:8px;box-shadow:0 8px 24px #00000014;display:block;margin:0 auto;background:#fff}.about-content h2{font-size:1.35rem;margin:0 0 .5rem;color:#1f2937;text-transform:uppercase;letter-spacing:.6px;text-align:left}.about-content{padding-top:.75rem}.about-content h2{margin-top:.75rem}.about-content h2:first-of-type{margin-top:3rem}.about-content p{color:#4b5563;line-height:1.8;margin-bottom:1.25rem;font-size:1rem;text-align:left}.about-content{display:flex;flex-direction:column;justify-content:center;padding-right:1rem}@media (max-width: 900px){.about-grid{grid-template-columns:1fr;gap:1.25rem}.about-media img{height:auto;max-height:380px}.about-media{display:flex;align-items:center;justify-content:center;padding-top:6rem}}.contact{padding:2.5rem 0}#contact{scroll-margin-top:160px}.contact-info-block{max-width:900px;margin-bottom:1rem;padding-left:.9rem;border-left:4px solid rgba(102,126,234,.12)}.contact .lead{font-size:1.05rem;margin-bottom:1rem;color:#6c757d}.contact-info-block p{margin:.6rem 0;color:#222;font-size:1.08rem;line-height:1.7;font-weight:600}.contact-info-block p:first-child{margin-top:.25rem}.ci-icon{display:inline-block;vertical-align:middle;color:#667eea;margin-right:.6rem;line-height:0}.ci-text{vertical-align:middle}.ci-ref{font-weight:500;font-size:1rem;color:#555;margin-top:.15rem;margin-bottom:.75rem}.contact .success{color:green}.contact-map{max-width:900px;margin:1.25rem 0;border-radius:8px;overflow:hidden}.contact-map iframe{width:100%;height:320px;border:0;display:block}@media (max-width:800px){.contact-map iframe{height:260px}}.site-footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:4rem 0 0;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-col h4{font-size:1.3rem;margin-bottom:1.5rem;color:#fff;font-weight:700}.footer-desc{color:#fffc;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.footer-socials{display:flex;gap:1rem}.social-icon{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:1.2rem}.social-icon:hover{background:#fff;transform:translateY(-4px)}.social-icon span{filter:grayscale(0)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;text-decoration:none;transition:all .3s ease;display:inline-block;font-size:.95rem}.footer-links a:hover{color:#fff;transform:translate(4px)}.footer-bottom{padding:2rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-info{display:flex;gap:2rem;flex-wrap:wrap}.footer-info p{margin:0;color:#fffc;font-size:.9rem}.copyright{color:#ffffffb3;font-size:.9rem}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.site-footer{padding:3rem 0 0}.footer-grid{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.footer-bottom{flex-direction:column;text-align:center;padding:1.5rem 0}.footer-info{flex-direction:column;gap:.75rem;text-align:center}}:root{--primary: #667eea;--primary-dark: #5568d3;--accent: #764ba2;--bg: #ffffff;--bg-light: #f8f9fa;--text: #2c3e50;--text-muted: #6c757d;--border: #e0e0e0;--max-width: 1200px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);--transition: all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;content-visibility:auto}img{content-visibility:auto;contain-intrinsic-size:300px}.app-root{display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding-top:120px}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{color:var(--text);font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1rem;color:var(--text-muted)}.lead{font-size:1.1rem;color:var(--text-muted)}a{color:var(--primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark)}button{font-family:inherit}img{max-width:100%;height:auto;display:block}.products-section,.product-detail,section{scroll-margin-top:140px}.btn-primary{display:inline-block;padding:.75rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);text-align:center}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{display:inline-block;padding:.75rem 1.5rem;background:transparent;color:var(--text);border:2px solid var(--border);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-in}.slide-up{animation:slideUp .6s ease-out}@media (max-width: 1024px){.container{padding:0 1.5rem}}@media (max-width: 768px){main{padding-top:70px}.container{padding:0 1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}
