html,body{background:#fff!important;background-image:none!important}
.shell{width:min(1180px,calc(100% - 28px));margin:18px auto 36px;background:#fff;border:1px solid #d8e0e7;box-shadow:0 12px 32px rgba(16,45,80,.10)}
.hero{background:linear-gradient(145deg,#f7fafc 0%,#fff 58%,#eef5f9 100%);border:1px solid var(--line);border-radius:24px;padding:38px 28px;margin-top:24px}
.hero__visual{border-radius:20px;background:radial-gradient(circle at 52% 45%,#fff 0 44%,#eef5f9 78%,#dce9f1 100%)}
.page-hero{padding-top:34px}
.categories{grid-template-columns:repeat(4,minmax(0,1fr))}
.category{min-height:104px;border-radius:14px}
.product-card,.media-card,.equipment,.profi{border-radius:16px;overflow:hidden}
.product-card__image{background:#fff}
.product-card__body{padding:18px;background:#fff}
.equipment{display:grid;grid-template-columns:minmax(300px,42%) 1fr;gap:28px;align-items:center;background:#fff;border:1px solid var(--line);padding:22px;margin-bottom:22px}
.equipment__image{min-height:330px;display:grid;place-items:center;background:#fff;padding:12px}
.equipment__image img{max-height:320px;width:100%;object-fit:contain}
.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.video-embed{width:100%;aspect-ratio:16/9;border:0;border-radius:16px;background:#0a2038}
.nav__links{justify-content:center;padding:0 8px}.nav__links a{padding:13px 9px;font-size:.82rem;white-space:nowrap}
.contact-band{padding:24px 28px}.contact-band .actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin:0}
.contact-band .btn--email{background:#fff!important;color:var(--navy)!important;border-color:#fff!important;min-height:46px;padding:10px 18px;border-radius:8px}
.contact-band .whatsapp-link{display:inline-flex!important;width:48px!important;height:48px!important;min-width:48px!important;padding:0!important;border:0!important;background:transparent!important;border-radius:50%!important;box-shadow:none!important;overflow:visible;align-items:center;justify-content:center}
.contact-band .whatsapp-link img{display:block;width:44px!important;height:44px!important;object-fit:contain;border-radius:50%!important}
.missing-image{min-height:330px;display:grid;place-items:center;padding:28px;text-align:center;color:var(--muted)}
@media(max-width:900px){.categories{grid-template-columns:repeat(2,minmax(0,1fr))}.equipment{grid-template-columns:1fr}.nav__links a{font-size:.79rem;padding:12px 8px}}
@media(max-width:680px){body{background:#fff!important}.shell{width:100%;margin:0;border:0;box-shadow:none}.hero{margin-top:16px;padding:26px 18px;border-radius:18px}.categories{grid-template-columns:1fr}.equipment__image{min-height:260px}.equipment__image img{max-height:250px}.video-grid{grid-template-columns:1fr}.contact-band .actions{justify-content:flex-start;margin-top:14px}.contact-band .whatsapp-link{width:46px!important;height:46px!important}.contact-band .whatsapp-link img{width:42px!important;height:42px!important}}

/* Ajustes V4 - página de tornos */
.tornos-page .hsl-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.tornos-page .hsl-video-grid .video-embed{border-radius:18px;min-height:320px}
.tornos-page .hsl-catalog-card{margin-top:26px;padding:24px 26px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.tornos-page .hsl-catalog-card h3{margin:0 0 6px}.tornos-page .hsl-catalog-card p{margin:0;color:var(--muted)}
.tornos-page .hsl-catalog-card .actions{margin:0}
.tornos-page .profi{grid-template-columns:minmax(410px,48%) 1fr;gap:32px;align-items:center;padding:26px}
.tornos-page .profi img{height:410px;max-height:410px;object-fit:contain;background:#fff;padding:10px}
@media(max-width:900px){.tornos-page .hsl-video-grid{grid-template-columns:1fr}.tornos-page .hsl-video-grid .video-embed{min-height:0}.tornos-page .profi{grid-template-columns:1fr}.tornos-page .profi img{height:auto;max-height:480px}}
.technical-image{display:block;width:100%;max-width:none;height:auto;margin:24px auto 8px;border:1px solid var(--line);background:#fff}


/* Página 404 */
.error-hero{grid-template-columns:minmax(0,1fr) minmax(220px,34%);align-items:center}
.error-code{font-size:clamp(6rem,15vw,11rem);font-weight:800;line-height:.8;letter-spacing:-.08em;color:#dce9f1;text-align:center;user-select:none}
@media(max-width:680px){.error-hero{grid-template-columns:1fr}.error-code{font-size:7rem;text-align:left;margin-top:8px}}

/* Menú móvil más visible */
@media(max-width:680px){
  .nav{padding:8px 12px;background:linear-gradient(90deg,var(--navy),var(--blue));}
  .nav__toggle{
    display:flex!important;align-items:center;justify-content:space-between;
    min-height:50px;padding:12px 16px;border:1px solid rgba(255,255,255,.55);
    border-radius:8px;background:rgba(255,255,255,.10);color:#fff;
    font-size:1.05rem;font-weight:800;letter-spacing:.01em;cursor:pointer;
  }
  .nav__toggle:focus-visible{outline:3px solid #fff;outline-offset:2px;}
  .nav__links{margin-top:8px;border-radius:8px;overflow:hidden;background:#163a5f;}
  .nav__links a{padding:15px 16px;font-size:.95rem;}
}

@media(max-width:680px){.home-categories{display:none!important}}

/* Portada móvil: evitar duplicar la imagen de Superfax antes de Equipos destacados */
@media(max-width:680px){
  .hero .hero__visual{display:none}
  .hero{grid-template-columns:1fr;gap:0}
}
