:root{--hs-tan:#c4a882;--hs-brown:#5c3d2e;--hs-dark:#1a1008;--hs-cream:#faf5ee;--hs-gray:#f3ede5;--hs-text:#333;--hs-radius:6px;--hs-gap:1.5rem}.hs-home *{box-sizing:border-box}.hs-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hs-section{padding:5rem 0}.hs-section__title{text-align:center;font-size:2rem;color:var(--hs-dark);margin-bottom:2.5rem;font-weight:700;letter-spacing:-.02em}.hs-btn{display:inline-block;padding:.85rem 2.2rem;border-radius:var(--hs-radius);font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;transition:all .2s ease;cursor:pointer}.hs-btn--primary{background:var(--hs-brown);color:#fff;border:2px solid var(--hs-brown)}.hs-btn--primary:hover{background:var(--hs-dark);border-color:var(--hs-dark);color:#fff}.hs-btn--outline{background:0 0;color:var(--hs-brown);border:2px solid var(--hs-tan)}.hs-btn--outline:hover{background:var(--hs-brown);color:#fff;border-color:var(--hs-brown)}.hs-hero{background:linear-gradient(135deg,var(--hs-dark) 0%,var(--hs-brown) 100%);color:#fff;padding:7rem 1.5rem;text-align:center;position:relative;overflow:hidden}.hs-hero:before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hs-hero__inner{position:relative;max-width:700px;margin:0 auto}.hs-hero__eyebrow{font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:var(--hs-tan);margin-bottom:1.25rem;font-weight:600}.hs-hero__title{font-size:clamp(2.4rem, 5vw, 4rem);font-weight:800;line-height:1.12;margin-bottom:1.25rem;color:#fff}.hs-hero__sub{font-size:1.15rem;color:rgba(255,255,255,.75);margin-bottom:2.25rem;line-height:1.6}.hs-cats{background:var(--hs-cream)}.hs-cats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--hs-gap)}.hs-cat-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:var(--hs-radius);padding:2rem 1rem 1.5rem;text-decoration:none;color:var(--hs-dark);box-shadow:0 1px 4px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(196,168,130,.2)}.hs-cat-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.1);color:var(--hs-dark)}.hs-cat-card__img{width:100%;height:140px;background-size:cover;background-position:center;border-radius:calc(var(--hs-radius) - 2px);margin-bottom:1rem}.hs-cat-card__emoji{font-size:3rem;margin-bottom:1rem;line-height:1}.hs-cat-card__label{font-size:1rem;font-weight:700;margin-bottom:.35rem}.hs-cat-card__count{font-size:.8rem;color:var(--hs-tan);font-weight:500}.hs-products{background:#fff}.hs-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--hs-gap);margin-bottom:3rem}.hs-product-card{text-decoration:none;color:var(--hs-text);display:flex;flex-direction:column;border-radius:var(--hs-radius);overflow:hidden;border:1px solid #eee;transition:transform .2s ease,box-shadow .2s ease}.hs-product-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.08);color:var(--hs-text)}.hs-product-card__img{aspect-ratio:1;overflow:hidden;background:var(--hs-gray)}.hs-product-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.hs-product-card:hover .hs-product-card__img img{transform:scale(1.05)}.hs-product-card__info{padding:.9rem 1rem;display:flex;flex-direction:column;gap:.35rem;background:#fff}.hs-product-card__name{font-size:.9rem;font-weight:600;line-height:1.3}.hs-product-card__price{font-size:.9rem;color:var(--hs-brown);font-weight:700}.hs-products__cta{text-align:center}.hs-values{background:var(--hs-gray)}.hs-values__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--hs-gap)}.hs-value{text-align:center;padding:1.5rem 1rem}.hs-value__icon{font-size:2.5rem;margin-bottom:.75rem;line-height:1}.hs-value h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--hs-dark)}.hs-value p{font-size:.9rem;color:#666;line-height:1.55;margin:0}@media (max-width:900px){.hs-cats__grid,.hs-products__grid,.hs-values__grid{grid-template-columns:repeat(2,1fr)}.hs-hero{padding:5rem 1.5rem}}@media (max-width:540px){.hs-cats__grid,.hs-values__grid{grid-template-columns:repeat(2,1fr)}.hs-products__grid{grid-template-columns:1fr 1fr;gap:1rem}.hs-section{padding:3.5rem 0}.hs-section__title{font-size:1.5rem}}.hs-news-label{font-size:1rem !important;font-weight:400 !important;color:rgba(255,255,255,.75) !important;text-align:center;margin:0 0 1rem;letter-spacing:.04em}.hs-news-aqui{color:#c4a882;text-decoration:none;font-size:.78rem;font-weight:600;border-bottom:1px solid rgba(196,168,130,.5);transition:color .2s,border-color .2s;white-space:nowrap}.hs-news-aqui:hover{color:#e0c9a8;border-color:#e0c9a8}.hs-news-title{flex:1;font-size:.85rem;color:rgba(255,255,255,.7) !important;line-height:1.4}#main-footer.site-footer{font-family:inherit !important;background:#140d06 !important;color:rgba(255,255,255,.5) !important;border-top:none !important;padding:0 !important;margin-top:0 !important}#main-footer .footer-sidebars{max-width:860px;margin:0 auto;padding:.6rem 1.5rem .4rem !important}#main-footer .footer-sidebar-2 .row{display:flex !important;flex-wrap:wrap !important;margin:0 !important;padding:0 !important;align-items:flex-start !important}#main-footer .footer-sidebar-2 .row:before,#main-footer .footer-sidebar-2 .row:after{display:none !important}#main-footer .footer-sidebar-2 .row>*{flex:0 0 25% !important;max-width:25% !important;width:25% !important;float:none !important;box-sizing:border-box !important;padding:.25rem .75rem !important;margin:0 !important;text-align:center !important}#main-footer #block-32,#main-footer #block-15 img{display:none !important}#main-footer p,#main-footer div,#main-footer li,#main-footer span{color:rgba(255,255,255,.5) !important;text-align:center !important;font-size:.78rem !important;line-height:1.35 !important}#main-footer strong{font-family:'Cormorant Garamond',Georgia,serif !important;color:rgba(255,255,255,.75) !important;font-weight:400 !important;font-size:.9rem !important;text-transform:none !important;letter-spacing:.02em !important;display:block !important;margin:.25rem 0 .1rem !important}#main-footer a{color:rgba(255,255,255,.45) !important;text-decoration:none !important;font-size:.78rem !important;display:block !important}#main-footer a:hover{color:#c4a882 !important}#main-footer a[href*=whatsapp]{color:#8bc34a !important;font-weight:500 !important}#main-footer .site-info{font-size:.68rem !important;color:rgba(255,255,255,.2) !important;padding:.4rem 1.5rem !important;border-top:1px solid rgba(255,255,255,.06) !important;text-align:center !important;background:0 0 !important;display:block !important}#main-footer .site-info .container{padding:0 !important}#main-footer .site-info a{font-size:.68rem !important;color:rgba(255,255,255,.2) !important;display:inline !important}@media (max-width:767px){#main-footer .footer-sidebar-2 .row>*{flex:0 0 50% !important;max-width:50% !important;width:50% !important;padding:.2rem .4rem !important}}#main-footer p{margin:0 0 .15rem !important;padding:0 !important}@media (max-width:767px){#main-footer p,#main-footer li{line-height:1.2 !important;margin:0 !important}#main-footer strong{margin:.2rem 0 .05rem !important}#main-footer a{padding:.05rem 0 !important}#main-footer .footer-sidebars{padding:.4rem .75rem .3rem !important}}