body,html{margin:0;padding:0;background:var(--sand);color:var(--ink);font-family:Nunito,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{z-index:20;border-bottom:1px solid rgba(60,42,36,.12)}.site-nav{min-height:78px;justify-content:space-between;gap:16px}.brand,.site-nav{display:flex;align-items:center}.brand{gap:10px;font-weight:800}.brand img{height:62px;width:auto}.nav-links{gap:14px;font-weight:700}.pill{border-radius:999px;border:1px solid var(--clay);background:var(--white);padding:8px 14px;font-weight:700}input.pill,select.pill,textarea.pill{width:100%;font:inherit;font-weight:600}textarea.pill{border-radius:16px;resize:vertical}.cta{border-radius:999px;border:0;background:var(--rust);color:var(--white);padding:10px 16px;font-weight:700;cursor:pointer}.hero{padding:42px 0 28px}.hero-card{background:var(--white);border-radius:20px;padding:20px;box-shadow:0 10px 30px rgba(60,42,36,.08)}.title{margin:0 0 10px;color:var(--espresso)}.muted{color:#5e5652}.chips{display:flex;flex-wrap:wrap;gap:10px}.filter-bar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(200px,220px) auto;grid-gap:12px;gap:12px;align-items:end}.filter-group{display:grid;grid-gap:6px;gap:6px}.results-chip{justify-self:start;background:var(--linen);border:1px solid var(--clay);border-radius:999px;padding:8px 12px;font-weight:700;color:var(--forest)}.chip{padding:9px 14px;font-weight:700}.chip.active{background:var(--rust);color:var(--white);border-color:var(--rust)}.grid{display:grid;grid-gap:16px;gap:16px}.cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:var(--white);border:1px solid rgba(60,42,36,.08);border-radius:18px;padding:16px;display:grid;grid-gap:10px;gap:10px}.card-media{border-radius:16px;min-height:170px;background-size:cover;background-position:50%}.card-body{display:grid;grid-gap:6px;gap:6px}.title-link{text-decoration:none;color:inherit}.card-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}.field{display:grid;grid-gap:6px;gap:6px}.field-label{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--forest)}.meta{font-size:12px;opacity:.75}.spaced{display:flex;justify-content:space-between;align-items:center;gap:10px}.price{font-weight:800}.small{font-size:13px}.section{padding:0 0 30px}.empty{background:var(--white);border-radius:16px;padding:18px}.detail-page{padding:40px 0}.detail-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.detail-media{display:grid;grid-gap:12px;gap:12px}.detail-image{border-radius:24px;min-height:320px;background-size:cover;background-position:50%;box-shadow:0 18px 36px rgba(60,42,36,.12)}.detail-thumbs{display:flex;gap:10px;flex-wrap:wrap}.detail-thumb{width:64px;height:64px;border-radius:12px;background-size:cover;background-position:50%;border:1px solid rgba(60,42,36,.12)}.detail-info{display:grid;grid-gap:12px;gap:12px}.detail-type{text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:800;color:var(--forest)}.detail-meta{gap:12px;font-weight:700;color:var(--forest)}.detail-meta,.detail-tags{display:flex;flex-wrap:wrap}.detail-tags{gap:8px}.detail-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}@media (max-width:800px){.brand img{height:48px}.site-nav{flex-wrap:wrap;padding:10px 0}.nav-links{order:3;width:100%;overflow-x:auto;white-space:nowrap;padding-bottom:4px}.detail-hero,.filter-bar{grid-template-columns:1fr}}:root{--sand:#f7f2eb;--linen:#f1e7db;--clay:#d8c1a7;--rust:#b65d3a;--forest:#47624d;--espresso:#3c2a24;--ink:#2f2926;--white:#fffaf6}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Nunito,sans-serif;color:var(--ink);background:var(--sand);line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:Playfair Display,serif;color:var(--espresso)}a{color:inherit;text-decoration:none}.site-header{background:var(--white);position:-webkit-sticky;position:sticky;top:0;z-index:10;box-shadow:0 10px 30px rgba(60,42,36,.08);width:100%}.nav{max-width:1200px;margin:0 auto;min-height:96px;padding:14px 40px;justify-content:space-between;gap:24px}.logo,.nav{display:flex;align-items:center}.logo{font-size:24px;font-weight:700;letter-spacing:1px}.logo-img{height:90px;width:auto;display:block}.nav-links{display:flex;gap:18px;font-weight:600;color:var(--forest)}.nav-menu-toggle{display:none;background:transparent;border:1px solid var(--clay);color:var(--espresso);border-radius:999px;padding:8px 14px}.nav-cta,.nav-menu-toggle{font-weight:700;cursor:pointer}.nav-cta{background:var(--rust);border:none;color:var(--white);padding:12px 18px;border-radius:999px}.hero{max-width:1200px;margin:0 auto;padding:80px 40px 60px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px;align-items:center}.hero-tag{text-transform:uppercase;letter-spacing:2px;font-weight:700;color:var(--forest)}.hero h1{font-size:clamp(36px,4vw,56px);margin:16px 0}.hero h1 span{display:block;font-size:clamp(24px,3vw,40px);color:var(--rust)}.hero-text{font-size:18px;margin-bottom:24px;max-width:520px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.primary,.secondary{padding:14px 24px;border-radius:999px;font-weight:700;border:none;cursor:pointer}.primary{background:var(--rust);color:var(--white)}.secondary{background:transparent;border:2px solid var(--forest);color:var(--forest)}.hero-highlight{margin-top:36px;display:grid;grid-gap:16px;gap:16px}.hero-highlight div{background:var(--white);padding:16px 20px;border-radius:16px;box-shadow:0 8px 20px rgba(60,42,36,.08)}.hero-image{display:flex;justify-content:center}.image-card{background:linear-gradient(135deg,rgba(182,93,58,.9),rgba(71,98,77,.9)),url(https://images.unsplash.com/photo-1506368083636-6defb67639c9?auto=format&fit=crop&w=800&q=80) 50%/cover;color:var(--white);padding:40px;border-radius:30px;min-height:320px;display:flex;align-items:flex-end;box-shadow:0 20px 40px rgba(60,42,36,.2)}.image-card span{font-size:22px;font-weight:700;max-width:240px}.section{max-width:1200px;margin:0 auto;padding:60px 40px}.store-hero{padding-bottom:20px}.store-hero .image-card{background:linear-gradient(135deg,rgba(182,93,58,.2),rgba(71,98,77,.22)),url(/imagenes/Primera-asados-en-tienda.png) 50%/cover}.section-header{margin-bottom:32px}.section-header h2{font-size:clamp(28px,3vw,40px);margin-bottom:12px}.categories{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.categories .chip{display:inline-flex;align-items:center;gap:8px}.chip{background:var(--linen);border:1px solid var(--clay);padding:10px 16px;border-radius:999px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.chip.is-active{background:var(--rust);color:var(--white);border-color:var(--rust)}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px}.featured-card{background:var(--white);border-radius:20px;padding:16px;box-shadow:0 10px 24px rgba(60,42,36,.08);display:grid;grid-gap:12px;gap:12px}.featured-photo{border-radius:16px;min-height:180px;background-size:cover;background-position:50%}.featured-type{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;color:var(--forest);margin-bottom:6px}.featured-meta{display:flex;justify-content:space-between;gap:12px;font-weight:700}.section-actions{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px}.product-grid{display:grid;grid-gap:24px;gap:24px}.category-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px}.category-group{background:var(--white);border-radius:20px;padding:20px;box-shadow:0 8px 20px rgba(60,42,36,.08)}.category-group.is-hidden{display:none}.category-group h3{margin-bottom:8px}.subcategory-list{list-style:none;margin-top:14px;display:grid;grid-gap:8px;gap:8px}.subcategory-list li{background:var(--linen);border:1px solid var(--clay);border-radius:999px;padding:8px 12px;font-weight:600;font-size:14px}.product-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px;background:var(--white);padding:24px;border-radius:24px;box-shadow:0 10px 30px rgba(60,42,36,.08)}.product-photo{border-radius:18px;min-height:220px;background-size:cover;background-position:50%}.photo-smoke{background-image:url(/imagenes/Ahumados_home.png)}.photo-ceramic{background-image:url(/imagenes/ceramica-pag-principal.png);background-position:center 35%}.photo-metal{background-image:url(/imagenes/parrillas_home.png)}.photo-special{background-image:url(https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=800&q=80)}.product-info h3,.short{margin-bottom:12px}.short{font-weight:600;color:var(--forest)}.long,.meta{margin-bottom:16px}.meta{display:flex;gap:16px;font-weight:700}.price{color:var(--rust)}.stock{color:var(--forest)}.about{background:var(--linen);border-radius:30px}.about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px;align-items:center}.about-quote{background:var(--white);padding:24px;border-radius:20px;box-shadow:0 8px 20px rgba(60,42,36,.08);font-weight:700;color:var(--rust)}.about-quote span{display:block;margin-top:12px;color:var(--forest);font-weight:600}.contact-grid,.shipping-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.contact-card,.shipping-card{background:var(--white);padding:20px;border-radius:20px;box-shadow:0 8px 20px rgba(60,42,36,.08)}.contact-card{display:block;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.contact-card:focus-visible,.contact-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(60,42,36,.14);outline:2px solid rgba(182,93,58,.35);outline-offset:2px}.shipping-card ul{list-style:none;margin-top:12px;display:grid;grid-gap:8px;gap:8px}.site-footer{background:var(--espresso);color:var(--white);padding:40px;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}@media (max-width:900px){.nav{min-height:84px;padding:12px 20px;display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px 14px;gap:10px 14px}.nav-menu-toggle{display:inline-flex;align-items:center;justify-content:center;justify-self:end}.nav-links{grid-column:1/-1;display:flex;width:100%;flex-direction:column;gap:10px;background:var(--white);border:1px solid var(--clay);border-radius:14px;padding:12px;font-size:14px}.js .nav-links{display:none}.js .nav-links.is-open{display:flex}.logo-img{height:70px}.nav-cta{grid-column:auto;justify-self:center;align-self:center;padding:10px 14px;font-size:14px}.hero{padding:56px 20px 40px;gap:28px}.hero-text{font-size:16px}.image-card{min-height:260px;width:100%;padding:28px}.section{padding:40px 20px}.primary,.secondary{padding:12px 18px;font-size:14px}}@media (max-width:600px){.logo-img{height:60px}.nav-links{gap:12px}.hero h1{font-size:clamp(28px,9vw,40px)}.hero h1 span{font-size:clamp(20px,7vw,30px)}.section-header h2{font-size:clamp(24px,8vw,34px)}.site-footer{padding:28px 20px}}