.hero{position:relative;min-height:calc(100vh - 82px);display:flex;align-items:center;overflow:hidden;padding:70px 0}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,6,4,.98) 0%,rgba(18,16,13,.86) 58%,rgba(50,27,11,.58) 100%);z-index:1}
.hero-bg-logo{position:absolute;right:4%;top:50%;transform:translateY(-50%);width:min(620px,46vw);opacity:.24;filter:drop-shadow(0 28px 80px rgba(216,137,33,.2))}
.hero-content{position:relative;z-index:2;width:min(1440px, calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center}
.hero-text p{max-width:650px;font-size:1.08rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-panel{padding:22px;border-radius:20px;border:1px solid rgba(246,223,131,.24);background:linear-gradient(180deg,rgba(255,248,234,.08),rgba(255,248,234,.035));backdrop-filter:blur(10px);box-shadow:var(--sombra)}
.hero-panel img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:16px;background:linear-gradient(135deg,rgba(255,242,210,.08),rgba(184,95,20,.08))}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.stat{padding:16px;border-radius:18px;background:rgba(0,0,0,.28);border:1px solid var(--borde)}.stat strong{display:block;font-size:1.5rem;color:var(--dorado-claro)}.stat span{color:#cfc6b8;font-size:.82rem}
.category-grid{grid-template-columns:repeat(3,1fr)}.category-card{position:relative;overflow:hidden;padding:28px;min-height:230px}.category-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,var(--champagne),var(--dorado),var(--cobre))}.category-card h3{font-size:1.5rem;color:#fff}.category-card p{min-height:76px}.category-card .mini-link{color:var(--dorado-claro);font-weight:850;position:relative;z-index:1}
.products-row{grid-template-columns:repeat(4,1fr)}.product-card{overflow:hidden;transition:.22s ease}.product-card:hover{transform:translateY(-5px);border-color:rgba(243,221,116,.35)}.product-img{aspect-ratio:4/5;background:#111;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.product-card:hover .product-img img{transform:scale(1.04)}.product-body{padding:18px}.product-body h3{font-size:1.05rem;margin-bottom:6px}.price{color:var(--dorado-claro);font-weight:950;margin:12px 0 0}.process-grid{grid-template-columns:repeat(4,1fr)}.process-card{padding:24px}.process-card span{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--champagne),var(--dorado-claro),var(--dorado));color:#130b03;font-weight:950;margin-bottom:14px}.cta-band{padding:42px;border-radius:20px;background:linear-gradient(135deg,rgba(255,242,210,.10),rgba(184,95,20,.16));border:1px solid var(--borde);display:flex;align-items:center;justify-content:space-between;gap:26px}.cta-band p{max-width:720px;margin:0}
@media(max-width:980px){.hero-content{grid-template-columns:1fr}.hero-panel{max-width:520px}.category-grid,.products-row,.process-grid{grid-template-columns:repeat(2,1fr)}.hero-bg-logo{opacity:.1;width:90vw}}
@media(max-width:640px){.hero{min-height:auto;padding:54px 0}.stats,.category-grid,.products-row,.process-grid{grid-template-columns:1fr}.cta-band{display:block}.cta-band .btn{margin-top:18px;width:100%}}

.social-band{padding:36px;border-radius:20px;border:1px solid var(--borde);background:linear-gradient(135deg,rgba(255,248,234,.07),rgba(127,144,112,.10));display:flex;align-items:center;justify-content:space-between;gap:24px}.social-band p{margin-bottom:0;max-width:650px}.social-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:760px){.social-band{display:block}.social-actions{justify-content:flex-start;margin-top:18px}.social-actions .btn{width:100%}}

.material-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:980px){.material-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.material-grid{grid-template-columns:1fr}}
