:root {
  --bg: #0f1115;
  --surface: #171a21;
  --surface-2: #1e222b;
  --text: #eef1f6;
  --muted: #a3abb9;
  --accent: #ff7a2f;
  --accent-2: #ffa657;
  --navy: #1f2732;
  --border: #262b35;
  --radius: 16px;
  --container: 1120px;
  --font: 'Segoe UI', system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* Buttons */
.btn {
  display: inline-block;
  background: var(--accent);
  color: #231200;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 999px;
  transition: transform .15s ease, box-shadow .15s ease, background .2s;
  box-shadow: 0 6px 20px rgba(255,122,47,.28);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255,122,47,.42); }
.btn-ghost { background: transparent; color: var(--text); box-shadow: none; border: 1px solid var(--border); }
.btn-ghost:hover { background: var(--surface-2); box-shadow: none; }
.btn-sm { padding: 9px 16px; font-size: .9rem; }
.btn-lg { padding: 16px 34px; font-size: 1.05rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15,17,21,.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; gap: 22px; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-icon { width: 42px; height: 42px; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1; font-weight: 500; }
.brand-text { font-family: 'Century Gothic', 'Futura', 'Trebuchet MS', var(--font); }
.brand-text { font-size: 1.35rem; letter-spacing: 3px; color: var(--text); }
.brand-text small { font-size: .58rem; letter-spacing: 6px; color: var(--accent); margin-top: 4px; font-weight: 700; }
.nav { display: flex; gap: 22px; margin-left: auto; }
.header-social { display: flex; gap: 10px; }
.header-social a { color: var(--muted); transition: color .2s, transform .2s; display: flex; }
.header-social a:hover { color: var(--accent); transform: translateY(-2px); }
.nav a { color: var(--muted); font-weight: 500; transition: color .2s; }
.nav a:hover { color: var(--text); }

/* Hero */
.hero { padding: 72px 0 40px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.eyebrow { color: var(--accent); font-weight: 700; margin: 0 0 10px; letter-spacing: .3px; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.05; margin: 0 0 18px; letter-spacing: -1.5px; }
.lead { color: var(--muted); font-size: 1.15rem; max-width: 480px; margin: 0 0 28px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-art { position: relative; height: 340px; }
.blob {
  position: absolute; inset: 0; margin: auto;
  width: 300px; height: 300px; border-radius: 42% 58% 63% 37% / 43% 45% 55% 57%;
  background: radial-gradient(circle at 50% 38%, #2b3542, #141a22);
  box-shadow: 0 0 90px rgba(255,122,47,.28), inset 0 0 50px rgba(0,0,0,.35);
  opacity: 1;
  animation: morph 8s ease-in-out infinite;
}
@keyframes morph {
  0%,100% { border-radius: 42% 58% 63% 37% / 43% 45% 55% 57%; }
  50% { border-radius: 60% 40% 34% 66% / 56% 68% 32% 44%; }
}
.card-float {
  position: absolute; background: var(--surface); border: 1px solid var(--border);
  padding: 10px 16px; border-radius: 12px; font-size: .9rem; font-weight: 600;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.card-1 { top: 14px; left: 0; }
.card-2 { bottom: 40px; right: 6px; }
.card-3 { bottom: 0; left: 40px; }
.hero-logo { position: absolute; inset: 0; margin: auto; width: 190px; height: 190px; filter: drop-shadow(0 10px 30px rgba(255,122,47,.35)); }

/* Highlight en el título */
.hl { color: var(--accent); }

/* Botón WhatsApp */
.btn-wa { background: #25d366; color: #04220f; box-shadow: 0 6px 20px rgba(37,211,102,.28); }
.btn-wa:hover { box-shadow: 0 10px 28px rgba(37,211,102,.42); }

/* Redes en contacto */
.social-row { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }
.social-link { display: inline-flex; align-items: center; gap: 9px; padding: 10px 18px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-weight: 600; transition: color .2s, border-color .2s, transform .2s; }
.social-link:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.social-link svg { color: var(--accent); }

/* Strip */
.strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }
.strip-inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding: 22px 20px; }
.strip-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.strip-item strong { color: var(--accent); font-size: .85rem; text-transform: uppercase; letter-spacing: 1px; }
.strip-item span { color: var(--muted); font-size: .95rem; }

/* Section heads */
.section-head { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.section-head h2, .about h2, .contact h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); margin: 0 0 12px; letter-spacing: -.5px; }
.section-head p { color: var(--muted); margin: 0; }

/* Products */
.products { padding: 72px 0; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px,1fr)); gap: 24px; }
.product {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, border-color .2s;
}
.product:hover { transform: translateY(-4px); border-color: var(--accent); }
.product-img { height: 180px; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.product-body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-name { font-weight: 700; font-size: 1.05rem; }
.product-desc { color: var(--muted); font-size: .9rem; flex: 1; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.product-price { font-weight: 800; color: var(--accent); font-size: 1.15rem; }
.product-buy { font-size: .85rem; font-weight: 700; color: #1a1400; background: var(--accent); padding: 8px 14px; border-radius: 999px; }

/* About */
.about { padding: 64px 0; background: var(--surface); border-top: 1px solid var(--border); }
.about-inner { display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: center; }
.about-art { width: 150px; height: 150px; margin: 0 auto; display: block; filter: drop-shadow(0 8px 24px rgba(255,122,47,.25)); }
.about-copy p { color: var(--muted); }

/* Contact */
.contact { padding: 80px 0; text-align: center; }
.contact p { color: var(--muted); }
.contact .btn-lg { margin: 18px 0 8px; }
.contact-alt { font-size: .95rem; }
.contact-alt a { color: var(--accent); }

/* Footer */
.site-footer { border-top: 1px solid var(--border); padding: 28px 0; color: var(--muted); font-size: .9rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; }
.footer-links a:hover { color: var(--text); }

/* Responsive */
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .about-inner { grid-template-columns: 1fr; text-align: center; }
  .strip-inner { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .nav { display: none; }
}
